Skip to content

Releases: hannoeru/vite-plugin-pages

v0.24.0

13 Jun 16:03
e47b65e
Compare
Choose a tag to compare

Bug Fixes

Features

  • yaml in comment style custom route block for vue with jsx (#234) (53b3cdd)

v0.23.0

17 Apr 17:16
a34cfa7
Compare
Choose a tag to compare
release v0.23.0

v0.23.0-beta.3

06 Apr 05:19
79640c3
Compare
Choose a tag to compare
v0.23.0-beta.3 Pre-release
Pre-release

Bug Fixes

v0.23.0-beta.2

05 Apr 15:57
003c90e
Compare
Choose a tag to compare
v0.23.0-beta.2 Pre-release
Pre-release

Bug Fixes

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