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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
# Changelog
2
2
3
-
## 2.2.0 (Sep X, 2018)
3
+
## 2.2.0 (Sep 10, 2018)
4
4
5
5
* changed project structure and build using Vue CLI
6
-
* TODO
6
+
* GridItem new autosize method. For now, need to be called from child component with this.$parent.autoSize() (thanks[mech01nc01](https://github.com/mech01nc01))
7
+
* Abstract DOM related calls for initial SSR Support (thanks[Kukks](https://github.com/Kukks))
8
+
* GridItem.i can now be a number or a string (thanks[xch1029](https://github.com/xch1029))
9
+
* Use interactjs size restrictions to limit resizing (thanks[LuisCarreras](https://github.com/LuisCarreras))
10
+
* Fixed interactjs instance leak on instance release (thanks[zzuligy](https://github.com/zzuligy))
0 commit comments