Bootstrap Colorpicker Versions Save

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.

3.4.0

2 years ago
  • Add Bootstrap 5 compatibility with popover.js #327 #329

3.3.0

3 years ago
  • Package audit fixes
  • Fixes #319
  • Adds new option to allow hex3 values #325
  • Adds Dockerfile + Makefile for consistent development

3.2.0

4 years ago
  • Upgrade to Webpack 4
  • Remove yarn.lock support
  • Add popoverjs as dependency
  • Update project links to new domain

3.1.2

4 years ago
  • Fix: source maps for CSS and JS dist files had parsing issues because of the license header.
  • Fix: mouse dragging was causing the underlying text to be selected in Firefox.

3.1.1

5 years ago
  • Fixes jQuery issues in node #272
  • Fixes exception when fallbackColor is null
  • fallback option is now "auto" by default instead of null. 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

5 years ago
  • Improved guides UI
  • fix: colorpicker not working after emptying the input
  • improved preview extension UI
  • preview extension has text enabled by default

3.0.2

5 years ago

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

5 years ago

??Lots of improvements and Bootstrap 4 support ??

3.0.0-beta.5

5 years ago
  • 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.
screen shot 2018-07-24 at 05 28 32 screen shot 2018-07-24 at 05 28 43

3.0.0-beta.4

5 years ago
  • RTL support
  • Improved styles
    • box outlines
    • pixel-perfect swatches
    • bigger picker (~20px)
    • bigger guides
screen shot 2018-07-22 at 23 25 37