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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# rollup changelog
2
2
3
+
## 2.66.1
4
+
5
+
_2022-01-25_
6
+
7
+
### Bug Fixes
8
+
9
+
- Only warn for conflicting names in namespace reexports if it actually causes problems (#4363)
10
+
- Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports (#4364)
11
+
12
+
### Pull Requests
13
+
14
+
-[#4362](https://github.com/rollup/rollup/pull/4362): refactor: convert exportsByName object to map (@lukastaegert)
15
+
-[#4363](https://github.com/rollup/rollup/pull/4363): Do not warn unnecessarily for namespace conflicts (@lukastaegert)
16
+
-[#4364](https://github.com/rollup/rollup/pull/4364): Do not expose synthetic namespace export in entries and namespaces (@lukastaegert)
0 commit comments