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
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# rollup changelog
2
2
3
+
## 4.40.0
4
+
5
+
_2025-04-12_
6
+
7
+
### Features
8
+
9
+
- Only show `eval` warnings on first render and only when the call is not tree-shaken (#5892)
10
+
- Tree-shake non-included dynamic import members when the handler just maps to one named export (#5898)
11
+
12
+
### Bug Fixes
13
+
14
+
- Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#5900)
15
+
- Fix namespace rendering when tree-shaking is disabled (#5908)
16
+
- When using multiple transform hook filters, all of them need to be satisfied together (#5909)
17
+
18
+
### Pull Requests
19
+
20
+
-[#5892](https://github.com/rollup/rollup/pull/5892): Warn when eval or namespace calls are rendered, not when they are parsed (@SunsetFi, @lukastaegert)
21
+
-[#5898](https://github.com/rollup/rollup/pull/5898): feat: treeshake dynamic import chained member expression (@privatenumber, @lukastaegert)
22
+
-[#5900](https://github.com/rollup/rollup/pull/5900): consider the dynamic import within a TLA call expression as a TLA import (@TrickyPi)
0 commit comments