12.1.0
This is a brown bag release and should not be used, upgrade to Volto 12.1.1 instead.
Feature
- A new setting,
config.settings.storeExtenderswhich allows customization of used Redux middleware @tiberiuichim - Introduce
config.settings.asyncPropsExtenderswhich allows customizing, per route, theasyncConnectedactions @tiberiuichim @sneridagh
Bugfix
- a11y improvements in
ObjectBrowserandBlockChooser@sneridagh - Fix UniversalLink for download link. @giuliaghisini
Internal
- Fork redux-connect code in
src/helpers/AsyncConnect, to allow mixing in config-based asyncConnects. Provide a webpack alias that overloads the redux-connect imports. @tiberiuichim
Docs
- Update wording @svx