17.3.0
17.3.0 (2023-10-27)
Feature
- Updated aria-label for landmarks @ichim-david
Added landmark on sidebar @ichim-david
Added Pluggable section for skiplinks @ichim-david #5290
Bugfix
- (FIX): put padding so the text is not clipped #5305 @dobri1408 #5305
- Fix compare translations view @sneridagh #5327
- Fix DatetimeWidget on FF, the button default if no type is set is sending the form. @sneridagh
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formmethod #5343
Internal
-
For blocks that define their
blockSchema, callapplyBlockDefaultswhen creating the initial data for the blocks form.
It is now possible to define a block configuration function,initialValuethat 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 callReact.useEffecton their initial block rendering and thus, avoid complex async "concurent" state mutations.
TheaddBlock,mutateBlock,insertBlocknow allow passing ablocksConfigconfiguration object -
Add a new set of acceptance tests with the multilingual fixture using seamless mode. @sneridagh #5332
Documentation
- Fix reference link to installation. @stevepiercy #5328
- Add upgrade docs for users of
@kitconcept/volto-blocks-gridaddon @sneridagh #5333