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

Prevent inactiveClass attr from getting rendered

4f4b6a6f56708083d72c29485f25188f68b03d0d authored almost 3 years ago
Added note about state serialization to useNavigate in README (#84)

c80e799410701a9be39711bd2844a048e6320ea7 authored almost 3 years ago
bump version

7d9c66a1fa1f640cd5d712a1252d024a85d17df4 authored almost 3 years ago
note for useRouteData

242f942944f5cee4271a7be43c39f8eba36404d7 authored almost 3 years ago
more documentation on links

399d73a3a11fac695ec58e71da13e7990b65cbf4 authored almost 3 years ago
Merge branch '0.3' of https://github.com/solidjs/solid-app-router into 0.3

0ee41289e21bee988ee38d1aeb2df29499b1ad12 authored almost 3 years ago
Update readme, add resetErrorBoundaries

e764cdda7c3fb7684262f3de24c263ff8582a4ff authored almost 3 years ago
WIP: handle anchor clicks globally

e31a68553807f229daad1c0bcbc7f568d2e20416 authored almost 3 years ago
Refactor useData and data functions

* provide parent data to data functions
* rename from useData to useRouteData
* remove delta arg ...

cf5f5be0b0c95e52d373ba92ac5e401212d89ec0 authored almost 3 years ago
Merge pull request #73 from kidqueb/patch-1

Add inactiveClass to NavLinks component

d07bae53c5a5ca4f0084698700d4d7c01762abf9 authored almost 3 years ago
Add anchor prop types, allow state-only nav

5d920ce7b64304c216ab3aed86952b3ac837f35d authored almost 3 years ago
WIP: handle anchor clicks globally

3a9deff52ab73d4e85b7c657914db369c1688057 authored almost 3 years ago
Refactor useData and data functions

* provide parent data to data functions
* rename from useData to useRouteData
* remove delta arg ...

f4d78579fe3b7d15bb80e4e5c9d3f8ed350b7645 authored about 3 years ago
Always remove splats on base path when joining

95530b96b278d4887eb059b41f3a80c3a55cbeb5 authored about 3 years ago
Add inactiveClass to NavLinks component

With windi/tailwind it's easier to have inactive classes than working against specificity. Added...

b4d39389cf36cd3bf97d2cddea2fa76cad36ace2 authored about 3 years ago
bump version

ad815aa22ff3be3ee640cae49e65028e82158a8a authored about 3 years ago
Ignore invalid route definition children

3599d8ba14f43288d9787c1fe1a6a43cc8d7e394 authored about 3 years ago
bump to 1.3

ea0edc85502225ab62085014e9fb309df351634f authored about 3 years ago
Merge pull request #68 from high1/feature/solid-1.3

Updated createMemoObject

4f0992953aefbded38ebaf28d7f8bd86f31cbb2d authored about 3 years ago
More typings work

809400656898f32002994c006a80fd47e6976f13 authored about 3 years ago
Update typings for createMemoObject

56aada84c7ecb17aee276195ec68e2b635b5425f authored about 3 years ago
Updated createMemoObject

- do not rely on the return value of runWithUpdates
- updated typings and removed casting
- typi...

357a812df23987479eac139174b908ecaa737409 authored about 3 years ago
Update to Solid 1.3.x

886b206199b9680e1c4c83ad086e2d4005b7a384 authored about 3 years ago
Prettify files

18a985375126a66ff880a4e3ef8255880a6aaac7 authored about 3 years ago
Merge pull request #59 from Schniz/add-ownkeys-support-to-memo-object

Allow listing for memo objects

f414f254738872ff60877695ff2ab2c89ba14426 authored about 3 years ago
Support JSON.stringify and Object.keys

6c6b1b331f8a8377c9196d5fa4767592beff3e95 authored about 3 years ago
Allow listing for memo objects

This is handy when someone wants to `JSON.stringify(params)`

35752c80faae2ed84935749d09a02b7284b6d7a9 authored about 3 years ago
bump

c43cceffa121aca98a0866b382f73cb88f9a2818 authored about 3 years ago
Prevent HMR wrapping

87f55f30de7f08861239f9b8d02c219dc8228317 authored about 3 years ago
Allow state only navigation

2019c970c4af152cf21fb7ea081d043e5a09e04d authored about 3 years ago
Support relative navigation

d797d5d105fb53a5bd382e7fdf9c4fc98982d40a authored about 3 years ago
bump version

10d5c30c2da5a0879cb7d75852037f6c51d64b7d authored about 3 years ago
Merge pull request #53 from SanichKotikov/state

Allow to pass some state between routes

bec63360d53df544e1eb7fe5cb04f6f3aef512cc authored about 3 years ago
Pass latest state to navigate end

a8ecfd1e76021d4e8810aa00e6ab67f111cd5f6a authored about 3 years ago
Apply state from integration

22bd682fcfdf32bf92089e27f5d392e56a33dea7 authored about 3 years ago
Add Navigate state prop, createIntegration state

dd2824cd38e5579e6e1f9121fed405df411b317d authored about 3 years ago
Added state prop for Link and NavLink components

1d82025f69dc1c511ce6581fbba0384049ad6591 authored about 3 years ago
Added note and test for state property of navigate options

a66cb38113a1e63672fbf270bdf9d7d9563098e8 authored about 3 years ago
Remove unused code

72fdd6552f60560c8d17fb9ef9a4a46dce94ea1a authored about 3 years ago
Fix nested Routes components splat path bug

6ce024ed88382d23a5fc6b83c80fa593d5f7b409 authored about 3 years ago
Updated state

5223341b73aaa9e2f63446f838cd391bd6337959 authored about 3 years ago
bump version

3cac816611e34567075e40ecc13334781d849b22 authored about 3 years ago
fix example/type

4cdd9b3d71856529fe90a37cbeff814d103e0c14 authored about 3 years ago
Add a new "hook" useSearchParams (#52)

* Add useQuery "hook"

* Prettier

* Don't scroll on useQuery navigations

* Rename useQue...

8dee6694602067eba199c01efcf05d4777d49747 authored about 3 years ago
Fix query only path normalization

d8c43cb175680bff76c2903fce25d2ddc54ee1c1 authored about 3 years ago
Prevent re-render with nested Routes components

dc9af15f91283ef34f7860297fe64d24d9cd2551 authored about 3 years ago
bump

4b4cde5e4f5d272fbea6f1527d93debe8f17e8b1 authored over 3 years ago
Add missing noScroll prop on Link

1ab9b6a653db2b82e422d77fd4ee037bbba27037 authored over 3 years ago
bump

a30904567831b642b965b7f6bb450522ee8adbdc authored over 3 years ago
Merge pull request #47 from solidjs/feature/scroll-behavior

Add scroll option to navigation

475a780a4abb347431bc34294a7443a9871a01de authored over 3 years ago
Add scroll option to navigation

dfd5cc7f97e4310b20d134c3c808d0fe228999d2 authored over 3 years ago
Include hash in default integration

51809d7aa841d69df06a8428401a381e23654e3c authored over 3 years ago
Prevent premature navigation end when redirecting

33de856577d76f38554d7fd49d8fb91f8a6d5ac6 authored over 3 years ago
Update package lock

09cf99830b19fdaf42400c22a2b9528d3ead3d9b authored over 3 years ago
bump versions

72953ea3ff69672d6713e03419bf2d311490d89f authored over 3 years ago
Prevent second transtion on navigate

790850d6fca496dc1362e551aefd99e9d558f4bf authored over 3 years ago
bump

ad429296524dd441608c0a939edb17732b74db6d authored over 3 years ago
Fix ref error in ssr using vite

8aa0e995eea31457ff9e4fa623c0afd974e38673 authored over 3 years ago
Remove RouteData type, improve other types

3f75b18fda38bf1381d04fa0f539f72ff35da5f6 authored over 3 years ago
Fix route resolution for data fn navigate arg

d5a5ec816479094b10c0344b0502b705e90dde57 authored over 3 years ago
bump version

4aa8502265030725ffa1e3c821dbf0454d8264d1 authored over 3 years ago
Merge pull request #42 from appjudo/bugfix/use-navigate-retain-route

Replace navigate with navigatorFactory on RouterContext

060d16a6cc7415539c5f09966ec75fdabc30964e authored over 3 years ago
Replace navigate with navigatorFactory on RouterContext

Using a navigator factory allows the current route context to be retained by
the generated `navi...

ff84293b7349009b1482e32d268d459ac00608ff authored over 3 years ago
Add data function to Router

c9280335171d0d3178f553fc4d5de0d90aad3ca1 authored over 3 years ago
Merge branch 'main' of github.com:solidjs/solid-app-router

7481f881d57761faab5e9f9ea9a5a69c7a9eb8ba authored over 3 years ago
Merge pull request #38 from kevineaton603/patch-1

Expose Route Props

54392cf4b1a48e908b119feb73153244e715c706 authored over 3 years ago
Expose Route Props

Reasoning: https://github.com/solidjs/solid-app-router/issues/37

c2b308935a1c58996c236ad66eba49bd174b7b54 authored over 3 years ago
bump version

fe0134a37c1711966bca5be36f98a07763d2142e authored over 3 years ago
add replace option on <Link /> (#33)

4a5eee234e60b5253b017704e18c7d6e5f3fc71b authored over 3 years ago
fix data type, and fix repeated star route navigation

da070253efa38e205bcf8b19907a24673a6f25bc authored over 3 years ago
bump

db0271bf2a65e2949022b017871eb423a2e96a8d authored over 3 years ago
small readme tweak

14be1e41b574e63d3199727850ac6c107df3b1c8 authored over 3 years ago
Perform route matching on branches (#28)

4fe17f484cd74191d95d1f4c278928afb9f73267 authored over 3 years ago
remove unused useRoutes

e96a2aa14e57d452541156f7fa7573a5e0d0e52c authored over 3 years ago
update data example

09fb9d5319922184f2b3d714214222828d95170a authored over 3 years ago
small doc updates

e8196226ffd272231b215e3f9a1fd9251049191a authored over 3 years ago
bump version

06b8a918cd8db271355824829bc664ef85966b54 authored over 3 years ago
update docs and default active class

9920e19f4676bbd7b6559999eaab8edeb26c2d2a authored over 3 years ago
Remove null coalescing and optional chaining operators

dbbe191b095733b4f26c17455ed6d058e304d4c9 authored over 3 years ago
update version

f858804534c534ffdd6de20595aa61c8e9ad370f authored over 3 years ago
Cleanup types, names and remove routes fallback

a91b9c11ce0297ea12b33c784d795abb897e98d3 authored over 3 years ago
Merge branch 'rturnq' into unified

5eff954df450506d463d2a797c83a8bb9f22c04e authored over 3 years ago
Rename Redirect component to Navigate

3a942b22069da643565e6223067f63ba0fc9e2ff authored over 3 years ago
Scroll to top on navigate

a5dbbcc9cc6941c5c3f80fe885fc9aefd40d6906 authored over 3 years ago
bump version

119e860d07f08b525c4672fe6b35f099bb6f8d11 authored over 3 years ago
Fix types

f33e4f47fae2a7b3d7d69bd31b7dea1cba95394e authored over 3 years ago
Merge branch 'rturnq' into unified

baffa08638922536b3879a1f4041c50759ab6b8b authored over 3 years ago
Add server render context

6d90af820be61bb9699d186428741eecd6098fb6 authored over 3 years ago
Add workaround for sync navigation update issue

0e8ac81ccb5c30739482bcbda5857b7d549d09d3 authored over 3 years ago
Update solid and simplify types

eac93eec126e99ee3c782d38270c818e12d27c2b authored over 3 years ago
Cleanup a little

f6f07119f77fb722118d97bbaa0283f0e84624af authored over 3 years ago
update readme

c328b5649c3b613ddf9b68016fe7d1306c2751d5 authored over 3 years ago
Move static integration

0cf73ef5a4db37e66c41929114f5571696f5987c authored over 3 years ago
Separate component and element route props

0c83b2094ab9ac06d1ad0bae9ac2b747d97491c7 authored over 3 years ago
Handle named ending splat

183e95ccbe2b03e0af12030735e2a17a5fd1b0ab authored over 3 years ago
Merge branch 'unified'

6e5a52b3bdac15692dfdb2aa28bfd0d88dc4f63b authored over 3 years ago
Refactor navigate for better server support

80856841b894ea79ca6bd107466dc4f2964fe597 authored over 3 years ago
Update readme

2a8c88723520e13539e0f924abe653bc106da3e5 authored over 3 years ago
Add rudimentary server rendering capability

fbf0202b796179360c6d65276122ef97bf1dfb27 authored over 3 years ago
Minor cleanup

50228e86418700e7a4bb9f6f9545b7f47a355f54 authored over 3 years ago