Releases: omnidan/redux-undo
Releases · omnidan/redux-undo
1.1.0
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
- Fix typo by @numb86 in #270
- Fix typo in faq by @verhovsky in #271
- Update outdated LICENSE year by @Serjobas in #297
- chore: introduce vite by @alexander-heimbuch in #305
New Contributors
- @numb86 made their first contribution in #270
- @verhovsky made their first contribution in #271
- @Serjobas made their first contribution in #297
- @alexander-heimbuch made their first contribution in #305
Full Changelog: v1.0.1...v1.1.0
1.0.1
What's Changed
- Fix typings for
GroupByFunction
by @tleunen in #256 - Spring cleaning by @nmay231 in #257
- Removed .eslintignore by @nmay231 in #258
- Pr/example for converting regular reducer to undoable one by @mohinderps in #262
- Updated examples dependencies by @nmay231 in #259
- Add stronger type enforcements by @kxlow in #265
New Contributors
- @tleunen made their first contribution in #256
- @mohinderps made their first contribution in #262
- @kxlow made their first contribution in #265
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- beta4 by @teameh in #53
- Debounced drag example by @peteruithoven in #78
- Adding combineFilters(), docs and tests for #71 by @Bear-Foot in #80
- feat(build): Adding UMD support by @weslleyaraujo in #82
- Console Group Rework by @pl12133 in #68
- beta7 by @omnidan in #87
- split into multiple files; 100% test coverage (closes #75) by @omnidan in #90
- Finishing #86 by @peteruithoven in #92
- Readability unit tests by @peteruithoven in #93
- Removed past debug statement by @peteruithoven in #94
- Add "cross-env" before setting the NODE_ENV environment variable in t… by @pl4u in #105
- Update all dependencies 🌴 by @greenkeeperio-bot in #109
- future length should be ignored when inserting by @jscissr in #123
- Add definitions for TypeScript by @forabi in #127
- Add neverSkipReducer option to undoable, resolves #129 by @aeneasr in #130
- Resolve false travis test run negative by @aeneasr in #131
- Resolve issues with neverSkipReducer by @aeneasr in #133
- Typescript Definition - Added ActionCreators & ActionTypes (+ minor bug fixes) by @mcrawshaw in #134
- Use npm-run-all for npm build task by @aeneasr in #135
- Unfiltered snapshots feature by @davidroeca in #139
- Add clearHistoryTypes (#126) by @Bear-Foot in #128
- Updated Typescript definition to improve ActionCreators type by @mcrawshaw in #141
- assign config.history to the initialized history when passed initial … by @davidroeca in #144
- Add neverSkipReducer to typings.d.ts by @cormacrelf in #146
- Slices by @davidroeca in #149
- doc: add details on redux-undo configuration by @acateland in #151
- Typings: Add ignoreInitialState and export the Options interface by @jcperez-ch in #159
- Groupby by @davidroeca in #161
- syncFilter flag implementation by @jcperez-ch in #164
- Fix typings for latestUnfiltered property by @jcperez-ch in #170
- Upgrading dist and examples to webpack 2 by @jcperez-ch in #165
- Refactor and index/limit by @davidroeca in #167
- Fix initialState bug for preloaded states by @davidroeca in #174
- handle #173 by @davidroeca in #176
- Updated docs with newer features by @camsjams in #177
- Resolve #182 by @davidroeca in #186
- export newHistory function by @davidroeca in #184
- Add typings for newHistory; add example to README by @levilansing in #205
- Only call groupBy for actions that aren't filtered by @levilansing in #206
- pass config.ignoreInitialState when recreating the history after clea… by @omridevk in #201
- Update link to Undo History recipe by @kubk in #199
- doc: add specific/multi mount point configuration by @acateland in #153
- add notice about help wanted by @omnidan in #217
- Resolve #204: Update deps. by @OscarBakker in #225
- Update readme.md by @deanban in #230
- Documentation for stable release 1.0 by @nmay231 in #247
- Update dependencies and minor bug fixes by @nmay231 in #248
- Add optional Action generic to Undoable interface. by @Asatelit in #232
- Resolve #202: Add document of undo-redo batch of actions with custom groupBy by @gaopinghuang0 in #249
- Replace isparta with babel-plugin-istanbul by @nmay231 in #250
- Added contributing guide and code of conduct by @nmay231 in #252
- 1.0 release by @omnidan in #251
New Contributors
- @peteruithoven made their first contribution in #78
- @Bear-Foot made their first contribution in #80
- @weslleyaraujo made their first contribution in #82
- @pl4u made their first contribution in #105
- @greenkeeperio-bot made their first contribution in #109
- @jscissr made their first contribution in #123
- @forabi made their first contribution in #127
- @aeneasr made their first contribution in #130
- @mcrawshaw made their first contribution in #134
- @davidroeca made their first contribution in #139
- @cormacrelf made their first contribution in #146
- @acateland made their first contribution in #151
- @jcperez-ch made their first contribution in #159
- @camsjams made their first contribution in #177
- @levilansing made their first contribution in #205
- @omridevk made their first contribution in #201
- @kubk made their first contribution in #199
- @OscarBakker made their first contribution in #225
- @deanban made their first contribution in #230
- @Asatelit made their first contribution in #232
- @gaopinghuang0 made their first contribution in #249
Full Changelog: v0.6.0...v1.0.0
1.0-beta9
1.0-beta8
1.0-beta7
- Improved debug logs - #68 by @pl12133
- Added basic example for throttling - #78 by @peteruithoven
- Added
combineFilters()
helper - #80 by @Bear-Foot - Support UMD builds - #82 by @weslleyaraujo
Thanks a lot to all contributors - you are awesome! 😁
1.0-beta6
1.0-beta5
1.0-beta4
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 to0.6
README