Skip to content

Releases: omnidan/redux-undo

1.1.0

28 Jul 11:24
Compare
Choose a tag to compare

Thanks to @alexander-heimbuch we are now using Vite to build the project (#305)! 🎉

This allows us to export UMD as well as MJS builds and have our tooling ready for future updates.

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

1.0.1

28 Jul 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

28 Jul 11:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v1.0.0

1.0-beta9

28 Jul 19:26
Compare
Choose a tag to compare
1.0-beta9 Pre-release
Pre-release
  • upgrade dependencies
  • windows support #104 - thanks to @pl4u #105

1.0-beta8

03 May 18:53
Compare
Choose a tag to compare
1.0-beta8 Pre-release
Pre-release
  • improved insertion behaviour: now the state is stored to past on the next action that happens (except if the previous action was filtered) - this fixes #86
  • jspm support 🤘 - just run:
jspm install redux-undo=github:omnidan/redux-undo@master

to install redux-undo from latest master

1.0-beta7

15 Apr 19:58
Compare
Choose a tag to compare
1.0-beta7 Pre-release
Pre-release

Thanks a lot to all contributors - you are awesome! 😁

1.0-beta6

31 Mar 23:03
Compare
Choose a tag to compare
1.0-beta6 Pre-release
Pre-release

Release often!

  • Reintroduce distinctState filter as deprecated.
  • Include examples in the form of an Undoable Todo app.

1.0-beta5

31 Mar 22:24
Compare
Choose a tag to compare
1.0-beta5 Pre-release
Pre-release

Broken release (it is a beta after all), use 1.0-beta6 instead.

1.0-beta4

24 Mar 15:19
Compare
Choose a tag to compare
1.0-beta4 Pre-release
Pre-release

Welcome to the redux-undo team, @pl12133 and @tiemevanveen - and thanks for all contributions!

  • remove redundant dependencies
  • implement CLEAR_HISTORY action (thanks @pl12133)
  • add gitter link to README.md
  • more tests and some fixes (thanks to @pl12133 and @tiemevanveen)
  • allow initialization of state from redux createStore (thanks to @tiemevanveen)
  • clarify debug messages (thanks to @pl12133)
  • make beta default (in README.md), add link to 0.6 README

Full list of changes/commits

1.0-beta3

24 Feb 12:00
Compare
Choose a tag to compare
1.0-beta3 Pre-release
Pre-release
  • Upgraded dependencies
 babel-eslint             ^4.1.8  →  ^5.0.0
 eslint                    ^1.10  →    ^2.2
 eslint-config-standard   ^4.4.0  →  ^5.1.0
 eslint-plugin-react     ^3.16.1  →  ^4.1.0
  • New build chain (global installation of build tools not needed anymore 🤘)