routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

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

routify - v3.0.0-next.173

Published by jakobrosenberg about 1 year ago

3.0.0-next.173 (2023-07-30)

Bug Fixes

  • remove "loading app..." from starter-basic (6112095)
  • update configs for ts templates (2373ca6)
routify - v3.0.0-next.172

Published by jakobrosenberg about 1 year ago

3.0.0-next.172 (2023-07-25)

Bug Fixes

  • feathersjs example did not have type=module (102e8f2)
routify - v3.0.0-next.171

Published by jakobrosenberg about 1 year ago

3.0.0-next.171 (2023-07-25)

Bug Fixes

  • include manifest.js in examples (1ebc037)
  • ssr:css was missing from starter-basic (86fe774)
routify - v3.0.0-next.170

Published by jakobrosenberg about 1 year ago

3.0.0-next.170 (2023-07-25)

Bug Fixes

  • express+feathersjs starter had bad R3 version (a3de968)
routify - v3.0.0-next.169

Published by jakobrosenberg about 1 year ago

3.0.0-next.169 (2023-07-24)

Features

routify - v3.0.0-next.168

Published by jakobrosenberg about 1 year ago

3.0.0-next.168 (2023-07-24)

Bug Fixes

  • bad import path for App.svelte (c4f4b31)

Features

  • made express starter more flexible (50e97ff)
routify - v3.0.0-next.167

Published by jakobrosenberg about 1 year ago

3.0.0-next.167 (2023-07-23)

Bug Fixes

  • missing imports for express plugin (96757bd)
routify - v3.0.0-next.166

Published by jakobrosenberg about 1 year ago

3.0.0-next.166 (2023-07-23)

Bug Fixes

  • get rid of unused prop warning (31508c5)

Features

routify - v3.0.0-next.165

Published by jakobrosenberg about 1 year ago

3.0.0-next.165 (2023-07-23)

Bug Fixes

Features

  • new options: mainEntryPoint & rootComponent (e22c88c)
routify - v3.0.0-next.164

Published by jakobrosenberg about 1 year ago

3.0.0-next.164 (2023-07-23)

Bug Fixes

  • dev helper (d1334e5)
  • get rid of warning in starter-basic example (64e7058)
  • inline pages were not visible in rare cases (8cb8f24)
  • log error (40299b6)
  • remove inline: 'center' from scrollIntoView and try scrollIntoViewIfNeeded first (4cf69a0)
  • return status and other info for ssr (f45edf9)
routify - v3.0.0-next.163

Published by jakobrosenberg over 1 year ago

3.0.0-next.163 (2023-07-19)

Bug Fixes

Performance Improvements

  • reduce handleChildren iterations (71c53bf)
routify - v3.0.0-next.162

Published by jakobrosenberg over 1 year ago

3.0.0-next.162 (2023-07-14)

Features

  • inline.params (77c9d5e)
  • support relative paths for isActive (1943269)
routify - v3.0.0-next.161

Published by jakobrosenberg over 1 year ago

3.0.0-next.161 (2023-07-13)

Features

routify - v3.0.0-next.160

Published by jakobrosenberg over 1 year ago

3.0.0-next.160 (2023-07-08)

Bug Fixes

  • inlined components weren't preloaded on first load (a9a57cc)
routify - v3.0.0-next.159

Published by jakobrosenberg over 1 year ago

3.0.0-next.159 (2023-07-07)

Bug Fixes