Skip to content

Releases: sjwall/react-native-drag-expand

v0.8.0

23 Jan 20:49
Compare
Choose a tag to compare

Features

  • Support aria-expanded and aria-controls
  • Improve default aria-label value

Fixes

  • Set aria-hidden on hidden content

v0.7.3

16 Jan 18:07
Compare
Choose a tag to compare

Fixes

  • missing worklet labels

v0.7.2

15 Jan 22:49
Compare
Choose a tag to compare

Fixes

  • Setting opacity to NaN crash
  • Adjust height when content changes

v0.7.1

15 Jan 14:42
Compare
Choose a tag to compare

Fixes

  • knob - disable pointer events so that press events don't trigger on content

v0.7.0

14 Jan 22:28
Compare
Choose a tag to compare

Features

  • container - animate transition
  • contianer - disable collapsed pointer on expanded

v0.6.0

12 Jan 18:22
Compare
Choose a tag to compare

Features

  • Container - provide ref integration

v0.5.0

11 Jan 22:56
Compare
Choose a tag to compare

Chore

  • container - reanimated pass dependencies

v0.4.0

11 Jan 22:55
Compare
Choose a tag to compare

Refactor

  • container - use shared value
  • containe - remove unused height

v0.3.0

11 Jan 22:54
Compare
Choose a tag to compare

Fixes

  • container - call value rather than set

v0.2.0

23 Nov 22:49
Compare
Choose a tag to compare

Features

  • container: fade collapsed container

Refactor

  • container: remove expanded opacity

Documentation

  • readme: demo gif
  • readme: update badges