Skip to content

Releases: KAROTT7/vite-plugin-react-views

v2.1.1

03 Aug 12:13
Compare
Choose a tag to compare
  • chore: add ts declaration file

v2.1.0

03 Aug 11:50
Compare
Choose a tag to compare
  • feat: add 404 route

  • feat: add export 'id' and 'errorElement' in route file

v2.0.0

04 Apr 07:45
Compare
Choose a tag to compare

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

16 Feb 09:01
Compare
Choose a tag to compare
  • fix: parse error when use @vitejs/plugin-react@^3
  • chore: upgrade main deps and remove unused dep
  • chore: upgrade example deps

v1.1.1

15 Feb 15:06
Compare
Choose a tag to compare
  • Fix: component name error
  • Fix: backslash error on windows

v1.1.0

11 Dec 11:03
Compare
Choose a tag to compare
  • Feat: add extensions option

v1.0.0

22 Nov 01:24
Compare
Choose a tag to compare

fix: should not create Route for excluded directory

v0.0.13

21 Nov 13:03
Compare
Choose a tag to compare
  • feat: add sync API to create Route imported synchronously

v0.0.12

26 Oct 05:52
Compare
Choose a tag to compare
  • doc: fix exclude api description error

v0.0.11

25 Oct 08:35
Compare
Choose a tag to compare
  • Update doc
  • Improve HMR
  • Improve dynamic route match pattern