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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
## 7.0.0-beta.0
2
2
3
+
* Upgraded to ESM.
4
+
* Removed the `postinstall` script.
5
+
* API remains the same.
6
+
3
7
### Breaking changes
4
8
5
9
* Dropped support for browsers without `ResizeObserver`. Can work with [resize-observer-polyfill](https://www.npmjs.com/package/resize-observer-polyfill).
6
10
* Dropped support for Vue < 2.7.
7
11
* Dropped CJS outputs.
12
+
* Dropped extra wrapper element so that you should no longer set `padding` on the component root.
0 commit comments