Skip to content

v0.2.0

Choose a tag to compare

@garthenweb garthenweb released this 02 Sep 17:08
· 197 commits to master since this release

ObserveBoundingClientRect

  • deprecate setInitials props
  • add onInit and onUpdate props
  • export IRect interface (typescript)

ViewportProvider

  • renamed connector from ConnectViewportScroll to ConnectViewport (old export is still available)
  • ConnectViewport also adds dimensions property to access the width and heigth of the client
  • fix name of higher order component
  • export IScroll and IDimensions interface (typescript)