Releases: Log1x/acf-editor-palette
Releases · Log1x/acf-editor-palette
v1.2.0
Change log
Enhancements
- feat: add field type to graphql/acf schema by @erikhartin in #64
New Contributors
- @erikhartin made their first contribution in #64
Full Changelog: v1.1.9...v1.2.0
v1.1.9
Change log
Bug fixes
- 🩹 Remove the PHP Union Type Declaration by @ajskelton in #61
New Contributors
- @ajskelton made their first contribution in #61
Full Changelog: v1.1.8...v1.1.9
v1.1.8
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
v1.1.6
v1.1.5
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)