routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v3.0.0-next.173

Published by jakobrosenberg about 1 year ago

3.0.0-next.173 (2023-07-30)

Bug Fixes

  • remove "loading app..." from starter-basic (6112095)
  • update configs for ts templates (2373ca6)
routify - v3.0.0-next.172

Published by jakobrosenberg about 1 year ago

3.0.0-next.172 (2023-07-25)

Bug Fixes

  • feathersjs example did not have type=module (102e8f2)
routify - v3.0.0-next.171

Published by jakobrosenberg about 1 year ago

3.0.0-next.171 (2023-07-25)

Bug Fixes

  • include manifest.js in examples (1ebc037)
  • ssr:css was missing from starter-basic (86fe774)
routify - v3.0.0-next.170

Published by jakobrosenberg about 1 year ago

3.0.0-next.170 (2023-07-25)

Bug Fixes

  • express+feathersjs starter had bad R3 version (a3de968)
routify - v3.0.0-next.169

Published by jakobrosenberg about 1 year ago

3.0.0-next.169 (2023-07-24)

Features

routify - v3.0.0-next.168

Published by jakobrosenberg about 1 year ago

3.0.0-next.168 (2023-07-24)

Bug Fixes

  • bad import path for App.svelte (c4f4b31)

Features

  • made express starter more flexible (50e97ff)
routify - v3.0.0-next.167

Published by jakobrosenberg about 1 year ago

3.0.0-next.167 (2023-07-23)

Bug Fixes

  • missing imports for express plugin (96757bd)
routify - v3.0.0-next.166

Published by jakobrosenberg about 1 year ago

3.0.0-next.166 (2023-07-23)

Bug Fixes

  • get rid of unused prop warning (31508c5)

Features

routify - v3.0.0-next.165

Published by jakobrosenberg about 1 year ago

3.0.0-next.165 (2023-07-23)

Bug Fixes

Features

  • new options: mainEntryPoint & rootComponent (e22c88c)
routify - v3.0.0-next.164

Published by jakobrosenberg about 1 year ago

3.0.0-next.164 (2023-07-23)

Bug Fixes

  • dev helper (d1334e5)
  • get rid of warning in starter-basic example (64e7058)
  • inline pages were not visible in rare cases (8cb8f24)
  • log error (40299b6)
  • remove inline: 'center' from scrollIntoView and try scrollIntoViewIfNeeded first (4cf69a0)
  • return status and other info for ssr (f45edf9)
routify - v3.0.0-next.163

Published by jakobrosenberg over 1 year ago

3.0.0-next.163 (2023-07-19)

Bug Fixes

Performance Improvements

  • reduce handleChildren iterations (71c53bf)
routify - v3.0.0-next.162

Published by jakobrosenberg over 1 year ago

3.0.0-next.162 (2023-07-14)

Features

  • inline.params (77c9d5e)
  • support relative paths for isActive (1943269)
routify - v3.0.0-next.161

Published by jakobrosenberg over 1 year ago

3.0.0-next.161 (2023-07-13)

Features

routify - v3.0.0-next.160

Published by jakobrosenberg over 1 year ago

3.0.0-next.160 (2023-07-08)

Bug Fixes

  • inlined components weren't preloaded on first load (a9a57cc)
routify - v3.0.0-next.159

Published by jakobrosenberg over 1 year ago

3.0.0-next.159 (2023-07-07)

Bug Fixes

routify - v3.0.0-next.158

Published by jakobrosenberg over 1 year ago

3.0.0-next.158 (2023-07-06)

Bug Fixes

  • prefetching regression bug (5453641)
routify - v3.0.0-next.157

Published by jakobrosenberg over 1 year ago

3.0.0-next.157 (2023-07-05)

Bug Fixes

  • $url directive had no reactivity (d66c570)
  • annoying isRoot warnings (5427bd0)
  • double underscored files should not be scanned (6555e20)
  • improve fault tolerance for bad urls (9318b71)
  • improve initialization (877a899)
  • include parameters from components that have been excluded with reset (ec9a703), closes #518
  • make preloadUrl() available on client (65f4d67)
  • rare bug (572506a)
  • scroll issue (047c59d)
  • scroll on refresh had issues with dynamic content (21ccf48)
  • scrolling issues (510ec0d)
  • traversing down the node tree should leave old fragments inactive (e2e8ef5)
  • various scroll fixes (3a81025)

Features

  • .routify/routify-init.js preloads all urls for ssr (d5127c7)
  • added $use directive for html elements (0a912b7)
  • allow anchor elements to declare route state (571e59d)
  • node.title returns meta.title or capitalized node.name (731bc72)
  • url helper for load hook (22b7b4d)
routify - v3.0.0-next.156

Published by jakobrosenberg over 1 year ago

3.0.0-next.156 (2023-05-12)

Bug Fixes

  • make 404 page more helpful (a976b74)
  • pages didn't always scroll to top on nav (54d244c)
  • redirects in preloaded routes would redirect on preload (36c6a57)
routify - v3.0.0-next.155

Published by jakobrosenberg over 1 year ago

3.0.0-next.155 (2023-05-10)

Bug Fixes

  • starter template should prerender pages (90cd06b)
routify - v3.0.0-next.154

Published by jakobrosenberg over 1 year ago

3.0.0-next.154 (2023-05-09)

Bug Fixes