Skip to content

Commit 6e3653f

Browse files
committed
release: v2.3.8
1 parent 0d5726f commit 6e3653f

File tree

3 files changed

+46
-22
lines changed

3 files changed

+46
-22
lines changed

packages/vite/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [2.3.8](https://github.com/vitejs/vite/compare/v2.3.7...v2.3.8) (2021-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **css:** filter out function name suffixes with url ([#3752](https://github.com/vitejs/vite/issues/3752)) ([9aa255a](https://github.com/vitejs/vite/commit/9aa255a0abcb9f5b23c34607b2188f796f4b6c94))
7+
* **deps:** update all non-major dependencies ([#3791](https://github.com/vitejs/vite/issues/3791)) ([74d409e](https://github.com/vitejs/vite/commit/74d409eafca8d74ec4a6ece621ea2895bc1f2a32))
8+
* **hmr:** always invalidate all affected modules ([e048114](https://github.com/vitejs/vite/commit/e048114d3657fc8e2fec645eba3f5f2fe230ceb7))
9+
* **hmr:** avoid css propagation infinite loop ([7362e6e](https://github.com/vitejs/vite/commit/7362e6e9a7a0f0177b467f1cf80552acf22c46a0))
10+
* **hmr:** avoid duplicated modules for css dependency ([385ced9](https://github.com/vitejs/vite/commit/385ced9c2e9b5f06e9c06669fe19a0a98cc82c8b))
11+
* **hmr/css:** check CSS importers for hmr boundaries - fix Tailwind 2.2 compat ([6eaec3a](https://github.com/vitejs/vite/commit/6eaec3ab74d126310d93f8a93f8577bed1c3f474))
12+
* **hmr/css:** fix infinite recursion on hmr ([#3865](https://github.com/vitejs/vite/issues/3865)) ([0d5726f](https://github.com/vitejs/vite/commit/0d5726fff2fe724ffec3c0621e3dcd6775b0fe8b))
13+
* ?import with trailing = added by some servers ([#3805](https://github.com/vitejs/vite/issues/3805)) ([460d1cd](https://github.com/vitejs/vite/commit/460d1cda317e4c4d03434f2b3d8de9152620005b))
14+
* don't replace `process.env` if `process` not global variable ([#3703](https://github.com/vitejs/vite/issues/3703)) ([5aeadb7](https://github.com/vitejs/vite/commit/5aeadb719944152be7ed9f9472aa2238ea3557c0))
15+
* upgrade esbuild for esm compatibility ([#3718](https://github.com/vitejs/vite/issues/3718)) ([dbb5eab](https://github.com/vitejs/vite/commit/dbb5eabe246747abab187a6c8d90cd418856e048)), closes [/github.com/evanw/esbuild/blob/master/CHANGELOG.md#0127](https://github.com//github.com/evanw/esbuild/blob/master/CHANGELOG.md/issues/0127) [#3399](https://github.com/vitejs/vite/issues/3399) [#3413](https://github.com/vitejs/vite/issues/3413)
16+
17+
18+
### Features
19+
20+
* allow 'hidden' sourcemap to remove //# sourceMappingURL from generated maps ([#3684](https://github.com/vitejs/vite/issues/3684)) ([19e479b](https://github.com/vitejs/vite/commit/19e479ba0dd1da4d1de075bdf11edabe00af6cb6))
21+
22+
23+
124
## [2.3.7](https://github.com/vitejs/vite/compare/v2.3.6...v2.3.7) (2021-06-08)
225

326

packages/vite/LICENSE.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,27 +1071,6 @@ License: MIT
10711071
By: Maxime Thirouin
10721072
Repository: https://github.com/postcss/postcss-import.git
10731073

1074-
> The MIT License (MIT)
1075-
>
1076-
> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
1077-
>
1078-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
1079-
> this software and associated documentation files (the "Software"), to deal in
1080-
> the Software without restriction, including without limitation the rights to
1081-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1082-
> the Software, and to permit persons to whom the Software is furnished to do so,
1083-
> subject to the following conditions:
1084-
>
1085-
> The above copyright notice and this permission notice shall be included in all
1086-
> copies or substantial portions of the Software.
1087-
>
1088-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1089-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1090-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1091-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1092-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1093-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1094-
10951074
---------------------------------------
10961075

10971076
## postcss-load-config
@@ -1400,6 +1379,28 @@ License: MIT
14001379
By: Einar Otto Stangvik
14011380
Repository: websockets/ws
14021381

1382+
> The MIT License (MIT)
1383+
>
1384+
> Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
1385+
>
1386+
> Permission is hereby granted, free of charge, to any person obtaining a copy
1387+
> of this software and associated documentation files (the "Software"), to deal
1388+
> in the Software without restriction, including without limitation the rights
1389+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1390+
> copies of the Software, and to permit persons to whom the Software is
1391+
> furnished to do so, subject to the following conditions:
1392+
>
1393+
> The above copyright notice and this permission notice shall be included in all
1394+
> copies or substantial portions of the Software.
1395+
>
1396+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1397+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1398+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1399+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1400+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1401+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1402+
> SOFTWARE.
1403+
14031404
---------------------------------------
14041405

14051406
## yaml

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.3.7",
3+
"version": "2.3.8",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "Native-ESM powered web dev build tool",

0 commit comments

Comments
 (0)