Skip to content

Releases: Log1x/acf-editor-palette

v1.1.7

26 Mar 15:58
b38051b
Compare
Choose a tag to compare

Change log

Enhancements

  • 🩹 Remove styling from field settings (#55)

Full Changelog: v1.1.6...v1.1.7

v1.1.6

08 Nov 18:12
00b2efb
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(palette): Fix improper return on palette loop (#48)

v1.1.5

08 Nov 05:47
8037afc
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(field): Add allowed colors field group setting (#45)
  • enhance(field): Add additional conditionals to handle empty color palettes (Proper fix for #43)
  • enhance(field): Render friendly field message when editor palette could not be found
  • enhance(field): Add message when editor palette has no available colors (#47)
  • chore(field): Improve localization in field setting placeholders and instructions
  • chore(docs): Update README to include mention of allowed_colors
  • chore(ci): Remove PHP 7.3 from compatibility workflow (#46)

v1.1.4

04 Nov 03:10
30af4f6
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(plugin): Move palette() to a trait to allow usage outside of plugin

Bug fixes

  • fix(field): Fix potential exception when editor palette is empty (Fixes #43)

v1.1.3

29 Oct 07:35
59f3798
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(field): Return null if palette slug is invalid (#42)

v1.1.2

29 Oct 07:11
84d1e10
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(field): Ensure value is not empty before parsing through palette() (#41)

v1.1.1

29 Oct 04:02
7a30258
Compare
Choose a tag to compare

Change log

The fix for #26 shouldn't break anything but I'd test just in case. Report any issues and I'll fix them ASAP.

Bug fixes

  • fix(field): Fix default value return format (Fixes #26) (#40)

Enhancements

  • enhance(css): Add margin between the label and editor palette input

v1.1.0

15 Oct 06:16
468c8a8
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(plugin): Add theme.json support (Fixes #30)
  • chore(field): Improve field styling on 6.x
  • chore(assets): Set tailwind purge to false
  • chore(field): Ensure color value is a string on update_value (#35)

Bug fixes

  • fix(field): Fix color option appearance in edit mode (Fixes #34)
  • fix(acp): Fix deprecated call to get_acf_field_option (Fixes #36) (#37)

v1.0.9

30 Aug 16:49
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Bump dependencies

Bug fixes

  • fix(deps): Set name in package.json for webpack

v1.0.8

06 May 10:44
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(clear-button): Fix clear button not updating the view (Fixes #24) (#25)
  • fix(clear-button): Fix clear button clearing unintended palette fields (#25)