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)