This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
Releases: itsjavi/bootstrap-colorpicker
Releases · itsjavi/bootstrap-colorpicker
3.4.0
3.3.0
3.2.0
v3.1.2
v3.1.1
- Fixes jQuery issues in node #272
- Fixes exception when fallbackColor is null
- fallback option is now
"auto"
by default instead ofnull
. This way, the format of the instance is automatically determined by the first assigned color, which is a more expected behavior. This may require code adjustments.
3.0.3
3.0.2
Changed from v3.0.0:
- Fixes:
- Fix documentation for old browsers (IE10, 11)
- Fix Show/Hide behavior and event management
- Fix Disable/Enable behavior
- Changes:
- Add explicit Bootstrap 4 dependency
- Add support for custom color formulas on the
$.colorpicker.Color.generate
method - Add support for custom extensions via
$.colorpicker.extensions
$.colorpicker.Color.api
now returns the Qix Color object if no arguments are provided- Add validation and string conversion in
$.colorpicker.Color.HSVAColor
class
- Documentation
- Better documented code
- Improved documentation template
- Added more examples and descriptions
3.0.0
🎉🎉Lots of improvements and Bootstrap 4 support 🎉🎉
3.0.0-beta.5
- fix: format will be always recalculated by default #259
- change: use own addon class instead of a BS specific one
- refactor slider and popover handlers into separated classes
- change: addon focus/tab support
- change: Bootstrap 4 Popover support (enabled by default, will require Bootstrap CSS and JS loaded)
- ui: Revamped CSS styles to be more consistent with Bootstrap 4 Popover.
- ui: Improved SASS code to use variables and calculations to easily change the sizes and margins of every element.