Skip to content

v1.0.0

Compare
Choose a tag to compare
@garthenweb garthenweb released this 16 Sep 22:39
· 169 commits to master since this release

Breaking Changes

  • [9c85bd8] remove deprecated setInitials property from ObserveBoundingClientRect. To upgrade, use onInit instead.
  • [0344602] remove deprecated connectViewportScroll export. To upgrade use connectViewport instead.
  • [4deec23] update components wrapped with connectViewport and rendered as children from ObserveViewport within the second requestAnimationFrame instead of directly. This should in the most situations not be a problem. In case its required onUpdate from ObserveViewport still fired within the first frame.

Features

  • [4deec23] improve performance when now user interactions happen. This reduces the CPU usage on low end devices a lot.
  • [ab20f77] improve module declarations for better module usage.