Skip to content

Releases: Log1x/acf-composer

v3.0.12

29 Feb 14:28
03666a9
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix registering field groups with no fields (Fixes #215) (#216)

Full Changelog: v3.0.11...v3.0.12

v3.0.11

29 Feb 13:32
c3fda03
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add support for registering multiple field groups in a single Field Composer (Fixes #182) (#214)

Full Changelog: v3.0.10...v3.0.11

v3.0.10

29 Feb 12:41
5d2ee37
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🐛 Fix block template handling (Fixes #212) (#213)
  • 🩹 Properly merge the example() method
  • 🩹 Fix typo in block stub example data (#211)

Full Changelog: v3.0.9...v3.0.10

v3.0.9

29 Feb 10:50
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add an attributes() method for cleanly & safely setting block properties instead of using __construct
  • 🧑‍💻 Simplify required arguments for block styles
  • 🎨 Improve method typing
  • 🧑‍💻 Check for assets with method_exists to prevent unnecessary clashing
  • 🎨 Remove unnecessary align_content conditional
  • 🎨 Add types to stubs
  • 🎨 Improve default typing on the assets method (Fixes #206)
  • 🎨 Simplify the default styles property on stubs
  • 🎨 Move example data into the example() method in the block construct stub
  • 🧑‍💻 Update the assets() replacement in acf:upgrade

Bug fixes

  • 🩹 Fix unnecessary JSON conversion with getTemplate() (#209)

New Contributors

Full Changelog: v3.0.8...v3.0.9

v3.0.8

28 Feb 11:07
21f654d
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Add missing Exception namespace (Fixes #205) (#207)

Enhancements

  • 🎨 Remove useless upgrade replacement patterns

New Contributors

  • @PauGuri2002 made their first contribution in #207

Full Changelog: v3.0.7...v3.0.8

v3.0.7

27 Feb 15:26
50c647b
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add block construct replacements to acf:upgrade
  • 🧑‍💻 Do not retrieve the existing cache when recaching (#203)
  • 🎨 Tidy up the acf:ide-helpers command
  • 🙈 Add _ide-helpers.php to the .gitignore file

Bug fixes

  • 🩹 Use $composer in the Block construct stub (#202)

New Contributors

Full Changelog: v3.0.6...v3.0.7

v3.0.6

27 Feb 11:05
653fa37
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add an acf:ide-helpers command to generate IDE helpers for configured custom field types (#201)

Full Changelog: v3.0.5...v3.0.6

v3.0.5

27 Feb 09:59
5bff825
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Improve intellisense for addPartial on repeaters and groups (#200)

Full Changelog: v3.0.4...v3.0.5

v3.0.4

27 Feb 09:26
99c77dc
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix partial detection when running acf:upgrade (#199)

v3.0.3

27 Feb 09:12
3c885f2
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Properly implement context throughout the Builder (Fixes #197)
  • 🗑️ Deprecate enqueue() in place of assets($block)
  • 🧑‍💻 Update the upgrade command to replace enqueue() with assets($block)

Full Changelog: v3.0.2...v3.0.3