Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v1.5.3
v1.5.2
v1.5.1
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
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
v1.4.7
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
v1.4.5
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 aninit
filter for compatibility
v1.4.4
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