Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v2.1.0
Change log
Enhancements
- enhance(block): Add missing block render callback properties (#135)
- enhance(block): Add
$context
param to block render callback (Fixes #130)
- enhance(block): Add
$wp_block
param to block render callback
- enhance(block): Add
$block->context
property to access $context
- enhance(block): Add
$block->instance
property to access $wp_block
- chore(block): Add missing
$post_id
property definition
Bug fixes
- fix(stub): Fix the partial
fields()
docblock return type (#134)
- fix(acf-composer): Fix relative path when using ACF Composer inside of a plugin (Fixes #125) (#133)
- fix(field): Fix default field setting merge order (Fixes #127) (#132)
v2.0.9
Change log
Enhancements
- chore(block): Change
$example
conditional to explicitly require false
to disable block preview (#126)
v2.0.8
Change log
Enhancements
- enhance(block): Conditionally check if
$this->example
is not null before setting it (#124)
- This shouldn't be necessary once this bug is fixed in ACF. (#123)
- chore(block): use
acf_register_block_type
instead of acf_register_block
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)