routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

routify - v3.0.0-next.102

Published by jakobrosenberg about 2 years ago

3.0.0-next.102 (2022-08-02)

Bug Fixes

  • route could have issues with certain paths (4bfb1bf)
  • router.ready() (9b31a90)
  • ssr support for multiple routers (0c09b39)
  • use existing routers when able (5bd991b)
  • vite-plugin: make ssr in dev optional (760a10f)
routify - v3.0.0-next.101

Published by jakobrosenberg about 2 years ago

3.0.0-next.101 (2022-07-30)

Features

  • added routify dev command for dev ssr - see starter-ssr (965482d)
routify - v3.0.0-next.100

Published by jakobrosenberg about 2 years ago

3.0.0-next.100 (2022-07-27)

Bug Fixes

  • addPropsToComps didn't return class for domWrapper (9975a58)
routify - v3.0.0-next.99

Published by jakobrosenberg about 2 years ago

3.0.0-next.99 (2022-07-27)

Features

  • added misc ssr options to vite-plugin (9972103)
routify - v3.0.0-next.98

Published by jakobrosenberg about 2 years ago

3.0.0-next.98 (2022-07-26)

Bug Fixes

routify - v3.0.0-next.97

Published by jakobrosenberg about 2 years ago

3.0.0-next.97 (2022-07-24)

Bug Fixes

  • decorator Parent didn't work in SSR (c6ea08a)
routify - v3.0.0-next.96

Published by jakobrosenberg about 2 years ago

3.0.0-next.96 (2022-07-24)

Bug Fixes

  • child nodes would not be rendered in ssr (f43e160)
  • regression. app.load is required for ssr (a1a6071)
  • scrollhandler didn't work with ssr (1f4c773)
routify - v3.0.0-next.95

Published by jakobrosenberg about 2 years ago

3.0.0-next.95 (2022-07-23)

Bug Fixes

  • ssr plugin failed if App.svelte -> module -> load was unspecified (c9476e5)
routify - v3.0.0-next.94

Published by jakobrosenberg about 2 years ago

3.0.0-next.94 (2022-07-23)

Bug Fixes

Features

routify - v2.18.8

Published by github-actions[bot] over 2 years ago

2.18.8 (2022-06-19)

Bug Fixes

  • Fixed ID parsing problem with different css querySelector (40dd3fd)
routify - v3.0.0-next.93

Published by jakobrosenberg over 2 years ago

3.0.0-next.93 (2022-06-12)

Features

routify - v3.0.0-next.92

Published by jakobrosenberg over 2 years ago

3.0.0-next.92 (2022-06-12)

Bug Fixes

  • vite-plugin should allow for spank options (d7c379e)
routify - v3.0.0-next.91

Published by jakobrosenberg over 2 years ago

3.0.0-next.91 (2022-06-09)

Bug Fixes

  • instance bundles had bad exports (3765cdd)
  • quicky deps in workspaces (ec617ad)

Features

  • added native ssr to vite plugin (896944e)
routify - v2.18.7

Published by jakobrosenberg over 2 years ago

2.18.7 (2022-05-24)

Bug Fixes

  • add warning about routify init (cc0e211)
routify - v2.18.6

Published by jakobrosenberg over 2 years ago

2.18.6 (2022-05-19)

Bug Fixes

  • support SPA navigation on links inside web components (aed18df)
routify - v3.0.0-next.90

Published by jakobrosenberg over 2 years ago

3.0.0-next.90 (2022-04-27)

Bug Fixes

  • resolveNode always resolved absolutes from global router (2f060c4)
routify - v3.0.0-next.89

Published by jakobrosenberg over 2 years ago

3.0.0-next.89 (2022-04-27)

Bug Fixes

  • node.traverse and $resolveNode (0bbc5ae)
routify - v3.0.0-next.88

Published by jakobrosenberg over 2 years ago

3.0.0-next.88 (2022-04-07)

Bug Fixes

  • $url didn't work with spread params (f819c55)
routify - v3.0.0-next.87

Published by jakobrosenberg over 2 years ago

3.0.0-next.87 (2022-04-02)

Bug Fixes

  • remove leftover console.log from testing isActive (e540b35)
routify - v3.0.0-next.86

Published by jakobrosenberg over 2 years ago

3.0.0-next.86 (2022-04-02)

Bug Fixes

  • isActive had issues with recursiveness (aef3a81)