Skip to content

Releases: woltapp/redux-autoloader

v1.0.0-rc.19

09 Dec 06:59
Compare
Choose a tag to compare
  • dependency updates

v1.0.0-rc.18

10 Aug 11:34
Compare
Choose a tag to compare
  • reduxAutoloader() now uses componentDidMount instead of componentWillMount (support for React >=16.9.0)
  • updated react-redux in peerDependencies: v7 is now also allowed

v1.0.0-rc.15

31 Jan 15:22
Compare
Choose a tag to compare

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

24 Sep 10:06
Compare
Choose a tag to compare
  • Major updates to the library build
  • A lot smaller library size

v1.0.0-rc.13

28 Jan 17:34
Compare
Choose a tag to compare
  • fixed a regression in v1.0.0-rc.12

v1.0.0-rc.12

28 Jan 17:29
Compare
Choose a tag to compare

❗️ 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

17 Jan 17:46
Compare
Choose a tag to compare
  • Prevent multiple loaders with the same name triggering load at the same time
  • Added renderUninitialized (default: false) option

v1.0.0-rc.10

07 Jan 15:20
Compare
Choose a tag to compare
  • autoRefreshInterval can now be a function where first argument is props
  • fixed incorrect behavior when loader has been initialized and reloadOnMount=false
  • fixed incorrect apiCall behavior on reload while autorefreshing

v1.0.0-rc.5

08 Nov 10:49
Compare
Choose a tag to compare
  • Internal improvements to loader initialization
  • New setting: loadOnInitialize (defaults to true)

v1.0.0-rc.0

21 Sep 11:22
Compare
Choose a tag to compare
  • fixed a rare case when all actions were not captured
  • fixed: loader auto refreshing was not correctly when using dynamic loader names (with functions)