redux-fetch
redux-fetch copied to clipboard
Update react-router to the latest version 🚀
Version 4.1.2 of react-router just got published.
| Dependency | react-router |
|---|---|
| Current Version | 3.0.5 |
| Type | devDependency |
The version 4.1.2 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-router. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 4.2.0 just got published.
Update to this version instead 🚀
Release Notes
v4.2.0Changes
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)
Version 4.3.0 just got published.
Update to this version instead 🚀
Release Notes
v4.3.0Changes
- Use the
prettyoption 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)
Version 4.3.1 just got published.
Update to this version instead 🚀
Release Notes
v4.3.1Just a patch to fix an accidental move of warning from a normal dependency to a devDependency, which was causing issues with installation.
- The
devDependencyreact-router was updated from3.2.1to4.3.1.
Update to this version instead 🚀
Release Notes for v4.4.0-beta.5
One step closer to 4.4.0 final...
Fixes
- Fixed
<Route component>prop-type warning when usingforwardRef(see #6417, thanks @frehner and @eXon) - Added missing file to
react-router-configpackage (see #6415, thanks @Anomen) - Several docs improvements (see #6410, thanks @justsml)
Enjoy!
- The
devDependencyreact-router was updated from3.2.1to4.4.0.
Update to this version instead 🚀
Commits
The new version differs by 52 commits.
eef79d5v4.4.03a1a54eRelease from Travis CIfa98bc7v4.4.0-beta.83a52becUse history 4.9.04736cfeRemove use of eval in dev15cd05eFix typo in comment (#6615)481d2a1Less-specific prop typef4081aePolyfill Element for Node (#6607)065950cv4.4.0-beta.75fb7c1bFixes #6605 where sample code in website is offset. Mobile still good. (#6606)3e86a90Upgrade to webpack 4; eliminate audit warnings00d5d0aUse static instead of public dir63f8234Update deploy scripta35dd73wording8e28044new mailing list service
There are 52 commits in total.
See the full diff
- The
devDependencyreact-router was updated from3.2.1to5.0.1.
Update to this version instead 🚀
Commits
The new version differs by 37 commits.
0c9a10dv5.0.1b0bb959Update package locks8ed894fadd hooks option to scroll restoration docs (#6762)0f5d701Small code change in matchPath.md (#6761)caa9950esModule: false fix read only TypeError in expors (#6758)bd436ceMerge branch 'website'a38ef04Don't override path in NavLink component. Fixes #6613 (#6623)97f0eeeRemoving "update blocking" content (#6652)56c829bfix(react-router): Allow string and object refs in withRouter (#6680)aeccaebUpdated some devDependencies to fix audit warnings (#6741)48a97bfFix build on windows. (#6740)82ce94cprevent reload of page if an error occurs in onClick event handler (#6711)7bd1407matchPath: Fixed exception thrown ifpathis undefined (#6715)67df646use huskyrc file (#6706)29155fcUpdate matchPath docs (#6703)
There are 37 commits in total.
See the full diff
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyreact-router was updated from3.2.6to5.2.0.