Skip to content

Releases: Log1x/acf-composer

v3.3.0

18 Jan 07:33
Compare
Choose a tag to compare

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

07 Jan 11:46
f4a88d7
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add blockVersion & validate props for blocks (#300)

New Contributors

  • @ouun made their first contribution in #300

Full Changelog: v3.2.3...v3.2.4

v3.2.3

24 Dec 01:14
6c22d9f
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🐛 Respect post type restrictions for cached blocks (#296)

Full Changelog: v3.2.2...v3.2.3

v3.2.2

19 Dec 09:17
9b3ba57
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🐛 Only set parent and ancestor when not empty (Fixes #293) (#294)

Full Changelog: v3.2.1...v3.2.2

v3.2.1

18 Dec 03:05
ff65e77
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🔧 Use the default array for parent and ancestor block settings (#288)

Full Changelog: v3.2.0...v3.2.1

v3.2.0

24 Oct 12:18
5b25b6b
Compare
Choose a tag to compare

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

24 Oct 11:20
0863a80
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add Builder::addPartials for adding multiple partials in an array (#286)
  • ✨ Add Widget::show() method to control widget visibility when rendering (#287)

Full Changelog: v3.1.2...v3.1.3

v3.1.2

04 Sep 03:28
e17b51a
Compare
Choose a tag to compare

Change log

Enhancements

  • 🔧 Lower the render template hook priority (#282)

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

29 Aug 16:28
568540c
Compare
Choose a tag to compare

Change log

Enhancements

  • 🩹 Suppress the template_not_found_message when rendering cached blocks on ACF v6.3.x (#281)

Full Changelog: v3.1.0...v3.1.1

v3.1.0

12 Aug 11:47
c9402d4
Compare
Choose a tag to compare

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