Skip to content

Releases: hannoeru/vite-plugin-pages

v0.23.0-beta.1

05 Apr 15:06
fd7b1e9
Compare
Choose a tag to compare
v0.23.0-beta.1 Pre-release
Pre-release

Features

v0.22.0

15 Mar 17:10
6361137
Compare
Choose a tag to compare

BREAKING CHANGES

importMode

syncIndex option is removed and importMode is now default to syncIndexResolver, which will resolve root index route as sync route.

New importMode is now the default importMode of React and Solid, if you want to stay with old importMode, manually set it to async.

  • use syncIndexResolver, remove syncIndex option (c0c7a67)

Bug Fixes

Features

  • add parent route name when no child index (#186) (c5b5421)

v0.21.4

06 Mar 15:24
b7dd0d3
Compare
Choose a tag to compare

Features

  • add nuxtStyle backward capabilities (1a58a70), closes #180

v0.21.3

04 Mar 11:27
fac55a9
Compare
Choose a tag to compare

Bug Fixes

  • prevent route block transform by other plugin (03cf0c0)

v0.21.2

02 Mar 14:46
a9d47c1
Compare
Choose a tag to compare

Features

v0.21.1

02 Mar 14:26
41f8454
Compare
Choose a tag to compare

Bug Fixes

  • fallback transform filter to vite json plugin (fdd673d)
  • hijack vite json plugin to avoid tranform custom block (9caa69b), closes #178

v0.21.0

28 Feb 11:47
f0da455
Compare
Choose a tag to compare

BREAKING CHANGES

  • nuxtStyle option is now renamed to routeStyle, that provide three routing styles 'next' | 'nuxt' | 'remix' to chose, default to next.

v0.21.0-beta.2

27 Feb 10:05
49527a2
Compare
Choose a tag to compare
v0.21.0-beta.2 Pre-release
Pre-release

Bug Fixes

Features

  • handle parser error from custom block HMR (8d8289f), closes #174

v0.21.0-beta.1

18 Feb 12:26
10ce29f
Compare
Choose a tag to compare
v0.21.0-beta.1 Pre-release
Pre-release

Bug Fixes

Features

v0.20.2

07 Feb 16:19
771e956
Compare
Choose a tag to compare

Bug Fixes