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

Add match and params props, remove matched prop

95ba78a556f8fc76665f7fbc3e4fd5e766166b7d authored about 8 years ago
Always pass props.params

cc197660839ca6822267f48bea3c861064dd2040 authored about 8 years ago
Remove propTypes in production

951b6704ff5827752f1f8202fd34829890fa9706 authored about 8 years ago
Small tweaks

c8a1525ac1259733029f35835091e270a41e314d authored about 8 years ago
Use <Route path> instead of <Route pattern>

127becf1f2bcfbbe87898d36a96cc76f80bf3351 authored about 8 years ago
Check for existence of child

d358f2d1371e4bf6f6f5c6535311ea4b3bc9b505 authored about 8 years ago
Make <Router> a functional component

2cdd988e20237655ea33c468264e6dff702e64bc authored about 8 years ago
No need for HOC on <Link>

2cdf6acf009b637b1bf775b2d6b11604a7c13b22 authored about 8 years ago
Rename withHistory => withRouting

297098e3b0acbdd739cbd459c099bdb1898e0555 authored about 8 years ago
Remove unused vars

e7dbf6ae9d705972429f47fb20632dc841391c4b authored about 8 years ago
Add back <Redirect push>

cb922ce2b219637d8bded93969f449af2b8d051f authored about 8 years ago
Radically different approach to the core

01ce1494301d52ae03f31f4d0bad6d33d9f197c8 authored about 8 years ago
Update examples

8a1f29dc86a7c7b379281120c9197ec3a7a2cf99 authored about 8 years ago
bugfix #4292 (#4295)

* withRouter: Return the wrapper component if no router is present fixes #4292

* Add test for...

bc66a96663a4fdcc0e0766acdb6d4cfe207427b3 authored about 8 years ago
fix createBrowserHistory API call (#4271)

This one is a no-brainer. I couldn't pass `getUserConfirmation` down, found this typo.

553b56a750072641b532c1113336a706d6f62648 authored about 8 years ago
fix start script (#4260)

`dev` is no longer defined as a script in `website/package.json`

9176cb9b5748a67d11fdfa83d812041eb88b5206 authored about 8 years ago
Fix typo

afb2749d2a32734913bd2b7390be6af187e9a28c authored about 8 years ago
Pin to React 15.3

6490cbd2e5770233af2c3ae45f9dd63b197621fc authored about 8 years ago
Add highlight to selected example

2dce55bba6c957973b80b95deceaed580933276e authored about 8 years ago
Fix typo.

ebd61448759588ebc515fc964719198da2092c7f authored about 8 years ago
v4 Cleanup examples (#4222)

* Cleanup sidebar example

* Cleanup miss example

06e337f054c909a997608c6b9dda2cec5a434c8a authored about 8 years ago
Fix FakeBrowser address bar (was broken due to jsxstyle) (#4224)

4cc4f74130d69f4bc9a83bd7b672239375c7cc3b authored about 8 years ago
Add missing deps

4065f6b5d2b902f0a473322d1bba3c4881ca79e4 authored about 8 years ago
Remove isRequired from propTypes with defaults

27679be6e1f3629a91681337686cfb9cc9831fae authored about 8 years ago
Doc tweaks

24284491e0efee2e4dd4a99ad8b0dcbc77cf3c31 authored about 8 years ago
Inline transition logic

e0d811941295cc447d023e02f46c89d077cae471 authored about 8 years ago
Whitespace tweaks

b2fa40d54c88cdb7d721334201c6339c9610492c authored about 8 years ago
'to' maybe undefined (#4216)

e06190e06a7cebcced96aa708be83174176186a0 authored about 8 years ago
Fix broken links. Add Newsletter signup. Fix missing keys (#4217)

1703aff0e98012e023c753fc7ad4607ee359de19 authored about 8 years ago
add nav to API docs

f92465a4055639dc412ede31d95888fa778e3f9e authored about 8 years ago
website polish

d9530e61c226fa73b82a5ccf9eff66c5fc54cc57 authored about 8 years ago
Update MatchRoutes.md

2b43c07ace650bec89da7d4011c161177abc0c78 authored about 8 years ago
or this

66039c4ccbb936a4a66486e02930c61e5382cbb5 authored about 8 years ago
don’t need these …

658942a950ec0ad5e5b5afae314d635416a31992 authored about 8 years ago
use cDU so we don’t interrupt a render cycle

17a9b6f394e830e0a1becb81d4916814b65ca533 authored about 8 years ago
Merge branch 'ITS-THE-FINAL-COUNTDOWN' into v4

3c69148e9e94a48e6e2432057d53988ea030f5d0 authored about 8 years ago
website update

4dc519432b8798092990dcf7a3b22f14002dba03 authored about 8 years ago
some refactoring ...

935649e60762ece415282f139345f14c3cc992aa authored about 8 years ago
Version 4.0.0-alpha.6

9124c2d76a5f33a3c631411c7d3f13522ca51511 authored about 8 years ago
Improve explanation about `exactly` prop (#4188)

d2a5b28eba76c3315e01f4b47f99dd5e978b6310 authored about 8 years ago
Use publicPath option instead of custom baseHref

8010feda870c84e47056e9d5c03b5f94147dcc79 authored about 8 years ago
Remove .examples from .gitignore

b61f9f2af235d82c71f655da5077609affb89bb5 authored about 8 years ago
Use -p flag instead of explicitly adding plugins

c12a47722d9f67d0c16d63d034822ec606506b0d authored about 8 years ago
Remove unused flags

5a30c1db1edecd9773fae5650b59ae1382903945 authored about 8 years ago
Use babel-loader explicitly for examples

This means we don't need the .examples directory any more.

be62ac357e910e3c9f48dd66c14cb8cdf69891d1 authored about 8 years ago
fix index routes inside async pathless routes (#4147)

cbd1a95b2d9a75febb3eb58d2f9d5a513e432540 authored about 8 years ago
fix: Pass transition hook's arguments correctly (#4123)

70a42723283e89b795dd351dd14cd61a6032840f authored over 8 years ago
Line breaks in Readme. Remove v3 Q&A now that it's out.

eabd18d40dde9adfe82472c7a6deb4b9f38ec415 authored over 8 years ago
Link to react-router-addons-controlled

4dac7751d1f446b523fe8ab2951544e5a059f3e0 authored over 8 years ago
forgot to commit tests when location.key was added

836a6720707d97eea6738ab0897fbbe34d066457 authored over 8 years ago
make router required on context

we used to allow this to make unit tests easier, but now all you have
to do is wrap your compone...

98fe7145a57f6a9bdef5fb65bb98ddb1dd3aaee5 authored over 8 years ago
add location.key

fixes #3956

90d4832b57ce5a4f7e0c128923d93108173c6b61 authored over 8 years ago
Don't pass `'undefined'` for missing optional parameters (#4064)

* Don't try do decode `undefined`
decodeURIComponent(undefined) is "undefined"

* add a test
...

812f60e9aa5317ae2edafd4aa8b3d2ddfbc2d05e authored over 8 years ago
add MatchGroup tests

closes #3936, #3994, #4032

be sure to see commit messages on cf2555d9031c02780b1324d1880ddc4f59...

0aaac6117a5b75cd9e90955d094798675e2b2b87 authored over 8 years ago
clean up some test cruft

31f6f32b77c84119de8fadf25e67ccf97b3ca25f authored over 8 years ago
add MatchGroup

This is sort of an “in-between” of v3 route configs and v4 routing. A
couple of things that make...

cf2555d9031c02780b1324d1880ddc4f5953ed71 authored over 8 years ago
location!

c021d1b284fbeea72ec2af0e0497db807ba0d226 authored over 8 years ago
move the comment to where it makes more sense

3f2ed758ad55936edaafb3b3058c1d5a2ee94291 authored over 8 years ago
remove location prop support

everything happens on context now, the original idea was supporting
redux and having folks pass ...

871b80ceca3e21dcdeef6bd5315a1514d0c48b87 authored over 8 years ago
fix crazy infinite loop in tests 🙀

0a9118d4ff02b944d893c73d5087951eb901f049 authored over 8 years ago
Remove warning about this being the `next` branch (#4091)

32728be890822840fe67277bf57286ab5b75fff8 authored over 8 years ago
Ch-ch-changes!

6eeb7ad358f987520f5b519e48bdd31f725cbade authored over 8 years ago
fix tests

4f93e9b1abd2768a7370c40120c0c1ab863a2c1c authored over 8 years ago
3.0.0

b61db2aaaec46de453d3631abd67d6e42f8da9d1 authored over 8 years ago
Merge branch 'master' into v3

abbbe29f35e14e3e8c739e28a43812af8ad75349 authored over 8 years ago
feat: cancel pending enter/change hooks on location change (#4063)

* feat: cancel pending enter/change hooks on location change

* chore: fix npm build scripts o...

684248e3aa681daace1e6a2e8cad505315e08def authored over 8 years ago
remove apathetic link code

there’s no evidence this is a bottleneck right now and I worry it’ll
lead to some bugs later w/ ...

5b3f61945620682edfeb9c1b3b3f9fe36265ea60 authored over 8 years ago
fix Miss

forgot to subscribe to context location when that stuff changed in Link
and Match

3423b1d939425356e6656f0dff62e386bda3461a authored over 8 years ago
LocationUtils tests (#4085)

8e717b7135a38e26c8d89f69fe437b7c1849a583 authored over 8 years ago
add ServerRouter basename prop (#4070)

a01c93fc5a8c09189228eb8db437b86b5e3e37dd authored over 8 years ago
Make website mobile-friendly (#4077)

03afb29850c3600dfa236315aeaef9b5d02f4d70 authored over 8 years ago
Fix Link {...rest} overwriting used properties like onClick (#4066)

* Fix Link {...rest} overwriting used properties like onClick

* Added regression tests

4a5a8d595105248a94bbeff3d58b1d365e46ef5c authored over 8 years ago
Version 4.0.0-alpha.5

fcd8e3ef754ccab18a004351756c18c954bfb7f9 authored over 8 years ago
fix: clean task fails silently (#4057)

ab97e8bf9ad3cf0d89a08e53dae972e99488d27f authored over 8 years ago
Fix blockTransitions not returning teardown function (#4058)

* Add failing test for router.blockTransitions

* Return the result of `blockTransitions`

*...

3282b7bbdc4215634406355b894deacd031cba28 authored over 8 years ago
docs(website): updated the website address (#4050)

https://react-router-website-xvufzcovng.now.sh/ redirects to https://react-router.now.sh/

9e6922e9c1626fce74a3025bfdf28abb252023e9 authored over 8 years ago
be specific about which props we use

2238dba67976c08f0fc151c413e96e053a8a7cd1 authored over 8 years ago
style tweaks

d05ad2d12c76bbcd9cc13f31e1ee082ce5aba42f authored over 8 years ago
Links apathetic to active don't subscribe (#3985) (#3986)

* Links apathetic to active don't subscribe

* add tests to check if Link subscribes

4eee7dafd9524f1b9f6ad66a6a07d5bd80a181fa authored over 8 years ago
merge in react-history

d0414344b660e2d89352fd82b74bd730deba0602 authored over 8 years ago
fix HashRouter to be aware of hashType (#4024)

we weren't handling this at all before

094fcdabf9cd487cfa875d6b9696a98b22b2ee0e authored over 8 years ago
Fix scripts on windows (#4038)

* fix tasks on windows

* add watch task

* remove delete dep and ignore scripts folder from...

6f246839570b03a76864aac959b80279fe3fb06f authored over 8 years ago
Update quick-start.md (#4040)

- delete `history` from npm install as it's already a subdependency
- update `react-router` to ...

78360f7e4f38c8ee753f722f719c7778f4c3de95 authored over 8 years ago
limit size of matcher cache (#4004)

000c5eaf7953a422209b5faf17794e58e69e209f authored over 8 years ago
Change file name

50077ae2dd1001412f4b801da7c566ead0500d41 authored over 8 years ago
Re-enable proptypes warnings

5f4b649ffb60c5ea82d192ab0aefab87de973840 authored over 8 years ago
Merge pull request #4015 from brikou/patch-1

Add missing space

011d00224ccd44cca7eed7cbee3a2b30170daf04 authored over 8 years ago
Add missing space

452ac4f8267fe79eb4bc71ea7f946cd8c6ce2480 authored over 8 years ago
Prevent replace prop from being passed to <a ... /> (#4011)

fbdd8f12e2b25a741f7e3880661aa89c18a5132b authored over 8 years ago
Add <Link replace> and <Redirect push> (#3912)

fixes #3903

eac82172a04287501b5c4a2668fcfdbe7059f227 authored over 8 years ago
fix trailing slash handling (#3923)

- Add tests for matching pattern with trailing slash.
- Fix non-exact match of pattern with tra...

e5be03ae2d458bfc7d54afaac100914ba73083d4 authored over 8 years ago
Merge pull request #3991 from tyrsius/v4

decode path params

fixes #3970

d87cae8901bfadfeed199cde036241783cbe05f4 authored over 8 years ago
Merge pull request #4000 from jochenberger/transition-to-root-with-basename

fix pushing '/' when using basename

942a568223b92b7cd2afa3129811b6e892e2e12a authored over 8 years ago
Merge pull request #4001 from alisd23/fix-nested-match-exactly

fix: <Match exactly> takes parent into account

b60bcb32f5a823e10b2a10929f9d78982caf88ff authored over 8 years ago
fix: <Match exactly> takes parent into account

91014476500c3ee5b130cfe15b8af2000614b79f authored over 8 years ago
don't incude a trailing slash in the href for pathname='/' if the basename is not empty

c22c01bf3bd05ec72d68bb5a564f970f91ac91ee authored over 8 years ago
add test for match decoding

5c75be9546c94200da3ac34d2cd8b62ac748da20 authored over 8 years ago
Fix ambiguous Miss component not rendering (#3957) (#3980)

Miss would not render in ambiguous match example after navigating away
and returning to ambiguo...

430a1936da91905c0d109847131541397318b301 authored over 8 years ago
decode path params

55dd348830c9baea27e1de6f0c89d13b5deef6cb authored over 8 years ago
Version 4.0.0-alpha.4

09db55fbab6ca58dc6cfbffdffcc3198acb617fc authored over 8 years ago