v1.0.0
Breaking Changes
- [9c85bd8] remove deprecated
setInitials
property fromObserveBoundingClientRect
. To upgrade, useonInit
instead. - [0344602] remove deprecated
connectViewportScroll
export. To upgrade useconnectViewport
instead. - [4deec23] update components wrapped with
connectViewport
and rendered as children fromObserveViewport
within the secondrequestAnimationFrame
instead of directly. This should in the most situations not be a problem. In case its requiredonUpdate
fromObserveViewport
still fired within the first frame.
Features