routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

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

Published by jakobrosenberg 12 months ago

3.0.0-next.193 (2023-10-21)

Bug Fixes

  • $isActive bug when using custom rootNode (4112785)
  • $url bug when using custom rootNodes (76cf74a)
  • $url would sometimes include a trailing slash (aa6dac6)
  • bug in load hook redirects (a9399e5)
  • get rid of annoying div elements for each node (d5b22aa)
  • preloading secondary urls bug (35c22ff)
  • remove warnings for routers that didn't have matching named route trees (7b25da1)
  • routers with duplicate names did not throw proper error (184e6fc)
  • secondary routers would continue to append the url if the primary router was on "" (2fbbb1e)
  • secondary urls were not read on load when using rootNodes (a58e2ba)

Features

  • auto assign names to routers when needed (458a395)
  • by default, hide unnavigated secondary urls (e3a7732)
routify - v3.0.0-next.192

Published by jakobrosenberg about 1 year ago

3.0.0-next.192 (2023-10-18)

Bug Fixes

  • rare bug when using target=_self for hash links (91d2885)
routify - v3.0.0-next.191

Published by jakobrosenberg about 1 year ago

3.0.0-next.191 (2023-10-18)

Bug Fixes

  • bundled files were prefixed with _ (ae3914e)
routify - v3.0.0-next.190

Published by jakobrosenberg about 1 year ago

3.0.0-next.190 (2023-10-14)

Bug Fixes

  • scrollIntoView for inline pages (2b622f1)
routify - v3.0.0-next.189

Published by jakobrosenberg about 1 year ago

3.0.0-next.189 (2023-10-06)

Bug Fixes

  • meta.history should not work across sessions (5d86abb)

Features

routify - v3.0.0-next.188

Published by jakobrosenberg about 1 year ago

3.0.0-next.188 (2023-10-04)

Bug Fixes

  • "isDefault" is a reserved meta key (1135da1)
routify - v3.0.0-next.187

Published by jakobrosenberg about 1 year ago

3.0.0-next.187 (2023-10-03)

Bug Fixes

routify - v3.0.0-next.186

Published by jakobrosenberg about 1 year ago

3.0.0-next.186 (2023-09-27)

Bug Fixes

  • isActive had issues with recursive: false (2f777a5), closes #527
routify - v3.0.0-next.185

Published by jakobrosenberg about 1 year ago

3.0.0-next.185 (2023-09-22)

Bug Fixes

  • named modules are not routes (a3d4279)
routify - v3.0.0-next.184

Published by jakobrosenberg about 1 year ago

3.0.0-next.184 (2023-09-06)

Bug Fixes

routify - v3.0.0-next.183

Published by jakobrosenberg about 1 year ago

3.0.0-next.183 (2023-09-06)

Bug Fixes

  • improve resilience for inline edge cases (d890479)
  • node.traverse should include all children (eff76f8)
  • root 404 should not be linkable (d79ed16)
routify - v3.0.0-next.182

Published by jakobrosenberg about 1 year ago

3.0.0-next.182 (2023-09-04)

Features

Performance Improvements

routify - v3.0.0-next.181

Published by jakobrosenberg about 1 year ago

3.0.0-next.181 (2023-08-31)

Bug Fixes

  • missing url would break vitest (e58e2eb)
routify - v3.0.0-next.180

Published by jakobrosenberg about 1 year ago

3.0.0-next.180 (2023-08-31)

Bug Fixes

  • broken import when running vitest (766280f)
routify - v3.0.0-next.179

Published by jakobrosenberg about 1 year ago

3.0.0-next.179 (2023-08-23)

Bug Fixes

  • address some packaging issues (75d8200)