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

using es2015 object shorthand in examples (#3563)

1cd4867492c86288d76c4af4181fcf471938079e authored over 8 years ago
Fix remaining issues with #3556 (#3561)

f9f5a88c7903b3a9eb3fef1b6cd8059d8afe85ac authored over 8 years ago
Merge pull request #3556 from avanderhoorn/update-getChildRoutes-with-progressState

Make `params` available to getChildRoutes providers

c1167fb4f8281c76c625f693425c9a4ed46db918 authored over 8 years ago
Nope 2 more

2aa9a9ea1079c64466cf9ebeec88fb1f65b0f644 authored over 8 years ago
Hopefully last one

56353f4f539e5f8f0a9f7c221ede40fc79c80fbc authored over 8 years ago
Fix extra white space

f566bf4af0769f4ce72a36bb4cfc3377f7769d68 authored over 8 years ago
Setup spy to observe changes

414b61228f5569e10c5495a306a245a32c944f7c authored over 8 years ago
Random cleanup

- moved pathIsActive back into Link since its not
shared anywhere

- removed MultiRender

- re...

84ee918b9bccd19b97347f6b88f37c9c19d358b5 authored over 8 years ago
fix animation example

3490e92f4a6643c9f4467d9575123129ff6b77d3 authored over 8 years ago
added a route config example

56d9899e860d564aec3c20b403865b8170c87195 authored over 8 years ago
don’t need the whole location

0bf3ef350187b6a1eeb56573bc4723f45f285155 authored over 8 years ago
Fixup whitespace issues

3bf3fa95ada47d12b142d60f618ae1f81273d3a8 authored over 8 years ago
added Ambiguous example

3bd45faea66bc97592fc515629e552521063bc78 authored over 8 years ago
Update and consolidate tests

b8c18207c90a1c20b621d853203ca0042ccb6d7d authored over 8 years ago
got ambiguous match working as I first expected

9be1c67614bfe0bc7d4a7297a3c75e2522febcef authored over 8 years ago
Add unit tests

400734e4bd552c82665ecffdddd4a754a5b2b27f authored over 8 years ago
Remove usage of remainingPathname for the moment

bfb18e676a48bd4858cced93c7dabeb5bc6682bc authored over 8 years ago
Rename from partialState to partialNextState

d3b7ce5e569c559f25877b93eed5695c3ca0b0ff authored over 8 years ago
Update samples and tests usage of location to progressState

61c64f7fd377b6e7c2f361cc96d64f7b4706e46c authored over 8 years ago
Update documentation

8e2576f2d3b917a1be7b236364615f971d23757a authored over 8 years ago
Update given feedback on when to call createParams

2c90d043127e35c7ea1586346ff055aafe9dfdbf authored over 8 years ago
Initial POC of making params and remainingPathname available to getChildRoutes providers

a81788b57428850c90dc08e14ab40f0c48614214 authored over 8 years ago
added initial integration tests

278334e93bcd96a7f2fbf9fceccafb352d12daaf authored over 8 years ago
added basic Router tests

731f240505beaf9f03d811fc3bb661cce0d33acf authored over 8 years ago
block by default so you can mount and unmount

```js
{shouldBlock && <BlockHistory prompt={str}/>}
```

8c440a61928f22ab4f60433fd3d9dd753a19b827 authored over 8 years ago
addition match test

29f43b0b531e0bfdb0a101d410cf1a22c183700a authored over 8 years ago
added match tests

053cda26881b7f23922905a6dcfa2ac3dcc22b86 authored over 8 years ago
couple Match changes

- don’t worry about rendering out of context
- send bool for match since all its values are
al...

6e06c4fd03edf6983bf721298cb2fcbce182c0ec authored over 8 years ago
update match for animation example

needed a way to always render, whether there was
a match or not.

now `children` will always ren...

ed6660f8ea2455c101d359fd2eea893ce2ccfc2d authored over 8 years ago
animation first steps

118ce828335e045b23640937607f1b4d5bd57c46 authored over 8 years ago
Update getRouteParams.js (#3544)

dbdd09b343798f6b4f1b951c2b4026ad13bf6086 authored over 8 years ago
Add release script

bf7e11203f438cd73c5e40e481a3030b30651d6a authored over 8 years ago
Add test harness

946e248d400c5a5df32a162344e16ace5ef6d518 authored over 8 years ago
Add main/files entries

ee1347ca4e2d570009913eb5b7dbe6f4c23747e0 authored over 8 years ago
Make history a peer dep

a2966870f7289f520ffa027d5cc317b89c003f93 authored over 8 years ago
more example work

d9c465074f96da37d8c41cd161a645acceb4ec5a authored over 8 years ago
added sidebar example, updated recursive example

1c32978cd97144735026e5c7f47c372d13e97bd0 authored over 8 years ago
random style tweaks

385b3741ea57a214aa81d7f2ba038c620071b49f authored over 8 years ago
Add build system

37be61297ce52921315a100ca279243d98b0ec4e authored over 8 years ago
Update description/repo

c3406ed2c4b886af61f482d2f3eaf8b0135b3828 authored over 8 years ago
Update deps/tags

d344b9fc443c57c73fb9e5c4f433749d7e691d44 authored over 8 years ago
Inline Babel config

1653f891ca77cb4bf53c4eb4e150cbae58363c89 authored over 8 years ago
Add ESLint

eed55be207b6c130b20d0771ab3255cd122986d4 authored over 8 years ago
(I am g)root

b9a334e0285c9a080a93e3818c593fb28be33b50 authored over 8 years ago
Fix #3528: document.body is a bad idea (#3529)

a52d9b0c5d19720eeb26d02fc6c49e919ade1b1f authored over 8 years ago
move notes out of the demo

8e0fbb2636060db1746a9a8e37101f5e078dd7ea authored over 8 years ago
no more “example”, create examples in the docs

0374026ca9135c7d326853e69dd8c3e4e6657a60 authored over 8 years ago
NavStacks example actually keeps a stack now

d9910ea348425a7e2cd37d60e1d5b35a75f79638 authored over 8 years ago
Merge pull request #3503 from ThibWeb/patch-1

Browserify production build is not optimized by default

d16eeb60ef7226753fc51b995b4cad33ede29d56 authored over 8 years ago
Define presentational components as stateless functional components (#3510)

* Define presentational components as stateless functional components

* Define presentational...

ca4f5a729519ddcddad26e7adadf142ffa14fbc7 authored over 8 years ago
Mobile-Style Navigation Stacks

needs more style but it’s awesome :D

a9b949ec83d22f04b1e23c3a2dda346b3b3a1df4 authored over 8 years ago
FuncOrNode -> MultiRender

Router, History, Match, and Miss all take three
props for rendering (since they render a
MultiRe...

3ac9a5f4237d53b72dc7e4496af0b4be5fce04a8 authored over 8 years ago
Split into separate modules

fed34ec82a56f146f5088b777b87fc95851d4630 authored over 8 years ago
s/NoMatches/Miss/g

5c49a01967babcd7a0ea4d6c486b05f57753f77c authored over 8 years ago
Add better propType warning for <History location>

91469046a4f3cdfc86f293f450103b645003fa47 authored over 8 years ago
migration notes

202c682867f5c63d1d1c4c93868a0b779896d571 authored over 8 years ago
ha! didn’t realize I created a “route config”

71b925ffdf33419a30610b6ca954a5acb22c91a4 authored over 8 years ago
MatchLocation/NoMatches -> Match/Miss for examples

49b2341ffbf15f8b5a9fbb714722b880d0924194 authored over 8 years ago
use `canGo` on memory history

it’s not exposed from history though, had to
monkey patch it in node_modules

`history.canGo = c...

432c66804ae28eb32286e7d26fe604e9944b65fd authored over 8 years ago
clean up package.json

dc2b29b517024c6a4986c2b0be05e46147e83fe6 authored over 8 years ago
Redirect and AWESOME DOCS

b36b435d69e120e095be61df46d829e12e075896 authored over 8 years ago
Use history 3

0b1c6a609c39242da34532d5dcb78c873361e3ad authored over 8 years ago
readme

134848873511e4d8fe386d1db218daaff1716dbc authored over 8 years ago
more docs stuff

9b34e1add287dbc0f9b128bf7e56c8cf5c16b68a authored over 8 years ago
docs docs docs

d5bb0bb586feff8ee489c45118157ddd260aafcc authored over 8 years ago
Add loose-envify transform for browserify users

In the same manner as facebook/react, define the `loose-envify` transform in package.json (https...

a3578f012aa85ba7e137e2bd08619e84212d5893 authored over 8 years ago
rename webpack alias

457a361b5dae837342d5aa28249a824dfe722a43 authored over 8 years ago
get those deps!

5a2fdefc19e3fd068e00296328f84c61b1052bb5 authored over 8 years ago
redux example

allow url to update with controlled Router/History

4152be7194080ba9c9375ecb9f41f3d7b08ea10c authored over 8 years ago
add `router` to `this.props` for route components (#3486)

87d9b94d9e75252e2914cc99123fead13f0aa8d1 authored over 8 years ago
Router, controlled History, code shuffling

you can now control History (or Router) by
providing a location, just like a controlled input

a...

272ac3faa36955955d397e3682076874084c9741 authored over 8 years ago
added transition blocking

60681929336ae5cac22bf2ed06d5e08b70ab2fe6 authored over 8 years ago
tons of stuff, NoMatch handling, new examples

5bf775a7ea0bb93f4162bcc89992b67fa0dffba6 authored over 8 years ago
handful of changes

- cache regexes to speed things up dramatically
- exact match Link and MatchLocation prop
- acce...

dbbdd4b81889cb1f61126b8335d7f28554e47b24 authored over 8 years ago
active links

a8602ba55469a4503a4500093dc6998014aeed44 authored over 8 years ago
holy crap it’s amazing

974e9c4ffd02bbd566a01a9569461440083f6514 authored over 8 years ago
Fix setRouteLeaveHook references in docs (#3489)

* Add setRouteLeaveHook to API documentation

* Fix setRouteLeaveHook reference in Glossary

...

0616f6e14337f68d3ce9f758aa73f83a255d6db3 authored over 8 years ago
Merge pull request #3492 from riophae/master

import ES6 module in more proper way

b31d75e2fef9590b76690ff77fa6efb93a972655 authored over 8 years ago
import ES6 module in more proper way

cce279204aa7786aebeec31a913407daac7db3e8 authored over 8 years ago
3.0.0-alpha.1

2134f41d6cdb30c0a6beaf074a130db2340601ea authored over 8 years ago
Update changelog for release

5832f2a254c489a0f81f9c6a54188c4247a0570c authored over 8 years ago
Merge branch 'master' into next

26ea1aac2fad510cab6b3005d21f393eeaa181fd authored over 8 years ago
Version 2.4.1

f17c4b75b2697d23445196123f658a27e37309b3 authored over 8 years ago
Update changelog for release

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

674a1d47051732f6fd650ff239f6fe663ee7bb20 authored over 8 years ago
Fix typo (#3471)

c02c8468e7b9b3f7cc262fbf739f6286d44fdf0d authored over 8 years ago
Don't crash on invalid uri query parameters. (#3453)

* Don't crash on invalid uri query parameters

* Add try/catch at matchPattern function in mat...

369191470302e449945a16b9bdfb86b7f0706ee8 authored over 8 years ago
Merge pull request #3468 from tsongas/patch-1

Fix typos

af84da2d0b71cadc4eec6e2f616ae4466afdfaa0 authored over 8 years ago
Merge pull request #3467 from ahstro/patch-1

Missing word in upgrade guide

e75a70866fa738f8b2aa7db8a1cdc5f846dbfc0a authored over 8 years ago
Fix typos

Haven't tested this but noticed it while copying and pasting code, presume this change needs to ...

2c32463109420e04d6c76e03763b4c9437f7effd authored over 8 years ago
Missing word in upgrade guide

410cc8d86318f455678d02f9ff37e9676e6bda15 authored over 8 years ago
Merge pull request #3456 from glortho/master

Add link to withRouter HoC in ConfirmingNavigation docs

a0d460cf448d9de1ffef22b126a51109a36f1bcf authored over 8 years ago
Add link to withRouter HoC in ConfirmingNavigation docs

66099aa1586abe770fce64bd9f013fae9e50304a authored over 8 years ago
Merge pull request #3452 from RileyTomasek/patch-2

Fix html structure for examples index.html

e529fce2f98396624a303833794c534454e0e75f authored over 8 years ago
Fix html structure for examples index.html

b79aa25bbd407c0663ae4b32960ce82853f185ef authored over 8 years ago
Merge pull request #3450 from ungoldman/0.13.x-docs

fix 0.13.x docs link

8a3afe80a5b78bfb28b87e5bede6b62e648cef38 authored over 8 years ago
add 0.13.x guides link

8b1afcfa94883b624d5eab9bed46a8e9da47e21e authored over 8 years ago
fix 0.13.x docs link

90fccbb25a9db616385bf66c0a7e788ac7dd0206 authored over 8 years ago
Update router state properties directly (#3446)

* Update router state properties directly.

* Reuse assignRouterState in creating the router.
...

5f3387a91d427aec1368e68cd9605797aa076bb7 authored over 8 years ago
Merge pull request #3444 from gaearon/pass-stuff-to-withrouter

Pass params and location as props in withRouter()

17a362556f49f780a585f7ef6fcbe79b4311307e authored over 8 years ago