Skip to content

Releases: Log1x/acf-composer

v2.0.7

05 Aug 07:59
Compare
Choose a tag to compare

Change log

This might fix random issues related to #109 – not sure.

Enhancements

  • chore(provider): Move $this->app->make to bottom of boot method

v2.0.6

24 Jul 22:58
98cf29c
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix: Replace Str::remove() with str_replace() for Acorn 1.x compatibility

v2.0.5

05 Jul 12:48
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(stubs): Allow customization of console stubs (#115)
  • feat(acf-composer): Allow registering composers in subfolders (#104)
  • chore(deps): Bump dependencies

v2.0.4

13 Jun 08:27
f3efa1b
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(composer): Sort loaded composers by name (#99)
  • feat(block): Add support to get the active block style (#84)

Bug fixes

  • fix(partial): Prevent double fields() call (#112)

v2.0.3

26 Aug 16:25
62e3472
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(blade): Only replace last occurrence of "preview" (#87)
  • feat(block): ✨ Add support for full-height (#92)
  • chore(docs): add note for translatable block properties (#91)
  • chore(deps): Bump dependencies

v2.0.2

20 Mar 21:36
1dd67e5
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(make-command): fix directory separator for Windows (Fixes #71)

v2.0.1

17 Feb 00:15
3a92c13
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Bump StoutLogic/acf-builder dependency to v1.11.0 (#67)

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)