-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Comparing changes
Open a pull request
base repository: remix-run/react-router
base: ea8eba843bf899daf8a51c2617d05c179b38369d
head repository: remix-run/react-router
compare: 0c9a10d9807b879912f2dff2fbebffe0aa7048ed
Commits on Nov 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1d61194 - Browse repository at this point
Copy the full SHA 1d61194View commit details
Commits on Nov 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bafbec4 - Browse repository at this point
Copy the full SHA bafbec4View commit details
Commits on Dec 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c69ca84 - Browse repository at this point
Copy the full SHA c69ca84View commit details
Commits on Mar 19, 2019
-
Example references deprecated API (#6646)
The example showing how to use a custom history object is referencing an outdated import path. Change it to a supported one. Also see https://github.com/ReactTraining/history/blob/465288b91859244d401103c079c058c0a2be5cb0/createBrowserHistory.js#L2
Configuration menu - View commit details
-
Copy full SHA for 2359f87 - Browse repository at this point
Copy the full SHA 2359f87View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b2ae361 - Browse repository at this point
Copy the full SHA b2ae361View commit details -
Configuration menu - View commit details
-
Copy full SHA for d302953 - Browse repository at this point
Copy the full SHA d302953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0e2c9 - Browse repository at this point
Copy the full SHA 2c0e2c9View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 536e184 - Browse repository at this point
Copy the full SHA 536e184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ca0ae - Browse repository at this point
Copy the full SHA 65ca0aeView commit details
Commits on Mar 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9016456 - Browse repository at this point
Copy the full SHA 9016456View commit details
Commits on Mar 26, 2019
-
Update Jest and react-router-native dev deps (#6668)
* Update Jest and react-router-native dev deps * latest react/react-test-renderer
Configuration menu - View commit details
-
Copy full SHA for 8365d4b - Browse repository at this point
Copy the full SHA 8365d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2961fe - Browse repository at this point
Copy the full SHA e2961feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a999f - Browse repository at this point
Copy the full SHA 49a999fView commit details
Commits on Mar 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 13b044a - Browse repository at this point
Copy the full SHA 13b044aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a99c93 - Browse repository at this point
Copy the full SHA 6a99c93View commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f9849c8 - Browse repository at this point
Copy the full SHA f9849c8View commit details
Commits on Apr 2, 2019
-
Fixed maximum update depth exceeded caused by Redirect. (#6674)
* Redirect: Failing test for rendering in functional component * Properly check if location matches in <Redirect/> Fixes #6673 * Redirect: Handle all eventualities of to strings. * Redirect: Add update depth test with 'to' as location * Redirect: Simplify and rename tests. * Redirect: work around locationsAreEquals quirk.
Configuration menu - View commit details
-
Copy full SHA for 017f692 - Browse repository at this point
Copy the full SHA 017f692View commit details
Commits on Apr 3, 2019
-
withRouter: Directly use RouterContext instead of Route. (#6685)
This reduces the nesting introduced by withRouter() quite a bit and makes for an easier warning in case it's used outside <Router/>
Configuration menu - View commit details
-
Copy full SHA for 10d78bb - Browse repository at this point
Copy the full SHA 10d78bbView commit details
Commits on Apr 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2ce1d32 - Browse repository at this point
Copy the full SHA 2ce1d32View commit details
Commits on Apr 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 992af48 - Browse repository at this point
Copy the full SHA 992af48View commit details
Commits on Apr 9, 2019
-
Fix website internal links not prepended with public path (#6678)
* Fix website internal links not prepended with basename * Add loader-utils@1.1.0 to package.json
Configuration menu - View commit details
-
Copy full SHA for f7c8e56 - Browse repository at this point
Copy the full SHA f7c8e56View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3ccbd19 - Browse repository at this point
Copy the full SHA 3ccbd19View commit details
Commits on Apr 14, 2019
-
* Update matchPath.md * Update matchPath.md * Update matchPath.md
Configuration menu - View commit details
-
Copy full SHA for 29155fc - Browse repository at this point
Copy the full SHA 29155fcView commit details
Commits on Apr 16, 2019
-
* Update husky. * Use huskyrc file.
Configuration menu - View commit details
-
Copy full SHA for 67df646 - Browse repository at this point
Copy the full SHA 67df646View commit details
Commits on Apr 20, 2019
-
matchPath: Fixed exception thrown if
path
is undefined (#6715)* matchPath: Fixed exception thrown if `path` is undefined * Match the line below it
Configuration menu - View commit details
-
Copy full SHA for 7bd1407 - Browse repository at this point
Copy the full SHA 7bd1407View commit details -
prevent reload of page if an error occurs in onClick event handler (#…
…6711) * prevent reload of page if an error occurs in onClick event handler in <Link /> 1. catch exception of onClick 2. prevent default event handler 3. re-throw exception * add tests * remove unused Component import in <Link /> test
Configuration menu - View commit details
-
Copy full SHA for 82ce94c - Browse repository at this point
Copy the full SHA 82ce94cView commit details
Commits on May 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 48a97bf - Browse repository at this point
Copy the full SHA 48a97bfView commit details -
Updated some devDependencies to fix audit warnings (#6741)
* Updated some devDependencies to fix audit warnings * Revert rollup-plugin-size-snapshot update.
Configuration menu - View commit details
-
Copy full SHA for aeccaeb - Browse repository at this point
Copy the full SHA aeccaebView commit details
Commits on May 15, 2019
-
fix(react-router): Allow string and object refs in withRouter (#6680)
* fix(react-router): Don't warn about ref objects * fix(react-router): Don't warn about string refs
Configuration menu - View commit details
-
Copy full SHA for 56c829b - Browse repository at this point
Copy the full SHA 56c829bView commit details -
Removing "update blocking" content (#6652)
* update react and start using hooks in some places * remove content for blocked updates
Configuration menu - View commit details
-
Copy full SHA for 97f0eee - Browse repository at this point
Copy the full SHA 97f0eeeView commit details
Commits on May 16, 2019
-
Don't override path in NavLink component. Fixes #6613 (#6623)
* Don't override path in NavLink component. Fixes #6613 * Add tests for withRouter() inside NavLink * NavLink: Use RouterContext directly. Same reasons as for withRouter: Less nesting, clearer error message. * NavLink: Remove obsolete import. Updated size snapshot
Configuration menu - View commit details
-
Copy full SHA for a38ef04 - Browse repository at this point
Copy the full SHA a38ef04View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bd436ce - Browse repository at this point
Copy the full SHA bd436ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for caa9950 - Browse repository at this point
Copy the full SHA caa9950View commit details
Commits on May 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f5d701 - Browse repository at this point
Copy the full SHA 0f5d701View commit details
Commits on Jun 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8ed894f - Browse repository at this point
Copy the full SHA 8ed894fView commit details
Commits on Jun 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b0bb959 - Browse repository at this point
Copy the full SHA b0bb959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9a10d - Browse repository at this point
Copy the full SHA 0c9a10dView commit details
There are no files selected for viewing