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

Pass params and location as props in withRouter()

5aab7c966adcc748740551df0003b39a3bfd78e8 authored over 8 years ago
Merge pull request #3443 from gaearon/with-router-static

Make withRouter() update inside static containers

f64659d1a53457723b086a6ac96b0b505ac135f2 authored over 8 years ago
Preserve the identity of this.router to avoid setting this.context directly

893cbf04a6b1ca410d230e03e8882de72460d978 authored over 8 years ago
Manually update the stale context value

bb3e2df6290ae74d1248a49b7808b8d6e9e4e524 authored over 8 years ago
Update context for withRouter() inside static containers (test fails)

d48509628ef9967696657fcb41d4bc679f268d8d authored over 8 years ago
Add a failing test for deep withRouter() updates

74f93d6412811054017fe7ecd51bbb306667b955 authored over 8 years ago
Fix issues after cherry-picking withRouter() to the next branch

72ed6e7e817db25f4f9099e3e6f9981735e8878b authored over 8 years ago
Add withRouter HoC (#3352)

* Create a withRouter HoC.

* withRouter passes this.props.router

* Update docs, examples, and ...

3002ec3164cf0f5911bd1630c2e23ce71707c552 authored over 8 years ago
Merge pull request #3442 from gaearon/pass-params

Attach current location and params to context.router

1bafa3254f34e476df63a49974c85cc69824c1d2 authored over 8 years ago
Move handling of params and location into createRouterObject

a76efddfa20945807a422ac88860b7108f0cf4d5 authored over 8 years ago
Include props and params on router in match()

fbcbd9463ca41b7b2007c973c62be4e462d6ff97 authored over 8 years ago
Recreate this.router when the state changes

99e686c4baa982eaaac56225c7089e1668c2a21a authored over 8 years ago
Pass location and params in context

7c3b469178762a4ec43cc630cf4bbb334f19c5eb authored over 8 years ago
Merge pull request #3440 from gaearon/context-mixins

Implement ContextUtils as mixins

dcb1b51d9e50f39ff48edfeee48d2bf522707f97 authored over 8 years ago
Implement ContextUtils as mixins

c57529b228c2413790a059c72b3977993c480fd8 authored over 8 years ago
Fixes to ContextSubscriber

- Use separate context object
- Use correct subscribe method

8d10a89f4a1f96d58fb6696306a21127798149fe authored over 8 years ago
Remove remaining deprecations

b0bc5af44b795c68b715b22aa9e67b7c1b43ed87 authored over 8 years ago
Merge pull request #3430 from gaearon/fix-redux-2

Make <Link> work with static containers (take two)

3a162a18c5f54878e9691703c3a66f7cbbf22ab5 authored over 8 years ago
Merge pull request #3427 from reactjs/scroll-behavior-docs

Add version caveats for scroll-behavior docs

cbdc49442aba5cc6f225ff5546ac5f4a217fa4ec authored over 8 years ago
Make <Link> work with static containers

1d0ed5e183f18b97d588309e40a9b58b6ed723e4 authored over 8 years ago
Add failing test for #470

42278461fc02b83f3fe656d28c393f818f31ba37 authored over 8 years ago
Merge pull request #3428 from jonathanp/patch-1

Replace "CommonJS models" with "CommonJS modules" in docs

d987db211b1c403a1d058536d835e781221c8002 authored over 8 years ago
Replace "CommonJS models" with "CommonJS modules" in docs

b36bf480de09b8ed823a5d1c55aff69147b42110 authored over 8 years ago
Add version caveats for scroll-behavior docs

12d26c07219477cb3bc54bce19a3d75dd57aca11 authored over 8 years ago
We're not actually using stage-0 (#3420)

1139893b2352e66eaf31a845edc11fda0aa42063 authored over 8 years ago
Merge pull request #3419 from nolman/master

Fix example in README.md

b51d6ceba4886de86a3370e035aa5685dc244273 authored over 8 years ago
Fix example in README.md

d3beda5a09033367a63d7402dfb866f391a9a6d8 authored over 8 years ago
Remove section about ES modules and tree-shaking (#3410)

In practice, tree-shaking does not currently allow for the kind of
bundle size reduction achiev...

ea7a20115430f8e6b85519d0480feb4312bd81ce authored over 8 years ago
Merge pull request #3414 from djskinner/patch-1

Fix ToC link

555527548768d01e6a3b73c1f51a848c9920ced4 authored over 8 years ago
Fix ToC link

bd9f53f9240f2e77f06500586f11e8ee3db33a1b authored over 8 years ago
Update CHANGES.md

5d1602fd62d46c317447b02ea0fb673c12fb321d authored over 8 years ago
Version 2.4.0

041153a1489533f08d2e2c59c331e20ff31a32a7 authored over 8 years ago
Update changelog for release

67c2444b77b167ceb25e2cdd66e4f4d9ce961d8f authored over 8 years ago
Merge pull request #3405 from reactjs/docs-extra-props-middleware

Tweak extra props middleware documentation

1c46e2c16128e93f3c406a388ccab4a582ce5ade authored over 8 years ago
Tweak extra props middleware documentation

a309811263685c8268e5b1f9ca1570398b9a0715 authored over 8 years ago
Merge pull request #3389 from perrin4869/patch-1

Add additional props passing method

34ba72d242e1b4dd19fed219f7c315c5f9a700ce authored over 8 years ago
Add additional props passing method

This solution is an improvement over the `createElement` method in that it passes eslint-plugin-...

18e8f6079550aba13eb7c80bc57b2230acf5e7e2 authored over 8 years ago
Add target as an optional prop to Link module (#3397)

03a6ad34cc2adcff8f5b50826608daa2382b42a1 authored over 8 years ago
Merge pull request #3396 from reactjs/troubleshooting-isActive

Add section on isActive to troubleshooting guide

61ee0870ddcf890a6d87bbaca8ddc7987db6b96b authored over 8 years ago
Add section on isActive to troubleshooting guide

a89b606787382815b60d7e02c1391b134e33e130 authored over 8 years ago
Merge pull request #3395 from coryhouse/patch-4

Typo fix

0a65cfdd5c5102c41f84acc36afa1d9a78db2577 authored over 8 years ago
Typo fix

accde8273e0210482528b2cbcc6110878daa584c authored over 8 years ago
Update README.md

025bc56bdc813fe35293f6ee23481fa6c5757f06 authored over 8 years ago
Update README.md

2a71c0a30fb23c9b7d9ec23905a16785564db867 authored over 8 years ago
more logo fun

42319709c3df1f660d67e6aac03c38d193f6d1ec authored over 8 years ago
added logo

6ba9c6952acdf1c4acb9df18de4d0969ccbeb105 authored over 8 years ago
Merge pull request #3386 from anonymosh/patch-1

Fix example for withRouter

82896c3ce16510f42f622cce4b6322609ce6f766 authored over 8 years ago
Fix example for withRouter

No Login component has been defined, i guess "Page" was meant

882d000177b471e66668556176e12cd908cc988f authored over 8 years ago
Merge pull request #3383 from reactjs/scripts-win

Make scripts runnable on Windows

177ec1837b70f8230ea7db16e0b273c7bf479a92 authored over 8 years ago
Make scripts runnable on Windows

a36ddb65f7a5ca54faad5176f6acd33f2b2b194c authored over 8 years ago
Documentation change (#3368)

* changed example route from users/:userId to :userId - this was causing a Invariant Violation e...

9a39d7c454b052e691a43137190bc94310d120de authored almost 9 years ago
stage-0 belongs after es2015 (#3367)

This doesn't do anything right now, but might avoid problems later.

870a7c8a97a9a3678e3a40403ae84e6d41874a4f authored almost 9 years ago
Update changelog

b7d3798acfaff61325ab3a67bdf5b302b94de7f1 authored almost 9 years ago
Add withRouter HoC (#3352)

* Create a withRouter HoC.

* withRouter passes this.props.router

* Update docs, examples, ...

39a87cb777a44972683a3323c3adb86cef26797b authored almost 9 years ago
Merge pull request #3340 from reactjs/remove-context-history-location

[3.0] Remove deprecations.

da8191004173e38bf532c295536cd388307d42a2 authored almost 9 years ago
Remove context.history/location and History mixin.

e089426acf521c7a14d52bdac5a5c63ea20e2070 authored almost 9 years ago
Remove getComponent deprecation.

ed407b7f9b14243c897f8451c6f72635468a70e6 authored almost 9 years ago
Remove Link deprecated props.

427f51bcf48626ae6547f09ea56796ca31e0d803 authored almost 9 years ago
Remove isActive/replaceState deprecated args.

d75ca1a033287cef73c52abf75ae497b9c44d835 authored almost 9 years ago
Invert getRouteID default.

Something that "gets" shouldn't have a side effect by default.

1a5666e7b575d9326bab30ca094105f8503cdcd0 authored almost 9 years ago
Fix listenBeforeLeavingRoute.

42692a0a1cc446d7205ef81254df2fc39fd82a26 authored almost 9 years ago
Invert getComponents logic.

1b052d41a660a0c5210b8e4aed5b0996e667fad2 authored almost 9 years ago
Remove multiple leave hooks.

90690e272f05ae71d9031516ecb4052e6464831d authored almost 9 years ago
Remove RouterContext.props.history.

36a7aba598e9136eef76ac5b9217a4865f016ced authored almost 9 years ago
Remove useRoutes

afd2be3dd998fa793372ff76164d6643ac1bc886 authored almost 9 years ago
Remove mixins.

25499a855f09a68549299e3c684fad3135d60999 authored almost 9 years ago
Remove default hashHistory and v2 compat flag.

ba459e3c36d98f727c7410102765ee68b425045d authored almost 9 years ago
Merge remote-tracking branch 'origin/master' into next

b3c37a8719873235a45b1716acca9a242aaed60a authored almost 9 years ago
update glossary to properly document greedy string matching (#3360)

70c23b4fb9604deebe0d441e1d42379a8b82798f authored almost 9 years ago
Upgrade to Babel 6 (#3362)

52c268d0f7d3b0783c95a63ed6d829dfe4d34d57 authored almost 9 years ago
Set up peer dependency on React (#3361)

f67a187bb6a66310a5c042347ed01c1f77d56c22 authored almost 9 years ago
Version 2.3.0

02221fed010fdc2b1e4847c6595cdf469eaea91a authored almost 9 years ago
Update changelog for release

159999681aad54d0bf95e5646fa1b34c9f64c2a6 authored almost 9 years ago
Merge pull request #3351 from reactjs/clarify-contextTypes

Clarify contextTypes docs

a48fdd9b2bbd9adecc64f99487cebc7d9792bbc3 authored almost 9 years ago
Clarify contextTypes docs

2bd818b20b5518b0d5c4b7fcdabeb689a0c9225c authored almost 9 years ago
Clean up exported PropTypes (#3349)

a11a10bdd17a15ec7f0e7ab846d631677ac96baa authored almost 9 years ago
Expanded API docs for `context.router` (#3346)

* Expanded API docs for `context.router`
Explain usage of `context.router` for:
* Components c...

99360993b27e7a8de824db4e0c83e4212416a161 authored almost 9 years ago
Update branch warning

1a732788f757c245ed0b5aa4000a4c7f50cfc0ad authored almost 9 years ago
Build the next branch

0b4212d78252d4d39c9566035d2700ada4d7af5b authored almost 9 years ago
Tweak project-level copy a bit (#3337)

d6851cadf2ba98c6429dc5ccb687c2276b25f38b authored almost 9 years ago
Move ES module build back to es6/

This reverts commit d4f8d3cad70fb0a79629221b5cf47efb552a97d1.

600a02aa5cca94d42c0b4364ed362923ff161a6b authored almost 9 years ago
Improve instructions for users of ES modules

349dba45f92777c0a127ac57113cc1e59b17cb1c authored almost 9 years ago
added applyRouterMiddleware (#3327)

closes #3316

4c6a83489874c53a711c32cf684b07e93a3422fe authored almost 9 years ago
Update changelog for release

c84d2674f5d9a66c7b3d5187d4e83ece7ac33571 authored almost 9 years ago
Version 2.2.4

c9adeeab27a609bf6c01636d93d32bbafe6acbde authored almost 9 years ago
Version 2.2.3

d2f40d031c0ec1e4db181db2a7e7add4e9c66dfc authored almost 9 years ago
Update changelog for release

0649bac30b6f24995d00ce415040b76be0eaf587 authored almost 9 years ago
Don't use Object.assign (#3331)

bd33bfe7cd57498aa658377525a5eff28250cf97 authored almost 9 years ago
Merge pull request #3315 from oliviertassinari/patch-2

Update package.json

5e4cd10e4c7577ec9341b1f1c27dbf913b09d4bc authored almost 9 years ago
Update changelog

89f9b8d746eff516e069a89b0233cf8bf167bb70 authored almost 9 years ago
Update package.json

The current `homepage` is redirecting to http://facebook.github.io/react/.
That's annoying when ...

0ffeae3adcceb4d87e5679bdf551a144f4cc5235 authored almost 9 years ago
Check for exact path match before checking routes (#3313)

a25d9a67ee366b172fdb8694b8206afea6f3f6a8 authored almost 9 years ago
Update CONTRIBUTING.md

closes #3294

be1b5f507a3729a7677d345b0967822fb2603bc5 authored almost 9 years ago
Version 2.2.2

c58c806b82ed7dec960f042e31b24091bee7dad0 authored almost 9 years ago
Update changelog for release

ebd1ea5ed7cc87d1cd7cb7fe9f58d8b456cf5d31 authored almost 9 years ago
Remove workaround for npm bug with history (#3302)

ad2a00c7ce0a75d6223fde75bcf3e112a5feb49d authored almost 9 years ago
Properly continue match after pathless routes (#3308)

6df53208afc2b9832bcad61758f574558715e044 authored almost 9 years ago
Version 2.2.1

b5175b15bf0999e5fb151f57a8126aca3537a7c9 authored almost 9 years ago
Update changelog for release

f2b3c7d9f335c5fa7f9d7fd4680655c86bd51612 authored almost 9 years ago
Fix this in getComponent and getComponents (#3306)

842c90934dd36b7119628667255f3edc72a67be0 authored almost 9 years ago