routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

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)
routify - v3.0.0-next.198

Published by jakobrosenberg 11 months ago

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

Bug Fixes

  • leaking console.log (77031a1)
  • removed unused Routify options (3b68650)

Features

  • callback support for anchors (3afd8cb)
routify - v3.0.0-next.197

Published by jakobrosenberg 11 months ago

3.0.0-next.197 (2023-11-29)

Bug Fixes

  • router.clickHandler type (4cf88ea)
routify - v3.0.0-next.196

Published by jakobrosenberg 11 months ago

3.0.0-next.196 (2023-11-20)

Bug Fixes

  • cleaner url layout for multiple routers (1af1ccd)
  • imports (1043152)
  • noRoute gave unwanted warning (17e1b9a)

Features

  • added plugin.reservedMetaKeys: string[] (241be4e)
routify - v3.0.0-next.195

Published by jakobrosenberg 11 months ago

3.0.0-next.195 (2023-11-16)

Features

  • improved logging, added --log-level n (6e9f136)
routify - v3.0.0-next.194

Published by jakobrosenberg 11 months ago

3.0.0-next.194 (2023-11-13)

Bug Fixes

  • ignore files/folders prefixed with "." (6867740)
  • improved history and url reflection (66c8164)
  • inline pages should respect meta.isDefault (dd45e4c)
  • routeDir entries with special characters didn't work (c746fc1)

Features

  • i18n plugin - api not finalized (9447efa)