Skip to content

Latest commit

 

History

History
514 lines (193 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

514 lines (193 loc) · 18.3 KB

2.9.1 (2022-04-13)

  • chore: fix term cases (#7553) (c296130), closes #7553
  • chore: update @types/react version (#7655) (eb57627), closes #7655
  • chore: update vue template setup api doc url (#7628) (4433df4), closes #7628
  • chore(create-vite-app): upgrade react to 18 (#7597) (8b21029), closes #7597
  • chore(create-vite): add isolatedModules (#7697) (8f28350), closes #7697

2.9.0 (2022-03-30)

  • chore: add isolatedModules to create-vite > template-vue-ts > tsconfig (#7304) (21990ea), closes #7304
  • chore(deps): update all non-major dependencies (#7490) (42c15f6), closes #7490
  • docs(vue-ts): update note on vue type support in ts (#6165) (cfc7648), closes #6165
  • workflow: separate version bumping and publishing on release (#6879) (fe8ef39), closes #6879

2.8.0 (2022-02-09)

Bug Fixes

  • create-vite: use reset for prompts for white bg color shell (#6131) (dd3bbb8)

Features

  • create-vite: tsconfig support vite.config.ts (#6324) (bfbdb22)

2.7.2 (2021-12-13)

2.7.1 (2021-12-12)

2.7.0 (2021-12-07)

Bug Fixes

  • create-vite: update vue-tsc for dts flags (#5453) (c93bc3d)

2.6.6 (2021-10-07)

2.6.5 (2021-09-29)

Features

2.6.4 (2021-09-22)

2.6.3 (2021-09-21)

Bug Fixes

Features

  • create-vite: update vue templates (a2be9c1)

2.6.2 (2021-09-07)

2.6.1 (2021-08-31)

Bug Fixes

  • create-vite: project name with only numbers as an argument (#4606) (085a621)

Features

  • create-vite: update vue templates (87a9a70)
  • explicit set useDefineForClassFields in ts templates (#4280) (fe74173)

2.6.0 (2021-08-25)

Bug Fixes

  • create-vite: project name with only numbers as an argument (#4606) (085a621)

Features

  • create-vite: update vue templates (fe9ebe7)

2.5.4 (2021-08-03)

Bug Fixes

  • create-vite: distinguish pnpm pkgManager (#4220) (c0a3dbf)

2.5.3 (2021-07-27)

2.5.2 (2021-07-20)

Bug Fixes

  • create-vite when targetDir is a valid packageName (#4247) (02e244d)

2.5.1 (2021-07-12)

2.5.0 (2021-07-12)

  • @vitejs/create-app has been moved to create-vite, so the command to scaffold a Vite app is now shorter and easier to remember.

With NPM:

$ npm init vite@latest

With Yarn:

$ yarn create vite

With PNPM:

$ pnpm dlx create-vite

2.4.5 (2021-07-05)

Bug Fixes

2.4.4 (2021-06-22)

Bug Fixes

2.4.3 (2021-06-16)

Bug Fixes

  • create-app: improve prompt message (#3769) (9703bcd)
  • create-app: update svelte templates to use named export of vite-… (#3760) (c69f836)

2.4.2 (2021-06-08)

Features

  • create-app: update svelte-ts template to use @tsconfig/svelte a… (#3668) (5c3b668)

2.4.1 (2021-06-01)

Bug Fixes

2.4.0 (2021-06-01)

2.3.2 (2021-05-25)

Features

2.3.1 (2021-05-17)

Bug Fixes

  • create-app: lit-element templates package.json (#3435) (74986d3)

2.3.0 (2021-05-11)

Features

  • create-app: bump vite version to 2.3 (f8315c9)

2.2.5 (2021-04-25)

Features

  • create-app: improve non-empty message for current dir (#3117) (c0a0a84)

2.2.4 (2021-04-15)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • create-app: improved package name validation (#2772) (9fa282e)

2.2.2 (2021-03-25)

2.2.1 (2021-03-25)

2.2.0 (2021-03-16)

Features

  • create-app: add 'svelte' and 'svelte-ts' options (#2537) (e441f23)

2.1.0 (2021-03-15)

Bug Fixes

  • create-app: ensure valid package name when creating project (1dbf246), closes #2360

Features

  • create-app: add vue-tsc for vue-ts template (#2498) (b3b3c01)

2.0.2 (2021-03-02)

Bug Fixes

2.0.1 (2021-02-20)

Bug Fixes

  • 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)

Features

  • create-app: bump to vite 2.0 (81c72bb)

1.8.0 (2021-02-15)

Bug Fixes

  • create-app: add declaration tsconfig option (7b3da03), closes #2010

Features

  • create-app: closer parity on preact typescript template to preact template (#1996) (c2622de)

1.7.1 (2021-02-12)

Bug Fixes

  • 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)

Features

  • create-app: add favicons for all templates that are missing one (#1935) (3fa1d39)

1.6.0 (2021-02-05)

Bug Fixes

  • create-app: add resolveJsonModule to tsconfig.json for vue-ts template (#1879) (2c914a5)

Features

  • create-app: clearer vue-ts setup recommend (#1896) [skip ci] (d6bf066)

1.5.2 (2021-02-03)

Features

  • create-app: more detailed instructions for vue-ts template (79dd32c)

1.5.1 (2021-01-27)

Features

  • add link to config docs (ce71d71)

1.5.0 (2021-01-25)

Features

1.4.0 (2021-01-24)

1.3.0 (2021-01-23)

Features

  • add colors to create-app options (cf7e43f)

1.2.0 (2021-01-08)

Features

  • add colors to create-app options (870f57a)

1.1.0 (2021-01-08)

Features

1.0.6 (2021-01-05)

Code Refactoring

  • update client type usage (245303c)

BREAKING CHANGES

  • client types are now exposed under vite/client.d.ts. It can now be included via the following tsconfig.json:

    {
      "compilerOptions": {
        "types": ["vite/client"]
      }
    }

1.0.5 (2021-01-05)

Features

  • create-app: include env shim (4802c1a)

1.0.4 (2021-01-04)

Bug Fixes

  • create-app: remove favicon link in vanilla template (d9df7eb), closes #1340

1.0.3 (2021-01-02)

Bug Fixes

1.0.2 (2021-01-02)

1.0.1 (2021-01-02)

Bug Fixes

  • include template in dist files (8d0ddf9)

1.0.0 (2021-01-02)

Features