Skip to content

Releases: Log1x/acf-editor-palette

v1.2.0

24 Jul 14:51
2a46519
Compare
Choose a tag to compare

Change log

Enhancements

New Contributors

Full Changelog: v1.1.9...v1.2.0

v1.1.9

19 Jun 18:28
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Remove the PHP Union Type Declaration by @ajskelton in #61

New Contributors

Full Changelog: v1.1.8...v1.1.9

v1.1.8

06 Jun 02:55
287fbe1
Compare
Choose a tag to compare

Change log

Enhancements

  • ➕ Add @roots/bud to the project (#59)
  • ➖ Remove laravel-mix from the project
  • ⬆ Bump dependencies
  • 🚚 Change the field style extension to regular CSS
  • 🚚 Flatten the assets directory
  • 🔧 Update the Tailwind config
  • ♻ Refactor the Asset trait to handle the Bud manifest
  • 💄 Build the latest assets

Bug fixes

  • 🩹 Fix potential invalid offset type (Fixes #58)
  • 🩹 Fix check icon not being on top of the color option (#56)

Full Changelog: v1.1.7...v1.1.8

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