Skip to content

Releases: WJSoftware/svelte-router-kit

v1.0.0-beta.0

13 Nov 22:07
a48fe8d

Choose a tag to compare

v1.0.0-beta.0 Pre-release
Pre-release

@svelte-router/kit

This is the first release with its new name.

What's Changed

  • chore(demo): Improve demo by @webJose in #10
  • chore(demo): Fix package.json's @wjfe/n-savant-sk source by @webJose in #11
  • fix: Use full URL when standardizing state by @webJose in #12
  • feat: Rename package to @svelte-core/kit by @webJose in #13

Full Changelog: v0.1.1...v1.0.0-beta.0

v0.1.2

13 Nov 21:13

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Deprecation Notice

This is the last release of this package under this name (@wjfe/n-savant-sk). As announced in the repository of the main package, its new name will be @svelte-router/kit.

What's Changed

  • chore(demo): Improve demo by @webJose in #10
  • chore(demo): Fix package.json's @wjfe/n-savant-sk source by @webJose in #11
  • fix: Use full URL when standardizing state by @webJose in #12

Full Changelog: v0.1.1...v0.1.2

v0.1.1

02 Oct 00:19

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

What's Changed

  • chore: Correct repository URL's by @webJose in #9

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Oct 20:55
ac99fb0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial Release

Welcome! @wjfe/n-savant-sk is an NPM library extension of the @wjfe/n-savant router library that enables the ability to do hash routing in Sveltekit projects. The result: Your Sveltekit project has simultaneous path (powered by Sveltekit) and hash routing!

Not only that, you can also do multi-hash routing. Multi-hash routing partitions the hash fragment in the URL in any number of named paths, and you can assign those paths to any number of components, and they will all route independently.

If you want to test-drive this, go to the online demo (not yet published), or clone this repository and run the project in the demo/ folder.

What's Changed

  • feat: Add initial working code by @webJose in #2
  • fix: Actually disallow path routing by @webJose in #3
  • feat: Add the SkFallback Svelte component by @webJose in #4
  • feat: Add the calculateSkHref() function by @webJose in #5
  • feat: Use noScroll for all navigation by @webJose in #6
  • chore: Miscellaneous changes by @webJose in #7

Other Changes

New Contributors

Full Changelog: https://github.com/WJSoftware/wjfe-n-savant-sk/commits/v0.1.0