All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed issue where active class was not showing up correctly #78
- Downgraded Craft requirement to 3.3.0
- Fixed an issue where saving entries could still throw an internal server 500 error if it occured before updating. ( thanks to @ammannbe )
- Plugin Icon
- Plugin Assets
- Removed the labels for the time being
- Updated the config file
- Added labels in the colour swatches for better accessibility (part of #71)
- Added extra checks if config file doesn't contain the correct indexes #62
- Fixed an issue where the default values were not respected when used within a supertable field #59
- Fixed an issue where updating the config file wouldn't take effect on a resave #55
- Fixed an issue where the selected color wouldn't always be highlighted in the entry page #72
- changed stylesheet to override the box shadow that Craft changed See #72(craftpulse#72) && #73(craftpulse#73)
- Vizy Support Added ( thanks to @engram-design )
- Fixes #59(craftpulse#59); another colour/color bug.
- Fixes issue #32(craftpulse#32) where required field was not honoured
- Fixed issue #56(craftpulse#56) where default color was not set when saving entry
- Dropped support for
colour
in twig templates in favour of the W3C css color property keyword - all field color output references now requirecolor
- Added preview support for gradients in entry table columns
Migrate namespace from rias to percipioglobal after upgrade. Also converted config php to 'colors' instead of 'colours'. Still supports 'colours' for older versions. Fixes issues (#36, #50)
Fixed bugs introduced in last release by not checking the default configuration settings - Apologies. New features coming in next release! Fixes issues (#44, #45, #46, #47)
ElementInterface updated to allow colour preview for custom arrays. Fixes issue #42 fieldValue conditions for standard colour strings updated to reflect null update in version 1.3.1. Fixes issue #43
Updated save function to ensure custom array fields remain selected on resave / edit Allowed switch between config or palette option in field settings
temp fixed broken settings page, expect more robust repair next week :)
- Custom attributes are now available via the colour-swatches.php config file for both single and multiple colours.
- Updated config.php example using updated options and examples
- Fixed issue #34
- An element index preview based on Craft's default colour picker. Thanks @pixelmachine for the great PR!
- Fix spelling for craftpulse#37. Thanks @pixelmachine for the great PR!
- Fix default value being reset
- Actual fix for default
- Fixed the default option not being set
- background pattern to show transparent color option
- PHP fix
- Adds functionality to return comma separated label value as an array. Thanks @chasegiunta
- Added the possibility to define palettes in the config file. Thanks @chasegiunta for the great PR!
- Added the possibility to define the colours in a config file and have the field use them.
- Fix a JS error when deselecting the colour
- Default value is now correctly filled
- Removed focus outline from buttons
- Improve design for colours when selecting light colours.
- Colours are now parse for references so you can add globals.
- New design for the colours thanks to @skramstad
- Colours can now be unchecked
- Added the possibility to split the colours by using
;
, which allows forrgba()
colours to be defined.
- Now requires Craft CMS 3.0.0
- Fix a regression
- Fixes an error when saving a draft and having a colour field inside a matrix
- Fixed an error when the field was empty and would throw a
__toString
error
- Fixed an issue with field access
- Fixed a bug where accessing a label that wasn't there would throw an exception
- Initial release