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
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
All notable changes to this project will be documented in this file.
4
-
5
-
## [Unreleased]
2
+
## HEAD
6
3
7
4
* Update to the new history API (#89)
8
5
9
-
## [1.0.0] - 2015-12-07
6
+
## [1.0.0]
7
+
> 2015-12-09
8
+
9
+
This release changes quite a bit so you'll have to update your code.
10
10
11
-
### Breaking
11
+
**Breaking Changes:**
12
12
13
-
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath` (#38)
13
+
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath`. Use `pushpath` to get the same behavior as before. (#38)
14
14
* We have added support for routing state (#38)
15
-
* Our actions are now [FSA compliant](https://github.com/acdlite/flux-standard-action) (#63)
15
+
* Our actions are now [FSA compliant](https://github.com/acdlite/flux-standard-action). This means if you are listening for the `UPDATE_PATH` action in a reducer you should get properties off the `payload` property. (#63)
16
16
17
-
### Other
17
+
Other fixes:
18
18
19
19
* Redux DevTools should now work as expected (#73)
20
20
* As we no longer depend on `window.location`, `<base href="...">` should now work (#62)
21
-
* We've done lots of work on finding the right way to stop cycles, so hopefully we shouldn't have any unnecessary location or store updates (#50)
21
+
* We've done lots of work on finding the right way to stop cycles, so hopefully we shouldn't have any unnecessary location or store updates (#50)
0 commit comments