-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Comparing changes
Open a pull request
base repository: remix-run/react-router
base: v4.2.0
head repository: remix-run/react-router
compare: v4.3.0
Commits on Jun 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ca77611 - Browse repository at this point
Copy the full SHA ca77611View commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a1140e4 - Browse repository at this point
Copy the full SHA a1140e4View commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5def29e - Browse repository at this point
Copy the full SHA 5def29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bda9e - Browse repository at this point
Copy the full SHA 55bda9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e2c49 - Browse repository at this point
Copy the full SHA f0e2c49View commit details
Commits on Aug 26, 2017
-
6
Configuration menu - View commit details
-
Copy full SHA for 59a4fbc - Browse repository at this point
Copy the full SHA 59a4fbcView commit details -
Fixing misleading comment (#5468)
`button` 0 is the left mouse button, but there is more than one other kind of button: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button#Return_value
Configuration menu - View commit details
-
Copy full SHA for 7585419 - Browse repository at this point
Copy the full SHA 7585419View commit details
Commits on Sep 11, 2017
-
Use
match.path
for nested routes. (#5506)#### This change seeks to attain uniformity in the docs. [The API docs for `match`](https://github.com/ReactTraining/react-router/blob/0b9917e02391809f6ef12c10a29c75ee0e20efe5/packages/react-router/docs/api/match.md) distinguishes between `match.url` and `match.path`, recommending that `.url` be used for building nested <Link>s and `.path` for building nested <Route>s. However, the example code in this _Quick Start_ guide uses `match.url` to nest Routes.
Configuration menu - View commit details
-
Copy full SHA for c5fb25d - Browse repository at this point
Copy the full SHA c5fb25dView commit details
Commits on Sep 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f27f9de - Browse repository at this point
Copy the full SHA f27f9deView commit details
Commits on Sep 14, 2017
-
Use yarn workspaces and move website to repo root
This should provide much faster install times and easier access to the website for people who want to contribute. Fixes #4362
Configuration menu - View commit details
-
Copy full SHA for 8c012ee - Browse repository at this point
Copy the full SHA 8c012eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f000787 - Browse repository at this point
Copy the full SHA f000787View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0e732 - Browse repository at this point
Copy the full SHA cc0e732View commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a1bb5ce - Browse repository at this point
Copy the full SHA a1bb5ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24dd20 - Browse repository at this point
Copy the full SHA d24dd20View commit details -
Revert the switch to yarn workspaces :'(
The react-router-native tests don't pass anymore on master, so I'm reverting this until we can figure out why. Re-opens #4362
Configuration menu - View commit details
-
Copy full SHA for bb4f983 - Browse repository at this point
Copy the full SHA bb4f983View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94bcd8 - Browse repository at this point
Copy the full SHA c94bcd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd49005 - Browse repository at this point
Copy the full SHA cd49005View commit details -
precedence has been written incorrectly.
Configuration menu - View commit details
-
Copy full SHA for e42c968 - Browse repository at this point
Copy the full SHA e42c968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd0b50 - Browse repository at this point
Copy the full SHA 4dd0b50View commit details
Commits on Sep 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dfdcfac - Browse repository at this point
Copy the full SHA dfdcfacView commit details
Commits on Sep 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f77440e - Browse repository at this point
Copy the full SHA f77440eView commit details
Commits on Sep 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7c04819 - Browse repository at this point
Copy the full SHA 7c04819View commit details
Commits on Sep 22, 2017
-
react-router-redux useful selectors (#5543)
* add feature * Remove an extra linebreak * add tests * use === instead of deep comparison * remove duplicated test * remove unused var
Configuration menu - View commit details
-
Copy full SHA for 6a5d48b - Browse repository at this point
Copy the full SHA 6a5d48bView commit details
Commits on Sep 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 67d7978 - Browse repository at this point
Copy the full SHA 67d7978View commit details
Commits on Sep 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 867e9f1 - Browse repository at this point
Copy the full SHA 867e9f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77352a8 - Browse repository at this point
Copy the full SHA 77352a8View commit details -
Merge branch 'feature/redirect-with-params' of https://github.com/dli…
…ndenkreuz/react-router into dlindenkreuz-feature/redirect-with-params
Configuration menu - View commit details
-
Copy full SHA for b36cfcc - Browse repository at this point
Copy the full SHA b36cfccView commit details
Commits on Sep 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f964e00 - Browse repository at this point
Copy the full SHA f964e00View commit details
Commits on Oct 3, 2017
-
Add a basic components guide (#4926)
* Add a basic components guide This covers the basic components that should be known by a user in order to create a react-router-dom application * Expand on <Route> render props * Mention inline functions * Fix typo * Add to guides array in new location
Configuration menu - View commit details
-
Copy full SHA for 5e763c5 - Browse repository at this point
Copy the full SHA 5e763c5View commit details -
Adds a note & link to Redux blocked updates (#5552)
* Adds a note & link to Redux blocked updates I read this doc like four times until I decided to click on the breadcrumbs for other guides. Lo and behold, I found and solved my problem within 30 seconds. This PR helps others avoid my situation because it indicates that they should also read the other Redux guide if they are experiencing blocked updates. * Update blocked-updates.md * Adds more explanation & example * Bolds text
Configuration menu - View commit details
-
Copy full SHA for bcf8cb9 - Browse repository at this point
Copy the full SHA bcf8cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d28a2e - Browse repository at this point
Copy the full SHA 6d28a2eView commit details -
Fix <Link to="string"> (#5489)
* Fix <Link to="string"> New implementation will parse the string to create an actual location object. This also means that a to string with no pathname will resolve using the current location. The "href" value is also now stored in state, only recalculating it when the "to" prop changes. * Determine href in render * Style tweaks
Configuration menu - View commit details
-
Copy full SHA for be6fb6d - Browse repository at this point
Copy the full SHA be6fb6dView commit details -
update readme to clarify pathname (#5066)
* update readme to clarify pathname * updating per pr feedback * blank line
Configuration menu - View commit details
-
Copy full SHA for 819b6ac - Browse repository at this point
Copy the full SHA 819b6acView commit details
Commits on Oct 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1006945 - Browse repository at this point
Copy the full SHA 1006945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dfc5e - Browse repository at this point
Copy the full SHA 08dfc5eView commit details
Commits on Oct 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c3d453e - Browse repository at this point
Copy the full SHA c3d453eView commit details
Commits on Oct 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 06d5661 - Browse repository at this point
Copy the full SHA 06d5661View commit details -
Update deps and fix for various problems.
Temp fixes for error boundaries until facebook/react#11098 is resolved.
Configuration menu - View commit details
-
Copy full SHA for 7450ce0 - Browse repository at this point
Copy the full SHA 7450ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5182123 - Browse repository at this point
Copy the full SHA 5182123View commit details
Commits on Oct 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b835c8f - Browse repository at this point
Copy the full SHA b835c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ac814 - Browse repository at this point
Copy the full SHA d6ac814View commit details
Commits on Oct 24, 2017
-
react-router-redux/createMatchSelector: handle null case when router …
…state is not yet initialized (#5653) * react-router-redux/createMatchSelector: handle null case when router state is not yet initialized * react-router-redux/createMatchSelector: test coverage for 4a826fa * tests/createMatchSelector: fixed assertion in test * Made test assertion a little more useful/semantic
Configuration menu - View commit details
-
Copy full SHA for fd85fbc - Browse repository at this point
Copy the full SHA fd85fbcView commit details
Commits on Oct 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d972088 - Browse repository at this point
Copy the full SHA d972088View commit details
Commits on Nov 1, 2017
-
Fix link to location.md (#5676)
The `./` there is important to give the correct link when rendered
Configuration menu - View commit details
-
Copy full SHA for 93cdf94 - Browse repository at this point
Copy the full SHA 93cdf94View commit details
Commits on Nov 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5470fad - Browse repository at this point
Copy the full SHA 5470fadView commit details
Commits on Nov 6, 2017
-
Updated react-transition-group and changed Animation.js example (#5691)
* Updated to react-transition-group 2.2.1; * Changed implementation in example Animation.js
Configuration menu - View commit details
-
Copy full SHA for db1900a - Browse repository at this point
Copy the full SHA db1900aView commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f8887ad - Browse repository at this point
Copy the full SHA f8887adView commit details
Commits on Nov 8, 2017
-
* Expose generatePath * Update package.json * Update index.js * Create generatePath.js
Configuration menu - View commit details
-
Copy full SHA for 7cda4bd - Browse repository at this point
Copy the full SHA 7cda4bdView commit details
Commits on Nov 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for db597b2 - Browse repository at this point
Copy the full SHA db597b2View commit details
Commits on Nov 10, 2017
-
Improvements to react-router-redux examples (#5647)
* general improvements to react-router-redux examples * remove unnecessary arrow function * use Redirect for private route
Configuration menu - View commit details
-
Copy full SHA for c47ffd7 - Browse repository at this point
Copy the full SHA c47ffd7View commit details
There are no files selected for viewing