Version 4.0.0

August 24, 2022

Changed

  • Bump version numbers to mirror crafts major versions

Added

  • Craft 4 compatibility
  • Optional html5 picker support for custom colors (#30)
  • Custom color value persists when switching between palette color and custom colors

Version 1.1.2.1

July 28, 2021

Added

  • Added hashhex option example to templating in README.

Version 1.1.2

July 28, 2021

Changed

  • :warning: Auto Color Output Changed
  • The Auto (Best Guest) option in settings will now output a value including the # symbol (#123456) for any color with an opacity set to 100 and an RGBa value where the opacity < 100. This is so the default twig fieldtype {{ entry.myColoritFieldName }} can handle all color options. For existing fields the previous output should remain (e.g. no #). A resave of the preset/ field maybe required.
  • Update README imagery and include Tailwind usage example.

Version 1.1.1

July 26, 2021

Added

  • Option to display field labels (#17)

Changed

  • Slight UI improvements

Version 1.1.0

July 23, 2021

Fixed

  • Fixed some UI issues (#32 Credit to @hinderson)

Version 1.0.9.3

April 28, 2020

Fixed

  • Fixed another error related to the preset field map. (#21)

Version 1.0.9.2

April 27, 2020

Fixed

  • Fixed update error related to the preset field map. (#21)

Version 1.0.9.1

April 23, 2020

Fixed

  • Fixed update error after changed namespace, thanks @brandonkelly. (#19)

Version 1.0.9

April 22, 2020

Added

  • Support for setting default colors
  • Table attribute support

Fixed

  • Fixed template error

Version 1.0.8

January 18, 2019

Fixed

  • Template errors on the about page

Version 1.0.7

December 3, 2018

Fixed

  • Javascript error when only custom color used
  • Added an ID column to preset list

Version 1.0.6.1

November 8, 2018

Changed

  • Improved installation docs

Version 1.0.6

November 6, 2018

Added

  • Added the color label as a title attribute on the cp inputs

Changed

  • Removed !important from the inline styles

Fixed

  • Fixed a bug where default color options displayed when all unchecked

Version 1.0.5

October 16, 2018

Added

  • Improved validation of color palette handles (must be unique)

Fixed

  • Issue with preset value outputting empty string when set to a preset color

Changed

  • Updated plugin sidenav structure to match our other plugins

Version 1.0.4

September 20, 2018

Added

  • Wrap up ready for release to the store
  • Added validation for palette colours

Version 1.0.3

September 18, 2018

Added

  • Renamed plugin

Version 1.0.2

September 17, 2018

Added

  • Added preset settings logic

Version 1.0.1

September 4, 2018

Added

  • Tidy up ready for release

Version 1.0.0

August 20, 2018

Added

  • Initial release