Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v3.2.0
Change log
Enhancements
- ✨ Add a
acf:usage
command to search/show field type usage examples (#285) - ✨ Add interactive block creation (Fixes #253) (#278)
- ✨ Allow customizing the default block supports options (Fixes #251)
- ♻ Simplify the localized block stub
- 🧑💻 Add support for setting widget description during creation
- 💄 Improve the summary formatting
- 🧑💻 Add support for overriding the block name and description with getter methods
- 📝 Update the block localize example
Full Changelog: v3.1.3...v3.2.0
v3.1.3
v3.1.2
Change log
Enhancements
- 🔧 Lower the render template hook priority (#282)
New Contributors
- @mathiasdb made their first contribution in #282
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
Change log
Enhancements
- 🧑💻 Add support for passing partials for flexible content to
->addLayout
(Fixes #257) (#275) - ✨ Add Alpine compatibility to block previews (#274)
- ✨ Add support for using local SVG assets as block icons (Fixes #265) (#277)
- 🧑💻 Throw an exception if field group keys are not unique (Fixes #273) (#276)
- 🧑💻 Throw an
InvalidFieldsException
when fields are invalid - 🎨 Make the generated stub fields variable generic
- 📝 Improve the README examples
Full Changelog: v3.0.29...v3.1.0
v3.0.29
Change log
Enhancements
- 🧑💻 Add
modifyField
to Builder intellisense (#272)
New Contributors
- @thunderdw made their first contribution in #272
Full Changelog: v3.0.28...v3.0.29