Skip to content

Releases: hannoeru/vite-plugin-pages

v0.25.0

30 Jun 04:22
41c9eb5

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.24.3

28 Jun 14:56
f807e91

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.24.2

17 Jun 09:56
7761ca0

Choose a tag to compare

Features

v0.24.1

15 Jun 09:11
f8a998c

Choose a tag to compare

Bug Fixes

v0.24.0

13 Jun 16:03
e47b65e

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

Choose a tag to compare

release v0.23.0

v0.23.0-beta.3

06 Apr 05:19
79640c3

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

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

Choose a tag to compare

v0.23.0-beta.1 Pre-release
Pre-release

Features

v0.22.0

15 Mar 17:10
6361137

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)