Update dependency react-router to v4 - autoclosed #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency react-router from
^2.8.1
to^4.0.0
Release Notes
v4.3.1
Compare Source
Just a patch to fix an accidental move of
warning
from a normal dependency to a devDependency, which was causing issues with installation.v4.3.0
Compare Source
pretty
option in generatePath (#6172 by @sibelius)<Link to="?foo=bar">
(#5489 by @pshrmn)generatePath
(#5661 by @rybon)<Link>
(#5792 by @selbekk)<StaticRouter>
(#5722 by @pshrmn)v4.3.0-rc.3
Compare Source
v4.3.0-rc.2
Compare Source
hoist-non-react-statics
for React 16.3.generatePath
inreact-router-dom
package.v4.3.0-rc.1
Compare Source
<Link to="?foo=bar">
(#5489 by @pshrmn)generatePath
(#5661 by @rybon)<Link>
(#5792 by @selbekk)<StaticRouter>
(#5722 by @pshrmn)v4.2.0
Compare Source
pretty
option in generatePath (#6172 by @sibelius)<Link to="?foo=bar">
(#5489 by @pshrmn)generatePath
(#5661 by @rybon)<Link>
(#5792 by @selbekk)<StaticRouter>
(#5722 by @pshrmn)v4.1.2
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.0
Compare Source
wrappedComponent
to the component returned bywithRouter
wrappedComponentRef
prop to the component returned bywithRouter
withRouter
v4.0.0-beta.8
Compare Source
context.router
for everything since Relay usescontext.route
staticContext
route prop when rendering<Route>
s inside a<StaticRouter>
match
object to<Route>
s w/out apath
. This alsoincludes components wrapped using
withRouter
<Route>
pathsNavLink
's defaultactiveClassName
prop toactive
v4.0.0-beta.7
Compare Source
context.router
for everything since Relay usescontext.route
staticContext
route prop when rendering<Route>
s inside a<StaticRouter>
match
object to<Route>
s w/out apath
. This alsoincludes components wrapped using
withRouter
<Route>
pathsNavLink
's defaultactiveClassName
prop toactive
v4.0.0-beta.6
Compare Source
<Redirect>
as a child of a<Switch>
<Switch>
would always remount children<Route>
<Switch location>
and<Route location>
props so that "pure" routecomponents can know when the location changes
<NativeRouter>
packages
directoriescontext.router
into two parts:context.history
andcontext.route
matchPath
signature tomatchPath(pathname, options)
v4.0.0-beta.5
Compare Source
v4.0.0-beta.4
Compare Source
v4.0.0-beta.3
Compare Source
v4.0.0-beta.2
Compare Source
v4.0.0-beta.1
Compare Source
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.
v4.0.0-alpha.6
Compare Source
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.
v4.0.0-alpha.5
Compare Source
Changes
v4.0.0-alpha.4
Compare Source
v4.0.0-alpha.3
Compare Source
v4.0.0-2
Compare Source
v4.0.0-1
Compare Source
v4.0.0-0
Compare Source
v3.2.1
Compare Source
v3.2.0
Compare Source
v3.1.0-rc.1
Compare Source
v3.0.6-pre.0
Compare Source
v3.0.5
Compare Source
v3.0.4
Compare Source
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
v3.0.0-beta.1
Compare Source
v3.0.0-alpha.3
Compare Source
v3.0.0-alpha.2
Compare Source
v3.0.0-alpha.1
Compare Source
This PR has been generated by Renovate Bot.