Skip to content

v1.0.0

Compare
Choose a tag to compare
@garthenweb garthenweb released this 09 Sep 21:53
· 116 commits to master since this release

Breaking

  • StickyScrollUpProvider was renamed to StickyProvider
  • All components require the StickyProvider as a parent node

Features

  • [eaad42d, 04ed146] Reworke the underlying architecture to reduce stress on the main thread and improve performance. Updates to the components (that forces layout) are now only triggered by scroll events. All observer to the bounding client rects are removed.