Skip to content

Releases: craftpulse/craft-colour-swatches

Version 1.4.2

31 Aug 08:33
2072124
Compare
Choose a tag to compare

1.4.2

Hotfix - colour/color typo

11 Dec 15:47
877a5ed
Compare
Choose a tag to compare

Default colour / Required field save updates

09 Dec 22:07
Compare
Choose a tag to compare

1.4.1 - 2020-12-09

Fixed

  • Fixes issue #32(#32) where required field was not honoured
  • Fixed issue #56(#56) where default color was not set when saving entry

Changed

  • Dropped support for colour in twig templates in favour of the W3C css color property keyword - all field color output references now require color

Added

  • Added preview support for gradients in entry table columns

Version 1.4.0

28 Sep 11:23
ae057d3
Compare
Choose a tag to compare

Fixes inconsistencies in colour/color usage. Default colour array can now accept both colour/color. Addresses issues #50 and #53

Version 1.3.3

19 Aug 06:06
b4711d5
Compare
Choose a tag to compare

Fixed bugs issues (#44, #45, #46, #47, #48) introduced in last release by not checking the default configuration settings before release - Apologies.

New features coming in next release!

Version bump 1.3.2.1

14 Aug 06:24
493b84c
Compare
Choose a tag to compare
Version bump

Version 1.3.2

13 Aug 14:18
Compare
Choose a tag to compare

Fixed

Version 1.3.1

03 Aug 16:02
Compare
Choose a tag to compare

Fixed

  • save / edit for custom configuration arrays

Version 1.3.0

27 Jul 18:51
9cdebab
Compare
Choose a tag to compare

Colour Swatches Changelog

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.

1.3.0 - 2020-07-27

Added

  • 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

Version 1.2.9

25 Jul 14:37
Compare
Choose a tag to compare

1.2.9 - 2020-07-25

Added

  • An element index preview based on Craft's default colour picker. Thanks @pixelmachine for the great PR!

Fixed