Skip to content

Tags: prgm-dev/sveltekit-progress-bar

Tags

v3.0.1

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

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

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

Install corepack-managed pnpm

v3.0.0-next.1

Add a view transition name to the progress bar

Closes Support View Transition API #3

v2.0.0

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

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

Remove section about SvelteKit `1.0.0-next.572` as support has been d…

…ropped

v0.0.6

Fix issue where `z-index` from style would be overridden by Svelte

v0.0.5

Refactor `&&` short-circuiting to ternary operators