2.4.1 (2021-06-01)
2.4.0 (2021-06-01)
2.3.2 (2021-05-25)
2.3.1 (2021-05-17)
2.3.0 (2021-05-11)
- create-app: bump vite version to 2.3 (f8315c9)
2.2.5 (2021-04-25)
2.2.4 (2021-04-15)
- create-app: change index.html templates' favicon.svg href to absolute URL (#2620) (3816f6e)
- create-app: the node in the svelte template is incorrectly mounted (#2947) (0825f7e)
- create-app: add template vanilla-ts (#2023) (89898d3)
- create-app: two-level prompt for framework and variants (#2941) (176e55d)
2.2.3 (2021-03-31)
2.2.2 (2021-03-25)
2.2.1 (2021-03-25)
2.2.0 (2021-03-16)
2.1.0 (2021-03-15)
2.0.2 (2021-03-02)
- create-app: add missing import meta types in preact ts template (#2298) (ee86d2c)
- typo (#2127) (ea95a1d)
2.0.1 (2021-02-20)
- create-app: prompt the user on supplying an invalid template (#2072) (ea31690)
- create-app: update prompt message based on user input (#2103) (038f786)
2.0.0 (2021-02-16)
- create-app: bump to vite 2.0 (81c72bb)
1.8.0 (2021-02-15)
1.7.1 (2021-02-12)
- ensure intellisense for all create-app templates (589b295)
- create-app: Adds a newline before "Scaffolding project in..." (#1945) (8a1c602)
1.7.0 (2021-02-08)
1.6.0 (2021-02-05)
1.5.2 (2021-02-03)
- create-app: more detailed instructions for vue-ts template (79dd32c)
1.5.1 (2021-01-27)
- add link to config docs (ce71d71)
1.5.0 (2021-01-25)
1.4.0 (2021-01-24)
1.3.0 (2021-01-23)
- add colors to create-app options (cf7e43f)
1.2.0 (2021-01-08)
- add colors to create-app options (870f57a)
1.1.0 (2021-01-08)
- preact templates (905cb65)
1.0.6 (2021-01-05)
- update client type usage (245303c)
-
client types are now exposed under
vite/client.d.ts
. It can now be included via the followingtsconfig.json
:{ "compilerOptions": { "types": ["vite/client"] } }
1.0.5 (2021-01-05)
- create-app: include env shim (4802c1a)
1.0.4 (2021-01-04)
1.0.3 (2021-01-02)
- fix yarn create compat (d135949)
1.0.2 (2021-01-02)
1.0.1 (2021-01-02)
- include template in dist files (8d0ddf9)