Skip to content

Commit 9f4004d

Browse files
committed
release: v2.0.0-beta.6
1 parent 742926f commit 9f4004d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [2.0.0-beta.6](https://github.com/vitejs/vite/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2021-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **css:** ensure options for .styl ([b3237ff](https://github.com/vitejs/vite/commit/b3237fff697b4b8b0e10adc9e0041f64c33fbc2d)), closes [#1351](https://github.com/vitejs/vite/issues/1351)
7+
* **error-handling:** avoid serilaizing unnecessary error properties when seinding to client ([61aec65](https://github.com/vitejs/vite/commit/61aec651b470d5b97f2340a1b692b82cfe0c8ba5)), closes [#1373](https://github.com/vitejs/vite/issues/1373)
8+
* **optimizer:** optimizer should not be affected by config rollup options ([ba08310](https://github.com/vitejs/vite/commit/ba08310b9e82668670af8a95e889e7cb68388e84)), closes [#1372](https://github.com/vitejs/vite/issues/1372)
9+
* support aliases in html references ([68eac64](https://github.com/vitejs/vite/commit/68eac643f907fb4d57bd25925a342692441b1d97)), closes [#1363](https://github.com/vitejs/vite/issues/1363)
10+
* **optimizer:** resolve linked dep from relative root ([#1375](https://github.com/vitejs/vite/issues/1375)) ([034bbcd](https://github.com/vitejs/vite/commit/034bbcd1738426d89e6c942f27dd1ccc8ede3990))
11+
12+
13+
### Code Refactoring
14+
15+
* remove the need for specifying `trnasformInclude` ([99522d0](https://github.com/vitejs/vite/commit/99522d0edf06da4b8519c209f5f928cdf2951105))
16+
17+
18+
### Features
19+
20+
* exclude vue from optimization ([1046fe0](https://github.com/vitejs/vite/commit/1046fe008b3288633bf8b38efdc2401a5ad2bf47))
21+
* improve import analysis fail warning ([2b39fce](https://github.com/vitejs/vite/commit/2b39fce9450dc0d8bc99b06a6d757f4e48193001)), closes [#1368](https://github.com/vitejs/vite/issues/1368)
22+
23+
24+
### BREAKING CHANGES
25+
26+
* `trnasformInclude` option has been removed and is no
27+
longer necessary. This allows full dynamic imports to custom file types
28+
to automatically qualify for the transform pipeline.
29+
30+
- All requests that accept `*/*` AND is not declared an asset type
31+
will now qualify for the transform pipeline.
32+
33+
- To exclude an asset type from being transformed when requested
34+
directly, declare it as asset via `config.assetsInclude`.
35+
36+
37+
138
# [2.0.0-beta.5](https://github.com/vitejs/vite/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-01-05)
239

340

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "Native-ESM powered web dev build tool",

0 commit comments

Comments
 (0)