Skip to content

2.2.0

Compare
Choose a tag to compare
@gmsa gmsa released this 10 Sep 16:09
· 216 commits to master since this release
0009917
  • changed project structure and build using Vue CLI
  • GridItem new autosize method. For now, need to be called from child component with this.$parent.autoSize() (thanks mech01nc01)
  • Abstract DOM related calls for initial SSR Support (thanks Kukks)
  • GridItem.i can now be a number or a string (thanks xch1029)
  • Use interactjs size restrictions to limit resizing (thanks LuisCarreras)
  • Fixed interactjs instance leak on instance release (thanks zzuligy)