Skip to content

Releases: remix-run/react-router

v4.0.0-beta.5

03 Mar 18:32
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release

Changes

v4.0.0-beta.4

03 Mar 18:33
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

Changes

v4.0.0-beta.3

03 Mar 18:33
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

Changes

v4.0.0-beta.2

03 Mar 18:33
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

Changes

  • No end-user changes

v4.0.0-beta.1

03 Mar 18:34
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

This is a pretty big change from the alpha versions, so the diff isn't super helpful.

This release breaks things into a monorepo format, with several sub-packages for different ways of using the router. Think react-dom vs. react-native.

v3.0.2

18 Jan 17:44
Compare
Choose a tag to compare

Changes

  • Re-add module entry to package.json

v3.0.1

12 Jan 14:38
Compare
Choose a tag to compare

Changes

  • Pass transition hook's arguments correctly (#4123 by @arkist)
  • Fix index routes inside async pathless routes (#4147 by @taurose)
  • 'to' maybe undefined (#4216 by @panzj)
  • Fix withRouter error when used without a Router (#4295 by @dropfen)
  • Adding support for escaped parentheses in Route Paths (#4202 by @sebastiandeutsch)

v4.0.0-alpha.6

21 Nov 02:13
Compare
Choose a tag to compare
v4.0.0-alpha.6 Pre-release
Pre-release

This release fixes problems with the last release for users of npm 2.x and yarn. If you're having trouble with alpha 5, this version should give you less trouble.

Skipping the changelog on this one, as @ryanflorence has a heavily refactored version coming in the next day or two. Please wait for that release before upgrading if you're not blocked by the previous release's packaging issues.

v3.0.0

25 Oct 00:39
Compare
Choose a tag to compare

🎉 The 100th release of React Router! 🎉

This release removes all the deprecation warnings from v2.x along with some bugfixes.

While the focus of this project is shifting towards the component-based v4, this branch will be maintained indefinitely!

Bug fixes will continue to be accepted. We are not going to leave anyone hanging and want to assure you that v3 development will be alive and well.

Changes

Oct 24, 2016

  • Removed
  • Bugfix: Cancel pending enter/change hooks on location change (#4063)

v4.0.0-alpha.5

23 Oct 21:37
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release

Changes