jquery_colorpicker 8.x-2.0-rc1

Bug fixes

First release candidate of the Jquery Colorpicker module. SEE UPDATE INSTRUCTIONS:

This version contains an upgrade path from 8.x-1.x to 8.x-2.x. Upgrade instructions:

jquery_colorpicker 8.x-2.0-beta1

First beta release of version 8.x-2.x of the JQuery Colorpicker module.

When the Drupal 6 version of the JQuery Colorpicker module was integrated with CCK (the precursor to the Field API), a new field type 'jquery_colorpicker' was created. This was persisted into Drupal 7 and Drupal 8.

However, upon a close self-reflection, it was realized that the field itself was actually storing a color, and JQuery Colorpicker was simply a widget for that color.

jquery_colorpicker 8.x-1.4

Bug fixes
New features

Formatting code according to Drupal coding standards.
Fixed #2956727: Misspelled variable in method ValidateElement() by Nono95230, Jaypan: Misspelled variable in method ValidateElement()

jquery_colorpicker 8.x-1.3

Bug fixes

Fixed missing default widget when adding a new field via the Field API
Fixed issue were #states did not work when form element directly added to form

jquery_colorpicker 8.x-1.2

Bug fixes

Fixed bug where colorpicker background not shown when Drupal installed in sub-folder.

jquery_colorpicker 8.x-1.0-rc2

Bug fixes

Dropped composer as an installer
Set library to be found in /libraries
Added default formatter to fix bug when adding field

jquery_colorpicker 7.x-1.3

Backporting various things cleaned up in D8 to D7 version. Made JS code more efficient. Moved inline JS on fields to external JS file. Removed hook_field_validate() as validation already happens at the element level. Moved JS settings from theme function to process function for element. Set up code to allow a # (hash) prefix on colors, which is then programmatically removed, making for a nicer user experience for users with JS disabled.

jquery_colorpicker 7.x-1.2

Bug fixes
New features

This release adds #ajax support for jquery_colorpicker form element and fixes a duplicated classes bug.

Issues covered in this release:

jquery_colorpicker 7.x-1.1

Bug fixes

New release fixing "Remove" and "Clear" links behavior in JQuery Colorpicker field.

jquery_colorpicker 7.x-1.0-rc1

Bug fixes
  • Now the module despends on Libraries module
  • Formatters return results through theme functions
  • Support for entity API
  • Allow to remove values in field integration

jquery_colorpicker 7.x-1.0-beta3

Bug fixes

New beta 3 version of the JQuery Colorpicker module including fixes for several bugs:

jquery_colorpicker 6.x-2.1

Bug fixes

Fixed release problems. 6.x-2.0 is a dead tag and should not be used.
Fixed code to work with PURL.
Added jquery_colorpicker_cck module for CCK integration.

jquery_colorpicker 6.x-2.1-beta1

New features
  • re-write of code to remove hook_install() and replace the checks within using hook_requirements() instead
  • Addition of jquery_colorpicker_cck sub-module, as coded by plopesc

jquery_colorpicker 6.x-2.0

New features

* Initial release of version 6.2
* Implemented hook_requirements and removed hook_init(), to lessen the load
* Added the jquery_colorpicker_cck module, as coded by plopesc, creating a jquery_colorpicker CCK field.

Subscribe with RSS Subscribe to Releases for Jquery Colorpicker