routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v3.0.0-next.133

Published by jakobrosenberg almost 2 years ago

3.0.0-next.133 (2022-11-26)

Bug Fixes

routify - v3.0.0-next.132

Published by jakobrosenberg almost 2 years ago

3.0.0-next.132 (2022-11-26)

Bug Fixes

Features

  • vite-plugin: auto set compilerOptions.hydrate in new starter (49e8956)
routify - v3.0.0-next.131

Published by jakobrosenberg almost 2 years ago

3.0.0-next.131 (2022-11-18)

Bug Fixes

routify - v3.0.0-next.130

Published by jakobrosenberg almost 2 years ago

3.0.0-next.130 (2022-11-07)

Bug Fixes

routify - v3.0.0-next.129

Published by jakobrosenberg almost 2 years ago

3.0.0-next.129 (2022-11-03)

Bug Fixes

  • not all imports were inlined in ssr (2a31182)
  • queries could break prerendering (288bd4f)
routify - v3.0.0-next.128

Published by jakobrosenberg almost 2 years ago

3.0.0-next.128 (2022-11-01)

Bug Fixes

  • hooks called twice (0fe910a)
  • vite build will produce ssr build if routify is set to ssr (2e2a9b3)
routify - v3.0.0-next.127

Published by jakobrosenberg almost 2 years ago

3.0.0-next.127 (2022-10-30)

Bug Fixes

  • reinitializing a router could readd routes (b4505d6)
  • vite ssr build should not have index.html in client folder (7f561e7)
routify - v3.0.0-next.126

Published by jakobrosenberg almost 2 years ago

3.0.0-next.126 (2022-10-29)

Bug Fixes

  • $goto mode could not be overridden (fac9aa5)
routify - v3.0.0-next.125

Published by jakobrosenberg almost 2 years ago

3.0.0-next.125 (2022-10-29)

Bug Fixes

  • Debugger would cause rerendering of components (8cbf9f6)
  • get of debugger warning (27f8208)
  • scroll for multi-pages (c3cc65b)
routify - v3.0.0-next.124

Published by jakobrosenberg about 2 years ago

3.0.0-next.124 (2022-10-09)

Features

routify - v3.0.0-next.123

Published by jakobrosenberg about 2 years ago

3.0.0-next.123 (2022-09-26)

Features

  • add replace option to $goto (7025c0f)
routify - v3.0.0-next.122

Published by jakobrosenberg about 2 years ago

3.0.0-next.122 (2022-09-24)

Bug Fixes

  • renderer could get stuck in loop (8038022)

Features

routify - v3.0.0-next.121

Published by jakobrosenberg about 2 years ago

3.0.0-next.121 (2022-09-19)

Bug Fixes

  • load prop not passed to component in filebased routes (0e6d88f)
routify - v3.0.0-next.120

Published by jakobrosenberg about 2 years ago

3.0.0-next.120 (2022-09-19)

Features

  • added load to kitchensink example (ffaa16a)
routify - v3.0.0-next.119

Published by jakobrosenberg about 2 years ago

3.0.0-next.119 (2022-09-15)

Features

  • added duration to build script (99149bf)
routify - v3.0.0-next.118

Published by jakobrosenberg about 2 years ago

3.0.0-next.118 (2022-09-08)

Features

  • added <slot options={{noScroll: true}} /> (d74a742)
routify - v3.0.0-next.117

Published by jakobrosenberg about 2 years ago

3.0.0-next.117 (2022-09-07)

Bug Fixes

  • case-sensitive type imports (6a2db14)
routify - v3.0.0-next.116

Published by jakobrosenberg about 2 years ago

3.0.0-next.116 (2022-09-06)

Bug Fixes

  • experimental support for helpers outside router context (5fab3a6)
routify - v3.0.0-next.115

Published by jakobrosenberg about 2 years ago

3.0.0-next.115 (2022-09-02)

Bug Fixes

  • _module.svelte would break dynamic folder names (d673c0e)
routify - v3.0.0-next.114

Published by jakobrosenberg about 2 years ago

3.0.0-next.114 (2022-08-31)

Bug Fixes

  • strip /index from $url generated urls (4e3b062)