routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

routify - v2.18.11

Published by github-actions[bot] over 1 year ago

2.18.11 (2023-01-25)

Bug Fixes

  • populateUrl with param before a slash (74fc74f)
routify - v2.18.10

Published by github-actions[bot] over 1 year ago

2.18.10 (2023-01-24)

Bug Fixes

  • url helper not honoring params passed in (aff2134)
routify - v3.0.0-next.139

Published by jakobrosenberg over 1 year ago

3.0.0-next.139 (2023-01-22)

Bug Fixes

  • AnchorDecorator should provide to elems for the callback, parent and anchor (37c14ec)
  • remove annoying console.log (b69c41a)
  • support vite 4 (ca2d13d)
  • warning from DecoratorWrapper (b337815)

Features

routify - v2.18.9

Published by github-actions[bot] over 1 year ago

2.18.9 (2023-01-22)

Bug Fixes

  • bundling issue in root layouts (cda7443)
routify - v3.0.0-next.138

Published by jakobrosenberg almost 2 years ago

3.0.0-next.138 (2023-01-03)

Bug Fixes

  • router options in plugins (19fa044)

Features

  • anonymous functions support for decorators (6b0619e)
routify - v3.0.0-next.137

Published by jakobrosenberg almost 2 years ago

3.0.0-next.137 (2022-12-10)

Bug Fixes

Performance Improvements

routify - v3.0.0-next.136

Published by jakobrosenberg almost 2 years ago

3.0.0-next.136 (2022-12-08)

Bug Fixes

routify - v3.0.0-next.135

Published by jakobrosenberg almost 2 years ago

3.0.0-next.135 (2022-12-07)

Features

  • isNew & route.state.redirectedBy (1e95d1d)
routify - v3.0.0-next.134

Published by jakobrosenberg almost 2 years ago

3.0.0-next.134 (2022-12-07)

Bug Fixes

  • domWrapper doesn't return a class (d38821b)
  • traversing backwards on route with params bug (eb6de71)
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)