Skip to content

0.3.7

Choose a tag to compare

@SukkaW SukkaW released this 18 Jun 06:13
· 26 commits to master since this release

Core Changes

  • Introduce new useResizing, a React hook that allows you to detect whether an element is currently being resized via ResizeObserver and ref callback.

Other Changes

  • Add displayName for Breadcrumbs's components (guarded with non-production mode check), enabling better DX via React DevTools.
  • Disable hoistTransitiveImports in foxact's Rollup build config.