Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v3.3.0
Change log
Enhancements
- 🧑💻 Enhance search on
acf:usage
for multiple results (#301) - 🧑💻 Add support for caching during
acorn optimize
in Acorn v5 (#299) - 🧑💻 Improve compatibility with plugins improperly overriding
collect()
(Fixes #303) (#307) - 🧑💻 Make the
fields()
method optional (#298) - 🧑💻 Add DI support to the
fields()
method - ✨ Add native support for block spacing (#311)
Bug fixes
- 🩹 Fix improper match in
acf:usage
when dealing with similar field names - 🩹 Fix
gradients
typo on default block supports (Fixes #308) (#309) - 🩹 Respect default alignment when blocks are cached (Fixes #302) (#310)
Full Changelog: v3.2.4...v3.3.0
v3.2.4
v3.2.3
v3.2.2
v3.2.1
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