You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,42 @@
1
1
# rollup changelog
2
2
3
+
## 4.52.0
4
+
5
+
_2025-09-19_
6
+
7
+
### Features
8
+
9
+
- Add option `output.onlyExplicitManualChunks` to turn off merging additional dependencies into manual chunks (#6087)
10
+
- Add support for x86_64-pc-windows-gnu platform (#6110)
11
+
12
+
### Pull Requests
13
+
14
+
-[#6087](https://github.com/rollup/rollup/pull/6087): fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (@maiieul)
15
+
-[#6110](https://github.com/rollup/rollup/pull/6110): Add support x86_64-pc-windows-gnu (@lsq, @lukastaegert)
16
+
-[#6118](https://github.com/rollup/rollup/pull/6118): Automatically remove REPL artefacts label from PRs (@lukastaegert)
17
+
18
+
## 4.51.0
19
+
20
+
_2025-09-19_
21
+
22
+
### Features
23
+
24
+
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
25
+
26
+
### Bug Fixes
27
+
28
+
- Improve OpenHarmony build to work in more situations (#6115)
29
+
30
+
### Pull Requests
31
+
32
+
-[#6108](https://github.com/rollup/rollup/pull/6108): feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string (@guybedford, @lukastaegert)
33
+
-[#6112](https://github.com/rollup/rollup/pull/6112): Disable Cargo cache for Android (@lukastaegert)
34
+
-[#6113](https://github.com/rollup/rollup/pull/6113): fix(deps): update rust crate swc_compiler_base to v35 (@renovate[bot])
0 commit comments