Skip to content

Commit 4c0d397

Browse files
release: v1.0.0-rc.8 (#8592)
## [1.0.0-rc.8] - 2026-03-09 ### 🚀 Features - watch: enable full functional fs watcher in wasm (#8575) by @hyf0 - watch: expose debounce related options (#8572) by @hyf0 ### 🐛 Bug Fixes - detect new URL(…, import.meta.url) with no-sub template literal (#8565) by @char - devtools: trace dynamic imports in devtools (#8581) by @cal-gooo - watch: rebuild when a previously missing file is created (#8562) by @hyf0-agent - watch: filter out Access events to prevent infinite rebuild loop on Linux (#8557) by @hyf0-agent ### 🚜 Refactor - watch: remove auto watch for fail imports (#8585) by @hyf0 - fs_watcher: unify the way of constructing watcher (#8571) by @hyf0 - cli: migrate CLI to CAC (#8551) by @h-a-n-a - switch asset module support from hard-code to builtin plugin (#8546) by @hyf0 ### 📚 Documentation - fix subject-verb agreement in why-bundlers.md (#8591) by @brandonzylstra - maintenance: align release and canary workflow guide (#8538) by @minsoo-web - add `format` option to directives example config (#8590) by @shulaoda - fix: change twitter to x logo in team (#8552) by @mdong1909 - correct composable filter support explanation (#8550) by @sapphi-red ### ⚡ Performance - testing: share tokio runtime across fixture tests (#8567) by @Boshen ### 🧪 Testing - hmr: fix infinite loop in dev server test retry logic (#8576) by @hyf0-agent - cli: add more cli-e2e test cases (#8548) by @h-a-n-a ### ⚙️ Miscellaneous Tasks - docs: update in-depth/directives for `output.strict` option (#8535) by @minsoo-web - add PNPM_HOME Dev Drive mapping to Windows CI workflows (#8589) by @Boshen - deps: update github-actions (#8588) by @renovate[bot] - move Windows cargo target dir to Dev Drive (#8586) by @Boshen - optimize cache keys to fix race conditions and reduce usage (#8578) by @Boshen - remove WASI build & test pipeline (#8580) by @Boshen - remove unnecessary submodule checkouts (#8577) by @Boshen - use Dev Drive for Windows CI jobs (#8574) by @Boshen - skip redundant native binding build for browser and remove standalone job (#8573) by @Boshen - parallelize Node tests on ubuntu, single Node 24 on macOS/windows (#8570) by @Boshen - docs: bump @voidzero-dev/vitepress-theme to 4.8.0 (#8558) by @crusty-voidzero - dedupe type-check from dev server workflow (#8554) by @Boshen ### ❤️ New Contributors * @brandonzylstra made their first contribution in [#8591](#8591) * @char made their first contribution in [#8565](#8565) * @cal-gooo made their first contribution in [#8581](#8581) * @hyf0-agent made their first contribution in [#8562](#8562) * @h-a-n-a made their first contribution in [#8551](#8551) Co-authored-by: shulaoda <[email protected]>
1 parent 9ecaa96 commit 4c0d397

File tree

6 files changed

+118
-56
lines changed

6 files changed

+118
-56
lines changed

CHANGELOG.md

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

2+
## [1.0.0-rc.8] - 2026-03-09
3+
4+
### 🚀 Features
5+
6+
- watch: enable full functional fs watcher in wasm (#8575) by @hyf0
7+
- watch: expose debounce related options (#8572) by @hyf0
8+
9+
### 🐛 Bug Fixes
10+
11+
- detect new URL(…, import.meta.url) with no-sub template literal (#8565) by @char
12+
- devtools: trace dynamic imports in devtools (#8581) by @cal-gooo
13+
- watch: rebuild when a previously missing file is created (#8562) by @hyf0-agent
14+
- watch: filter out Access events to prevent infinite rebuild loop on Linux (#8557) by @hyf0-agent
15+
16+
### 🚜 Refactor
17+
18+
- watch: remove auto watch for fail imports (#8585) by @hyf0
19+
- fs_watcher: unify the way of constructing watcher (#8571) by @hyf0
20+
- cli: migrate CLI to CAC (#8551) by @h-a-n-a
21+
- switch asset module support from hard-code to builtin plugin (#8546) by @hyf0
22+
23+
### 📚 Documentation
24+
25+
- fix subject-verb agreement in why-bundlers.md (#8591) by @brandonzylstra
26+
- maintenance: align release and canary workflow guide (#8538) by @minsoo-web
27+
- add `format` option to directives example config (#8590) by @shulaoda
28+
- fix: change twitter to x logo in team (#8552) by @mdong1909
29+
- correct composable filter support explanation (#8550) by @sapphi-red
30+
31+
### ⚡ Performance
32+
33+
- testing: share tokio runtime across fixture tests (#8567) by @Boshen
34+
35+
### 🧪 Testing
36+
37+
- hmr: fix infinite loop in dev server test retry logic (#8576) by @hyf0-agent
38+
- cli: add more cli-e2e test cases (#8548) by @h-a-n-a
39+
40+
### ⚙️ Miscellaneous Tasks
41+
42+
- docs: update in-depth/directives for `output.strict` option (#8535) by @minsoo-web
43+
- add PNPM_HOME Dev Drive mapping to Windows CI workflows (#8589) by @Boshen
44+
- deps: update github-actions (#8588) by @renovate[bot]
45+
- move Windows cargo target dir to Dev Drive (#8586) by @Boshen
46+
- optimize cache keys to fix race conditions and reduce usage (#8578) by @Boshen
47+
- remove WASI build & test pipeline (#8580) by @Boshen
48+
- remove unnecessary submodule checkouts (#8577) by @Boshen
49+
- use Dev Drive for Windows CI jobs (#8574) by @Boshen
50+
- skip redundant native binding build for browser and remove standalone job (#8573) by @Boshen
51+
- parallelize Node tests on ubuntu, single Node 24 on macOS/windows (#8570) by @Boshen
52+
- docs: bump @voidzero-dev/vitepress-theme to 4.8.0 (#8558) by @crusty-voidzero
53+
- dedupe type-check from dev server workflow (#8554) by @Boshen
54+
55+
### ❤️ New Contributors
56+
57+
* @brandonzylstra made their first contribution in [#8591](https://github.com/rolldown/rolldown/pull/8591)
58+
* @char made their first contribution in [#8565](https://github.com/rolldown/rolldown/pull/8565)
59+
* @cal-gooo made their first contribution in [#8581](https://github.com/rolldown/rolldown/pull/8581)
60+
* @hyf0-agent made their first contribution in [#8562](https://github.com/rolldown/rolldown/pull/8562)
61+
* @h-a-n-a made their first contribution in [#8551](https://github.com/rolldown/rolldown/pull/8551)
62+
63+
264
## [1.0.0-rc.7] - 2026-03-05
365

466
### 💥 BREAKING CHANGES

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.7",
3+
"version": "1.0.0-rc.8",
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.7",
3+
"version": "1.0.0-rc.8",
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.7",
3+
"version": "1.0.0-rc.8",
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.7",
3+
"version": "1.0.0-rc.8",
44
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
55
"keywords": [
66
"bundler",

0 commit comments

Comments
 (0)