Skip to content

Releases: roxiness/routify

v2.18.15

02 Mar 08:20
Compare
Choose a tag to compare

2.18.15 (2024-03-02)

Bug Fixes

v3.0.0-next.217

29 Feb 20:19
Compare
Choose a tag to compare
v3.0.0-next.217 Pre-release
Pre-release

3.0.0-next.217 (2024-02-29)

Bug Fixes

  • package.json exports.default should be last in object (8bf714a)

v3.0.0-next.216

29 Feb 09:44
Compare
Choose a tag to compare
v3.0.0-next.216 Pre-release
Pre-release

3.0.0-next.216 (2024-02-29)

Bug Fixes

  • missing svelte export in package.json (7db1527), closes #543

v2.18.14

29 Feb 20:21
Compare
Choose a tag to compare

2.18.14 (2024-02-29)

Bug Fixes

  • package.json exports.default should be last in object (2b566fa), closes #543

v2.18.13

29 Feb 09:53
Compare
Choose a tag to compare

2.18.13 (2024-02-29)

Bug Fixes

  • missing svelte export in package.json (7bdb99e), closes #543

v3.0.0-next.215

28 Feb 18:18
Compare
Choose a tag to compare
v3.0.0-next.215 Pre-release
Pre-release

3.0.0-next.215 (2024-02-28)

Bug Fixes

  • DecoratorWrapper could error if it's Noop (3394264)
  • getDirection helper bug when navigating to same page (5fc0853)

Features

v3.0.0-next.214

16 Feb 23:00
Compare
Choose a tag to compare
v3.0.0-next.214 Pre-release
Pre-release

3.0.0-next.214 (2024-02-16)

Bug Fixes

  • cleanup old console.log (12ef7e4)
  • log error for missing ssr:html and cleanup console.log (858365b)

v3.0.0-next.213

16 Feb 15:47
Compare
Choose a tag to compare
v3.0.0-next.213 Pre-release
Pre-release

3.0.0-next.213 (2024-02-16)

Features

v3.0.0-next.212

06 Feb 22:31
Compare
Choose a tag to compare
v3.0.0-next.212 Pre-release
Pre-release

3.0.0-next.212 (2024-02-06)

Bug Fixes

  • router.lastRoute should be the last active route, not the last route in history (98ea05a)

v3.0.0-next.211

05 Feb 19:10
Compare
Choose a tag to compare
v3.0.0-next.211 Pre-release
Pre-release

3.0.0-next.211 (2024-02-05)

Bug Fixes

  • using meta.title should not throw warning (f4573c1), closes #542