Skip to content

12.1.0

Choose a tag to compare

@sneridagh sneridagh released this 24 Feb 09:38
b39cf62

This is a brown bag release and should not be used, upgrade to Volto 12.1.1 instead.

Feature

  • A new setting, config.settings.storeExtenders which allows customization of used Redux middleware @tiberiuichim
  • Introduce config.settings.asyncPropsExtenders which allows customizing, per route, the asyncConnected actions @tiberiuichim @sneridagh

Bugfix

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