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

Address code review comments

0f3dc3b4ac51a9457744d85b587cf4ca4baa8f5d authored over 8 years ago
Fix derp

4460931f8ffa3fa7128c22ef9eea00a2f7c13c2a authored over 8 years ago
Add an example on how to use the onEnter callback

This change adds an example on how to use the onEnter callback to redirect a user to another page.

d2ff84ade13bd7bf2c37abdb6b0fdbe80ecb2dd6 authored over 8 years ago
Merge pull request #3650 from jblock/fix-doc-links

Updates links to old docs in README

7e643dc691d81a7bdb3725a2861065d25ac32644 authored over 8 years ago
PR feedback--fix link to 1.0.0 upgrade docs

c918b7fcc89baf1eda7e92864d867c434168e743 authored over 8 years ago
Updates links to old docs in README

060f80c9ed7f459bd2a927500f4a1023386b0d5c authored over 8 years ago
Version 3.0.0-alpha.2

a30defc3875e1abbb3978b5728db4b7d049a52f3 authored over 8 years ago
Add missing changelog entry

8b5ee7f9475269207c5de97ee238356a422a7f51 authored over 8 years ago
Update changelog for release

16fe14866a9e237b0c420b3093da8cf8aedf8659 authored over 8 years ago
Merge branch 'master' into next

1a6463a1ade10d464998dc42d524aa2ebcd66fca authored over 8 years ago
Support history v3 (#3647)

9a2b0264ac0b3fd2637594545ee08b278e31e295 authored over 8 years ago
Update CoC version (#3649)

3b2a9afe259f06b10877aa4f232843980a127f3f authored over 8 years ago
Merge pull request #3646 from reactjs/remove-deprecated-propTypes

Remove deprecated propTypes

e5bf38960f3e891d8d522d3b28445eb430dd80db authored over 8 years ago
Remove deprecated propTypes

0265c68cf0f07b16deac4530f2bee3e7eab014cf authored over 8 years ago
Merge branch 'master' into next

a7783878b40e7f35444a0c6275ceea5a97c80dbe authored over 8 years ago
Version 2.6.0

8b3569b4cd1cba2fcb47fc33e1966903b6aae282 authored over 8 years ago
Update changelog for release

78e04fb760d76cab7c324bbdd75d8acca2dc5493 authored over 8 years ago
Fix when the <Link> onClick invariant runs (#3636)

e706133ed757d51318be7a73edb9650bd73dd7a3 authored over 8 years ago
Update helpers for warning messages (#3638)

This doesn't change any behavior. It just syncs up the logic to the
latest that I have elsewhere.

e5c18c95636137cef441cf649e4f3bd8a3569265 authored over 8 years ago
Merge pull request #3639 from reactjs/fix-history-link

Fix links to history repo

cb43c7dae443cef1bcfb5c6e126e9e1a125dca0d authored over 8 years ago
Fix links to history repo

ab5a9883c7748c51fbcc4f7f118170502f6514b8 authored over 8 years ago
Fix my mistakes in test setup (#3637)

* Fix my mistakes in test setup

* Update dependencies

e38527f73d1a68c3cc17356cc5254c3d3b8f1063 authored over 8 years ago
Fix up the base website template.

ae6b0cdd656957f6ae799332c82597a14bd66694 authored over 8 years ago
Merge branch 'master' into next

987f6aadb07a6da325b3afbceae00a5cba68de2c authored over 8 years ago
Fix Auth example

82eef93861a533d8fa0e275cbd4d20edf3941023 authored over 8 years ago
Syntax tweaks

23bd4a6e4f1d7e1e6d4508944484b4d16d7231f0 authored over 8 years ago
Use expressions instead of function bodies

a55f545b1d752a4626ddfc926231e42c3af40b24 authored over 8 years ago
Clarify intent

d4eb517be441530e019e00cd0433a6934651e140 authored over 8 years ago
Tweak instance var name

9f0a34aa99577c8c012da7c2270a5082a006f1ab authored over 8 years ago
Use real warning instead of stub

90e4681ba9e6cc77a69abaa989b8db58b71ab4b3 authored over 8 years ago
Inline <LocationProvider>

2c9202c86b6bfe832c50340c31720697d82966ef authored over 8 years ago
Remove context.history completely

07480b318755863cbffe2fd3fd60a91be6cc4f4c authored over 8 years ago
Add blockTransitions to context.router

8237206dae621a365b57af380b06e54a8d6ff008 authored over 8 years ago
Better <History location> prop type

Only warn if <History location> was actually given (it's controlled)
*and* there is no onChange ...

c9b5a6321ed123332dd2cc1bf60c8cf370463858 authored over 8 years ago
Be more explicit about which props <History> gets

8f19e5c2a405c1c0341142259fc63e0923f69219 authored over 8 years ago
Add missing location prop type

68dd91a4b45f85147e25296c3d39cd2cf9203ffe authored over 8 years ago
Fix up these damn, dirty package.json's!

9d978d98e105d1c75bd9919df2ef76a09663418c authored over 8 years ago
Add prevState to onLeave hooks (#3616)

* Add prevState to leave hook args.

* Update docs. Fill in some missed tests.

112cce48255f930df3270382665223cd41b6f1fa authored over 8 years ago
Remove docs on absolute paths (#3615)

cd6031e56a97482b9a4a3984373562e24f827eb8 authored over 8 years ago
Better history prop type; warnings

083c9c908770c404a26ef5c5ab94ad3c5ba80a8e authored over 8 years ago
Use history prop type

f12d780acd12296dcb88b2185fc2e1c9e7aefa7a authored over 8 years ago
Add counter prop type

3f2b6a9d2c260df1a33dce4327994aef4d2112e8 authored over 8 years ago
Consistent use of PropTypes

f61ef882a66827a294e9dd5c9b7e6cd05aa34cd7 authored over 8 years ago
Better location prop type

ab82466472e9d4c3bfd792f97cba465519b67527 authored over 8 years ago
Remove unused context.location

61967a5a61aa420a809639683f557b535a5d0c23 authored over 8 years ago
Use context.router instead of context.history

This limits the scope of our public API and protects us from changes
in the history library.

13847031bf38643ab1ab10f4737b40187a111dad authored over 8 years ago
s/docs/website/

c002eb913738d3890136f0a66fb4662e2315b1e0 authored over 8 years ago
clean up package.json

d0ded54a79674f24892023c5d91e0cab10a06a9a authored over 8 years ago
updates to website

- using html webpack plugin (simplifies the
github v. dev builds)

- updated webpack to includ...

3cc1bde1c9fb93418b27bfe50d0433d82b18d09f authored over 8 years ago
don’t pretend like we’re using state

f5cf3c975ea5017218756fa92f297447197ad0fa authored over 8 years ago
Wrong spot for this dep.

3adea0f79d4131e88a87d084434e778ef5f0172f authored over 8 years ago
Some missing deps.

And that sub-package tripped me up.

9f3f03c0757f214badcdaf923607ec8ebf077e5d authored over 8 years ago
Fix basename in examples better (#3610)

00c44b70ff0a06004df73b62acea837566c53256 authored over 8 years ago
Fix setting basename in examples (#3609)

6e50ece4dada67704c9c42352321ad35d2b11cc7 authored over 8 years ago
Merge pull request #3608 from reactjs/unknown-props

Fix issues with unknown props in docs and examples

e9e071cf5b606c4c5ac32a7ec1fb55bcfce128f9 authored over 8 years ago
Fix unknown props issues with DOM components

cecc760244247282b7abaa7471b9a26228e1db24 authored over 8 years ago
Fix alphabetization in Glossary

ddf7d7904320018075fd4701eeb58e3089edb139 authored over 8 years ago
adds ServerRouter

627a4a47b832575aa60155e8407154b98b776df7 authored over 8 years ago
random...

5f8851a36bdc572a0ffca9e95956621fd59f2e4c authored over 8 years ago
fixes fake browser manual url entry

185b30c333a621cc763ef6e272429f71cca95c39 authored over 8 years ago
more docs

1e7b790499674e71f0078b86c4c2d66d0d3f812f authored over 8 years ago
wordsmithing

a59effb5f332557db4f461fbe02f4f44def850c6 authored over 8 years ago
website work

ecebbf09bc062214140e9b857f364d12f9253783 authored over 8 years ago
publish docs to github and run locally

663e56e581ccd55b9537ba2e3fd79e69cffa190b authored over 8 years ago
Remove more deprecations (#3603)

d88e93657e64e716d6c717eab76bf418f582989f authored over 8 years ago
Merge branch 'master' into next

fe370314e32de6f421e1b3e4d16cb82b31db4a7f authored over 8 years ago
Update dependencies (#3600)

9c955c526f91f86a52dbd5e5bc76a7dfef47a083 authored over 8 years ago
Version 2.5.2

cedd5b868cf650789ac6cd8b7874d75c2b2b1c1a authored over 8 years ago
Update changelog for release

04385d6e22159146aaae4eaacfcd24797c5c4ea5 authored over 8 years ago
Update docs (#3592)

- Move deprecated sections of API reference to bottom
- Fix links to mjackson/history

6117def486a813221d0d254b0b4920afbbc51d48 authored over 8 years ago
Don't check propTypes ahead of time

92824f606071cd1ee383a3509e26f36016a35bb2 authored over 8 years ago
Merge pull request #3591 from gaearon/remove-prop-types-check

Don't check propTypes ahead of time

c115a8bfedc646dfee349e68a3be9243d8982a1c authored over 8 years ago
Don't check propTypes ahead of time

bc82f8bb57fe36a100ac2d5935c5800500a93caa authored over 8 years ago
Update LICENSE.md (#3587)

* Update LICENSE.md

* used React licensing format

13f327be99baa504e3e10343aa69b256af59da65 authored over 8 years ago
more docsmithing

3cb666c680344ca877a6a4309bc20d7b2d94819d authored over 8 years ago
docsmithing

43d0b1d2236cb2fc448c8531ad53da3809afe899 authored over 8 years ago
NavigationPrompt prompt => message

59a1a8cd4395ec1524c615218f2aff71c05749b0 authored over 8 years ago
BlockHistory -> NavigationPrompt

893cd214b410f1f7f7a5fe8053eb208ea0dfd25c authored over 8 years ago
docs page work

b51959b700309d4f97d02586356e45f027f4777a authored over 8 years ago
adjust isActive signature

951c8076a550515feecc6dfaf2c5b6c576058a13 authored over 8 years ago
added query params support

f53bcb32fb379c38a4eaf3e36540af4bd4712e87 authored over 8 years ago
random docs stuff

eefacbb1765fdb62b87674a510c17f03f2faeae8 authored over 8 years ago
add in pattern propType

c9cf59dd658127c888670d675fb5caa1c481d064 authored over 8 years ago
Add missing deprecated marker for <Router> props (#3576)

479b6026f1369ae29c114c9cf06e14a856d6a5f9 authored over 8 years ago
random junk before bed

b0a08a532877028a1d41910a63b0bcadbe7b80c8 authored over 8 years ago
ehhhh … what’s up, doc?

(sorry, really I am, but I’m a dad)

83a910e835470b734a757644ffaec383601db851 authored over 8 years ago
API docs

c72754093316dd44393e1d496dfe5e2b645a8fde authored over 8 years ago
added quick start

26153e4d1498cd546624b07ac55bd56c71687343 authored over 8 years ago
markdown loader updates:

- handles no language
- handles all languages
- aliases the ones we actually use!

330a563a870126453df1f6cada1bb8eb2faf6467 authored over 8 years ago
Version 2.5.1

e01264dfaa132c129fc5e6b7a0fd3f7a7d165790 authored over 8 years ago
Update changelog for release

852def40c3718820144da4a3fd3d6e01d53d4d50 authored over 8 years ago
Add warning to link.js (#3572)

* Add warning to link.js

* Formatting changes.

* Move warning in link.js, make invariant.
...

bac81f3ac0aaaf086e40d45e8c6174d88f559215 authored over 8 years ago
can author docs in markdown now :D

5b47547f254a2fa6ab65f7cf1a1664ebee2c0af4 authored over 8 years ago
fix children propType on History

5f5682509ef700cbdb697c2f8509aadd9e6ad77a authored over 8 years ago
Added in everything we already knew about Link

da8d73c2a492b6d1f87bc2b40e09095fe244a0f6 authored over 8 years ago
Typo

cf791043712f2f3278828fa39017a390493b1534 authored over 8 years ago
Throw instead of silently failing with history v3 (#3571)

44b3c6e996fb23131cdc737604d545a81ccbf9a4 authored over 8 years ago
Version 2.5.0

4e24ae759a7ee8acdb6023e8b4d27195e9e33f72 authored over 8 years ago
Update docs for release

f92cbaedac981b4cb8028c4f46a5b8071ff7866b authored over 8 years ago
Put location on partialNextState (#3569)

a4fee0f16c3d0da370cb06da25c2c50917e93b1c authored over 8 years ago