Skip to content

Releases: trotzig/react-with-available-width

v2.1.0

18 Jan 13:47
Compare
Choose a tag to compare

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

12 Dec 08:46
Compare
Choose a tag to compare

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