routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

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 - v2.18.13

Published by github-actions[bot] 8 months ago

2.18.13 (2024-02-29)

Bug Fixes

  • missing svelte export in package.json (7bdb99e), closes #543
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)
routify - v3.0.0-next.213

Published by jakobrosenberg 8 months ago

3.0.0-next.213 (2024-02-16)

Features

routify - v3.0.0-next.212

Published by jakobrosenberg 9 months ago

3.0.0-next.212 (2024-02-06)

Bug Fixes

  • router.lastRoute should be the last active route, not the last route in history (98ea05a)
routify - v3.0.0-next.211

Published by jakobrosenberg 9 months ago

3.0.0-next.211 (2024-02-05)

Bug Fixes

  • using meta.title should not throw warning (f4573c1), closes #542
routify - v3.0.0-next.210

Published by jakobrosenberg 9 months ago

3.0.0-next.210 (2024-01-24)

Bug Fixes

  • node.getChainTo should use same API as node.traverse (6b5fc79)

Features

  • support nodes as input on $goto, $url and $isActive (4d96924)
routify - v3.0.0-next.209

Published by jakobrosenberg 9 months ago

3.0.0-next.209 (2024-01-10)

Bug Fixes

  • rename ScrollHandler to RouteOnScroll (ce3ad69)

Features

  • make getDirection subscribable (caddded)
  • mobile device starter (f44454c)
routify - v3.0.0-next.208

Published by jakobrosenberg 9 months ago

3.0.0-next.208 (2024-01-08)

Bug Fixes

  • add better warnings for wrong usage of slot anchors (d39cc47)
  • async decorators would render after their content (d29154d)
  • includeIndex had no effect for some helpers (ceb9475)
  • node.loadModule() should only return a promise if the module hasn't been hydrated (c118d85)
  • recursive default pages didn't show (97bcd32)
  • scroll fixes (52ae19b)

Features

  • context.allProps returns all recursive props (79d097d)
  • getDirection helper (bf72467)
  • router.lastRoute (30f9eb8)
  • scrollHandler rewrite (d90ccc0)
  • support Svelte transitions in decorators (fd196e4)
  • transition decorator (98a2f15)
routify - v3.0.0-next.207

Published by jakobrosenberg 10 months ago

3.0.0-next.207 (2023-12-29)

Bug Fixes

  • types regression bug had broken non pseudo store types (b075350)
routify - v3.0.0-next.206

Published by jakobrosenberg 10 months ago

3.0.0-next.206 (2023-12-29)

Bug Fixes

  • scrollHandler paths (abbb9e8)
  • vite-plugin had missing types (f0fa970)
routify - v3.0.0-next.205

Published by jakobrosenberg 10 months ago

3.0.0-next.205 (2023-12-28)

Features

  • scrollHandler supports scopes and contexts (106485d)
routify - v3.0.0-next.204

Published by jakobrosenberg 10 months ago

3.0.0-next.204 (2023-12-27)

Bug Fixes

  • custom anchor selector should print warning if an anchor locator is selected (29aba2f)
  • regression error broke some decorators (b211ead)
routify - v3.0.0-next.203

Published by jakobrosenberg 10 months ago

3.0.0-next.203 (2023-12-26)

Bug Fixes

  • improve scrollHandler and add context.descendants prop (399da01)
routify - v3.0.0-next.202

Published by jakobrosenberg 10 months ago

3.0.0-next.202 (2023-12-26)

Features

  • _inlineWrapper.svelte - a non recursive decorator that applies only to inlined nodes (7f688ed)
routify - v3.0.0-next.201

Published by jakobrosenberg 10 months ago

3.0.0-next.201 (2023-12-22)

Bug Fixes

  • router name could get bumped when a file was saved and the whole Routify instance was imported instead of just routes (6d0b5ae)
routify - v3.0.0-next.200

Published by jakobrosenberg 10 months ago

3.0.0-next.200 (2023-12-19)

Bug Fixes

  • reset bug when doing partial resets (234fcc2)
routify - v3.0.0-next.199

Published by jakobrosenberg 10 months ago

3.0.0-next.199 (2023-12-12)

Bug Fixes

  • at root level would include [...404].svelte (266ec23)