Skip to content

Releases: Log1x/acf-composer

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

v3.0.29

30 Jul 14:03
f7f998b
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add modifyField to Builder intellisense (#272)

New Contributors

Full Changelog: v3.0.28...v3.0.29

v3.0.28

19 Jul 12:04
4771016
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix innerBlocks template handling (Fixes #269) (#270)

Full Changelog: v3.0.27...v3.0.28

v3.0.27

16 Jul 13:38
8d08e3d
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Check if template is an array before handling (#268)

Full Changelog: v3.0.26...v3.0.27

v3.0.26

16 Jul 13:17
6f26046
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Improve block template syntax handling (Fixes #239) (#267)

Full Changelog: v3.0.25...v3.0.26

v3.0.25

16 Jul 12:16
1dfc497
Compare
Choose a tag to compare

Change log

Enhancements

  • 🦺 Add validation support to uncached blocks (Fixes #254) (#266)
  • 📝 Improve the features list (#259)

Full Changelog: v3.0.24...v3.0.25