routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

routify - v3.0.0-next.122

Published by jakobrosenberg about 2 years ago

3.0.0-next.122 (2022-09-24)

Bug Fixes

  • renderer could get stuck in loop (8038022)

Features

routify - v3.0.0-next.121

Published by jakobrosenberg about 2 years ago

3.0.0-next.121 (2022-09-19)

Bug Fixes

  • load prop not passed to component in filebased routes (0e6d88f)
routify - v3.0.0-next.120

Published by jakobrosenberg about 2 years ago

3.0.0-next.120 (2022-09-19)

Features

  • added load to kitchensink example (ffaa16a)
routify - v3.0.0-next.119

Published by jakobrosenberg about 2 years ago

3.0.0-next.119 (2022-09-15)

Features

  • added duration to build script (99149bf)
routify - v3.0.0-next.118

Published by jakobrosenberg about 2 years ago

3.0.0-next.118 (2022-09-08)

Features

  • added <slot options={{noScroll: true}} /> (d74a742)
routify - v3.0.0-next.117

Published by jakobrosenberg about 2 years ago

3.0.0-next.117 (2022-09-07)

Bug Fixes

  • case-sensitive type imports (6a2db14)
routify - v3.0.0-next.116

Published by jakobrosenberg about 2 years ago

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

Bug Fixes

  • experimental support for helpers outside router context (5fab3a6)
routify - v3.0.0-next.115

Published by jakobrosenberg about 2 years ago

3.0.0-next.115 (2022-09-02)

Bug Fixes

  • _module.svelte would break dynamic folder names (d673c0e)
routify - v3.0.0-next.114

Published by jakobrosenberg about 2 years ago

3.0.0-next.114 (2022-08-31)

Bug Fixes

  • strip /index from $url generated urls (4e3b062)
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)