Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-router to v4 - autoclosed #39

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 11, 2017

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

Jun 6, 2018

  • Use the pretty option in generatePath (#​6172 by @​sibelius)
  • aria-current has incorrect value "true" (#​6118 by @​brandonrninefive)
  • Redirect with parameters (#​5209 by @​dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#​5489 by @​pshrmn)
  • Escape NavLink path to allow special characters in path. (#​5596 by @​esiegel)
  • Expose generatePath (#​5661 by @​rybon)
  • Use named import of history module. (#​5589 by @​RoboBurned)
  • Hoist dependencies for smaller UMD builds (#​5720 by @​pshrmn)
  • Remove aria-current from navLink when inactive (#​5508 by @​AlmeroSteyn)
  • Add invariant for missing "to" property on <Link> (#​5792 by @​selbekk)
  • Use Prettier on the code (e6f9017 by @​mjackson)
  • Fix pathless route's match when parent is null (#​5964 by @​pshrmn)
  • Use history.createLocation in <StaticRouter> (#​5722 by @​pshrmn)

v4.3.0-rc.3

Compare Source

  • Fix broken UMD builds.
  • Add sideEffects: false for webpack tree shaking (#​6082 by @​taylorc93)

v4.3.0-rc.2

Compare Source

  • Bump hoist-non-react-statics for React 16.3.
  • Missing generatePath in react-router-dom package.

v4.3.0-rc.1

Compare Source

Mar 26, 2018

  • Redirect with parameters (#​5209 by @​dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#​5489 by @​pshrmn)
  • Escape NavLink path to allow special characters in path. (#​5596 by @​esiegel)
  • Expose generatePath (#​5661 by @​rybon)
  • Use named import of history module. (#​5589 by @​RoboBurned)
  • Hoist dependencies for smaller UMD builds (#​5720 by @​pshrmn)
  • Remove aria-current from navLink when inactive (#​5508 by @​AlmeroSteyn)
  • Add invariant for missing "to" property on <Link> (#​5792 by @​selbekk)
  • Use Prettier on the code (e6f9017 by @​mjackson)
  • Fix pathless route's match when parent is null (#​5964 by @​pshrmn)
  • Use history.createLocation in <StaticRouter> (#​5722 by @​pshrmn)

v4.2.0

Compare Source

Jun 6, 2018

  • Use the pretty option in generatePath (#​6172 by @​sibelius)
  • aria-current has incorrect value "true" (#​6118 by @​brandonrninefive)
  • Redirect with parameters (#​5209 by @​dlindenkreuz)
  • Fix with missing pathname: <Link to="?foo=bar"> (#​5489 by @​pshrmn)
  • Escape NavLink path to allow special characters in path. (#​5596 by @​esiegel)
  • Expose generatePath (#​5661 by @​rybon)
  • Use named import of history module. (#​5589 by @​RoboBurned)
  • Hoist dependencies for smaller UMD builds (#​5720 by @​pshrmn)
  • Remove aria-current from navLink when inactive (#​5508 by @​AlmeroSteyn)
  • Add invariant for missing "to" property on <Link> (#​5792 by @​selbekk)
  • Use Prettier on the code (e6f9017 by @​mjackson)
  • Fix pathless route's match when parent is null (#​5964 by @​pshrmn)
  • Use history.createLocation in <StaticRouter> (#​5722 by @​pshrmn)

v4.1.2

Compare Source

July 16, 2017

  • Re-publish of v4.1.1, but with an updated version of prop-types to fix warnings in the UMD build.

v4.1.1

Compare Source

Aug 23, 2017

  • Re-run Redirect on props update (#​5162 by @​alexilyaev)
  • Prevent remounts on routes with the same component in renderRoutes (#​5430 by @​artywhite)
  • Case sensitive routes (#​5438 by @​paustria)
  • Use direct imports in platform packages (#​5095 by @​ruiaraujo)
  • Add optional otherProps argument renderRoutes (#​5137 by @​jharris4)
  • Bump hoist-non-react-statics (#​5347 by @​roderickhsiao)
  • 3x build speed improvements on CI (ea1212a by @​timdorr)
  • Use Jest for testing (172dc16 by @​mjackson)
  • Explicit error using Route outside of Router (#​4939 by @​eXon)
  • react-router-native Link improvements (#​4816 by @​benstepp)
  • aria-current on NavLink (#​4708 by @​JasonEtco)
  • Make AndroidBackButton a generic BackButton component (#​5295 by @​DonnieWest)
  • Access Link's underlying node via innerRef (#​5294 by @​danielberndt)
  • Return null from react-router-native DeepLinking if children is undefined (#​5278 by @​seekshiva)
  • Warn when using the history prop on a pre-configured Router (#​5151 by @​Aprillion)
  • Fix memory leak in ConnectedRouter during server side rendering (#​5203 by @​klis87)
  • Reorder NavLink activeClassName/className priority (#​5109 by @​carloluis)
  • Change react-native BackAndroid to BackHandler (#​5093 by @​SeanGroff)
  • Fix react-router-native StackRouter (#​5071 by @​kafein)

v4.1.0

Compare Source

Apr 12, 2017

  • Fixes for the various PropTypes related issues.

v4.0.0

Compare Source

Apr 11, 2017

  • Add wrappedComponent to the component returned by withRouter
  • Add wrappedComponentRef prop to the component returned by withRouter
  • Add non-react static methods and properties of the wrapped component to the component returned by withRouter

v4.0.0-beta.8

Compare Source

Mar 8, 2017

  • Updated website
  • Revert to using context.router for everything since Relay uses context.route
  • Add staticContext route prop when rendering <Route>s inside a <StaticRouter>
  • Pass through the parent match object to <Route>s w/out a path. This also
    includes components wrapped using withRouter
  • Fix unicode <Route> paths
  • Set NavLink's default activeClassName prop to active

v4.0.0-beta.7

Compare Source

Mar 8, 2017

  • Updated website
  • Revert to using context.router for everything since Relay uses context.route
  • Add staticContext route prop when rendering <Route>s inside a <StaticRouter>
  • Pass through the parent match object to <Route>s w/out a path. This also
    includes components wrapped using withRouter
  • Fix unicode <Route> paths
  • Set NavLink's default activeClassName prop to active

v4.0.0-beta.6

Compare Source

Mar 3, 2017

  • Added support for <Redirect> as a child of a <Switch>
  • Fixed a bug where <Switch> would always remount children
  • Removed subscriptions to avoid unneccessary rerendering in every <Route>
  • Added <Switch location> and <Route location> props so that "pure" route
    components can know when the location changes
  • Removed location persistence across app restarts in <NativeRouter>
  • Made docs easier to find in individual packages directories
  • Split context.router into two parts: context.history and context.route
  • Changed matchPath signature to matchPath(pathname, options)

v4.0.0-beta.5

Compare Source

Feb 7, 2017


v4.0.0-beta.4

Compare Source

Feb 1, 2017


v4.0.0-beta.3

Compare Source

Jan 30, 2017


v4.0.0-beta.2

Compare Source

  • No end-user changes

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
  • URL decode all parameters (@​tyrsius in #​3991)
  • Fix ambiguous Miss component not rendering (@​TimothyKrell in #​3980)
  • Don't include a trailing slash if the basename is not empty (@​jochenberger in #​4000! 😮 )
  • Match exactly takes parent into account (@​alisd23 in #​4001)
  • Fix non-exact match of pattern with trailing slash (@​aaugustin in #​3923)
  • Add and (@​aaugustin in #​3912)
  • Limit size of matcher cache (@​alisd23 in #​4004)
  • Re-enable proptypes warnings (@​mjackson in 5f4b649)
  • Fix build scripts on windows (@​alisd23 in #​4088)
  • Fix hashType prop on HashRouter (@​herrkris in #​4024)
  • Remove react-history dep (@​ryanflorence in d041434)
  • Links apathetic to active state don't subscribe (@​pshrmn in #​3986)
  • blockTransitions returns teardown function (@​maxdeviant in #​4058)

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.

@renovate renovate bot force-pushed the renovate/react-router-4.x branch from 6ea8882 to e08198b Compare December 22, 2017 07:07
@renovate renovate bot changed the title Update dependency react-router to ^4.0.0 Update dependency react-router to v4 Apr 17, 2018
@renovate renovate bot changed the title Update dependency react-router to v4 Update dependency react-router to v4 - autoclosed Jun 8, 2018
@renovate renovate bot closed this Jun 8, 2018
@renovate renovate bot deleted the renovate/react-router-4.x branch June 8, 2018 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant