Skip to content

1.2.0

Compare
Choose a tag to compare
@bvaughn bvaughn released this 03 Oct 19:39
· 226 commits to master since this release
  • Remove overflow:hidden from inner container (souporserious - #56)
  • 🎉 Flow types added to NPM package. (TrySound - #40)
  • 🎉 Relaxed grid scrollTo method to make scrollLeft and scrollTop params optional (so you can only update one axis if desired). - #63)
  • 🐛 Fixed invalid this pointer in VariableSizeGrid that broke the resetAfter* methods - #58)