Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v2.0.7
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
Change log
Bug fixes
- fix: Replace
Str::remove()
with str_replace()
for Acorn 1.x compatibility
v2.0.5
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
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
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
Change log
Bug fixes
- fix(make-command): fix directory separator for Windows (Fixes #71)
v2.0.1
Change log
Enhancements
- chore(deps): Bump StoutLogic/acf-builder dependency to v1.11.0 (#67)
v2.0.0
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
Change log
Bug fixes
- fix(block): Use block slug instead of title for base class name (#49)
v1.5.4
Change log
Bug fixes
- fix(console): Fix block stub formatting (oops)