File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# rollup changelog
2
2
3
+ ## 2.54.0
4
+ * 2021-07-25*
5
+
6
+ ### Features
7
+ * Extend UMD import.meta.url polyfill to support web workers (#4186 )
8
+
9
+ ### Bug Fixes
10
+ * Resolve an issue where certain uses of classes could lead to an infinite recursion (#4189 )
11
+
12
+ ### Pull Requests
13
+ * [ #4186 ] ( https://github.com/rollup/rollup/pull/4186 ) : Fix UMD import.meta.url inside web workers (@ceifa )
14
+ * [ #4188 ] ( https://github.com/rollup/rollup/pull/4188 ) : Fix typo in renderHelpers.ts (@eltociear )
15
+ * [ #4189 ] ( https://github.com/rollup/rollup/pull/4189 ) : Move long path recursion prevention to MemberExpression (@lukastaegert )
16
+ * [ #4190 ] ( https://github.com/rollup/rollup/pull/4190 ) : Stop recommending node-builtins (@curran )
17
+
3
18
## 2.53.3
4
19
* 2021-07-21*
5
20
You can’t perform that action at this time.
0 commit comments