routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v3.0.0-next.153

Published by jakobrosenberg over 1 year ago

3.0.0-next.153 (2023-04-27)

Features

  • moved caching to component level rather than route level (cd58725)
routify - v3.0.0-next.152

Published by jakobrosenberg over 1 year ago

3.0.0-next.152 (2023-04-21)

Features

  • data-routify-prefetch-data (e11014a)
  • goto: options.state should be passed to the route (b93c57f)
routify - v3.0.0-next.151

Published by jakobrosenberg over 1 year ago

3.0.0-next.151 (2023-04-13)

Bug Fixes

  • clickHandler couldn't be configured in router object (3568325)
routify - v3.0.0-next.150

Published by jakobrosenberg over 1 year ago

3.0.0-next.150 (2023-04-13)

Bug Fixes

  • "multi" slot property should be "inline" (dfc0e45)
routify - v3.0.0-next.149

Published by jakobrosenberg over 1 year ago

3.0.0-next.149 (2023-03-24)

Features

  • added starter-vitest example (3e76d67)
routify - v3.0.0-next.148

Published by jakobrosenberg over 1 year ago

3.0.0-next.148 (2023-03-21)

Bug Fixes

routify - v3.0.0-next.147

Published by jakobrosenberg over 1 year ago

3.0.0-next.147 (2023-03-15)

Bug Fixes

  • urlReflectors should default to / (c6cbc65)
routify - v3.0.0-next.146

Published by jakobrosenberg over 1 year ago

3.0.0-next.146 (2023-03-13)

Bug Fixes

  • get rid of annoying scrollDecorator warning (ce4c6ac)
  • got rid of svelte:component warning (3a12a1e)

Features

  • added fetch to RoutifyLoadContext (a630ee6)
  • added meta to route (7f99199)
  • starter-basic example (29df27f)
routify - v3.0.0-next.145

Published by jakobrosenberg over 1 year ago

3.0.0-next.145 (2023-02-16)

Bug Fixes

  • meta warnings were logged incorrectly (93f9fb8)
routify - v3.0.0-next.144

Published by jakobrosenberg over 1 year ago

3.0.0-next.144 (2023-02-16)

Bug Fixes

  • clicking hash links without matching elements would crash app (a4bc441)
routify - v3.0.0-next.143

Published by jakobrosenberg over 1 year ago

3.0.0-next.143 (2023-02-16)

Features

  • starter-ts template added (e749cff)
  • typescript-tailwind template added (a301ab7)
  • typescript-tailwind-cypress template added (446eb87)
  • typescript-tailwind-playwright template added (9dc06a1)
routify - v3.0.0-next.142

Published by jakobrosenberg over 1 year ago

3.0.0-next.142 (2023-02-12)

Bug Fixes

  • show warnings for potential meta conflicts (c89a813)
routify - v3.0.0-next.141

Published by jakobrosenberg over 1 year ago

3.0.0-next.141 (2023-02-05)

Features

  • make clickHandler.elem callable (d9cc14e)
routify - v3.0.0-next.140

Published by jakobrosenberg over 1 year ago

3.0.0-next.140 (2023-02-02)

Bug Fixes

  • component anchors should contain routify meta data (2348247)
  • data-routify-scroll = lock (a0744a0)
  • multi slots didn't support deeply nested routes (f215d84)
  • multi visibility was only set on active routeFragments (09a42b0)
  • routerElements should only be matched against the specified router (5be3ddf)
  • scrollhandler (b52e3ed)
  • scrolling on window had issues (fda78cc)
  • unknown prop 'default' warning (3cc7ef8)

Features

  • _decorator.svelte (ecd1267)
  • _decorator.svelte support (73073db)
  • add renderInactive: 'always' | 'browser' | 'ssr' to multi (6bd54f1)
  • added clickHandler option to router (5914740)
  • added renderInNoop to decorator options (291122f)
  • Decorator can be object (347a8e5)
  • improve plugin resolver (3c89021)
  • replace isNoop with hasComponent (efeb7f9)
  • scrollBoundary (4e43e91)
  • support nextSibling anchor (43145c1)
routify - v3.0.0-next.139

Published by jakobrosenberg over 1 year ago

3.0.0-next.139 (2023-01-22)

Bug Fixes

  • AnchorDecorator should provide to elems for the callback, parent and anchor (37c14ec)
  • remove annoying console.log (b69c41a)
  • support vite 4 (ca2d13d)
  • warning from DecoratorWrapper (b337815)

Features

routify - v3.0.0-next.138

Published by jakobrosenberg almost 2 years ago

3.0.0-next.138 (2023-01-03)

Bug Fixes

  • router options in plugins (19fa044)

Features

  • anonymous functions support for decorators (6b0619e)
routify - v3.0.0-next.137

Published by jakobrosenberg almost 2 years ago

3.0.0-next.137 (2022-12-10)

Bug Fixes

Performance Improvements

routify - v3.0.0-next.136

Published by jakobrosenberg almost 2 years ago

3.0.0-next.136 (2022-12-08)

Bug Fixes

routify - v3.0.0-next.135

Published by jakobrosenberg almost 2 years ago

3.0.0-next.135 (2022-12-07)

Features

  • isNew & route.state.redirectedBy (1e95d1d)
routify - v3.0.0-next.134

Published by jakobrosenberg almost 2 years ago

3.0.0-next.134 (2022-12-07)

Bug Fixes

  • domWrapper doesn't return a class (d38821b)
  • traversing backwards on route with params bug (eb6de71)