Skip to content

Releases: Log1x/acf-composer

v3.0.16

01 Mar 09:33
f70d3b1
Compare
Choose a tag to compare

Change log

Enhancements

  • 🎨 Improve the cache manifest implementation (#222)

Full Changelog: v3.0.15...v3.0.16

v3.0.15

29 Feb 16:35
bf075f9
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Improve Builder intellisense in child contexts (#221)

Full Changelog: v3.0.14...v3.0.15

v3.0.14

29 Feb 15:24
07780a4
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🐛 Fix parent context inside of Repeaters and Groups (Fixes #219) (#220)

Full Changelog: v3.0.13...v3.0.14

v3.0.13

29 Feb 14:33
9d14f55
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix calling custom types (Fixes #217) (#218)

Full Changelog: v3.0.12...v3.0.13

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