Releases: hannoeru/vite-plugin-pages
Releases · hannoeru/vite-plugin-pages
v0.25.0
30 Jun 04:22
Compare
Sorry, something went wrong.
No results found
v0.24.3
28 Jun 14:56
Compare
Sorry, something went wrong.
No results found
v0.24.2
17 Jun 09:56
Compare
Sorry, something went wrong.
No results found
v0.24.1
15 Jun 09:11
Compare
Sorry, something went wrong.
No results found
v0.24.0
13 Jun 16:03
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
yaml in comment style custom route block for vue with jsx (#234 ) (53b3cdd )
v0.23.0
17 Apr 17:16
Compare
Sorry, something went wrong.
No results found
v0.23.0-beta.3
06 Apr 05:19
Compare
Sorry, something went wrong.
No results found
v0.23.0-beta.2
05 Apr 15:57
Compare
Sorry, something went wrong.
No results found
v0.23.0-beta.1
05 Apr 15:06
Compare
Sorry, something went wrong.
No results found
v0.22.0
15 Mar 17:10
Compare
Sorry, something went wrong.
No results found
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 )