Skip to content

Releases: redux-utilities/redux-actions

v3.0.0

Choose a tag to compare

@alexander-heimbuch alexander-heimbuch released this 12 Feb 09:15
  • Build: Use modern build stack based on Vite (#386, #388)
  • CI: Use Github Actions (#387)
  • Breaking Changes: ESM only and default export, dropped CommonJS/UMD builds

v2.6.5

Choose a tag to compare

@timche timche released this 04 Mar 22:35
  • Fix: IE11 does not support Array.prototype.includes (#335)
  • Fix: Prevent double-prefixing when using combineActions (#334)

v2.6.4

Choose a tag to compare

@timche timche released this 02 Nov 11:52

v2.6.3

Choose a tag to compare

@timche timche released this 22 Oct 11:07

v2.6.2

Choose a tag to compare

@timche timche released this 19 Oct 17:01
  • replace lodash with just, replace webpack with rollup, transpile dependencies (#332)

v2.6.1

Choose a tag to compare

@timche timche released this 26 Jul 00:48

v2.6.0

Choose a tag to compare

@timche timche released this 26 Jul 00:35
  • use own isFunction, isPlainObject´ and isSymbol checks (#312) (2802c9a)

v2.5.1

Choose a tag to compare

@timche timche released this 25 Jul 21:23

v2.5.0

Choose a tag to compare

@timche timche released this 25 Jul 14:23
  • remove lodash and lodash-es dependency (#307) (87ff772)
    • Also reduces package size by ~50%

Before

screen shot 2018-07-25 at 15 08 53

After

screen shot 2018-07-25 at 15 06 08

v2.4.0

Choose a tag to compare

@timche timche released this 27 May 23:42
  • Make combineActions works with nested handleActions (#294)
  • Add sideEffects: false to enable tree shaking (#295)