0.3.7
Core Changes
- Introduce new
useResizing, a React hook that allows you to detect whether an element is currently being resized viaResizeObserverand ref callback.
Other Changes
- Add
displayNameforBreadcrumbs's components (guarded with non-production mode check), enabling better DX via React DevTools. - Disable
hoistTransitiveImportsinfoxact's Rollup build config.