mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
release: v5.3.6
This commit is contained in:
parent
2691bb3ff6
commit
f469ceb5d8
@ -1,3 +1,10 @@
|
|||||||
|
## <small>5.3.6 (2024-09-16)</small>
|
||||||
|
|
||||||
|
* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([2691bb3](https://github.com/vitejs/vite/commit/2691bb3ff6b073b41fb9046909e1e03a74e36675)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
|
||||||
|
* fix: fs raw query (#18112) ([4573a6f](https://github.com/vitejs/vite/commit/4573a6fd6f1b097fb7296a3e135e0646b996b249)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <small>5.3.5 (2024-07-25)</small>
|
## <small>5.3.5 (2024-07-25)</small>
|
||||||
|
|
||||||
* refactor(asset): remove rollup 3 public file watch workaround (#16331) ([66bdb1d](https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)), closes [#16331](https://github.com/vitejs/vite/issues/16331)
|
* refactor(asset): remove rollup 3 public file watch workaround (#16331) ([66bdb1d](https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)), closes [#16331](https://github.com/vitejs/vite/issues/16331)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vite",
|
"name": "vite",
|
||||||
"version": "5.3.5",
|
"version": "5.3.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
|
Loading…
Reference in New Issue
Block a user