Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download jquery_colorpicker-8.x-2.0-beta1.tar.gztar.gz 12.77 KB
MD5: ec0e7458e8f0e0ea1d7e0c44d729cc5a
SHA-1: a388827e39887ae771b992740e7e94a05bbbf35d
SHA-256: da3b7812fda722d057a41d574c9a447b85a7d59ab4c083a18d97dcfebc076ab5
Download jquery_colorpicker-8.x-2.0-beta1.zipzip 19.35 KB
MD5: 57a0e5c731d4f73e2a1ca2abc36c73f7
SHA-1: 77e795acc4df162b858f60624832a602652fa68e
SHA-256: f2f194ea57690df2c3ab48cfb47a740e1a4d9871ce6abae9ab5508a66d6e663b

Release notes

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.

As such, version 8.x-2.x has been a fairly major re-write of the module, removing the entire underlying field type, and instead making this module simply a widget on top of a colorapi_color field, provided by the Color API module (https://www.drupal.org/project/colorapi).

The module is also now fully managed through Composer, meaning that the 3rd party library dependency is installed through composer, rather than manually.

The module does not yet have an upgrade path from Version 8.x-1.x to version 8.x-2.x. At the moment, users should NOT upgrade. An upgrade path will be provided in the near future, in the meantime, this release should only be installed new onto systems.

Created by: Jaypan
Created on: 7 Oct 2018 at 00:44 UTC
Last updated: 9 Oct 2018 at 02:38 UTC

Other releases