routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v3.0.0-next.233 Latest Release

Published by jakobrosenberg 2 months ago

3.0.0-next.233 (2024-08-12)

Bug Fixes

routify - v3.0.0-next.232

Published by jakobrosenberg 3 months ago

3.0.0-next.232 (2024-07-18)

Bug Fixes

  • better handling of stage changes (8cc050c)

Features

  • include fragment in load callback (1987a27)
  • unnamed routers are named after their routes rootNode name (0f57904)
routify - v3.0.0-next.231

Published by jakobrosenberg 3 months ago

3.0.0-next.231 (2024-07-18)

Features

  • add props support for Router component (a302e0b)
routify - v3.0.0-next.230

Published by jakobrosenberg 4 months ago

3.0.0-next.230 (2024-06-28)

Bug Fixes

  • Use routifyDir and build.outDir paths (f1ad299)
routify - v3.0.0-next.229

Published by jakobrosenberg 4 months ago

3.0.0-next.229 (2024-06-20)

Features

routify - v3.0.0-next.228

Published by jakobrosenberg 5 months ago

3.0.0-next.228 (2024-05-31)

Bug Fixes

  • better scroll handling (2d5cb1b)
  • routeOnScroll has issues if bounding element was the document (a540a08)

Features

  • meta.children in index.svelte for transition directions (66e0019)
  • prefab components (a3ccf7a)
routify - v3.0.0-next.227

Published by jakobrosenberg 5 months ago

3.0.0-next.227 (2024-05-26)

Bug Fixes

  • RouteOnScroll helper could break with nested routers (c9a3d55)

Features

routify - v3.0.0-next.226

Published by jakobrosenberg 5 months ago

3.0.0-next.226 (2024-05-18)

Bug Fixes

  • trailing slash was added after the query (58c3ea1)
routify - v3.0.0-next.225

Published by jakobrosenberg 5 months ago

3.0.0-next.225 (2024-05-12)

Bug Fixes

  • console.warn could cause errors if arg[0] wasn't a string (4efc271), closes #552
routify - v3.0.0-next.224

Published by jakobrosenberg 6 months ago

3.0.0-next.224 (2024-04-26)

Features

  • setting a '#' parameter for $url and $goto will create a hash suffix (8b4802c)
routify - v3.0.0-next.223

Published by jakobrosenberg 6 months ago

3.0.0-next.223 (2024-04-07)

Bug Fixes

routify - v3.0.0-next.222

Published by jakobrosenberg 7 months ago

3.0.0-next.222 (2024-03-31)

Bug Fixes

routify - v3.0.0-next.221

Published by jakobrosenberg 7 months ago

3.0.0-next.221 (2024-03-25)

Bug Fixes

  • back & forward didn't track history correctly (c40b0ed)
routify - v3.0.0-next.220

Published by jakobrosenberg 7 months ago

3.0.0-next.220 (2024-03-25)

Features

  • router.goForward(). router.goBack() & router.go(n) (8bcea2e)
routify - v3.0.0-next.219

Published by jakobrosenberg 7 months ago

3.0.0-next.219 (2024-03-13)

Bug Fixes

  • devHelper bug (22e19b1)
  • TransitionComponent was missing 'na' option (fd93125)

Features

  • option: router.trailingSlash, options: never (default), always, preserve, contextual (55ad386)
routify - v3.0.0-next.218

Published by jakobrosenberg 7 months ago

3.0.0-next.218 (2024-03-09)

Features

routify - v3.0.0-next.217

Published by jakobrosenberg 8 months ago

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

Bug Fixes

  • package.json exports.default should be last in object (8bf714a)
routify - v3.0.0-next.216

Published by jakobrosenberg 8 months ago

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

Bug Fixes

  • missing svelte export in package.json (7db1527), closes #543
routify - v3.0.0-next.215

Published by jakobrosenberg 8 months ago

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

routify - v3.0.0-next.214

Published by jakobrosenberg 8 months ago

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)