Skip to content

Releases: roxiness/routify

v3.0.0-next.255

10 Feb 09:13
Compare
Choose a tag to compare
v3.0.0-next.255 Pre-release
Pre-release

3.0.0-next.255 (2025-02-10)

Features

  • added router.rendered promise (e8985a2)

v3.0.0-next.254

22 Jan 23:02
Compare
Choose a tag to compare
v3.0.0-next.254 Pre-release
Pre-release

3.0.0-next.254 (2025-01-22)

Bug Fixes

  • replace console.error with the throw new Error (cb5ff0d)

v3.0.0-next.253

22 Jan 17:31
Compare
Choose a tag to compare
v3.0.0-next.253 Pre-release
Pre-release

3.0.0-next.253 (2025-01-22)

Bug Fixes

  • show helpful error for Svelte 5 requirements (21703be)

v3.0.0-next.252

22 Jan 16:51
Compare
Choose a tag to compare
v3.0.0-next.252 Pre-release
Pre-release

3.0.0-next.252 (2025-01-22)

Bug Fixes

  • SPA hydration could cause errors for certain anchors (9c2e4a2)

v3.0.0-next.251

21 Jan 18:12
Compare
Choose a tag to compare
v3.0.0-next.251 Pre-release
Pre-release

3.0.0-next.251 (2025-01-21)

Bug Fixes

  • render.ssg should set ROUTIFY_SSR_ENABLE to true (4283e97)

v3.0.0-next.250

21 Jan 17:54
Compare
Choose a tag to compare
v3.0.0-next.250 Pre-release
Pre-release

3.0.0-next.250 (2025-01-21)

Bug Fixes

  • anchor locator and backstop should not be created during ssr (de0ddcd)

v3.0.0-next.249

21 Jan 15:59
Compare
Choose a tag to compare
v3.0.0-next.249 Pre-release
Pre-release

3.0.0-next.249 (2025-01-21)

Bug Fixes

  • Carousel.svelte could cause issues (3c27a95)
  • SSR env variables (b37d4a8)
  • ssr warning for mobile starter (161bf7e)

v3.0.0-next.248

30 Dec 20:40
Compare
Choose a tag to compare
v3.0.0-next.248 Pre-release
Pre-release

3.0.0-next.248 (2024-12-30)

Bug Fixes

  • css could mess up ssr output (922fcbc)

Features

  • isolation of page renders during SSG (d61e884)

v3.0.0-next.247

29 Dec 16:39
Compare
Choose a tag to compare
v3.0.0-next.247 Pre-release
Pre-release

3.0.0-next.247 (2024-12-29)

Features

  • Svelte 5 SSR support - experimental (4c8d98c)

v3.0.0-next.246

29 Dec 10:59
Compare
Choose a tag to compare
v3.0.0-next.246 Pre-release
Pre-release

3.0.0-next.246 (2024-12-29)

Bug Fixes

  • (Deno) Invalid version requirement (bc43c0a), closes #562
  • buildtime-data example (547bfcd)
  • vite-plugin-svelte should be a peer dependency (dfbee20)