Skip to content

Commit 760af0a

Browse files
committed
changelog for 2.2.0 release
1 parent cee0421 commit 760af0a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
## 2.2.0 (Sep X, 2018)
3+
## 2.2.0 (Sep 10, 2018)
44

55
* 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))
711

812
## 2.1.13 (May 2, 2018)
913

0 commit comments

Comments
 (0)