Skip to content

Releases: Log1x/acf-editor-palette

v1.1.2

29 Oct 07:11
84d1e10

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

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

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

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

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)

v1.0.7

24 Feb 14:54
c9cdc90

Choose a tag to compare

Change log

Bug fixes

  • fix(field): Check that exclude_colors exists and is an array (Fixes #20)

v1.0.6

25 Jan 18:17
cd4a72b

Choose a tag to compare

Change log

Bug fixes

  • fix(plugin): Fix typo with null coalescing operator (#18)

v1.0.5

16 Jan 23:29

Choose a tag to compare

Change log

Bug fixes

  • fix(plugin): Fix autoload conditional

v1.0.4

16 Jan 02:26

Choose a tag to compare

Change log

Enhancements

  • feat(field-group): Add color preview in field group admin select fields (Fixes #13)
  • chore(docs): Add field group screenshot to README
  • chore(docs): Move feature list to top of README

v1.0.3

16 Jan 00:08

Choose a tag to compare

Change log

Enhancements

  • enhance(field): Add ability to exclude colors from the palette. (Closes #4)
  • chore(deps): Bump dependencies
  • chore(project): Bump README and LICENSE
  • feat(project): Change from CircleCI to GitHub actions (Fixes #11)
  • feat(project): Setup release workflow for bundling Composer
  • feat(project): Remove vendor bloat from the repository

Bug fixes

  • fix(field): Fix clearing color value on save (Fixes #6)
  • fix(field): Fix color not properly returning after save & refresh (Fixes #5, See: #7)
  • fix(palette): Fix improper use of array_pop (Fixes #8, See: #9)