Skip to content

Releases: Log1x/acf-composer

v2.1.0

15 Oct 05:57
71e2695
Compare
Choose a tag to compare

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

21 Aug 17:10
b19eb3a
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(block): Change $example conditional to explicitly require false to disable block preview (#126)

v2.0.8

13 Aug 11:25
541aba1
Compare
Choose a tag to compare

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

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)