Skip to content

Commit eb776bd

Browse files
committed
release: v7.1.0-beta.2
1 parent ca8dc80 commit eb776bd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [7.1.0-beta.2](https://github.com/vitejs/rolldown-vite/compare/v7.1.0-beta.1...v7.1.0-beta.2) (2025-08-05)
2+
### Features
3+
4+
* add `import.meta.main` support in config (bundle config loader) ([#20516](https://github.com/vitejs/rolldown-vite/issues/20516)) ([5d3e3c2](https://github.com/vitejs/rolldown-vite/commit/5d3e3c2ae5a2174941fd09fd7842794a287c3ab7))
5+
* **optimizer:** improve dependency optimization error messages with esbuild formatMessages ([#20525](https://github.com/vitejs/rolldown-vite/issues/20525)) ([d17cfed](https://github.com/vitejs/rolldown-vite/commit/d17cfeda0741e4476570700a00b7b37917c97700))
6+
* **ssr:** add `import.meta.main` support for Node.js module runner ([#20517](https://github.com/vitejs/rolldown-vite/issues/20517)) ([794a8f2](https://github.com/vitejs/rolldown-vite/commit/794a8f230218a3b1e148defc5a2d7a67409177ff))
7+
8+
### Bug Fixes
9+
10+
* **asset:** only watch existing files for `new URL(, import.meta.url)` ([#20507](https://github.com/vitejs/rolldown-vite/issues/20507)) ([1b211fd](https://github.com/vitejs/rolldown-vite/commit/1b211fd1beccd0fc13bec700815abaa9f54147e8))
11+
* **client:** keep ping on WS constructor error ([#20512](https://github.com/vitejs/rolldown-vite/issues/20512)) ([3676da5](https://github.com/vitejs/rolldown-vite/commit/3676da5bc5b2b69b28619b8521fca94d30468fe5))
12+
* **deps:** update all non-major dependencies ([#20537](https://github.com/vitejs/rolldown-vite/issues/20537)) ([fc9a9d3](https://github.com/vitejs/rolldown-vite/commit/fc9a9d3f1493caa3d614f64e0a61fd5684f0928b))
13+
* don't resolve as relative for specifiers starting with a dot ([#20528](https://github.com/vitejs/rolldown-vite/issues/20528)) ([c5a10ec](https://github.com/vitejs/rolldown-vite/commit/c5a10ec004130bec17cf42760b76d1d404008fa3))
14+
* **html:** allow control character in input stream ([#20483](https://github.com/vitejs/rolldown-vite/issues/20483)) ([c12a4a7](https://github.com/vitejs/rolldown-vite/commit/c12a4a76a299237a0a13b885c72fdda6e4a3c9b7))
15+
* merge old and new `noExternal: true` correctly ([#20502](https://github.com/vitejs/rolldown-vite/issues/20502)) ([9ebe4a5](https://github.com/vitejs/rolldown-vite/commit/9ebe4a514a2e48e3fe194f16b0556a45ff38077a))
16+
17+
### Miscellaneous Chores
18+
19+
* **deps:** update rolldown-related dependencies ([#20536](https://github.com/vitejs/rolldown-vite/issues/20536)) ([8be2787](https://github.com/vitejs/rolldown-vite/commit/8be278748a92b128c49a24619d8d537dd2b08ceb))
20+
21+
### Code Refactoring
22+
23+
* use hook filters in the worker plugin ([#20527](https://github.com/vitejs/rolldown-vite/issues/20527)) ([958cdf2](https://github.com/vitejs/rolldown-vite/commit/958cdf24f882be6953ca20912dd30c84213b069b))
24+
125
## [7.1.0-beta.1](https://github.com/vitejs/rolldown-vite/compare/v7.1.0-beta.0...v7.1.0-beta.1) (2025-08-05)
226
### Features
327

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": "rolldown-vite",
3-
"version": "7.1.0-beta.1",
3+
"version": "7.1.0-beta.2",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)