Skip to content

Releases: Log1x/acf-editor-palette

v1.3.1

Choose a tag to compare

@Log1x Log1x released this 09 Apr 14:39

Change log

Bug fixes

  • 💄 Build the latest assets

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@Log1x Log1x released this 02 Apr 17:51
fcec912

Change log

Bug fixes

  • 🩹 fix: fix editor palette field initialization and event handling by @Levdbas in #75

Full Changelog: v1.2.2...v1.3.0

v1.2.2

Choose a tag to compare

@Log1x Log1x released this 14 Aug 06:13

Change log

Enhancements

  • 🩹 Add properties for plugin URI and path in Field class by @Levdbas in #72
  • 🔧 Update .gitattributes to include additional files for export-ignore by @Levdbas in #71
  • 👷 Update workflows by @Log1x in #73

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@Log1x Log1x released this 28 Feb 16:15
e93cb5e

Change log

Enhancements

  • 🧑‍💻 Improve GraphQL typings (#70)
  • ➕ Add laravel/pint to the project
  • 🚨 Run Pint
  • 👷 Update workflows for Pint
  • 💄 Build the latest assets
  • 🎨 Ensure colors is an array

Bug fixes

  • 🩹 Remove existing color swatch before appending a new one (#69)

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@Log1x Log1x released this 24 Jul 14:51
2a46519

Change log

Enhancements

New Contributors

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

v1.1.9

Choose a tag to compare

@Log1x Log1x released this 19 Jun 18:28

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

Choose a tag to compare

@Log1x Log1x released this 06 Jun 02:55
287fbe1

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

Choose a tag to compare

@Log1x Log1x released this 26 Mar 15:58
b38051b

Change log

Enhancements

  • 🩹 Remove styling from field settings (#55)

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

v1.1.6

Choose a tag to compare

@Log1x Log1x released this 08 Nov 18:12
00b2efb

Change log

Bug fixes

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

v1.1.5

Choose a tag to compare

@Log1x Log1x released this 08 Nov 05:47
8037afc

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)