Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Removed vertical lines in sliders
Numeric types for HSLA and RGBA
Added paste event
Negative numbers are converted to positive
  • Loading branch information
Alberplz committed Feb 22, 2016
1 parent 981004c commit 6de4d64
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 161 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you want to change precaculated images for color picker sliders you can find
<textarea></textarea>
</div>
```
The images are not compressed.
A bug in Firefox 44.0.2 for Linux shows url base64 images with small vertical lines.

* Demo:
http://alberplz.github.io/angular-colorpicker-directive/slider-creator/slider-images.html
Expand Down
18 changes: 13 additions & 5 deletions css/color-picker.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/color-picker.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h4><b>by Alberto Pujante</b></h4>
</div>
</div>
<hr>
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Multi-Input Colorpicker</a></footer>
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Color Picker Directive</a></footer>
</div>
</body>
</html>
260 changes: 137 additions & 123 deletions js/color-picker.js

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions js/color-picker.min.js

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions scss/color-picker.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slider-creator/slider-images.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4><b>by Alberto Pujante</b></h4>
</div>
</div>
<hr>
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Multi-Input Colorpicker</a></footer>
<footer class="footer">&copy; Alberto Pujante 2016 | <a href="https://github.com/Alberplz/angular-colorpicker-directive">Angular Color Picker Directive</a></footer>
</div>

</body>
Expand Down

0 comments on commit 6de4d64

Please sign in to comment.