Skip to content

Releases: roxiness/routify

v3.0.0-next.228

31 May 21:46
Compare
Choose a tag to compare
v3.0.0-next.228 Pre-release
Pre-release

3.0.0-next.228 (2024-05-31)

Bug Fixes

  • better scroll handling (2d5cb1b)
  • routeOnScroll has issues if bounding element was the document (a540a08)

Features

  • meta.children in index.svelte for transition directions (66e0019)
  • prefab components (a3ccf7a)

v3.0.0-next.227

26 May 20:31
Compare
Choose a tag to compare
v3.0.0-next.227 Pre-release
Pre-release

3.0.0-next.227 (2024-05-26)

Bug Fixes

  • RouteOnScroll helper could break with nested routers (c9a3d55)

Features

v3.0.0-next.226

18 May 07:54
Compare
Choose a tag to compare
v3.0.0-next.226 Pre-release
Pre-release

3.0.0-next.226 (2024-05-18)

Bug Fixes

  • trailing slash was added after the query (58c3ea1)

v3.0.0-next.225

12 May 08:58
Compare
Choose a tag to compare
v3.0.0-next.225 Pre-release
Pre-release

3.0.0-next.225 (2024-05-12)

Bug Fixes

  • console.warn could cause errors if arg[0] wasn't a string (4efc271), closes #552

v3.0.0-next.224

26 Apr 11:45
Compare
Choose a tag to compare
v3.0.0-next.224 Pre-release
Pre-release

3.0.0-next.224 (2024-04-26)

Features

  • setting a '#' parameter for $url and $goto will create a hash suffix (8b4802c)

v3.0.0-next.223

07 Apr 09:13
Compare
Choose a tag to compare
v3.0.0-next.223 Pre-release
Pre-release

3.0.0-next.223 (2024-04-07)

Bug Fixes

v2.18.17

03 Apr 09:41
Compare
Choose a tag to compare

2.18.17 (2024-04-03)

Bug Fixes

  • './plugins/rollup' is not defined by "exports" (1b75f8b), closes #549

v3.0.0-next.222

31 Mar 08:04
Compare
Choose a tag to compare
v3.0.0-next.222 Pre-release
Pre-release

3.0.0-next.222 (2024-03-31)

Bug Fixes

v3.0.0-next.221

25 Mar 14:46
Compare
Choose a tag to compare
v3.0.0-next.221 Pre-release
Pre-release

3.0.0-next.221 (2024-03-25)

Bug Fixes

  • back & forward didn't track history correctly (c40b0ed)

v3.0.0-next.220

25 Mar 13:34
Compare
Choose a tag to compare
v3.0.0-next.220 Pre-release
Pre-release

3.0.0-next.220 (2024-03-25)

Features

  • router.goForward(). router.goBack() & router.go(n) (8bcea2e)