Skip to content

Tags: prgm-dev/sveltekit-progress-bar

Tags

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle cancellation of navigation (#6)

Fixes #5.

v3.0.1-next.1

Toggle v3.0.1-next.1's commit message
Fix issue where a navigation cancellation leaves the progress-bar han…

…ging

Should fix Having navigation fail/cancel leaves progressbar hanging #5.

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to Svelte 5 (#4)

This PR migrates the codebase to Svelte 5 (with the runes syntax).

This upcoming 3.0.0 version will only support Svelte 5+ and Node 20+.

Also closes #3.

v3.0.0-next.2

Toggle v3.0.0-next.2's commit message
Install corepack-managed pnpm

v3.0.0-next.1

Toggle v3.0.0-next.1's commit message
Add a view transition name to the progress bar

Closes Support View Transition API #3

v2.0.0

Toggle v2.0.0's commit message
Upgrade Svelte and SvelteKit to latest major versions

This might be a breaking change, so the package version is bumped to 2.0.0.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version number

v1.0.0

Toggle v1.0.0's commit message
Remove section about SvelteKit `1.0.0-next.572` as support has been d…

…ropped

v0.0.6

Toggle v0.0.6's commit message
Fix issue where `z-index` from style would be overridden by Svelte

v0.0.5

Toggle v0.0.5's commit message
Refactor `&&` short-circuiting to ternary operators