Skip to content

Releases: redux-utilities/redux-actions

v3.0.0

12 Feb 09:15
Compare
Choose a tag to compare
  • 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

04 Mar 22:35
Compare
Choose a tag to compare
  • Fix: IE11 does not support Array.prototype.includes (#335)
  • Fix: Prevent double-prefixing when using combineActions (#334)

v2.6.4

02 Nov 11:52
Compare
Choose a tag to compare

v2.6.3

22 Oct 11:07
Compare
Choose a tag to compare

v2.6.2

19 Oct 17:01
Compare
Choose a tag to compare
  • replace lodash with just, replace webpack with rollup, transpile dependencies (#332)

v2.6.1

26 Jul 00:48
Compare
Choose a tag to compare

v2.6.0

26 Jul 00:35
Compare
Choose a tag to compare
  • use own isFunction, isPlainObject´ and isSymbol checks (#312) (2802c9a)

v2.5.1

25 Jul 21:23
Compare
Choose a tag to compare

v2.5.0

25 Jul 14:23
Compare
Choose a tag to compare
  • 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

27 May 23:42
Compare
Choose a tag to compare
  • Make combineActions works with nested handleActions (#294)
  • Add sideEffects: false to enable tree shaking (#295)