Ecosyste.ms: OpenCollective

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

github.com/solidjs/solid-router

A universal router for Solid inspired by Ember and React Router
https://github.com/solidjs/solid-router

fix anchor tags types to also allow undefined (#260)

9a7b4dfc91bac259a6fb27e7985eaec01e187686 authored almost 2 years ago
feat: allow readonly array as argument to useRoutes (#256)

Co-authored-by: Daniel DAbramo <[email protected]>

6efd26bd6f132cc2cedef624f2da0e3f8683ba10 authored almost 2 years ago
v0.8.2

a8a32b97ba47128f47e316455e65fde4b1c6f126 authored almost 2 years ago
v0.8.1

27d952c0d0ba022563d18033cc7d6a85b6ba261a authored almost 2 years ago
fix weird typing

2212e2cd0f6d657c5f353dd2916c4526931d10cb authored almost 2 years ago
v0.8.0

6dce86cac9263b41793e8b247ba21939d845f6b3 authored almost 2 years ago
Add memoryIntegration (#251)

79d55d897196bc29cb2b5b3c9a1bd51a1a440dec authored almost 2 years ago
v0.7.1

b97c802403a361eb574487988777872c4b8e4ebb authored almost 2 years ago
fix #248 match filter matching on `:` paths regardless

c0fec5976d7089cfabbd0c733a0e86f3563f850c authored almost 2 years ago
Remove / trimming on the end of href (#246)

* fix / trimming

* fix tests

379a396e3c1857ff15bbbc56dfdd059d121d0d47 authored almost 2 years ago
Update README.md (#237)

Fixed the handling of the searchParams return type and convert it from String to Number in order...

775a1578616f7abba76a1acf21c1d1141da380dd authored almost 2 years ago
v0.7.0

3332983099b7b7982e9d42fc248ead7991f977fc authored about 2 years ago
fix #122 expose params to full route

8ee366e1c9641c1f1307d8da9ea4f3114fd2c7db authored about 2 years ago
Segment validators (#227)

* Add Segment Validators to allow more complex path matching.

This allows to add validator fu...

1bf46d1d0b675acbc49a9fc31adc9420a223cff7 authored about 2 years ago
Update README.md (#230)

Added closing tag to <App>

5438d5d6c2b8e77d7ce9afa29ed85ac348dfba6c authored about 2 years ago
v0.6.0

7bea7e48e1692009c304c0da5bb7584357fe39d8 authored about 2 years ago
update deps and tests

f41da278655cdf265eefe1ef653dd415fc1ea275 authored about 2 years ago
Remove UrlDecoding to fix issue with route params incorrectly decoded (#222)

00f801309896fe61eacbc0f06ac6e8b7350a49cd authored about 2 years ago
fix useMatch doesn't return match (#218)

8ee5913b0bd0f919c22db290464ad188cb894c0e authored about 2 years ago
fix useMatch doesn't match optional params (#213)

502d188e55b63140afd7009594b32ce15564cf70 authored about 2 years ago
v0.5.1

0bd7c0f77963077266b47f067b394fb020a7c01a authored about 2 years ago
Fix issue: #197 (#198)

2b503ad2d65270b94f34be5d7ab348284f3d6e32 authored about 2 years ago
Fix #183 - setSearchParams duplicates base path (#193)

* Fix #183 - setSearchParams duplicate base path

* Fix: setSearchParams was loosing hash

61bdb94f21cf3526aea01f73426342be67573136 authored about 2 years ago
Fix #184 - Link not matching trailing / (#192)

* Fix #184 - Link to matching trailing /

* Component - fix indent

d5810258dd42c8ce68b2ec2381acffe75e323827 authored about 2 years ago
Fix router tests skipped (#191)

cc5ee85fcd90c244153fe303660cb2b41232cfc3 authored about 2 years ago
Fix #176 - url was being decoded, trimmed, and written back to browsed unencoded. (#190)

d87b66b30ff68ed48d3f1cb086f681065ca3e8e5 authored about 2 years ago
Support for blocking navigation (useBeforeLeave) (#186)

* fix: merge class in classList to avoid conflict between them (#182)

fix #181

Using react...

6e7bcb4633fe323a194293c988dd5d084690ab00 authored about 2 years ago
fix: merge class in classList to avoid conflict between them (#182)

fix #181

Using reactive class can have unexpected behavior when used in combination with a cl...

528a2dcaaf1fe69737ae753d6a75f66dea6d2c7f authored over 2 years ago
streamline anchors (#179)

b725fc5bedf910bfcd129d4a18491992d2720dcb authored over 2 years ago
Setting search params does not change route (#170)

Co-authored-by: Jedrzej Sadowski <[email protected]>

bc19198d7962fc74578545c4fa31ed10fa07df94 authored over 2 years ago
Set is routing only when routing (#169)

Co-authored-by: Jedrzej Sadowski <[email protected]>

6c5ae5cbdfd9f3c530add51556234a6d995da506 authored over 2 years ago
docs: fix incorrect path (#162)

d2ca39449ad32c7f0366a379cb13c47ef33518df authored over 2 years ago
Update redirect example in readme.MD (#178)

The `<Navigate>` component isn't supposed to be a child of a `Route`, but declared on the `eleme...

3abad5294b037d42afce3d8429c232d86532156b authored over 2 years ago
Fixed user import typo in data functions example (#174)

c490c63f916dff863b2abcb14e065d58d9a355d1 authored over 2 years ago
Fixed closing h1 typo in dynamic routes example (#173)

ab0d0d854b71411b64b47673f8a3de236cb40f1f authored over 2 years ago
components.tsx: fix: type errors (#160)

* components.tsx: fix: type errors

* update dependencies

ede212799db5081052fac6ce58c8882437966eba authored over 2 years ago
v0.4.3

e656e832d533f94e5f67b8eb695d31516c3bbc2d authored over 2 years ago
bump

7e0c462eeb04575e8ca8e52c60efbe811e710612 authored over 2 years ago
fix nested overrides

d7c894c9dbb4977b313162ba6cf92fc6472dcb69 authored over 2 years ago
make RouteDataFuncArgs generic (#149)

87abbcc5abba8ff33d743fd8f7680692515379d9 authored over 2 years ago
remove old note

cfcb48391f92b899479b3d6b071e90412e9b1de3 authored over 2 years ago
fix naming

15d6e1d1ad71ad724411aa58de682c25fb854585 authored over 2 years ago
change to @solidjs/router

7aa38472a0031db3f1f25353efa8f5c98ab57e6a authored over 2 years ago
Update README.md

46bb02e61c43b7cc02d0c3bdf0e7dbaf3cf14923 authored over 2 years ago
Merge `classList` props on NavLink (#139)

431a578cc2f68e8763b91e2995946ed6014480df authored over 2 years ago
Update useRouteData return type annotation (#138)

* Update useRouteData return type annotation

* Revert sorting imports

ae3abb2032dbfcb8198215f88299645ac7596f63 authored over 2 years ago
Merge pull request #136 from csarnataro/csarnataro/fix-navigator-options-typo

Update README.md

a3291dff768b4cb12b48a1517d0e581dcfa8cbbd authored over 2 years ago
Merge pull request #135 from myrlund/patch-1

Allow passing path as array in Route component

14cd02c061e0c764adc92f7224394ce8156a4525 authored over 2 years ago
Update README.md

Fixed a minor typo, `NavigateOptions` instead of `NavigatorOptions`.
Type is defined here:
ht...

85e97908625cba5aebeed3ff789e311e91a10af1 authored over 2 years ago
Allow passing path as array in Route component

Looks like an (intentional?) omission in:
https://github.com/solidjs/solid-app-router/commit/45...

41ff51e7f74de6e682f3f7d4179c54b3bd8f6e40 authored over 2 years ago
component -> element by default

8b02817260ae185e2254a83c6e98307fbe8b4390 authored over 2 years ago
Merge pull request #133 from solidjs/document-navlink-props

Documents NavLink Props

8b28b09815735b833b94b183fa9a7fa3a0b7a2a8 authored over 2 years ago
Fix mismatch <>...</> (#134)

1d90bd4d58e6704498ac6463e4e36ebd165eefbd authored over 2 years ago
document navlink props

f8bce5a49728baf020caaea5f21cc77ce8c0015a authored over 2 years ago
fix closing tag in example (#128)

d4de2f857894e1a534db6d6701e4b46db7e7d35b authored over 2 years ago
Update README.md

59a0afa0ee2be0e8e254a3672557c42b016717b1 authored over 2 years ago
Added cool banner

d66cd3b7832dcbf4c85a2ced1dbabfb3d663d9c6 authored over 2 years ago
bump

f70d79ca590ae8811ff841c88f45b9bae682cd91 authored over 2 years ago
add github ISSUE_TEMPLATE files (#82)

Co-authored-by: clifford <[email protected]>

fe4ac8329434d64bff4268a69610b3ddeeec1727 authored over 2 years ago
fix typings in Route (#126)

83235c7c1e559cb9b50f8e81f8df98657e3d3eae authored over 2 years ago
Update readme

0898bbf51b2e15f1b89c33e1a9602dea80e37c70 authored over 2 years ago
bump version

ea5c9251df474e4b22540c30e1ec65fb1ca155e3 authored over 2 years ago
Add more test cases

c167cd8e2d9afca91f30bf83bbadde6687feaae1 authored over 2 years ago
Minimize expansion of adjacent optional params

a5ded1fb22788cc3085ce01409a5f919cb7d9e5c authored over 2 years ago
Allow multiple path arrays, optional params

456da636446ec57562dc8f5ed4f3fea46cf8e5f2 authored over 2 years ago
Use children helper for routes

9b3348558465058f6d0a7a1740076c1ecd622ed8 authored over 2 years ago
Use definition ref equality for route comparision

6bb4c67c51a5e8de94a1a83005dfe8acf470c1db authored over 2 years ago
Fix hash to scroll to any element

515c82a29e890bd8dda59915db02a18bb02d0d91 authored over 2 years ago
docs: add hash mode router document (#114)

38cfc4893db9f0c7abf4419ee29289d654ee64a1 authored over 2 years ago
fix readme import typos (#117)

4f9ad098a9c5920d94ab839349e7f38bf7885590 authored over 2 years ago
Clarify that the object returned by useParams is reactive (#118)

376f576b63afdd978822b3aef035ba6a82069e70 authored over 2 years ago
Fix typos (#120)

db7aef9d86483b164ab603f5b63e2262be2f3251 authored over 2 years ago
Use namespace for checking svg elemtents

This will prevent crashing in test environments which don't support svg

558d5cbcbff8b0842e8912683a84e6f910a52269 authored over 2 years ago
bump version

e564e3030cf94655088bf8c0c26a5b4cf9294310 authored over 2 years ago
Fix #112

13d33e7fb943b9d5255ebc96fbb3e58bc5da1b4a authored over 2 years ago
Merge branch 'main' of https://github.com/solidjs/solid-app-router into main

a12de85be3e5b9d0e413fc356c0414ca5ff7d66d authored over 2 years ago
Fix unexpected sources being added to effect

caa88649b5595ae5055f9e018f3fab0608ee0646 authored over 2 years ago
Merge pull request #109 from mishimalisa/untrack-search-params

fix #108 useSearchParams bug

20af2ebe183c9a7d91c5b9c2f41afef572559d1d authored over 2 years ago
fix useSearchParams

5198fd3996a7de70eae4c51e18120a56b353e46d authored over 2 years ago
Add license

92131af5bebce2f3993283349dcddf72f9506d75 authored almost 3 years ago
Just fixing a typo (#107)

20c36ae2accf65b85051422af4a451157bdd371e authored almost 3 years ago
Merge pull request #106 from Brendan-csel/patch-1

Fix #96 - support replace with hashIntegration

cbed92df17dd70cf12ab4b69cdcac4847761425b authored almost 3 years ago
Remove unnessary check for leading "#"

05cc8b60c87f0a8a11af50e1e548dcc875245c90 authored almost 3 years ago
Fix bug #96 - support replace with hashIntegration

e21b50cea8e51cd9fda7fa1e647f1846753ec4f3 authored almost 3 years ago
Fix self-closing Route tags (#105)

Was copying some of this code to a project and noticed my route wasn't working because it was mi...

06c6d4076cb578a87535228d51851d6942e956c6 authored almost 3 years ago
Standardize location search and hash strings

54153082c329ec373e8139b529d312fee7b4d8ea authored almost 3 years ago
Only scroll to anchors

d71a7e4ac58c16ac54b9cb9b95366f232580a532 authored almost 3 years ago
Fix navigate to base query

5670b53907712124adf8a8b771b34ad4364dd8f0 authored almost 3 years ago
Store referring state value instead of accessor

e26a5bc35a66eced899998ff3d84e80dc137688d authored almost 3 years ago
add missing perens

8dbd218b0d5cff9743ab892e115f50263b21bd9a authored almost 3 years ago
Docs Rewrite (#98)

* guide

* guide sections done

* structure cleanup

* table of contents

da21c72cbeb447b9b1a0efa14baa1c289c41c2e4 authored almost 3 years ago
bump version

99e977b970a31cba31b41e9698c78143afeb43fd authored almost 3 years ago
Handle hash scroll and in-page anchors

e2857616b1fe6cb013c8bf689a3201a69c05bcd2 authored almost 3 years ago
Make regex non-greedy

39dc57b06a86a7cb63bee271d1ce4fc617191860 authored almost 3 years ago
Allow route useXxx to work in data functions

3309aaf1cee015d78d588c737b675e4ef4ae0ffa authored almost 3 years ago
Remove leading path before hash

34daecca1f2f8584997e9742ab107778fe7c8f54 authored almost 3 years ago
fix(typo): fix typo in README (#87)

832c68d4c5ea6f94f5ecb3e8677e7402e493c70f authored almost 3 years ago
bump version

5960b79f843cb0b9d171107cd2beeb74d1ed810e authored almost 3 years ago
Run prettier

5a180c52656ed3781d4602a81e80cb5cc499e20b authored almost 3 years ago
Add integration util to reverse path rendering

fix #86

c6cd3aba7df5ac97c4d27dd4b79d1198fd7146db authored almost 3 years ago