routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v3.0.0-next.113

Published by jakobrosenberg about 2 years ago

3.0.0-next.113 (2022-08-30)

Features

  • added leaf to activeRoute and pendingRoute (86585a5)
routify - v3.0.0-next.112

Published by jakobrosenberg about 2 years ago

3.0.0-next.112 (2022-08-29)

Bug Fixes

  • reset: couldn't navigate to/from resets (68a3257)
routify - v3.0.0-next.111

Published by jakobrosenberg about 2 years ago

3.0.0-next.111 (2022-08-26)

Bug Fixes

  • regression bug - broke dev server for non-ssr apps (bc85ae8)
routify - v3.0.0-next.110

Published by jakobrosenberg about 2 years ago

3.0.0-next.110 (2022-08-26)

Bug Fixes

  • configurePreviewServer should detect ssr (e025f34)
routify - v3.0.0-next.109

Published by jakobrosenberg about 2 years ago

3.0.0-next.109 (2022-08-26)

Bug Fixes

  • added previewServer to vite plugin (7859e0e)
  • asyncModule (8c576cd)
  • esmRenderer could get triggered accidentally (070bdda)
  • esmRenderer should return html and load (f7c75ba)
  • existing router check should be in class, not component (ac651dd)
  • reloadUrl should be able to auto detect url(s) (5a69452)
  • router could be resolved as ready prematurely (8587225)
  • ssr: css in style (bf4ce80)
  • ssr: css should be wrapped in style (0233b34)
  • state should default to an object (2dbff12)
  • tools should have exported types (c4bf0f2)
routify - v3.0.0-next.108

Published by jakobrosenberg about 2 years ago

3.0.0-next.108 (2022-08-25)

Bug Fixes

  • url queries could break navigation (81eb4d3)
routify - v3.0.0-next.107

Published by jakobrosenberg about 2 years ago

3.0.0-next.107 (2022-08-23)

Bug Fixes

  • vite plugin should respect build.outDir (1dca4db)
routify - v3.0.0-next.106

Published by jakobrosenberg about 2 years ago

3.0.0-next.106 (2022-08-07)

Bug Fixes

  • scroll decorator doesn't always scroll (bb33e61)
  • shorten bundled paths in bundler.js (7659e13)
routify - v3.0.0-next.105

Published by jakobrosenberg about 2 years ago

3.0.0-next.105 (2022-08-04)

Bug Fixes

  • devHelper didn't work with ssr (8e72064)
  • NODE_ENV was set to production at all time (ba8857f)
routify - v3.0.0-next.104

Published by jakobrosenberg about 2 years ago

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

Features

  • create default 404 page (6aa1e6f)
routify - v3.0.0-next.103

Published by jakobrosenberg about 2 years ago

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

Bug Fixes

  • options from package.json weren't read (40a91bb)
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