routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

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

Published by jakobrosenberg about 1 year ago

3.0.0-next.178 (2023-08-19)

Bug Fixes

  • strip trailing /index from urls (7dde649)
routify - v3.0.0-next.177

Published by jakobrosenberg about 1 year ago

3.0.0-next.177 (2023-08-19)

Bug Fixes

  • added exports["."]["svelte"] to package.json (60cc525)
  • search params were missing from $params helper (a64844f), closes #524
routify - v3.0.0-next.176

Published by jakobrosenberg about 1 year ago

3.0.0-next.176 (2023-08-15)

Bug Fixes

routify - v3.0.0-next.175

Published by jakobrosenberg about 1 year ago

3.0.0-next.175 (2023-08-14)

Bug Fixes

routify - v3.0.0-next.174

Published by jakobrosenberg about 1 year ago

3.0.0-next.174 (2023-08-13)

Bug Fixes

  • _ prefixed components should have meta.noRoute (755d8c1)
  • a reset is a kind of route (436740a)
  • add types to URIDecodeObject (eaf8447)
  • clear warnings (e057db5)
  • couldn't find decorators (5f00a3c)
  • ctx.url helper in module regression bug (9569fd3)
  • improved url and isActive handling (c701341)
  • increase resilience for nested routers (63b2286)
  • logging (84e5f6e)
  • nested router root path (1244e31)
  • new peripheral fragments should not inherit a route (c2f3f4f)
  • query(search) params parsing (9e8e0b1)
  • regression bug for inlined dynamic routes (4618e25)
  • route url wasn't reflected properly (c9b152b)
  • sorting (d308366)
  • suppress context, isRoot and default warnings (44f33bf)
  • use isActiveFragment in inline-params example (27016a3)
  • weird paragraph in examples/data-fetching (33de9ba)

Features

  • $params now supports inlined params (88ffa1d)
  • add isDefault to starter-basic examples (0fa6c50)
  • added fragment (local route) params to context (34279cd)
  • include fetch in .meta.js tools (e661b39)
  • inline params example (b20ccd6)
  • isActiveFragment (23f70f5)
  • pass slot props to decorators (0881458)
  • vebose dev logging (91c0f1d)

Performance Improvements