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 typo in v2.2.0 upgrade guide. (#3301)

98b8d12a84be9f3b86bce5b557f0360a57845a66 authored almost 9 years ago
Version 2.2.0

581f4a472dc9d8fbde2a27a20885c244df9c3bb7 authored almost 9 years ago
Update changelog for release

ce6dece57439f62c3d89d6ba1b23f5bec3ecbe4a authored almost 9 years ago
Merge pull request #3298 from taion/getComponent-nextState

Call getComponent with nextState instead of location

0cdee03a54aeb79f7c7e35628e3ba58bde54e2bd authored almost 9 years ago
Call getComponent with nextState instead of location

3076dca3c4335cf8a18d09cd28bc2c651ca946de authored almost 9 years ago
Move ES module build to es/ (#3295)

This makes us consistent with Redux

d4f8d3cad70fb0a79629221b5cf47efb552a97d1 authored almost 9 years ago
Do not include deprecation code in production builds (#3296)

0c49ccc082eb995c81b78083eb36522fbbbc56ca authored almost 9 years ago
Clean up activeClassName a tad.

216477f6eb46b236d34c4a52451127fed0f6ae4f authored almost 9 years ago
Removed unnecessary className on Link (#3288)

0a427239f570dacbdbb93675725a1d695a0774ba authored almost 9 years ago
Use ":set wrap", Ryan :P

46d29e6b5c49310abceb3afb238412fd202bf2bb authored almost 9 years ago
Super small grammar tweaks.

e0f6f978cc7ea81aba731230ac1713ddb27c0677 authored almost 9 years ago
Add example for async auth with querystring params (#3248)

Simple workflow that uses querystring parameters to determine if a user
can look at a page or n...

fcb5003730bebd385eff7d0f594c70358e92676d authored almost 9 years ago
Update CHANGES.md

db083ae6dab29053c3ead440f8a0b25eb96a170a authored almost 9 years ago
Support trailing slashes, not extraneous ones (#3285)

* Support trailing slashes, not extraneous ones

* Fix unintentional regressions from removing...

ac0b76115c1cc011df34b52d03a9a27636106ca2 authored almost 9 years ago
Updated PropTypes (#3218)

* Update PropTypes.

* Update tests and docs for Router.PropTypes

* Change up the default o...

4d66469162c0ac440f12528b36552752b6337649 authored almost 9 years ago
Adds example to show "page not found" implementation (#3251)

* Adds example to show "page not found" implementation

* Fixes build #3263 failed

1a2798b5e43e4c0412d572e27d3f5f1b5b7b1adf authored almost 9 years ago
Version 2.1.1

e3e1545db24c410565dd4a4e7256407de86328e5 authored almost 9 years ago
Revert "Support trailing slashes, not extraneous ones" (#3280)

67d347c8d2784791346abfc15f213939fa06635d authored almost 9 years ago
updated CHANGES.md

92d305afa3346f5cf3a8023719722fc5ebae5cf8 authored almost 9 years ago
Version 2.1.0

58169b6eb8b3991bc32e59fdc321ef322dda62bf authored almost 9 years ago
Add order hints to lifecycle hook docs (#3278)

dd22bbe1a74246d13ebcb821e7711a83ff950115 authored almost 9 years ago
Update basename example (#3267)

This commit simply adds a preceeding forward slash to the basename example. In my testing (using...

dbacbe0b0f14693f55d11c3aaeb09e286b9ee42c authored almost 9 years ago
Bump React dev dep (#3261)

6562eabd2bfd4a5006a7fdeef1ab84e9cd0457f3 authored almost 9 years ago
Merge pull request #3257 from mikefischer/patch-1

Update Histories.md

0b14e364cdc60c715141fefd8c797d2f4f8aa6bb authored almost 9 years ago
Update Histories.md

c66af7a12b862ed54ddb3071c2ed8f5222cfbdc0 authored almost 9 years ago
Don't unnecessarily kill test suite on missing warnings

cace7d454a304bc76463e56d73d4b0f3905eeccd authored almost 9 years ago
Final Picky fix with ES6

Added Component to import to save some space. We have two choices.

Either to do React.Compone...

9b5031aeca8f15435863cded444b2de906ced3cd authored almost 9 years ago
Merge pull request #3252 from ev1stensberg/master

Picky fix on ES6 syntax

b5b72560f24f801ebb24d6374eb4c949d1f46789 authored almost 9 years ago
Picky fix on ES6 syntax

Replaced React.component with component.

139de5865aed3a18d34cd44204ebd03b962af7cd authored almost 9 years ago
Bump dependencies

d19a8d6b7afadbe4b417e5f267c2f31f4585553a authored almost 9 years ago
Update ISSUE_TEMPLATE.md

fc29cc7d730666cc92d312f1aeb9a13de255fdc9 authored almost 9 years ago
Merge pull request #3247 from richardcrichardc/patch-1

Document lack of support for relative links

5e483bff96859aa23f42e79aa979632ddcbfd2bc authored almost 9 years ago
Document lack of support for relative links

New users assume Link tags are basically equivalent to A tags. It is a rude awakening to discove...

493dbe739746a6fa3f57327e807f9918938945f3 authored almost 9 years ago
Only warn once for deprecations

63b89f3090992591f2fd7f83ee51ce22a2568ab6 authored almost 9 years ago
Assert on specific warnings in tests

2e862ecc809fa52f9b73f650a85974a379ac4838 authored almost 9 years ago
Update documentation on when to use hash history

fcd09f243eaac632098aa6474b06890017cb405b authored almost 9 years ago
Merge pull request #3239 from sampeka/update-docs

Updated jest example in testing.md

1ee4069947aea0d73be62731caba6469e551ef29 authored almost 9 years ago
Updated jest example in testing.md

50f038c4e54fbf76c3970ca6e30199975c3c83cf authored almost 9 years ago
Merge pull request #3158 from taion/isActive-extraneous-slashes

Support trailing slashes, not extraneous ones

7d0424558941ee880a37561d903abaebe08c0f69 authored almost 9 years ago
Merge pull request #3236 from taion/update-troubleshooting

Update troubleshooting guide

1267766429ce00e3ac37694a965d259afe636065 authored almost 9 years ago
Update troubleshooting guide

348947e1e3798c69dffb04c71cfebf6cc261baa2 authored almost 9 years ago
Merge pull request #3223 from BradEstey/patch-1

Show Scroll Behavior upgrade example.

49d5bff7bf4301c8144fc8449a8773122815bb51 authored almost 9 years ago
Merge pull request #3229 from taion/do-not-package-source

Don't need to include source in distribution

ada247e3b6ad0cdf25af677e9e5b168e3347b2db authored almost 9 years ago
Don't need to include source in distribution

This was previously present to support installing from source.

32761c2447274548a95bcfe100ed90c25cd3cbed authored almost 9 years ago
Show Scroll Behavior upgrade example.

Since use of `scroll-behavior` is so popular, maybe show an example of how to upgrade it in the ...

26269dfe5151a403b58beadbd52186281febdc8a authored almost 9 years ago
Merge pull request #3222 from trodrigues/master

Improve docs for useRouterHistory

5b923aaa43a186fcc4066995b01766eecf0f51f0 authored almost 9 years ago
Improve docs for useRouterHistory

- Add information about included enhancers
- Improve example to make it clear the factory comes ...

5be7a53ed477886ff7162a58454fcea439ab9b62 authored almost 9 years ago
Support trailing slashes, not extraneous ones

9cd747f6d39ad52141ec856d2c1aa4c97535f42b authored almost 9 years ago
Update CHANGES.md

8707d05b00273590e4d054771b8ae7ae9ad312e3 authored almost 9 years ago
Merge pull request #3217 from taion/speed-up-pattern-match

Speed up pattern matching

8e9869f1c2413a4ff78b9d6f824f05d9458a84c0 authored almost 9 years ago
Further simplify path matching logic

54007fd6e424fcce925891a79de6993afc733a32 authored almost 9 years ago
Speed up pattern matching

6e908b5536a0903546529f69812a0f3fbc97e82f authored almost 9 years ago
Update CHANGES.md

90ceb42162bb69ac4dcc9455d906429eedb0f777 authored almost 9 years ago
Merge pull request #3213 from gcorne/add/umd-dev-build

Add UMD module with developer warnings

409513bb135b4654dd688421392d778b86cf0122 authored almost 9 years ago
Merge pull request #3214 from taion/document-onChange

Document new onChange hook

88c6fb8792f8fde3b9a1df15efaabb55df413088 authored almost 9 years ago
Document new onChange hook

9aba10990cb894e3a467e359107822101f98857f authored almost 9 years ago
Include developer warnings in unminified UMD build

ad5ee12195c793f40de7a9153dd3fef14094c297 authored almost 9 years ago
Merge pull request #3108 from jquense/onchange-hook

[added] onChange route hook

41e6d8d75122261ac66e207be2ca74b6efa34034 authored almost 9 years ago
Merge pull request #3196 from taion/update-absolute-route-example

Update absolute path example in route config guide

cd301789157444fc96731e80ccd1cc83b5c16772 authored almost 9 years ago
Merge pull request #3206 from taion/hasOwnProperty

Fix calls to hasOwnProperty

2ba245a6c9e9b7cd9c4178abb216e1100d6a4ca5 authored almost 9 years ago
Fix calls to hasOwnProperty

98eeebaaec52662adf15bf09cc9c2cbb2d3ab8f4 authored almost 9 years ago
Merge pull request #3203 from lPadier/feature/docs

Docs: add list of exported PropTypes

62dc8e2e7cac2250f22739f02f07c7c9a0a664b3 authored almost 9 years ago
docs: add list of exported PropTypes

6b64a6a573514608300d40788d3548d30eedb244 authored almost 9 years ago
Merge pull request #3198 from taion/Link-to-caveat

Add location descriptor caveat to Link to API docs

0e05964f381e151eb52b1321ea8d73d8c1f49f4e authored almost 9 years ago
Add location descriptor caveat to Link to API docs

c05a43a622fbecbf2ed5507e1e34a00db26f61d2 authored almost 9 years ago
Merge pull request #3191 from Gpx/patch-1

Update API docs for Link#to

3b7a144e8eec95734deebe7fd10a71917c2638bf authored almost 9 years ago
Update absolute path example in route config guide

39478dbac3693962bf48e4a58f746f486a4d8303 authored almost 9 years ago
Merge pull request #3195 from tnrich/patch-1

Update DynamicRouting.md

2880eadb6d07f6e6e42696a639f8c0cfa2254fdf authored almost 9 years ago
Update DynamicRouting.md

tiny grammar fix:
tireless > tiresome

9b7a6abe3c36479614f9b6fef45aad8e1aa91c01 authored almost 9 years ago
Update API docs for Link#to

b93d1e3af50e064a29b91e11c13d23b1c1041666 authored almost 9 years ago
Merge pull request #3178 from taion/update-decoupling-ui

Update decoupling UI from URL pattern

060a76bd22ee9174aea67217c8c0b546735f383c authored almost 9 years ago
Update decoupling UI from URL pattern

aae1ab75c3439a476862577eb4f56a35a7b2ad8e authored almost 9 years ago
Merge pull request #3171 from taion/fix-changelog

Fix changelog

6d7194c603fb79da5e0f5947f4bb51a440b790f4 authored almost 9 years ago
Fix changelog

2a1092b2bfb6ec453ac118be4d52a0e5482df386 authored almost 9 years ago
typo

54259c8e25d3a4738ebccc6dae86ba1507916ee6 authored almost 9 years ago
Version 2.0.1

77a594c85c4c75c4a214cdf9307092d808ef55c1 authored almost 9 years ago
Merge pull request #3166 from reactjs/transition-bug

Transition bug

6ea547e55689ed652f6b7af3a5c47c63e758902b authored almost 9 years ago
fixed incorrect leave behavior

test is in parent commit

d5747e987cf724eb9aa75d19fa3d173574c91db6 authored almost 9 years ago
add failing test

When moving from the first path to the second:

/parent/123/child/456
/parent/789/child/456
...

96ed93697deb9f73f8b2c9e87f6f26c70b33b30a authored almost 9 years ago
Merge pull request #3164 from taion/drop-install-from-github

Drop installing from GitHub

837d21b95a6795ec46ec847305e2fd40c1a79cb5 authored almost 9 years ago
Drop installing from GitHub

0beca317a8f463c5c6f3b51e53dc662b2f6f2cb5 authored almost 9 years ago
Merge pull request #3157 from callumacrae/patch-1

Fixed bad link in docs

37b74ffed331a0ba4df79208cb03fd24f00c138a authored almost 9 years ago
Fixed bad link

https://github.com/reactjs/react-router/blob/master/docs/API.md#match-routes-location-history-op...

a18dbfc3ec78262d7b00cc31cf3735e6c2ce1a76 authored almost 9 years ago
Merge pull request #3156 from taion/expand-isActive-docs

Expand isActive API docs

eb382aa0b105b6e4a602d89e83aa70a2847e1fae authored almost 9 years ago
Merge pull request #3155 from taion/improve-redirect-docs

Improve redirect docs

b82f695a8e40bb48bf1ced3109a039a4688be3d9 authored almost 9 years ago
Expand isActive API docs

69ade991bfc0a48cbe24d5c9cb628ab2a3b2f21a authored almost 9 years ago
Improve redirect docs

bc938590f4f977bebbf5d266a838469107428a92 authored almost 9 years ago
Merge pull request #3153 from reactjs/knowbody-patch-1

[docs] add explicit example on how to redirect using plain routes

0768baac21dd71583310b0b4b00db4db0c124ecf authored almost 9 years ago
[docs] add explicit example on how to redirect using plain routes

cf7af89512b2e17e0239a6ce02bf59914c71eeba authored almost 9 years ago
Merge pull request #3137 from MatthewHerbst/feature/index-redirect-better-docs

Improved IndexRedirect documentation

84bf2ae5016affbb9705993789a6bb9583a7bb07 authored almost 9 years ago
Added an example of IndexRedirect and removed link to non-relevant examples

3d3ff235e805b34524508ba3280331816ed94d65 authored almost 9 years ago
Merge pull request #3135 from taion/isActive-test-param

Cover param matching in isActive

06190b160451dc547beaa2e5ef4ec0ecb66bdd18 authored almost 9 years ago
Cover param matching in isActive

6f5173c333381de164282a6ca1eef24d4e7a10f8 authored almost 9 years ago
Merge pull request #3126 from chrisbolin/patch-1

Add docs for the Link prop `onlyActiveOnIndex`

3d985bfb01b76dc28c887b0f3d93ae2cd85f7f33 authored almost 9 years ago
Add docs for Link prop onlyActiveOnIndex

f3f21716470838efc063fc6a90b46abdb0c69eb9 authored almost 9 years ago
Link to master

The latest tag stays constant, even if docs improvements are made. People were submitting duplic...

e02c08a427ba245402e46d8eb0ceac658b2fdca4 authored almost 9 years ago
Remove master warning now that we have next.

9906270deb8a622fd73cf9fc62dd651f62c813b0 authored almost 9 years ago
Put back the old paragraph

0685fc6697b898652095c46c03036fea6a78d64a authored almost 9 years ago
Merge pull request #3114 from benchristel/history-doc-improvements

List recommended solution first, clarify motivation on why its necessary

4416e785694027ce6960d8d6af13d5814851eaf5 authored almost 9 years ago
List recommended solution first, clarify motivation on why its necessary

9ef49aebc9f2176b8074512903c9b282810fe451 authored almost 9 years ago