Releases: KAROTT7/vite-plugin-react-views
Releases · KAROTT7/vite-plugin-react-views
v2.1.1
- chore: add ts declaration file
v2.0.0
feat: add support to data router, now you can export Component / ErrorBoundary / loader / action / handle / shouldRevalidate
in a file, and almost all file will be imported dynamically by lazy
v1.1.2
- fix: parse error when use @vitejs/plugin-react@^3
- chore: upgrade main deps and remove unused dep
- chore: upgrade example deps
v1.1.1
- Fix: component name error
- Fix: backslash error on windows
v1.1.0
- Feat: add
extensions
option
v1.0.0
fix: should not create Route
for excluded directory
v0.0.13
- feat: add
sync
API to create Route
imported synchronously
v0.0.12
- doc: fix
exclude
api description error
v0.0.11
- Update doc
- Improve HMR
- Improve dynamic route match pattern