Ecosyste.ms: OpenCollective

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

svelte-spa-router

Router for SPAs using Svelte 3
Collective - Host: opensource - https://opencollective.com/svelte-spa-router - Code: https://github.com/ItalyPaleAle/svelte-spa-router

Updated docs for v3

github.com/ItalyPaleAle/svelte-spa-router - 3024bb9f2816d000fc505e8cd4b78226854a80de authored over 4 years ago by ItalyPaleAle <[email protected]>
Allow args.conditions to be a single item, converted to array

github.com/ItalyPaleAle/svelte-spa-router - 92f908af69ac9a593419f2ffa08be26925d8552a authored over 4 years ago by ItalyPaleAle <[email protected]>
Small improvements to types

github.com/ItalyPaleAle/svelte-spa-router - 40d82d7688ea9c04632033d4ce3c865d2f531393 authored over 4 years ago by ItalyPaleAle <[email protected]>
Supporting async pre-conditions

This also includes a refactoring to leverage async/await more
Fixes #125

github.com/ItalyPaleAle/svelte-spa-router - d3a2360c9ef85676d82abcb60c6415d9712d9326 authored over 4 years ago by ItalyPaleAle <[email protected]>
Passing a regex to match prefix for nested routers

Fixes #134

github.com/ItalyPaleAle/svelte-spa-router - b46197f057d3e82dd91409541c6fb0ccc82b68c4 authored over 4 years ago by ItalyPaleAle <[email protected]>
Support for static props

Fixes #131
Credits: @matt-psaltis

github.com/ItalyPaleAle/svelte-spa-router - b1f0ae0dfe4c82bb45314444b60604cf6e3faced authored over 4 years ago by ItalyPaleAle <[email protected]>
Async routes can have loadingParams

github.com/ItalyPaleAle/svelte-spa-router - 0281bf3bc4866b7678be506737ece16fd77a5064 authored over 4 years ago by ItalyPaleAle <[email protected]>
Fixed checking URL when LAUNCH_URL is set

github.com/ItalyPaleAle/svelte-spa-router - d290ba8b1d9e05e19d8f7e42ba9fe2c08e298d3b authored over 4 years ago by ItalyPaleAle <[email protected]>
Updated tests to support all new features

github.com/ItalyPaleAle/svelte-spa-router - e640c2e958f9e15d4038a90a29f15f775142c6ee authored over 4 years ago by ItalyPaleAle <[email protected]>
Fixed tests not running

github.com/ItalyPaleAle/svelte-spa-router - 2cf1910fdf4f61ef5e371915bf8cd1476c41799d authored over 4 years ago by ItalyPaleAle <[email protected]>
Moved test app to a separate folder

github.com/ItalyPaleAle/svelte-spa-router - 8649175976a33fa4a330c8b7d2fdf4661ec7df66 authored over 4 years ago by ItalyPaleAle <[email protected]>
Trying to fix network between containers

github.com/ItalyPaleAle/svelte-spa-router - 5289dccca1f007e335aa0c94fedf3df067feb618 authored over 4 years ago by ItalyPaleAle <[email protected]>
Do not run twice on PRs

github.com/ItalyPaleAle/svelte-spa-router - 3394b06d3367ee0c9c37dce9850535b3e58dfb6a authored over 4 years ago by ItalyPaleAle <[email protected]>
Replacing GH Actions services with docker run cmds

github.com/ItalyPaleAle/svelte-spa-router - fffbb038ad1acea3eac4f12cc8f77f397fef2f9c authored over 4 years ago by ItalyPaleAle <[email protected]>
Fixing permissions

github.com/ItalyPaleAle/svelte-spa-router - 870059e5f6450427cef06d31ba66ea69d9fb5289 authored over 4 years ago by ItalyPaleAle <[email protected]>
Added some debugging to the CI

github.com/ItalyPaleAle/svelte-spa-router - d81a3200136f52f50b64617564e8735532775bd8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Trying to fix CI

github.com/ItalyPaleAle/svelte-spa-router - 81a4a558177e77d696b2dbc7781e1c0f84cda185 authored over 4 years ago by ItalyPaleAle <[email protected]>
Switching tests to Chrome running in Docker

github.com/ItalyPaleAle/svelte-spa-router - 30aaabfbaa4262ca7b1d226c6e31564b9ac1e84e authored over 4 years ago by ItalyPaleAle <[email protected]>
Minor tweaks to comments

github.com/ItalyPaleAle/svelte-spa-router - ceb545f2c461fd44c5fa89b6b2ca09f396792dfa authored over 4 years ago by ItalyPaleAle <[email protected]>
Re-designed wrap, taking an object as argument

github.com/ItalyPaleAle/svelte-spa-router - 811b8318628fa5d4b3aaedc0061dfd80f7d996e4 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'v3.0-wip' into dynamic-import

github.com/ItalyPaleAle/svelte-spa-router - f94c45ce78a7e4514a28c4632439ade9083449bf authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - b61b3300c37953c8558a36ce2cd6459c712810c2 authored over 4 years ago by ItalyPaleAle <[email protected]>
Updated nightwatch to fix issues with mocha

github.com/ItalyPaleAle/svelte-spa-router - 7133e23465c2ac76b105522a47008041184b4d5b authored over 4 years ago by ItalyPaleAle <[email protected]>
Display a component while loading async route

The wrapAsync method now accepts a second argument with a component to display

github.com/ItalyPaleAle/svelte-spa-router - a891ec9572457502c47bcded5044a2aae80c7905 authored over 4 years ago by ItalyPaleAle <[email protected]>
Re-added detail.component and detail.name for routeLodaed

github.com/ItalyPaleAle/svelte-spa-router - bbc6816ad2a7442f5c0f5808ca04f199edfe3620 authored over 4 years ago by ItalyPaleAle <[email protected]>
Added first support for dynamically-imported routes

github.com/ItalyPaleAle/svelte-spa-router - 2fd7f0fd65ea5b59769e5bff63c1652654b85e79 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - 6448c6fb6965e9138be28ec1665e56a5f43e0a0a authored over 4 years ago by ItalyPaleAle <[email protected]>
Reverting to an old version of nightwatch

github.com/ItalyPaleAle/svelte-spa-router - 3bf9ad2cb51b06d98885d44132851acf05e9d6d6 authored over 4 years ago by ItalyPaleAle <[email protected]>
Reverted change to chromedriver

github.com/ItalyPaleAle/svelte-spa-router - 193dfd9688c55749a5b7955915dcea6ef0b3a6bc authored over 4 years ago by ItalyPaleAle <[email protected]>
Minor tweak to ESLint config

github.com/ItalyPaleAle/svelte-spa-router - 85507bc67afb33e89626ff765a05ac32925fb4d8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Trying to fix CI

github.com/ItalyPaleAle/svelte-spa-router - 07e3e7f8c4bc49d6823576440c6ea80fb6a173e8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - 32f702ad499aaf9f83e04939c8ccc24b14b58b04 authored over 4 years ago by ItalyPaleAle <[email protected]>
routeLoaded event includes the path of the route

Fixes #132

github.com/ItalyPaleAle/svelte-spa-router - 791f3d0a749c878218bf6a535cd4bba373fa97e9 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - 418726dec0775ebc2727080715595c627a065eac authored over 4 years ago by ItalyPaleAle <[email protected]>
Fixed typo in docs

github.com/ItalyPaleAle/svelte-spa-router - 5c532c2be683f09a228f709988c1482717eafeca authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' of github.com:ItalyPaleAle/svelte-spa-router

github.com/ItalyPaleAle/svelte-spa-router - 8eba7fc37c36e3082b5400422632717cf3ea087d authored over 4 years ago by ItalyPaleAle <[email protected]>
Updated dev dependencies

Also fixes CI

github.com/ItalyPaleAle/svelte-spa-router - 033779bf671bb03363c69cd2398dcc7362aee02b authored over 4 years ago by ItalyPaleAle <[email protected]>
Update FUNDING.yml

[skip ci]

github.com/ItalyPaleAle/svelte-spa-router - 5e9c7555bb724609b93573503bca6f874934fd98 authored over 4 years ago by Alessandro (Ale) Segala <[email protected]>
Fixed syntax that broke during merging

github.com/ItalyPaleAle/svelte-spa-router - 3f72104eff88c3ad4a4a68d6b1e09d74a11090d3 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - 63211de5d0cb88b4a555645261ca34b9bf8d41fe authored over 4 years ago by ItalyPaleAle <[email protected]>
nextTickPromise was exported and so should not be removed

Marked it as deprecated instead

github.com/ItalyPaleAle/svelte-spa-router - 82b5e73607e003655a900804c1f77fed7770f7ae authored over 4 years ago by ItalyPaleAle <[email protected]>
Fixed use:action with empty class names

github.com/ItalyPaleAle/svelte-spa-router - a663a71387fdafa1c81799e60b15875ebc224cb8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Updated devDepdendencies

github.com/ItalyPaleAle/svelte-spa-router - 1dc9002d956d61613dec7f5e000fbeaaef3669a8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Initial value for readable store should be set in the start callback

This is in case the first subscriber to the store is added to the page after a page navigation.

github.com/ItalyPaleAle/svelte-spa-router - 3d12f0cb9fb6f4d4d76fd0f0b72260acb142a60f authored over 4 years ago by ItalyPaleAle <[email protected]>
Actually, this should be 2.2.0

github.com/ItalyPaleAle/svelte-spa-router - 1da07ba00eaf3d1fc052a5a8d7126cbccddbbf6a authored over 4 years ago by ItalyPaleAle <[email protected]>
Using tick from Svelte

github.com/ItalyPaleAle/svelte-spa-router - 7b38f43b286a0de3b573ac79fd5beb42331accf8 authored over 4 years ago by ItalyPaleAle <[email protected]>
Allow multiple classes in use:active

github.com/ItalyPaleAle/svelte-spa-router - ff2cc65fc65ab8e48f1f3bbef54a9f3d11723336 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'master' of github.com:ItalyPaleAle/svelte-spa-router

github.com/ItalyPaleAle/svelte-spa-router - decf39e9d475e65c98283bbf070a228ddab065bb authored over 4 years ago by ItalyPaleAle <[email protected]>
Added funding link

github.com/ItalyPaleAle/svelte-spa-router - 7a6c7bd179fa1eb61d357fe14bc5bfc17e0c72f1 authored over 4 years ago by ItalyPaleAle <[email protected]>
Merge branch 'v3.0-wip' of github.com:ItalyPaleAle/svelte-spa-router into v3.0-wip

github.com/ItalyPaleAle/svelte-spa-router - c7bae9007a29ea5878cca82831d4938b1da61041 authored over 4 years ago by ItalyPaleAle <[email protected]>
Using tick from Svelte

github.com/ItalyPaleAle/svelte-spa-router - c4007cf9f9a76b2f5ed33a630012e9077cc95a66 authored over 4 years ago by ItalyPaleAle <[email protected]>
Allow use:link elements to be updated if the href changes. (#117)

github.com/ItalyPaleAle/svelte-spa-router - 0fe9cdd9f651c29245b03827d37636e2194ccc12 authored over 4 years ago by cianx <[email protected]>
Restore scroll on back navigation, scroll to top on forward navigation (#52)

github.com/ItalyPaleAle/svelte-spa-router - 6996bd1f7f02958c77573750248aead2c1de80e9 authored over 4 years ago by Steven Huang <[email protected]>
Decode URL-encoded params

Fixes #107

github.com/ItalyPaleAle/svelte-spa-router - 75f2600484a48f5e6727bb41a4b446eaf867286d authored over 4 years ago by ItalyPaleAle <[email protected]>
Explain that event.detail.name might be altered by minifiers

Fixes #99

github.com/ItalyPaleAle/svelte-spa-router - a4d2b094b65d81649a1cbb6bdfb16481198c77a2 authored over 4 years ago by ItalyPaleAle <[email protected]>
Added link to changelog

See #86

github.com/ItalyPaleAle/svelte-spa-router - 2d38556d72c83493674a5ff67fd7cad15d0051f9 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Version 2.1.0

github.com/ItalyPaleAle/svelte-spa-router - 75c7e7f8c093bb984c481a55e0e592629f97d9ea authored almost 5 years ago by ItalyPaleAle <[email protected]>
Changed non-dev dependencies to use exact versions

github.com/ItalyPaleAle/svelte-spa-router - aec5f3c76778135785948d50959277b72bd78652 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Bubble events from routes with custom `routeEvent` event (#95)

Fixes #72

github.com/ItalyPaleAle/svelte-spa-router - b3498b41fc54223db85d2b86873f3179d16a7db9 authored almost 5 years ago by Alessandro (Ale) Segala <[email protected]>
Revert "Correct component prop for svelte:component tag"

This reverts commit 86731c46646886dbb585c64419becc20a8fbc832.

github.com/ItalyPaleAle/svelte-spa-router - fa052d5079d73c36749badac55129f4d70b6afb8 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Updated chromedriver to fix CI

github.com/ItalyPaleAle/svelte-spa-router - 851431659ecc49ed89dbcd9ff4e7f878a021bbe5 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Correct component prop for svelte:component tag

Fixes #92
Thanks to @jakedeichert

github.com/ItalyPaleAle/svelte-spa-router - 86731c46646886dbb585c64419becc20a8fbc832 authored almost 5 years ago by ItalyPaleAle <[email protected]>
push, pop, replace return a promise (#94)

github.com/ItalyPaleAle/svelte-spa-router - 52e699f27f5c2ba24dbec22e883ba5dbdb188507 authored almost 5 years ago by Alessandro (Ale) Segala <[email protected]>
Emitting warning when using 'replace' in the REPL

See #93

github.com/ItalyPaleAle/svelte-spa-router - 8ab7b7f51bce56a214d3fbf02af166cced6931c1 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Version 2.0.1

github.com/ItalyPaleAle/svelte-spa-router - 5e6a1eebb11384fb4ed3baaadd7b047930889227 authored almost 5 years ago by ItalyPaleAle <[email protected]>
use:active can support regular expressions

Fixes #67

github.com/ItalyPaleAle/svelte-spa-router - 1f4788201c605e8fc4a1acccc4d5bbbe51c548a2 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Removed for-of loop to improve old browser support

See #78

github.com/ItalyPaleAle/svelte-spa-router - 1e80edd1a72bef94f6cf02c5b85e419a4f7c93c1 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Trying an older version of chromedriver

github.com/ItalyPaleAle/svelte-spa-router - ff7c7d2a7d676968a37105ca646be143eb70715b authored almost 5 years ago by ItalyPaleAle <[email protected]>
Pass params to components only if they're set

Fixes #83

github.com/ItalyPaleAle/svelte-spa-router - 4d693798cfd74a3ab0fc6c3a848d386c53ad4727 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Updated dev dependencies

github.com/ItalyPaleAle/svelte-spa-router - cc29c9f69da52fe284f18c8fc8a625121c471e08 authored almost 5 years ago by ItalyPaleAle <[email protected]>
Updated FUNDING [skip ci]

github.com/ItalyPaleAle/svelte-spa-router - 21d2343485f20b213f8e46b73325f9f9eceb0634 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Update FUNDING [skip ci]

github.com/ItalyPaleAle/svelte-spa-router - 3c87f6e9ed081ad68aacc04b24c43c6d24b5d51d authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Instructions for upgrading to 2.x

github.com/ItalyPaleAle/svelte-spa-router - d36f388f562f6a0cd86d29df7b2175d278aaef1f authored about 5 years ago by ItalyPaleAle <[email protected]>
Removing Azure Pipelines for GH Actions

github.com/ItalyPaleAle/svelte-spa-router - 7553b5780ce8eb40ddd7400c18fb45539fb5b457 authored about 5 years ago by ItalyPaleAle <[email protected]>
Prefix for router, useful for nested routers

Fixes #47

github.com/ItalyPaleAle/svelte-spa-router - 5e52c24fae4716f431a754e64f8c2f1172d57237 authored about 5 years ago by ItalyPaleAle <[email protected]>
Wrapping routes with custom data

This changed the syntax of the route pre-condition functions as well as the data passed to the r...

github.com/ItalyPaleAle/svelte-spa-router - dfaaa1e74b94e41a61ceb8d3224df9afa14cbeb6 authored about 5 years ago by ItalyPaleAle <[email protected]>
Adding GH Actions

github.com/ItalyPaleAle/svelte-spa-router - 90d25cb7713df59fd2ed9686b273ce06ef15d3df authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Fixed use:active for Svelte 3.13+ (#63)

Fixes #59
Breaking change

github.com/ItalyPaleAle/svelte-spa-router - 384caaa156b58f03cfa672449cb85d1b9c213776 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Added note about issue #59

[no ci]

github.com/ItalyPaleAle/svelte-spa-router - 1892d9d0a1a22faca179fcb9546cd17b7dc99a00 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Added .github to .npmignore **NO_CI**

github.com/ItalyPaleAle/svelte-spa-router - 8176c5548f0f0629e408a4b089b3e7249bffdacf authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Version 1.3.0

github.com/ItalyPaleAle/svelte-spa-router - 7aab5f121bc1b8dacac7b6128e99ea23b8da54a7 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Route pre-conditions and routeLoaded event (#40)

Fixes #23 #43

github.com/ItalyPaleAle/svelte-spa-router - 943c339dc9a841ecbc3e2b9a6501ab80142ff263 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Update FUNDING.yml

github.com/ItalyPaleAle/svelte-spa-router - 0ca148ccddaf729fecf03ca5f74929b42f0c1b0a authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Create FUNDING.yml

github.com/ItalyPaleAle/svelte-spa-router - 5aa9467ab00f7ceba27af4650df0e386b5c399ab authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Merge pull request #37 from ItalyPaleAle/ItalyPaleAle-update-36

Updated text

github.com/ItalyPaleAle/svelte-spa-router - b9ae7963dad8800fe65ae44d93b871da2bc9046c authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Updated text

github.com/ItalyPaleAle/svelte-spa-router - 49d21fa23602bd95f6c22412268d4352abb50ac0 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Merge pull request #36 from hmmhmmhm/patch-1

Add Async Route Loading #31

github.com/ItalyPaleAle/svelte-spa-router - 0ba198659403227e2dbe053154c86bb62290fab7 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>
Add Async Route Loading

github.com/ItalyPaleAle/svelte-spa-router - 3ca765c11fe97da851f0dce3755e33a70c0b6af5 authored about 5 years ago by hmmhmmhm <[email protected]>
Additional fixes related to #34 (#35)

github.com/ItalyPaleAle/svelte-spa-router - 41ed604c6f23701953e106da87c5671f886d9319 authored about 5 years ago by Alessandro (Ale) Segala <[email protected]>