Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Releases: trotzig/react-with-available-width

Release list

v2.1.0

Choose a tag to compare

@trotzig trotzig released this 18 Jan 13:47

Two changes in this minor release:

  • Allow React version 17 in peerDependencies
  • Fix scroll position issues when width has to be recalculated

v2.0.0

Choose a tag to compare

@trotzig trotzig released this 12 Dec 08:46

With the help of React fragments, we now avoid unmounting and mounting the component during a re-measure. 🍾