Skip to content

17.3.0

Choose a tag to compare

@sneridagh sneridagh released this 27 Oct 10:17
· 1680 commits to main since this release
77d5808

17.3.0 (2023-10-27)

Feature

Bugfix

Internal

  • For blocks that define their blockSchema, call applyBlockDefaults when creating the initial data for the blocks form.
    It is now possible to define a block configuration function, initialValue that returns the initial value for a block. This is useful in use cases such as container blocks that want to create a complex initial data structure, to avoid the need to call React.useEffect on their initial block rendering and thus, avoid complex async "concurent" state mutations.
    The addBlock, mutateBlock, insertBlock now allow passing a blocksConfig configuration object

    @tiberiuichim #5320

  • Add a new set of acceptance tests with the multilingual fixture using seamless mode. @sneridagh #5332

Documentation