You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments