Skip to content

Commit 6de4d64

Browse files
committed
1.1.0
Removed vertical lines in sliders Numeric types for HSLA and RGBA Added paste event Negative numbers are converted to positive
1 parent 981004c commit 6de4d64

File tree

8 files changed

+193
-161
lines changed

8 files changed

+193
-161
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you want to change precaculated images for color picker sliders you can find
4545
<textarea></textarea>
4646
</div>
4747
```
48-
The images are not compressed.
48+
A bug in Firefox 44.0.2 for Linux shows url base64 images with small vertical lines.
4949

5050
* Demo:
5151
http://alberplz.github.io/angular-colorpicker-directive/slider-creator/slider-images.html

css/color-picker.css

Lines changed: 13 additions & 5 deletions
Large diffs are not rendered by default.

css/color-picker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h4><b>by Alberto Pujante</b></h4>
156156
</div>
157157
</div>
158158
<hr>
159-
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Multi-Input Colorpicker</a></footer>
159+
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Color Picker Directive</a></footer>
160160
</div>
161161
</body>
162162
</html>

js/color-picker.js

Lines changed: 137 additions & 123 deletions
Large diffs are not rendered by default.

js/color-picker.min.js

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/color-picker.scss

Lines changed: 15 additions & 5 deletions
Large diffs are not rendered by default.

slider-creator/slider-images.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h4><b>by Alberto Pujante</b></h4>
6868
</div>
6969
</div>
7070
<hr>
71-
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Multi-Input Colorpicker</a></footer>
71+
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Color Picker Directive</a></footer>
7272
</div>
7373

7474
</body>

0 commit comments

Comments
 (0)