This repository has been archived by the owner on May 11, 2023. It is now read-only.
📦 Reduce Bundle Size
This release is a small, internals-only, performance-related release. It consolidates the core logic of the hooks renature
exposes into an internal useForceGroup
hook that all hooks compose.
Changed
All hooks now compose the internal-only useForceGroup
hook to centralize animation logic. PR by @parkerziegler here.