Skip to content

Commit ac1a3cf

Browse files
authored
Update changelog for all the upcoming goodies.
Waiting on release automation stuff from @mjackson before we push this out.
1 parent 137a37b commit ac1a3cf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [Unreleased](https://github.com/ReactTraining/react-router/compare/v4.2.0...master)
2+
> Like, right now.
3+
4+
- Redirect with parameters ([#5209] by @dlindenkreuz)
5+
- Fix with missing pathname: `<Link to="?foo=bar">` ([#5489] by @pshrmn)
6+
- Escape NavLink path to allow special characters in path. ([#5596] by @esiegel)
7+
- Expose `generatePath` ([#5661] by @rybon)
8+
- Use named import of history module. ([#5589] by @RoboBurned)
9+
- Hoist dependencies for smaller UMD builds ([#5720] by @pshrmn)
10+
- Remove aria-current from navLink when inactive ([#5508] by @AlmeroSteyn)
11+
- Add invariant for missing "to" property on `<Link>` ([#5792] by @selbekk)
12+
- Use Prettier on the code ([e6f9017] by @mjackson)
13+
14+
[#5209]: https://github.com/ReactTraining/react-router/pull/5209
15+
[#5489]: https://github.com/ReactTraining/react-router/pull/5489
16+
[#5596]: https://github.com/ReactTraining/react-router/pull/5596
17+
[#5661]: https://github.com/ReactTraining/react-router/pull/5661
18+
[#5589]: https://github.com/ReactTraining/react-router/pull/5589
19+
[#5720]: https://github.com/ReactTraining/react-router/pull/5720
20+
[#5508]: https://github.com/ReactTraining/react-router/pull/5508
21+
[#5792]: https://github.com/ReactTraining/react-router/pull/5792
22+
[e6f9017]: https://github.com/ReactTraining/react-router/commit/e6f9017c947b3ae49affa24cc320d0a86f765b55
23+
124
## [v4.2.0](https://github.com/ReactTraining/react-router/compare/v4.1.1...v4.2.0)
225
> Aug 23, 2017
326

0 commit comments

Comments
 (0)