Skip to content

Releases: craftpulse/craft-colour-swatches

1.1.4

30 Jul 14:39
Compare
Choose a tag to compare

1.1.4 - 2018-07-30

Fixed

  • Fix a JS error when deselecting the colour
  • Default value is now correctly filled
  • Removed focus outline from buttons

1.1.3

28 Jun 11:48
Compare
Choose a tag to compare

1.1.3 - 2018-06-28

Changed

  • Improve design for colours when selecting light colours.

1.1.2

21 May 09:32
Compare
Choose a tag to compare

1.1.2 - 2018-05-21

Added

  • Colours are now parse for references so you can add globals.

1.1.1

21 May 09:17
Compare
Choose a tag to compare

1.1.1 - 2018-05-21

Changed

  • New design for the colours thanks to @skramstad
  • Colours can now be unchecked

1.1.0

05 Apr 21:39
Compare
Choose a tag to compare

1.1.0 - 2018-04-05

Added

  • Added the possibility to split the colours by using ;, which allows for rgba() colours to be defined.

Changed

  • Now requires Craft CMS 3.0.0

1.0.6

11 Feb 20:58
Compare
Choose a tag to compare

Fixes an error introduced by late night coding

1.0.5

11 Feb 20:50
Compare
Choose a tag to compare

Fixed

  • Fixes an error when saving a draft and having a colour field inside a matrix

1.0.4

24 Jan 09:59
cbe03d3
Compare
Choose a tag to compare
  • Fixed an error when the field was empty and would throw a __toString error

1.0.3

19 Jan 16:40
f0c78d1
Compare
Choose a tag to compare

Fixes an issue with field access

1.0.2

18 Jan 19:06
Compare
Choose a tag to compare

Fixes an issue where you'd have to call entry.fieldname.value instead of entry.fieldname to access the properties