|
| 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 | + |
1 | 38 | # [2.0.0-beta.5](https://github.com/vitejs/vite/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-01-05)
|
2 | 39 |
|
3 | 40 |
|
|
0 commit comments