Skip to content

Releases: presseddigital/colorit

5.0.0

04 Jun 21:49

Choose a tag to compare

5.0.0 - 2024-06-04

Added

  • Craft 5 compatibility
  • Cleanup preset / fields services and remove any matrix field preset logic

4.0.1

04 Jun 22:13

Choose a tag to compare

Changed

  • Fix getFieldById missing argument bug
  • Remove invalid duplicate html attribute (#42)
  • PHPStan changes in prep for v5
  • Fixed undefined isUniqueHandle variable (#29)

4.0.0

24 Aug 21:43

Choose a tag to compare

4.0.0 - 2022-08-24

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

3.0.0

24 Aug 21:42

Choose a tag to compare

3.0.0 - 2022-08-24

Changed

  • Bump version numbers to mirror crafts major versions

Added

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

1.1.2.1

28 Jul 08:31

Choose a tag to compare

1.1.2.1 - 2021-07-28

Added

  • Added hashhex option example to templating in README.

1.1.2

28 Jul 08:22

Choose a tag to compare

1.1.2 - 2021-07-28

Changed

  • ⚠️ 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.

1.1.1

26 Jul 10:09

Choose a tag to compare

1.1.1 - 2021-07-26

Added

  • Option to display field labels (#17)

Changed

  • Slight UI improvements

1.1.0

23 Jul 17:02

Choose a tag to compare

1.1.0 - 2021-07-23

Fixed

1.0.9.3

28 Apr 07:37

Choose a tag to compare

1.0.9.3 - 2020-04-28

Fixed

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

1.0.9.2

27 Apr 15:23

Choose a tag to compare

Fixed

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