Releases: woltapp/redux-autoloader
Releases · woltapp/redux-autoloader
v1.0.0-rc.19
- dependency updates
v1.0.0-rc.18
reduxAutoloader()
now usescomponentDidMount
instead ofcomponentWillMount
(support for React >=16.9.0)- updated
react-redux
inpeerDependencies
: v7 is now also allowed
v1.0.0-rc.15
This version now requires the following peer dependencies:
"react": ">=16.3.0",
"react-redux": "^6.0.0",
"redux": ">=4.0.0",
"redux-saga": "^1.0.0"
v1.0.0-rc.14
- Major updates to the library build
- A lot smaller library size
v1.0.0-rc.13
- fixed a regression in v1.0.0-rc.12
v1.0.0-rc.12
❗️ Please use version v1.0.0-rc.13
instead ❗️
- fixed issue with multiple loaders with the same name not loading on initialization
v1.0.0-rc.11
- Prevent multiple loaders with the same name triggering load at the same time
- Added
renderUninitialized
(default: false) option
v1.0.0-rc.10
autoRefreshInterval
can now be a function where first argument isprops
- fixed incorrect behavior when loader has been initialized and
reloadOnMount=false
- fixed incorrect apiCall behavior on reload while autorefreshing
v1.0.0-rc.5
- Internal improvements to loader initialization
- New setting:
loadOnInitialize
(defaults totrue
)
v1.0.0-rc.0
- fixed a rare case when all actions were not captured
- fixed: loader auto refreshing was not correctly when using dynamic loader names (with functions)