Skip to content

Commit c403ca7

Browse files
shulaodagithub-actions[bot]
authored andcommitted
release: v1.0.0-rc.12
1 parent 3633cc7 commit c403ca7

File tree

6 files changed

+90
-56
lines changed

6 files changed

+90
-56
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11

2+
## [1.0.0-rc.12] - 2026-03-25
3+
4+
### 🚀 Features
5+
6+
- chunk-optimizer: skip circular dependency check when strict execution order is enabled (#8886) by @hyf0
7+
8+
### 🐛 Bug Fixes
9+
10+
- emit build warnings during watch mode rebuilds (#8897) by @IWANABETHATGUY
11+
- lazy-barrel: load import-then-export specifiers when barrel has local exports (#8895) by @shulaoda
12+
- correct execution order of transferred CJS init calls (#8877) by @IWANABETHATGUY
13+
- mcs: `entriesAware` should calculate sizes without duplication (#8887) by @hyf0
14+
- non-deterministic chunk generation (#8882) by @sapphi-red
15+
- `is_top_level` incorrectly treats strict-mode scopes as top-level (#8878) by @Dunqing
16+
17+
### 🚜 Refactor
18+
19+
- treeshake: migrate SideEffectDetector to Oxc's MayHaveSideEffects trait (#8624) by @Dunqing
20+
21+
### 🧪 Testing
22+
23+
- make dev server tests deterministic by replacing fixed sleeps with event-driven polling (#8561) by @Boshen
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- deps: update dependency vite-plus to v0.1.14 (#8902) by @camc314
28+
- deps: update dependency oxfmt to ^0.42.0 (#8891) by @renovate[bot]
29+
- deps: update rust crate oxc_sourcemap to v6.1.1 (#8890) by @renovate[bot]
30+
- remove Rolldown MF plan (#8883) by @shulaoda
31+
- deps: update rollup submodule for tests to v4.60.0 (#8881) by @sapphi-red
32+
- deps: update test262 submodule for tests (#8880) by @sapphi-red
33+
- deps: upgrade oxc crates to 0.122.0 (#8879) by @shulaoda
34+
35+
236
## [1.0.0-rc.11] - 2026-03-23
337

438
### 🚀 Features

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rolldown/browser",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
55
"keywords": [
66
"bundler",

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rolldown/debug",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"homepage": "https://rolldown.rs/",
55
"license": "MIT",
66
"repository": {

packages/pluginutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rolldown/pluginutils",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"homepage": "https://rolldown.rs/",
55
"license": "MIT",
66
"repository": {

packages/rolldown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rolldown",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
55
"keywords": [
66
"bundler",

0 commit comments

Comments
 (0)