Skip to content

Releases: Log1x/acf-composer

v2.0.0

16 Feb 11:03
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(block): Add anchor support to Block stubs (#66)
  • feat(block): Add support for block styles (#56)
  • chore(block): Add type 'object' to $block (#55)
  • enhance(console): Allow passing --construct during block generation to move class properties into __construct
  • feat(acf-composer): Add support for registering paths with plugins (#63)
  • feat(acf-composer): Add support for registering paths with plugins (Fixes #35)
  • chore(composer): Remove unneeded abstract method
  • chore(provider): Move ACF conditional
  • chore(deps): Bump dependencies
  • chore(acf-composer): Clean up docblocks
  • enhance(ci): Switch to GitHub Actions
  • chore(repo): Bump README & License
  • chore(phpcs): Run linting

Bug Fixes

  • fix(defaults): Fix treating some options as a layout field (#65)

v1.5.5

30 Oct 10:33
a096aa3
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(block): Use block slug instead of title for base class name (#49)

v1.5.4

27 Sep 00:25
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix block stub formatting (oops)

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