Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
v2.4.0 Lots of bug fixes and improvements (see detailed commit)
Browse files Browse the repository at this point in the history
- Bootstrap is no longer a bower dependency
- Fixed some demos and updated docs with new options
- Fixed color selectos display problem
- Added some useful rules for visibility classes
- Is now possible to initialize the plugin using another parent than main window
- Fixed cancellation of input change event and colorpicker child element events
- New options for setting the fallback color and format (before it was always black and hex)
- Fixed click/tap on mobile devices
- Other UI fixes and improvements (like saturation disappearing)

This fixes #161, fixes #186, fixes #184, fixes #183, fixes #182, closes #180, fixes #178, closes #172,
fixes #87, fixes #127, closes #157, fixes #162,
fixes #168, closes #153 and fixes #140 .
  • Loading branch information
itsjavi committed Dec 29, 2016
1 parent 499549a commit 605826a
Show file tree
Hide file tree
Showing 22 changed files with 1,070 additions and 645 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newcap": true,
"noarg": true,
"node": true,
"strict": true,
"strict": false,
"trailing": true,
"undef": true,
"predef" : ["define"]
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"dist/js/bootstrap-colorpicker.js"
],
"dependencies": {
"jquery": ">=1.10",
"bootstrap": ">=2"
"jquery": ">=1.10"
},
"ignore": [
"\\.*",
Expand Down
28 changes: 18 additions & 10 deletions dist/css/bootstrap-colorpicker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-colorpicker.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 605826a

Please sign in to comment.