Skip to content

Releases: Log1x/acf-composer

v1.5.3

25 Sep 21:27
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(block): Add support for limiting blocks to a parent
/**
 * The parent block type allow list.
 *
 * @var array
 */
public $parent = ['acf/how-to'];

v1.5.2

15 Sep 10:32
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(default-config): Fix default config on deep-nested fields (#46)

Contributors: @Androlax2

v1.5.1

11 Sep 09:27
Compare
Choose a tag to compare

Change log

Enhancements

feat(block): Add ability to use a separate view when previewing blocks (#45)
feat(block): Add $view property to override block view path/name (#43)
chore(psr12): Add missing space between bang

Bug fixes

fix(provider): Properly resolve composed field groups in the app container

Credits: @dsturm @jellycode

v1.5.0

18 Aug 13:31
0541bbe
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(block): Add support for 'align_text' and 'align_content' (#39)
  • feat(block): Add support for block preview example data (#41)
  • enhance(block): Add sane defaults for ACF 5.9 to default block stub
  • enhance(block): Improve block stub markup
  • chore(block): Remove __experimental_ suffix from the jsx attribute (#38)
  • chore(console): Improve acf:block command description
  • chore(console): Improve acf:widget command description
  • chore(block): Merge block stubs with the release of ACF 5.9
  • chore(block): Clean up docblock wording

Contributors: @dsturm @mike-sheppard

v1.4.8

05 Aug 21:53
a7c7db1
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(widget): Fix duplicate widget IDs (Fixes #36) (#37)

v1.4.7

31 Jul 16:29
e026508
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(register): Fix registration callbacks
  • fix(widget): Fix widget registration, hook priority, & data (Fixes #25, Fixes #26)
  • fix(block): Fix block view rendering (Fixes #30)
  • fix(block): Handle block names using CamelCase (Fixes #27)

Enhancements

  • chore(filesystem): Remove unneeded filesystem instance
  • enhance(contracts): Add contracts for unique composer type
  • enhance(block): Change $post property to the post object (Fixes #32)
  • enhance(block): Add $post_id property containing the post ID.

v1.4.6

08 Jul 18:31
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(stub): Fix typo on innerblocks stub

v1.4.5

08 Jul 04:26
814d6a5
Compare
Choose a tag to compare

Change log

🎉 Thanks @mike-sheppard !

Bug fixes

  • fix(docs): Add missing $this>get() to partial example. (Fixes #21)
  • fix(stubs): Add missing namespace and $this->get() to partial stub. (Fixes #21)
  • fix(widgets): Fix widget field registration (Fixes #22)

Enhancements

  • chore(block): Return the register() method
  • chore(field): Return the register() method
  • enhance(acf-composer): Wrap the composer boot() method in an init filter for compatibility

v1.4.4

06 Jul 21:34
1abb571
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(partials): Move partial get() method to a Concern
  • enhance(acf-composer): Move field group composing to the boot() method so field classes can access Acorn properly

Bug fixes

  • fix(partials): Fix partial get() method when passed a path

v.1.4.3

02 Jul 03:40
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix view generation makeDirectory