X Tutup
Skip to content

Latest commit

 

History

History
1380 lines (797 loc) · 99.5 KB

File metadata and controls

1380 lines (797 loc) · 99.5 KB

7.0.3 (2025-07-11)

Features

  • create-vite: bump vite-plugin-svelte to new major for vite7 (#20394) (a829a29)

7.0.2 (2025-07-10)

Bug Fixes

  • create-vite: fix command for react rsc template (#20378) (0362484)

7.0.1 (2025-07-08)

Features

  • create-vite: update rsc template to use @vitejs/plugin-rsc (#20351) (b9ebc96)

Bug Fixes

Miscellaneous Chores

7.0.0 (2025-06-24)

⚠ BREAKING CHANGES

  • bump build.target and name it baseline-widely-available (#20007)
  • bump required node version to 20.19+, 22.12+ and remove cjs build (#20032)
  • remove node 18 support (#19972)

Features

  • bump build.target and name it baseline-widely-available (#20007) (4a8aa82)
  • create-vite: add @hiogawa/vite-rsc (#20209) (7cf0aff)
  • create-vite: update "react" and "react-ts" templates to use extends in eslint config (#19732) (8679a43)
  • create-vite: update target to es2023 in tsconfig.node.json (#20078) (8424af3)
  • create-vite: use more extends in eslint config (#20008) (976103e)
  • create-vite: validate project name (#20257) (17700b7)
  • deps: update plugin-vue to 6.0.0 in create-vite templates for Vite 7 (#20281) (ec06767)

Bug Fixes

Documentation

Miscellaneous Chores

Code Refactoring

  • bump required node version to 20.19+, 22.12+ and remove cjs build (#20032) (2b80243)

6.5.0 (2025-05-05)

Features

Bug Fixes

6.4.1 (2025-04-17)

Bug Fixes

  • create-vite: adding an interactive flag to force interactivity (#19875) (608457c)

Documentation

  • create-vite: update react template README files (#19876) (2d4c20e)

6.4.0 (2025-04-16)

Features

Bug Fixes

Documentation

  • remove $ prefix from create-vite terminal commands in README (#19532) (cb9165c)

Miscellaneous Chores

6.3.1 (2025-02-27)

Bug Fixes

Documentation

  • create-vite: recommend eslint-react for linting (#19524) (e912080)

Miscellaneous Chores

6.3.0 (2025-02-25)

Features

6.2.1 (2025-02-25)

Bug Fixes

Miscellaneous Chores

  • create-vite: remove font family Inter (#19474) (4bcd79a)
  • create-vite: update @vitejs/plugin-react-swc version (#19384) (39fab6d)

Continuous Integration

  • update react-swc plugin version in create-vite by renovate (#19394) (0f058a9)

6.2.0 (2025-02-05)

Features

Bug Fixes

Miscellaneous Chores

6.1.1 (2024-12-24)

Bug Fixes

Code Refactoring

  • create-vite: remove tslib from svelte-ts template (#19015) (9066049)

6.1.0 (2024-12-19)

Features

  • create-vite: align tsconfigs in svelte-ts template with others (#18995) (b48b98c)
  • create-vite: extend from @vue/tsconfig to simplify tsconfig.app.json (#18862) (89eea02)

Bug Fixes

Miscellaneous Chores

Code Refactoring

  • fix logic errors found by no-unnecessary-condition rule (#18891) (ea802f8)

6.0.1 (2024-11-27)

Features

  • create-vite: bump vite-plugin-solid to 2.11.0 (#18792) (32ac96f)
  • create-vite: change Remix to React Router v7 (#18785) (31cc61b)

Reverts

6.0.0 (2024-11-26)

⚠ BREAKING CHANGES

  • drop node 21 support in version ranges (#18729)

Features

Bug Fixes

  • create-vite: change create-app prompt to not remove existing files by default (#18710) (c2b7529)
  • create-vite: improve project name inference from path (#16490) (8518113)
  • deps: update all non-major dependencies (#18691) (f005461)

Miscellaneous Chores

5.5.5 (2024-10-30)

Bug Fixes

Miscellaneous Chores

5.5.4 (2024-10-23)

Features

Bug Fixes

Miscellaneous Chores

5.5.3 (2024-10-04)

Bug Fixes

Miscellaneous Chores

Code Refactoring

5.5.2 (2024-08-15)

Bug Fixes

  • create-vite: move ESLint "ignores" config to a separate object in React templates (#17885) (1b3b702)
  • deps: update all non-major dependencies (#17869) (d11711c)

5.5.1 (2024-08-07)

Bug Fixes

5.5.0 (2024-08-07)

Features

  • create-vite: add eslint.config.js to React templates (#12860) (dcfa75c)

Bug Fixes

Miscellaneous Chores

Code Refactoring

5.4.0 (2024-07-16)

Features

  • add create-preact to list of options in create-vite (#17674) (d4d98dc)

Bug Fixes

  • create-vite: target dir contains special characters (#17549) (f946c86)
  • deps: update all non-major dependencies (#17590) (012490c)

Documentation

  • create-vite: add missing tsconfig.app.json file at the project array for react-ts (#17645) (6d31a1d)

Miscellaneous Chores

  • add create-preact recommendation to Preact templates (#17649) (564c8f4)
  • deps: update all non-major dependencies (#17553) (a33a97f)

5.3.0 (2024-06-21)

Features

  • create-vite: add help usage (#16390) (1d9bfc0)
  • create-vite: use "solution" tsconfig so that vite.config.ts is type checked (#15913) (cf3f40c)

Bug Fixes

Documentation

  • create-vite: link to Vue docs for IDE support info (#16225) (520bb89)

Miscellaneous Chores

5.2.3 (2024-03-20)

Bug Fixes

  • create-vite: remove vue3 deprecated plugin (TypeScript Vue Plugin) (#16158) (1645fc0)
  • create-vite: switch to default Remix template (#16203) (ea480df)

Documentation

  • update volar name and remove takeover mode related docs (#16171) (0a56177)

Miscellaneous Chores

5.2.2 (2024-03-11)

Bug Fixes

  • create-vite: ts error in the svelte-ts template (#16031) (ff4c834)

Miscellaneous Chores

5.2.1 (2024-02-21)

Features

  • create-vite: add custom remix option for React (#15995) (f3b195c)

Bug Fixes

Miscellaneous Chores

  • deps: update all non-major dependencies (#15874) (d16ce5d)
  • deps: update typescript-eslint monorepo to v7 (major) (#15960) (7b9e927)

5.2.0 (2024-02-08)

Features

  • create-vite: allow overwrite in command line (#15808) (1882c73)
  • create-vite: set "strict: true" in tsconfig.node.json (#15820) (5e5ca7d)

Bug Fixes

  • create-vite: turn off react/jsx-no-target-blank ESLint rule in React JS template (#15672) (a6f39e8)
  • deps: update all non-major dependencies (#15375) (ab56227)
  • deps: update all non-major dependencies (#15603) (109fb80)
  • deps: update all non-major dependencies (#15675) (4d9363a)
  • deps: update all non-major dependencies (#15803) (e0a6ef2)

Documentation

Miscellaneous Chores

  • deps: update dependency @vitejs/plugin-vue to v5 (#15474) (17857e7)

5.1.0 (2023-12-12)

Features

Bug Fixes

Miscellaneous Chores

5.0.0 (2023-11-16)

Features

Bug Fixes

Miscellaneous Chores

  • deps: update dependency eslint-plugin-react-refresh to ^0.4.4 (#14795) (7881457)

5.0.0-beta.1 (2023-10-19)

⚠ BREAKING CHANGES

  • rollup v4 (#14508)

Features

Bug Fixes

Documentation

  • create-vite: add qwik and qwik-ts to the list (#14624) (de87fe4)

Miscellaneous Chores

5.0.0-beta.0 (2023-10-04)

⚠ BREAKING CHANGES

  • bump minimum node version to 18 (#14030)

Features

Bug Fixes

  • create-vite: remove non-standard style (#14451) (8349d4e)
  • create-vite: remove redundant tsconfig include configuration (#14256) (6ea34cc)
  • deps: update all non-major dependencies (#14092) (68638f7)
  • deps: update all non-major dependencies (#14460) (b77bff0)
  • deps: update all non-major dependencies (#14510) (eb204fd)
  • template: eliminate the error that occurs when enabling eslint-plugin-markdown (#13942) (6251a66)

Documentation

Miscellaneous Chores

4.4.1 (2023-07-20)

Bug Fixes

  • create-vite: fix eslint configuration for React templates (#13749) (2ad78aa)
  • deps: update all non-major dependencies (#13758) (8ead116)
  • deps: update all non-major dependencies (#13872) (975a631)

Miscellaneous Chores

4.4.0 (2023-07-06)

Features

Bug Fixes

Miscellaneous Chores

4.3.2 (2023-05-29)

Bug Fixes

  • create-vite: use "target": "ES2020" in React template (#13147) (23096b1)
  • upgrade svelte-check preventing unmet peer deps errors (#13103) (c63ba3f)

Miscellaneous Chores

4.3.1 (2023-04-25)

Bug Fixes

  • create-vite: fix h1 css selector in lit templates (#12951) (21c61cb)

Miscellaneous Chores

4.3.0 (2023-04-20)

Features

Bug Fixes

Documentation

Miscellaneous Chores

  • create-vite: remove unnecessary App class Reference (#12771) (1607f4a)
  • create-vite: remove wrapper div for react template (#12867) (3679bd7)
  • deps: update dependency @tsconfig/svelte to v4 (#12879) (79619a9)

4.3.0-beta.0 (2023-04-06)

Features

  • create-vite: lit templates will create application instead of library (#12459) (8186b9b)
  • create-vite: stricter TS configs in templates (#12604) (4ffaeee)
  • create-vite: use typescript 5.0 in templates (#12481) (8582e2d)

Bug Fixes

  • create-vite: skip lib check in tsconfig templates (#12591) (a59914c)
  • create-vite: updated js & ts templates with new react docs link (#12479) (c327006)
  • deps: update all non-major dependencies (#12389) (3e60b77)

Miscellaneous Chores

  • create-vite: revert to vite 4.2 (#12456) (535c8c5)
  • create-vite: rollback to vite 4.1 due to npm publish outage (d8cb765)
  • create-vite: update to vite 4.3 beta (9b0df5d)
  • use @vitejs/release-scripts (#12682) (9c37cc1)

4.2.0 (2023-03-16)

Features

Bug Fixes

  • create-vite: fix broken vite logo when base changed (#12374) (2b472d1)

Styles

  • create-vite: use quotes for attributes consistently (#12383) (46c5f46)

Miscellaneous Chores

  • create-vite: update plugin-vue (e06cda9)
  • deps: update all non-major dependencies (#12299) (b41336e)

4.2.0-beta.1 (2023-03-07)

Miscellaneous Chores

  • create-vite: update to beta deps (5ffcaa0)

4.2.0-beta.0 (2023-03-07)

Bug Fixes

Miscellaneous Chores

  • create-vite: update volar link in helloworld components (#12145) (7110ddf)

4.1.0 (2023-02-02)

Bug Fixes

  • deps: update all non-major dependencies (#11846) (5d55083)
  • two folders are created when the project name contains spaces (#11630) (758fc6c)

Miscellaneous Chores

  • create-vite: update plugin-react to 3.1.0 (8895629)

4.1.0-beta.0 (2023-01-26)

Features

  • create-vite: add preprocess to sveltejs template (#11600) (529b0a6)

Bug Fixes

  • create-vite: update templates to use better font (#11665) (a65d31b)

Miscellaneous Chores

Tests

4.0.0 (2022-12-09)

⚠ BREAKING CHANGES

  • svelte: update svelte templates to vite-plugin-svelte 2.0.0 (#11279)

Features

  • create-vite: add react-swc templates (#11280) (348146f)
  • svelte: update svelte templates to vite-plugin-svelte 2.0.0 (#11279) (2a558ef)

Bug Fixes

Miscellaneous Chores

4.0.0-beta.0 (2022-12-07)

Bug Fixes

Performance Improvements

  • regexp perf issues, refactor regexp stylistic issues (#10905) (fc007df)

Miscellaneous Chores

Code Refactoring

3.2.1 (2022-11-07)

Bug Fixes

  • create-vite: add rel="noreferrer" to elements with target="_blank" (#10675) (e8eb67a)

Miscellaneous Chores

3.2.0 (2022-10-26)

Features

  • create-vite: support create-vite-extra (#10214) (8116cbd)
  • Switch to JSX runtime transform in preact-ts template (#10061) (bf69063)

Bug Fixes

Miscellaneous Chores

3.1.0 (2022-09-05)

Features

  • create-vite: add support for custom init commands (create-vue, Nuxt, and SvelteKit) (#9406) (1673f3d)
  • skip .git when emptying dir (#9659) (07fe65e)

Bug Fixes

Performance Improvements

Miscellaneous Chores

Code Refactoring

Tests

3.0.2 (2022-08-12)

3.0.1 (2022-08-11)

Bug Fixes

Miscellaneous Chores

3.0.0 (2022-07-13)

⚠ BREAKING CHANGES

  • bump targets (#8045)
  • remove node v12 support (#7833)

Features

Bug Fixes

  • create-vite: allow slash at the end of project path (#6897) (8167db3)
  • create-vite: remove import from public (#9074) (880f560)
  • deps: update all non-major dependencies (#8281) (c68db4d)
  • deps: update all non-major dependencies (#8391) (842f995)
  • deps: update all non-major dependencies (#8558) (9a1fd4c)
  • deps: update all non-major dependencies (#8802) (a4a634d)
  • lib: use proper extension (#6827) (34df307)
  • template-react-ts warning when importing path in vite.config.ts (#8924) (0e6b82e)
  • use Vitest for unit testing, clean regex bug (#8040) (63cd53d)

Documentation

Miscellaneous Chores

Build System

2.9.3 (2022-05-02)

Features

  • create-vite: scaffold directory with only .git (#7971) (a5bdb9f)

Miscellaneous Chores

  • create-vite: update reference to volar vscode extension (#7994) (2b6d8fe)

2.9.2 (2022-04-19)

Bug Fixes

Miscellaneous Chores

2.9.1 (2022-04-13)

Miscellaneous Chores

2.9.0 (2022-03-30)

Documentation

  • vue-ts: update note on vue type support in ts (#6165) (cfc7648)

Miscellaneous Chores

  • add isolatedModules to create-vite > template-vue-ts > tsconfig (#7304) (21990ea)
  • deps: update all non-major dependencies (#7490) (42c15f6)

2.8.0 (2022-02-09)

Features

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

Bug Fixes

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

Documentation

Miscellaneous Chores

2.7.2 (2021-12-13)

2.7.1 (2021-12-12)

Miscellaneous Chores

2.7.0 (2021-12-07)

Bug Fixes

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

Documentation

Miscellaneous Chores

Code Refactoring

2.6.6 (2021-10-07)

2.6.5 (2021-09-29)

Features

2.6.4 (2021-09-22)

Miscellaneous Chores

2.6.3 (2021-09-21)

Features

  • create-vite: update vue templates (a2be9c1)

Bug Fixes

Miscellaneous Chores

2.6.2 (2021-09-07)

Miscellaneous Chores

2.6.1 (2021-08-31)

Features

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

Bug Fixes

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

Miscellaneous Chores

  • bump vue version (fix broken alias test case) (a6c8fa3)
  • create-vite: bump versions (12bca19)

2.5.4 (2021-08-03)

Bug Fixes

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

2.5.3 (2021-07-27)

Miscellaneous Chores

2.5.2 (2021-07-20)

Bug Fixes

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

Miscellaneous Chores

2.5.1 (2021-07-12)

Miscellaneous Chores

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

X Tutup