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

stub in changes so we don’t forget to talk about it

4d59b22b0f036e515ea0631410172d05201a1463 authored about 9 years ago by Ryan Florence <[email protected]>
Add <Router render> prop, remove <Router RoutingContext>

We shouldn't need to deprecate <Router RoutingContext> since I don't
think we ever actually docu...

6be382312fa908707dcb0146b1c0d36cf47dccfd authored about 9 years ago by Michael Jackson <[email protected]>
Use createClass

It's annoying to scroll to the bottom of the file just to see propTypes
and contextTypes. By con...

1f2dd0645af48991ade18109667671f3e1ac27af authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2647 from rackt/1.1-context.router

1.1 context.router

5dd12cdf1cec66609f654839354fe42592cdd35b authored about 9 years ago by Michael Jackson <[email protected]>
remove deprecation messages from production builds

4ef698de895397d54815d28905498354690e8a31 authored about 9 years ago by Ryan Florence <[email protected]>
deprecated all mixins

8df21386094ff768700e884430baac471c36ecd5 authored about 9 years ago by Ryan Florence <[email protected]>
deprecate context.history and context.location

refs #2646

46c1d4433061ccfaff7fd70e73db264a185c505b authored about 9 years ago by Ryan Florence <[email protected]>
added changes to context.router

the upgrading information is jumping ahead a bit,
while I’d love the upgrading information to ma...

c68b5aad6ca67cfac3a09507bac0ac25a36f0da7 authored about 9 years ago by Ryan Florence <[email protected]>
added context.router

refs #2646

bfd571e0af8c368de4ecbe40903d4fefd0b455f8 authored about 9 years ago by Ryan Florence <[email protected]>
Version 1.0.1

d88579298a21798b4e4e5645e190c8a7b4cf66a3 authored about 9 years ago by Ryan Florence <[email protected]>
be able to release again D:

3b3815ea81755a63bff3d629968104ca6732de06 authored about 9 years ago by Ryan Florence <[email protected]>
add new version to changes.md

1f788188f89e4be75381858d612039f330f8817a authored about 9 years ago by Ryan Florence <[email protected]>
Revert "move RoutingContext tests to their own file"

didn't look closely enough, turns out these are RoutingContext tests!

This reverts commit 824c8...

85d04a3fed468d5270cc31e660d2321107d712a0 authored about 9 years ago by Ryan Florence <[email protected]>
move RoutingContext tests to their own file

824c816c306062c1595d4ea6de2ff409c1c28897 authored about 9 years ago by Ryan Florence <[email protected]>
Merge pull request #2643 from taion/docs-histories

Clean up histories guide a bit

4fba2181eab4b8f90be5ff176bd046caae242a29 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Clean up histories guide a bit

e460c36a06f69ffac709e2a81476d0899b77d946 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2634 from paulshen/patch-1

Small fix in API.md

444141fa9d8d63ae76b4d480105ed2da206d0a54 authored about 9 years ago by Jimmy Jia <[email protected]>
Small fix in API.md

54f88fc7e0501d37ccb42be036435843e6221856 authored about 9 years ago by Paul Shen <[email protected]>
Merge pull request #2633 from allanhortle/patch-1

Remove getQueryParams()

15c45246e5cd033466e8262df93bd8f93c0e9b4f authored about 9 years ago by Jimmy Jia <[email protected]>
Remove getQueryParams()

In version 13 there was no `getQueryParams()`. `getQuery` returns the object.

https://github....

4b216121f7ccf3b0ab91165535d8989e26f00f58 authored about 9 years ago by Allan Hortle <[email protected]>
Merge branch 'Download-docs-serverrendering-2622-2'

01ce391535ad3dc67de5cb55aaa690bf21b93747 authored about 9 years ago by Jimmy Jia <[email protected]>
Explain arguments to `match` callback (in API docs for `match`).

Changed outdated note and added `match` to ToC
See #2630
Fixes #2622

e322c5b064692e2fc357b80f1ed38b8f599d757e authored about 9 years ago by Stijn de Witt <[email protected]>
Merge pull request #2627 from taion/getIndexRoute-docs

Fix getIndexRoute docs

b5387f4b5f7fd0f92310637a37a673dc31642ada authored about 9 years ago by Michael Jackson <[email protected]>
Fix getIndexRoute docs

03192d64a450156705b62f5d80962af5cb3fe2c9 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2615 from naemono/2605-link-hash-doc-updates

Hash documentation update concerning scroll management.

32c239a1845b2bb22c43c635431ee62f76745b45 authored about 9 years ago by Jimmy Jia <[email protected]>
Hash documentation update concerning scroll management.

Doc notes around scroll position management not being currently handled by react-router.

Closes...

259321413511b7f8e9d8bd8ea3f7253de54b7a98 authored about 9 years ago by Michael Montgomery <[email protected]>
Merge pull request #2599 from taion/fix-huge-apps

Update huge-apps example

d92d83d268e6c356a1cf996d784ca561009d6b8c authored about 9 years ago by Tim Dorr <[email protected]>
Merge pull request #2581 from taion/warn-routes-change

Warn on attempting to change <Router routes>

0673dd18e884f3f24b5bd005c755428b3c8ab9ff authored about 9 years ago by Jimmy Jia <[email protected]>
Fix /course/:courseId/grades

2767869ceec556f9953e5db75f2eb7b78195bd33 authored about 9 years ago by Jimmy Jia <[email protected]>
Use module.export when using require

e183fcde7cec6c7dd2a984a98d4eea7dd8890580 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix for Babel 6 module.exports change

4c9364e667d510a8ddece8fe7da546a317cc8825 authored about 9 years ago by Tim Dorr <[email protected]>
Warn on attempting to change <Router routes>

62f6ef24136b2b80472931e785a75c358e993e90 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2579 from taion/update-CHANGES

Update a few missing things in CHANGES

53623216560e34fbee02a99d926b5c69f163db35 authored about 9 years ago by Jimmy Jia <[email protected]>
Update a few missing things in CHANGES

ee0e673836cb96db8febb9cb6690ae105a7593f2 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2530 from taion/es6-build

Add ES6 module build

6884ff1f8d58d1b627725663d1c4a3a8bb819675 authored about 9 years ago by Jimmy Jia <[email protected]>
Add ES6 module build

3280c5e288b03842d9d5a02baa7d61fd20b7c6fe authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2544 from taion/test-node

Run the server rendering test against Node

783782d6ad975745c0149a334c944e0fa3c5b44b authored about 9 years ago by Jimmy Jia <[email protected]>
Run the server rendering test against Node

036e7008b8234e515f8deac9e42ebe359b335677 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2573 from rackt/taion-patch-1

Clarify getIndexRoute example

5d2af4b03ee191852c4bbef3f0ded838db0a79db authored about 9 years ago by Jimmy Jia <[email protected]>
Clarify getIndexRoute example

be27d1c6ad737fc7e581d6bb9682ea92959cfbc4 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix examples since we don't do es7 statics :zap:

471e058eea0874542411ddbbca3f5ad275a24691 authored about 9 years ago by Tim Dorr <[email protected]>
Merge pull request #2545 from taion/named-components-key

Pass key on named components to createElement

4bea5c1143c44cc5b4019d0954627696b3ff0d70 authored about 9 years ago by Jimmy Jia <[email protected]>
Pass key on named components to createElement

a9bfbed82e03bfcf36df6503a79b6d6e33cfeecc authored about 9 years ago by Jimmy Jia <[email protected]>
Add note about ES6 syntax

5c0f661982846666d18135ea2552f035bf4ea1ff authored about 9 years ago by Tim Dorr <[email protected]>
Merge pull request #2563 from taion/fix-super

Fix using this before super

00a1dd7fa3c2e1b3f99c92aed2a650c2394c2df4 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix using this before super

3496b3b926e2de71ce84861a1bfa3d453eff4ad6 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2540 from mattydoincode/master

Remove static properties for ie8 compatibility

22635f1a8fe1ea7e687d08f961761c8ea7d59185 authored about 9 years ago by Jimmy Jia <[email protected]>
Update CHANGES.md

73e6c85f427c48f90bae0bb0e9745b6b48536e2f authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2534 from taion/fix-coverage

Fix usage of coverage reporters in Karma

373251f85b6c561338d235f0e5aeb72c177ae3a3 authored about 9 years ago by Michael Jackson <[email protected]>
Fix usage of coverage reporters in Karma

8d2b3ab9613ce946aa54010bf81886367045093f authored about 9 years ago by Jimmy Jia <[email protected]>
protect ie8!

a0877f96b5364bbffbe4eb4a6c46ca64fe152a1d authored about 9 years ago by Matt Dean <[email protected]>
Merge pull request #2548 from rackt/revert-2507-nh-add-state-to-onUpdate

Revert "Pass route state to onUpdate callback"

f8bb8d9ef119ca53c78c7ed9ecc3cc9fe77d492b authored about 9 years ago by Jimmy Jia <[email protected]>
Let karma-browserstack-launcher start the tunnel

c54b98fb1869f8ebf8a2003572443686dba6f1e8 authored about 9 years ago by Michael Jackson <[email protected]>
Revert "Pass route state to onUpdate callback"

e28fd2be33d976a3eb0f839b2839718a668ee9a7 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2531 from taion/clean-lib

Clean output directory before transpiling

a5050a2928e1c4e120733d06dc78f6aee2a2828b authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2535 from taion/fix-configs

Fix build configs

c524b1c3b6d632b7dbf9dfb4b5014845d6509242 authored about 9 years ago by Michael Jackson <[email protected]>
Match code style on test entry point

bbbe4528cb51449c87016722bb05c2d05ee28fcb authored about 9 years ago by Jimmy Jia <[email protected]>
Run against Node stable and cache npm dependencies

2385b328882c6ba8d1bd5ef129f324c24c2709c7 authored about 9 years ago by Jimmy Jia <[email protected]>
Remove unused karma-firefox-launcher

fb6560ae8bbc62cd067f0e9f071d868aeb70ab24 authored about 9 years ago by Jimmy Jia <[email protected]>
note about transitioning

e9450da860fafba292a4978381dd862d6edd0ffc authored about 9 years ago by Ryan Florence <[email protected]>
Update API.md

229642f6a73c7bc26819c46bf40fbc5b8d3e530e authored about 9 years ago by Ryan Florence <[email protected]>
Clean output directory before transpiling

67eb82612cac7f578a075891824be2dd1ab613ad authored about 9 years ago by Jimmy Jia <[email protected]>
Only build master on Travis

0e16e6c47abf793a46ccb81c374a63c2ef7f42f3 authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2527 from solugebefola/patch-1

typo fix

0969da8b08db6b4286127aefd0640b4661994baa authored about 9 years ago by Jimmy Jia <[email protected]>
typo fix

cfd4dcfa80d8ca98d9f69826ce522ea2261ae8f2 authored about 9 years ago by Solar Olugebefola <[email protected]>
Merge pull request #2526 from taion/update-isRequired-note

Clarify isRequired and cloneElement note

893bc3e9625977442ecb1fe44bcaa3a6eb977131 authored about 9 years ago by Jimmy Jia <[email protected]>
Clarify isRequired and cloneElement note

7c16f7f8a77ca82969b574ee206ea5feea72b96f authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2507 from nhunzaker/nh-add-state-to-onUpdate

Pass route state to onUpdate callback

ccb340362cfb0f800bf94b085859c7e8d73eb8e6 authored about 9 years ago by Jimmy Jia <[email protected]>
Update changelog and API documentation with onUpdate changes

a7b7ff47e9ef85501aad493d8a2099515f5cf572 authored about 9 years ago by Nate Hunzaker <[email protected]>
Revert "Merge pull request #2492 from taion/housekeeping"

This reverts commit 0825e9b7bb1be817ada4bad4a9d4c474096f77a9, reversing
changes made to c6968d52...

0fabc18fdfa317ef85f54ec4d7c086d9f6d38b3b authored about 9 years ago by Michael Jackson <[email protected]>
Merge pull request #2508 from taion/document-animation-example

Explain the updated animation example

9ee114e94d5f163dbff11f04b54ee129ac89b240 authored about 9 years ago by Mateusz Zatorski <[email protected]>
added codepen boilerplate

832c42946c874fe56ffde0066b1088054311cb98 authored about 9 years ago by Ryan Florence <[email protected]>
Explain the updated animation example

c41309b3cd5ef5bf7e4b6e5219f0aba110557c7a authored about 9 years ago by Jimmy Jia <[email protected]>
Pass route state to onUpdate callback

3b2ab7e435e642f18e7e67e378784a0274dce230 authored about 9 years ago by Nate Hunzaker <[email protected]>
Link to webpack

620d2703b6314a03b8a54a1fccaac097d436567a authored about 9 years ago by Michael Jackson <[email protected]>
Update CDN instructions

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

887e2e2c9b46cef3787b218c1e0d6fc67a5a96a2 authored about 9 years ago by Ryan Florence <[email protected]>
will github follow this?

954b6d45329b5fb1aedaa0530bc539aa59064a54 authored about 9 years ago by Ryan Florence <[email protected]>
Grammar fix :wrench:

10530560606d2a59334906001d80a3467739546a authored about 9 years ago by Tim Dorr <[email protected]>
Merge pull request #2506 from taion/fix-upgrade-link

Fix upgrade guide links

1f31ac76cd39ecccd868cf618f3cd5fe670ef3b8 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix upgrade guide links

6ca28c4cb03690843fdd37be81e68e8c59ed6bb8 authored about 9 years ago by Jimmy Jia <[email protected]>
fix changelog link

ef202f2621c9886379527a66361f86afd1b43c47 authored about 9 years ago by Ryan Florence <[email protected]>
Version 1.0.0

1bc9db10cdd86d7bf6a066388d88ad3b0b150da3 authored about 9 years ago by Ryan Florence <[email protected]>
Note about api deprecation

d74d656c21f427dd0c3c87d8bbeb0c8857b23402 authored about 9 years ago by Ryan Florence <[email protected]>
adopt manual changelog

closes #2399

c02c7840f5e1bbf9af7b6e79c4475f5d59629331 authored about 9 years ago by Ryan Florence <[email protected]>
added sponsors

b83acdcee31d0ec57aa7b10e379428ebf586c998 authored about 9 years ago by Ryan Florence <[email protected]>
couple upgrade guide adjustments

f3e406b78df13f6568d16cc70c6df307abc9198e authored about 9 years ago by Ryan Florence <[email protected]>
Merge pull request #2501 from jlongster/master

explain what `this` refers to in `onEnter` hooks

4a5ff49de76dad0bbb454d608c404cae38987d47 authored about 9 years ago by Jimmy Jia <[email protected]>
explain what `this` refers to in `onEnter` hooks

faab374a6910be4b086ebd94bb2ef1aebf785925 authored about 9 years ago by James Long <[email protected]>
Merge pull request #2493 from rackt/taion-patch-1

Point to scroll-behavior for scroll behaviors

e6e29a0ad46c82a9df02b00298b0966423d4e237 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Merge pull request #2494 from taion/update-readme

Update badges on README

ba04463f564e48cab229615ba5ec5ccc8a824ce0 authored about 9 years ago by Mateusz Zatorski <[email protected]>
Update badges on README

59ba826658e62ca3f6f97118e4b8221382a885db authored about 9 years ago by Jimmy Jia <[email protected]>
Point to scroll-behavior for scroll behaviors

264d70957dbe76dbe86bbc8f31d96fd1068e3993 authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2492 from taion/housekeeping

Housekeeping updates

0825e9b7bb1be817ada4bad4a9d4c474096f77a9 authored about 9 years ago by Ryan Florence <[email protected]>
Lint config scripts as well

5b154660a3c46e4482a60a7374c6de13d1dfb685 authored about 9 years ago by Jimmy Jia <[email protected]>
Use Babel for webpack config

195686db9940906c5d8f18417e756c925a44631b authored about 9 years ago by Jimmy Jia <[email protected]>
Clean up Karma config

- Remove unused Firefox launcher
- Don't run coverage by default locally
- Use Babel for Karma c...

c3cef52ded09b8edb38e0fb57f54d10471e3374b authored about 9 years ago by Jimmy Jia <[email protected]>
Update Travis config

890bcf31bd38b5511da5f7f7d1ce887026a4abce authored about 9 years ago by Jimmy Jia <[email protected]>
Merge pull request #2487 from dguo/patch-1

Fix typo in ConfirmingNavigation.md

c6968d52748102f63904878de0620d9980412449 authored about 9 years ago by Jimmy Jia <[email protected]>
Fix typo in ConfirmingNavigation.md

b3013e08232f7299c12e766d9bf3d79256b6a942 authored about 9 years ago by Danny Guo <[email protected]>