Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/remix-run/react-router

Declarative routing for React
https://github.com/remix-run/react-router

fix Link tests

45df0ddeaac2ad8b5a6905d4613d6da0886d2ed9 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2350 from bcremer/patch-1

Fix missing semicolon in nginx configuration snippet

a50146daceb691962c64003720f9611e9601280c authored about 9 years ago by Jimmy Jia <[email protected]>
Fix missing semicolon in nginx configuration snippet

af847d79e6f0b6d19811788223d62bcc13aef914 authored about 9 years ago by Benjamin Cremer <[email protected]>
Implement breadcrumbs example

This commit presents simple approach on how to support breadcrumbs with
React Router.

0152809ed3871bf125f0fe4eec368734c689e2bc authored about 9 years ago by Mike Grabowski <[email protected]>
Merge pull request #2343 from gwilymhumphreys/patch-1

Fix getIndexRoute example in DynamicRouting.md

66ff9fc86077599946242ef611d57f564ab49683 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix getIndexRoute example in DynamicRouting.md

getIndexRoute expects a route, whereas the example was sending a component.

2b1e8a057565f9d59ca1853e7ed424291c014f0e authored about 9 years ago by Gwilym Humphreys <[email protected]>
Merge pull request #2336 from taion/RoutingContext-params

[added] params on RoutingContext child context

3cb9aa661ff55077325cafddf6a89dffba782020 authored about 9 years ago by Mateusz Zatorski <[email protected]>
[added] params on RoutingContext child context

9d346fcde766e974e4d2183807a25684305fb40e authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2320 from mik01aj/patch-1

Introduction change to explain nesting using JSX.

84ed550f7595d8ca8cfff17c52212ed56d5da61b authored about 9 years ago by Mateusz Zatorski <[email protected]>
Update Histories.md

8717c54228a41aed9181efa8c7c4856070c696df authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2322 from vitalybe/patch-1

Added disable instructions regarding "?_k" bit

98b1ca7591d7922e0aef44d0b81483116da3773a authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2330 from danieljuhl/master

handle nested IndexRoute in path-less route

eb35087728b647a6ac2855490005ba711ac4a5b5 authored about 9 years ago by Mateusz Zatorski <[email protected]>
make IndexRoute work within nested path-less routes

6e64304fca77bca546cc603c08e2521239f0d39a authored about 9 years ago by Daniel Juhl <[email protected]>
Update app.js

45a98695164ee908040553cad4cc58cfcfb45c35 authored about 9 years ago by Mateusz Zatorski <[email protected]>
update auth-with-shared-root to use react 0.14

d20a8ba9ac0dc329b023102a625d17ff76e89bc2 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2309 from jrouleau/examples/auth-with-shared-root

Add auth-with-shared-root example

7d6951cd693df2518c2394b90c77192200c2bc93 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2327 from benvinegar/proptypes-note

Add note re: propTypes + React.cloneElement in upgrade guide

c27b018268864c8671c4cc3c6c6819bb255114df authored about 9 years ago by Mateusz Zatorski <[email protected]>
Add note re: propTypes + React.cloneElement in upgrade guide

90fac9edfe88b281a4c2b5d8bf3032898561d720 authored about 9 years ago by Ben Vinegar <[email protected]>
Merge pull request #2325 from benvinegar/queryparams-docs

Add getQueryParams() -> location.query to upgrade guide

af93b42cca20c10f775d425d24553164adcdef7c authored about 9 years ago by Mateusz Zatorski <[email protected]>
Add getQueryParams() -> location.query to upgrade guide

4a5ce9b68c482b8fca351322f69c5c3472d70638 authored about 9 years ago by Ben Vinegar <[email protected]>
Merge pull request #2318 from stanleycyang/patch-2

Update Introduction.md

e5162524515e25dafcab677c46ca179807942df6 authored about 9 years ago by Jimmy Jia <[email protected]>
Update Introduction.md

Updated for `react 0.14` and changed back to `createClass`

5c6e7d54175c6b49cd415a0e31f337a16a539b46 authored about 9 years ago by stanley <[email protected]>
Added disable instructions regarding "?_k" bit

a476ec40583bc5d02e5a1c3773b172dcf41aae81 authored about 9 years ago by vitalybe <[email protected]>
Introduction change to explain nesting using JSX.

ca6d6cd1d15b8e43fc7516469c7e3cd5b66d775a authored about 9 years ago by Mikołaj D <[email protected]>
Update Introduction.md

Updated the docs to use `classes` and `ReactDOM`.

This allows the user to get the most updat...

dd7bcc8890b8ed39d5e1a01a4d83a4ff0d40b3be authored about 9 years ago by stanley <[email protected]>
Merge pull request #2316 from nickuraltsev/patch-1

Fix broken link in API doc

f5aa145d465d3d85eb63f80f09029c59b6db1b4a authored about 9 years ago by Jimmy Jia <[email protected]>
Fixed broken link in API doc

d14dc503b012213c08c99333519f95a7f3345437 authored about 9 years ago by Nick Uraltsev <[email protected]>
Clarify usage

f892023826910cfe95b117339510242cb9f039cb authored about 9 years ago by Dan Abramov <[email protected]>
Merge pull request #2315 from edvinerikson/patch-1

Added a UMD example

016c7352275f39cce51470c24cc8859957e19c90 authored about 9 years ago by Dan Abramov <[email protected]>
Added a UMD example

ae1939acb08c973d33443c7579369eb21e046740 authored about 9 years ago by Edvin Erikson <[email protected]>
Fix lint issues

264c288be44206894f71e99f43500ccbd5b1636e authored about 9 years ago by Jonathan Rouleau <[email protected]>
Add auth-with-shared-root example

Demonstrates partial/lazy loading with auth and dynamic routes

09524b243fed31175c22fe732769c64b94dc037a authored about 9 years ago by Jonathan Rouleau <[email protected]>
Merge pull request #2307 from taion/Link-onClick

[changed] Preventing transition from onClick

c24931869d9ebe714f196c045f9a118dd5ace587 authored about 9 years ago by Mateusz Zatorski <[email protected]>
[changed] Preventing transition from onClick

For consistency with React v0.14, don't prevent the transition if the
onClick handler returns fa...

52cca9848385017f262fca181dc85c06eb275e7f authored about 9 years ago by Jimmy Jia <[email protected]>
Update testing.md

53d1c7e66c8866aed0535c58381401d420bee136 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Update ServerRendering.md

f81c8e46883e7838e2790fba14c10a4822e5163a authored about 9 years ago by Mateusz Zatorski <[email protected]>
Update API.md

05e37d46f713d6f1b422f1ccf1be1c247c4f61ed authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2289 from brendannee/patch-1

Updated example in readme to use ReactDOM.render

4f8f9505c1029a71d3beaa755303bc85d7a3d84a authored about 9 years ago by Jimmy Jia <[email protected]>
Updated example in readme to use ReactDOM.render

532a63388cc9bc94570331566ff0455e8a5f0675 authored about 9 years ago by Brendan Nee <[email protected]>
Merge pull request #2287 from nfl/feature/getIndexRoute

Document getIndexRoute

56e2d87cc6f3ce62744adcade4e62c2fc03375ba authored about 9 years ago by Michael Jackson <[email protected]>
Document `getIndexRoute`

70a6472b8dc7a1ecf8d6431521971640fdda863c authored about 9 years ago by Richard Herrera <[email protected]>
Fix failing test

a799a483bae6fcf4ed5efe1b3f5870affc127f05 authored about 9 years ago by Michael Jackson <[email protected]>
[changed] Pass named children as props

Fixes #1968

4e48b6bab1efedb9b9cc03402ff15c9554a8955f authored about 9 years ago by Michael Jackson <[email protected]>
Point users to #rackt on freenode for chat

Fixes #2250

3bfab028dec49fe89d2cb004445671c45b8fcf21 authored about 9 years ago by Michael Jackson <[email protected]>
Use relative path for postinstall script

de1176732ae7fe3f3d0b4919974bd9e6952cc8c3 authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2279 from rackt/taion-patch-1

Link to the full examples in README

7ba20162edbbb99dd7b921b2ad22fffba4e2e67f authored about 9 years ago by Jimmy Jia <[email protected]>
Link to the full examples in README

dbac9a3121a7674c5382d30bf43f26327543774a authored about 9 years ago by Jimmy Jia <[email protected]>
Update testing.md

01c1a5d4fdd9b01d5bfc0ab90b1a8a5ea28c60c2 authored about 9 years ago by Mateusz Zatorski <[email protected]>
minor refactoring

just to keep the same style across the docs

f2b75599c60c77e79fe7ae064a8f71b2ef48d9d9 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2270 from chiedojohn/master

Updated testing docs for 1.x

7f2d1a3e1162794dc1d5b415a4164119078ceb4a authored about 9 years ago by Mateusz Zatorski <[email protected]>
Testing docs

Adding documentation for testing react-router with jest.

87d6b5adbdf3c17aa9ad80dd87ea53dfcca3ca7c authored about 9 years ago by Chiedo <[email protected]>
Merge pull request #2269 from deowk/animation-examples

fixed deps for animation and nested animation examples

ed10dfc7715b6f01acff3230bff2249f737fff6a authored about 9 years ago by Mateusz Zatorski <[email protected]>
deleted unnecessary devDependency in package.json

82cd139a1e874b902e30054dd3b0e8e54206ae15 authored about 9 years ago by Deoward Kotze <[email protected]>
update package.json with correct devDependencies

dcc2360d5c970ccbe9e7672341663166e95924ae authored about 9 years ago by Deoward Kotze <[email protected]>
Merge pull request #2268 from SpainTrain/update-peer-dep

Update `history` peer dep to `^1.12.0`

47f4a4b97b1d644387f81e06c11b3630bd1d8071 authored about 9 years ago by Mateusz Zatorski <[email protected]>
fixed deps for animation and nested animation examples

86e3242e731e824c4bcb555b4eb7b8b4fa8cdc68 authored about 9 years ago by the{flying}whale <[email protected]>
Update `history` peer dep to `^1.12.0`

* Set `history` peer dep to minor version needed by react-router core

See also: https://github....

52a66ce2b20eb845f9f549720cbbd695c49dfb14 authored about 9 years ago by SpainTrain <[email protected]>
Merge pull request #2258 from rackt/history-peer-dep

[added] Peer dependency on history package

fc2584c1e323513fe8b0002f6bd9017e91f73811 authored about 9 years ago by Michael Jackson <[email protected]>
Fix for pushState change in history useQueries.

8f729138ee86b722cade0f085bca8f7323609b64 authored about 9 years ago by Tim Dorr <[email protected]>
[added] Peer dependency on history package

Fixes #2211
Fixes #2252

3cc7d6d51dbc2893123649f782b20172ee7125e7 authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2237 from taion/IndexLink-empty-path

[fixed] Don't match empty routes for isActive

b73bb1c707061936802ab48ff52e61ff70ad553e authored about 9 years ago by Mateusz Zatorski <[email protected]>
update isActive API docs

3a0bd6075cc9e3834d0899a1da1dccdb8fe8298f authored about 9 years ago by Mateusz Zatorski <[email protected]>
[fixed] Don't match empty routes for isActive

This mirrors the logic in matchRouteDeep.

751ca25e798a3e719cd442c47b1df5c87cdd98a0 authored about 9 years ago by Jimmy Jia <[email protected]>
Add tests for query and state props on Links.

e7c6f3d848e55dda11595447928e843d39bed0eb authored about 9 years ago by Tim Dorr <[email protected]>
Add doc comment

42891a22b72ae1a1cf3d498c38b53630edf0c21a authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2224 from timdorr/test-link-hash

Fix the hash prop on Links

8a3ea178a0daf46130e19f92b8c0020cf0d145de authored about 9 years ago by Tim Dorr <[email protected]>
[fixed] Include the hash prop on Links

84597557dda73d419dd4f647bb49f6c2842ac307 authored about 9 years ago by Tim Dorr <[email protected]>
Add a breaking test.

3b21c8700e66cd2417366a2de6c844ab6611571a authored about 9 years ago by Tim Dorr <[email protected]>
Merge pull request #2223 from rackt/revert-2214-patch-1

Revert "[Docs] Add path syntax example"

5e0c5e9d6d25ae14b2ed5b459b3f7cbc86107659 authored about 9 years ago by Michael Jackson <[email protected]>
Revert "[Docs] Add path syntax example"

91905f94e44e1032eea3dd4301365f238490ff18 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2222 from taion/npm-scripts

Don't ship all the build scripts

5b052b2b2b5627b3278f8b8b5f42a777501bdba7 authored about 9 years ago by Michael Jackson <[email protected]>
Don't ship all the build scripts

0f6484840e0dd1110f3409fa8099d04ac9d8d4d3 authored about 9 years ago by Jimmy Jia <[email protected]>
Remove scripts from .npmignore

Fixes #2221

0228364e924f9319bb50eb681788e29e62aa4869 authored about 9 years ago by Michael Jackson <[email protected]>
[fixed] Postinstall script on Windows

ac7dd4abcb9514eb3564da7569fe281dcd7d9aaf authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2214 from fjaguero/patch-1

[Docs] Add path syntax example

9d95102522de75c7c1c2b66c2b423c11d1bfdb6b authored about 9 years ago by Mateusz Zatorski <[email protected]>
Add path syntax example

Yesterday I spent a lot of time to figure out how to do this. In fact, I found like 4-5 search r...

96e445c7cd5d50dc2b8abaa0dc9e8a475c5478dd authored about 9 years ago by Fernando Agüero <[email protected]>
Merge pull request #2193 from sgoll/master

Ability to open links in new window/tab, using target="_blank"

e9067ff960b13d933e9dabbb31936358a4dde504 authored about 9 years ago by Michael Jackson <[email protected]>
[added] Test for IndexLink to deeply nested IndexRoute

d9053829722509dae07826fb86b5e51918963aab authored about 9 years ago by Michael Jackson <[email protected]>
Fix unused var error

02c9e9809625b469b5468f1bc50b589e9e1a8275 authored about 9 years ago by Michael Jackson <[email protected]>
Style tweaks

4117c733d10bf66743a39302264d14d12f289bbd authored about 9 years ago by Michael Jackson <[email protected]>
Update expect dep and remove assert dep

b3f50a0c48ebb0c6c77e18815753e5ddbc90a3d9 authored about 9 years ago by Michael Jackson <[email protected]>
Style tweak

4f0c9f68369553b99a6b0778955430724202d17d authored about 9 years ago by Michael Jackson <[email protected]>
[fixed] Transitions example

Fixes #2197

6f8ceac463f49f96bec7d429071c5bd3746c1e7c authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2191 from rackt/update-examples

update examples for react 0.14.0

d4aa590dd13848a857ca27508149552458c7cdfb authored about 9 years ago by Michael Jackson <[email protected]>
Fix syntax error

d87b21141f2c3f47ac97fa5659cd5bae8d7575e0 authored about 9 years ago by Michael Jackson <[email protected]>
update examples for react 0.14.0

73faa1ff52eb9ebfdc749f585830bcb1fbd7ff2f authored about 9 years ago by Mateusz Zatorski <[email protected]>
refactor imports

81237990a9e43b371c229558b283db2216478bf8 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2190 from rackt/update-react

update react to v0.14.0

33063edf9d13c3e9a586769ef75464860edf0110 authored about 9 years ago by Michael Jackson <[email protected]>
Update README

5d46af069c5b33a202373e329b560f3249b33ea0 authored about 9 years ago by Michael Jackson <[email protected]>
Version 1.0.0-rc3

b17d5c2aee84c21e4f84da6601608ba0d3b2c6a6 authored about 9 years ago by Michael Jackson <[email protected]>
[changed] Stop using npm prepublish script

It just doesn't do what it says it does. https://github.com/npm/npm/issues/3059

Besides, we alr...

e42a4ad9aed3a918c617d8bf82ddfc609e732b4d authored about 9 years ago by Michael Jackson <[email protected]>
[fixed] Workaround for nasty npm bug

Fixes #2195

3be6a2d2329edf47fe2911e6f384a50986dc1fe5 authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2210 from timdorr/revert-2192-patch-1

Revert "Update ServerRendering.md"

ebaf43745fb1162451ee269191e4072b0c1a83ee authored about 9 years ago by Mateusz Zatorski <[email protected]>
Revert "Update ServerRendering.md"

508fa6ed269ada7cce8168776d4583d4e5651adf authored about 9 years ago by Tim Dorr <[email protected]>
Bump history dep

7c155894e04555607623a55b3f3c0875c6718637 authored about 9 years ago by Michael Jackson <[email protected]>
Fix Travis config

343cfe8b260dddcf31905914f27eae255dd4a14a authored about 9 years ago by Michael Jackson <[email protected]>
Update README.md

86e68a7880042b195591c15b4c9d5b3a0ab8b0e6 authored about 9 years ago by Mateusz Zatorski <[email protected]>
merge conflicts

0e9fb9089e774ed140e2d658aa1717d93428f815 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Version 1.0.0-rc2

4db49e3adffa5e995f456229ea5e83d4f0d683bf authored about 9 years ago by Michael Jackson <[email protected]>
[fixed] Compare query by string value

bdab3d880c465318bc11b1a8c478b06d0887a21a authored about 9 years ago by Michael Jackson <[email protected]>