Skip to content

Commit a90e709

Browse files
1.0.0
1 parent cd9e393 commit a90e709

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# 1.0.0 (2020-01-22)
2+
1.0.0
3+
4+
### Bug Fixes
5+
6+
* **reducer:** save last transition instead ([a94d716](https://github.com/ui-router/redux/commit/a94d716))
7+
* **webpack:** add externals and react-based bundle ([11d7cf0](https://github.com/ui-router/redux/commit/11d7cf0))
8+
* fix typings versions mismatch to fix master build ([4c90cf2](https://github.com/ui-router/redux/commit/4c90cf2))
9+
10+
11+
### Features
12+
13+
* export redux middleware for transitions ([8170b71](https://github.com/ui-router/redux/commit/8170b71))
14+
* **react:** add ConnectedUIRouter utility component ([8847ce8](https://github.com/ui-router/redux/commit/8847ce8))
15+
* Add support for react-redux 6 and onwards ([#10](https://github.com/ui-router/redux/issues/10)) ([cd9e393](https://github.com/ui-router/redux/commit/cd9e393))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* `@uirouter/redux` now only supports `react-redux` 6.x onwards, with the new React Context api.
21+
22+
Internally the library uses `ReactReduxContext` for consuming the redux store, which means it currently does not support custom context for Redux. Support for this might be added in the future.
23+
24+
* chore(*): update various dependencies
25+
* chore(ConnectedUIRouter): better types
26+
* feat(ConnectedUIRouter): support react-redux@^6.x
27+
* chore(*): update deps and tests
28+
29+
New component implementation requires at least react@16 and the new enzyme adapter for it.
30+
Updated the tests to use the new Redux Context api, as well as rely on public uirouter APIs instead of component internals to be more reliable.
31+
32+
* chore(travis): update node version
33+
* fix: update typings to fix typescript errors
34+
* fix: update all dependencies
35+
* fix: update webpack config for latest webpack
36+
37+
Co-authored-by: Chris Thielen <[email protected]>
38+
39+
40+
41+
142
## 0.1.1 (2017-11-05)
243
[Compare `@uirouter/redux` versions 0.1.0 and 0.1.1](https://github.com/ui-router/redux/compare/0.1.0...0.1.1)
344

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/redux",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Redux bindings for UI-Router",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)