Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Router

Declarative routing for React on web, server, and mobile
Collective - Host: opensource - https://opencollective.com/react-router - Code: https://github.com/ReactTraining/react-router

Update repo fields

github.com/remix-run/react-router - bee16454c5e1317b804c71032d64a94181329935 authored over 3 years ago
Add <Router basename> (#8071)

* Move basename from <Routes> to <Router>

Since we can have only one basename in use at a tim...

github.com/remix-run/react-router - 174fc10460550a19907a4ac307b40644cfe97b3d authored over 3 years ago
Remove website deploy key

github.com/remix-run/react-router - e0853baebf6224b0d2ebf3bbc3d37ec636e1a91e authored over 3 years ago
Update package author/repo

github.com/remix-run/react-router - 2b94c86859c376dbd06a72b7075abfe3f8de27a9 authored over 3 years ago
Update blockquote header formatting

github.com/remix-run/react-router - fd5f3b5af01b756a6d150806b6665c78b330beb7 authored over 3 years ago
test: add support for --watchAll

Signed-off-by: Logan McAnsh <[email protected]>

github.com/remix-run/react-router - 97236cfc87122b80900ad8e8fe17c623bac30583 authored over 3 years ago
docs: fix links to in react-router readme (#8065)

* docs: fix links to in react-router readme

* Make these relative

Co-authored-by: Tim Dorr...

github.com/remix-run/react-router - d1074178e1f00bd7b62ba90189d0381858c06e20 authored over 3 years ago
Remove commented out code

github.com/remix-run/react-router - c13b66939ef48eacf7067f7aec4752777be8b17c authored over 3 years ago
Fix greedy * in route paths

This prevents `*` from matching without a preceding `/` in the URL
pathname. So e.g. `/users/*` ...

github.com/remix-run/react-router - b19adb3dabbe57c1a0b75ef5488ba11247b8f229 authored over 3 years ago
Bump build size limit

github.com/remix-run/react-router - 0f0172c2a829ab61ab9cac89293ac243a5ac3fb6 authored over 3 years ago
Match splat after something other than /

Also, remove `pathnameStart` property from `match` objects.

github.com/remix-run/react-router - 02f819bb980491c065dc6b80ca5037ece44640df authored over 3 years ago
Consolidate <Routes basename> tests

github.com/remix-run/react-router - 026ddb6f545acb8d0982c9ba008f17cae4a327d4 authored over 3 years ago
Compute route branch score at create time

github.com/remix-run/react-router - 666f8c0ac449effa5db764b776395eea3cc5f5e9 authored over 3 years ago
Rename a few variables, add some comments

github.com/remix-run/react-router - 9eebe8b02594ed911a4764fa244b0890e63465ec authored over 3 years ago
Version 6.0.0-beta.4

github.com/remix-run/react-router - 54a0c270f956f24523a7fbb511d7976852aa7501 authored over 3 years ago
Fix type and failing tests

github.com/remix-run/react-router - 08e8325395aa3fe4516b87652bb2f2e382b53364 authored over 3 years ago
Remove the secret menu

Instead of including this in v6 directly, the plan is to include it
in a backwards compatibility...

github.com/remix-run/react-router - c7d88f45ba01297e280d3885ec2d769a6f9f3268 authored over 3 years ago
Update `matchPath` return type

- Replace `match.url` with `match.pathname` (possibly contains a
trailing slash)
- Replace `ma...

github.com/remix-run/react-router - fbf73ca21b6e6e4bf087ce15c7aeed4718506ec8 authored over 3 years ago
useCallback around useLinkClick handler

github.com/remix-run/react-router - 1f73385359eaa0672cc987aec715ed3a77f85d6b authored over 3 years ago
Convert snapshot to inline

github.com/remix-run/react-router - 235a00dafb30f32266dd62e00252a5ea52e04a81 authored over 3 years ago
Allow nested absolute route paths

Also:

- Add (optional) `<Route index>` prop for index routes
- Return original route objects fr...

github.com/remix-run/react-router - 1ecefcfd039e12466dce245e5174b0b3548e02f4 authored over 3 years ago
Add test for matchRoutes returning the same object

github.com/remix-run/react-router - 0ae536f7eafb35efb4f397091cc6f4c4f9296a95 authored over 3 years ago
Remove IE 11 support

github.com/remix-run/react-router - f6df0697e1b2064a2b3a12e8b39577326fdd945b authored over 3 years ago
Rename `match.pathname` => `match.url`

Also, always strip trailing slash from `match.url`.

See #8022 for rationale

github.com/remix-run/react-router - 1272bb154650c0fc293430ff901e4c29dcd7b1ea authored over 3 years ago
Fix relative navigation issues (#8004) (#8026)

github.com/remix-run/react-router - 7c9501a98eddbffc4e7bd0541a0d095821b52cdf authored over 3 years ago
Make `Params` and related functions generic (#8019)

* Add generic for params type

* Add undefined for param type

* fix test types

github.com/remix-run/react-router - 5acd31912fb70368906a07f0b32b2401d8ef0487 authored over 3 years ago
Update custom link docs

github.com/remix-run/react-router - 13c56630193a5ef06b46140c78ca00fda3e27e8a authored over 3 years ago
Add code of conduct

github.com/remix-run/react-router - b29c53aaa77fae4a3e2f24d86c58cae0f8542132 authored over 3 years ago
Update migration docs

- Note the removal of `Link` `component`/`as` prop (see https://github.com/remix-run/react-route...

github.com/remix-run/react-router - 02e4d2777525d530f717a905538cbdfa214a9d5b authored over 3 years ago
Version 6.0.0-beta.3

github.com/remix-run/react-router - 7b83ab14e1f4348c95f1dbadda608a44630ae42d authored over 3 years ago
`NavLink`: use object instead of boolean param for `style` and `className` functions (#8003)

github.com/remix-run/react-router - 9ee6d64a4b70678cf92cad73bd0346a1ac8c1b7e authored over 3 years ago
Update `useRoutes` API to accept an object (#8002)

github.com/remix-run/react-router - 15db62d513d8690989056fc836e367685fb7d671 authored over 3 years ago
Ignore basename & URL casing when matching (#8000)

* Fixes #7997

github.com/remix-run/react-router - 5ad81a8354c00b1fa9af216bf73c2921124627cd authored over 3 years ago
Features: `useLinkClickHandler` and `useLinkPressHandler` (#7998)

* Add support for `useLinkClickHandler` and `useLinkPressHandler` hooks
* Add tests
* Resolves...

github.com/remix-run/react-router - a5583ba41517c09a7beae78c037e1c5d8e2a8fef authored over 3 years ago
modify test script error handling

github.com/remix-run/react-router - 48634a4af1518df8ad084bc38c2667ffc8dbeeb1 authored over 3 years ago
`useRoutes`: add support for `location` override (#7989)

* useRoutes: add support for location override
- Resolves #7117

github.com/remix-run/react-router - bf679c49d8f6192640948adb8a44d60c8768f0e3 authored over 3 years ago
Merge branch 'dev' of github.com:remix-run/react-router into dev

github.com/remix-run/react-router - caf3c8571c6445b06d46bd1ffb087b1a0ae9b293 authored over 3 years ago
Added location param override to Routes (#7969)

github.com/remix-run/react-router - fea545d1f6556276740d870c2ac3c94b43334030 authored over 3 years ago
break out advanced guides

github.com/remix-run/react-router - d191ea1789437846e8e8dad666ae79305eaa97e9 authored over 3 years ago
`useNavigate`: Get `pathname` from `useLocation` instead of `RouteContext` (#7982)

github.com/remix-run/react-router - 68371aa76084db423ab15e872c1ea9f810fedaf9 authored over 3 years ago
guides: add missing hash link

github.com/remix-run/react-router - 7c6ff7d4a9ed9153a42ed1ec5aaafb69405a2a8c authored over 3 years ago
NavLink: replace activeClassName + activeStyle props (#7985)

github.com/remix-run/react-router - 5ec6700ed82acb0e89315c677c82d78ac75672c1 authored over 3 years ago
Add basic example via vite (#7971)

github.com/remix-run/react-router - 2d49f95cb17ba75d05a56c2bd30a5961849ff6e1 authored over 3 years ago
upgrade react for dev

github.com/remix-run/react-router - e03308b11334b3dda32e382324506eb3900e9e57 authored over 3 years ago
update test workflow

github.com/remix-run/react-router - 44d5dc644bb7e7f3a13412a0541cf690eab89de2 authored over 3 years ago
Add displayName to Link + NavLink (#7958) (#7968)

github.com/remix-run/react-router - 7d05dbb5754978b156aa14330db055bf939e969b authored over 3 years ago
Make all params available to nested routes + parents (#7963)

* feat: Make all params available to nested routes (#7960)

* add test case

* update type i...

github.com/remix-run/react-router - 9de81d2466041b7f8c4e34e989d9c577129f6682 authored over 3 years ago
un-comment assertion

github.com/remix-run/react-router - e2e8adbb57c4f86bec7e3e9c0e6fc20db9f4a029 authored over 3 years ago
fix absolute paths in nested routes (#7948)

github.com/remix-run/react-router - aca7a301c3be5f6e568de5f3bc6cfe9495f2dea0 authored over 3 years ago
Swap snapshots for more specific tests

github.com/remix-run/react-router - c9602759fc0d993d65bee13b7582e343f49356cf authored over 3 years ago
Normalize search + hash strings in `resolvePath` (#7953)

* Normalize search and hash strings in resolvePath
* remove unused vars in tests
* simplify test

github.com/remix-run/react-router - bf08537a3efbc8e1ae2b2bfc268e9bfda128e1dc authored over 3 years ago
rm extraneous console.log

github.com/remix-run/react-router - 16f0542b12a0ca0072364e1bd93eda6e56c749f4 authored over 3 years ago
internal type fixes

github.com/remix-run/react-router - b5151a3aa417b8ad15ae4ed85a569c8c133de429 authored over 3 years ago
Version 6.0.0-beta.1

github.com/remix-run/react-router - 05c41d57407efdc98886b27e3418a2cdcfa40399 authored over 3 years ago
Remove typedoc API doc generation

github.com/remix-run/react-router - 7559a3bf919062d1dcd493cfbce9e551e7a38a76 authored over 3 years ago
remove location prop from "Routes"

github.com/remix-run/react-router - a2e219720e743e2a489e8b6cfb60b00e13c4e673 authored over 3 years ago
rm unused imports

github.com/remix-run/react-router - 23e9bcba0b527d0e546e8e442cc4acc8267d2221 authored over 3 years ago
add github actions

github.com/remix-run/react-router - 72b83b7ae51b386c574ea207f96d6e667ab33921 authored over 3 years ago
add website deploy action

github.com/remix-run/react-router - 2317f3e7a07d9790ab545aaccf51d809b5cd2881 authored over 3 years ago
update website deploy script

github.com/remix-run/react-router - a78c6ddd80d2fd697500b907849b449358734e2e authored over 3 years ago
add tests for useResolvedPath

github.com/remix-run/react-router - 43045de42bda277c997182cdecfec1447d14cd1b authored over 3 years ago
add jsdoc types in js files

github.com/remix-run/react-router - 3a261040ec211e1d6d54693d79b64b9e0c77d7b3 authored over 3 years ago
add strictness for test types

github.com/remix-run/react-router - eed8ce758d6ef94a1aea77be9e9c154640f8eeda authored over 3 years ago
Merge branch 'dev' of https://github.com/brookslybrand/react-router into brookslybrand-dev

github.com/remix-run/react-router - a0db8bf157747a8f90193f69ec702e4f8b67dc70 authored over 3 years ago
Merge branch 'bogdansoare-link-basename' into dev

github.com/remix-run/react-router - 8853f78a48367ea7686e0014b37ccfea1155853c authored over 3 years ago
normalize basename slashes

github.com/remix-run/react-router - 53133fabf9b6b3503d48171655619a8c68b815ed authored over 3 years ago
Merge branch 'link-basename' of https://github.com/bogdansoare/react-router into bogdansoare-link-basename

github.com/remix-run/react-router - ea4fc5eec817403da3c569554010467a9b444a4f authored over 3 years ago
Expose internal context behind warnings (#7938)

* expose internal context behind warnings
* re-export from react-router-dom and react-router-na...

github.com/remix-run/react-router - 207f428f210c9bd18d802a7f4586a4e260a56caf authored over 3 years ago
feature: add `location` prop to `Routes` component (#7937)

github.com/remix-run/react-router - 58adb52a4129e337c56c7ef713cf6d9450c023a8 authored over 3 years ago
enhancement: split navigator from location context (#7936)

github.com/remix-run/react-router - 7c9796bd6fb1c92ab244aa9585a2cbfecdbed830 authored over 3 years ago
react-router-native: export all react-router types

github.com/remix-run/react-router - 6ae89008b41d73274e09db222f6eaa3b1b48a3d6 authored over 3 years ago
Add type exports from react-router to react-router-dom (#7846)

github.com/remix-run/react-router - 8ac6777a96accd0813aae43743d9f76c95630968 authored over 3 years ago
Update copyright years

github.com/remix-run/react-router - 7b326f5e5d0262eef0f98097384241eb070a9c39 authored over 3 years ago
Remove experimental release tagging and publishing

github.com/remix-run/react-router - 4943a6c846621937b0f13a35821bc6241e0d3811 authored over 3 years ago
Remove closure compiler from dev builds

github.com/remix-run/react-router - 7fac5c84a415a26060163fe99dca22891a783127 authored over 3 years ago
Silence Rollup warnings

github.com/remix-run/react-router - 6b2edebd0757194e17af23cf147e54c32fb16449 authored over 3 years ago
Finish removing remnants of prop-types

github.com/remix-run/react-router - 5f4da99c31e05d9c89cfdf985ded9800bd4ca4f4 authored over 3 years ago
Disable closure compiler (temporary)

github.com/remix-run/react-router - ec872933d443eeac0ac8ec3450579d0a423f9e77 authored over 3 years ago
refactor react-native tests to TS

github.com/remix-run/react-router - 7b64802ea9c2c04ed44b7b8c9fd00490bd18be0b authored over 3 years ago
fix broken import and setup file reference

github.com/remix-run/react-router - 3a4febbdf3cc98909f35e6db1ab600e5bb1d19a1 authored over 3 years ago
update types for mockPromiseThatResolvesImmediatelyWith

github.com/remix-run/react-router - 7f9f0365e5c97afc9fff9a2a036e945a90edfb4f authored over 3 years ago
markdown formatting

github.com/remix-run/react-router - 2777f7baa98272df7b09ef13c5c6d653e2cc7a4f authored over 3 years ago
Update various deps for internal scripts

github.com/remix-run/react-router - a1430fbbd456de7dedf94946ff2cab9a8cfff015 authored over 3 years ago
Refactor tests to TS

github.com/remix-run/react-router - f8a9020bc4490059e308378326cefac37188f761 authored over 3 years ago
ts: refactor navigate-push-test

github.com/remix-run/react-router - 199fd0861c59049de7a651a0d60b4a7a58cce73d authored over 3 years ago
Update ESLint + Prettier

- ESLint and all related dependencies updated
- Prettier updated
- Ran `prettier . --write` to r...

github.com/remix-run/react-router - 21806db97e0ae763360c0fa073b638fb6dcbfe9a authored over 3 years ago
convert several tests to TS

github.com/remix-run/react-router - 8f3fee9ee06bab1fd7a9357722c95bfdb2e1571b authored over 3 years ago
update prettier config

github.com/remix-run/react-router - e92148aac13968d0551226b00088091256fc921b authored over 3 years ago
Update test config to support TS

github.com/remix-run/react-router - 92e9dc46370dfaf02b643a707b4b3594a825ee9f authored over 3 years ago
refactor useRoutes test to TS

github.com/remix-run/react-router - cb0247e71beb21297c0a3910c3b39e9f4255a4ad authored over 3 years ago
Use default Prettier settings

github.com/remix-run/react-router - 67334e57fe2b5a298133fa2b83fef836a265f7d2 authored over 3 years ago
Regenerate yarn.lock

github.com/remix-run/react-router - bb436a7f0077496db7b9f4f6f0bbb35cd5750bf2 authored over 3 years ago