Skip to content

Releases: expo/react-native-action-sheet

v4.1.0

15 May 18:43
d778588
Compare
Choose a tag to compare

4.1.0 (2024-05-15)

Features

Bug Fixes

  • use release-please instead of semantic release (#300) (b35a403)

v4.0.1

04 Nov 20:14
Compare
Choose a tag to compare

4.0.1 (2022-11-04)

Bug Fixes

  • expose ref on ActionSheetProvider for statically invoking (#283) (b2f5f43)

v4.0.0

26 Oct 17:39
Compare
Choose a tag to compare

4.0.0 (2022-10-26)

Features

BREAKING CHANGES

  • This implementation is backwards compatible, but just to be safe I'm marking this as breaking so that it bumps the major version.

v3.13.0

10 Jan 19:52
Compare
Choose a tag to compare

3.13.0 (2022-01-10)

Bug Fixes

  • defer calling onSelect until after animation (#248) (1fb3411), closes #203
  • stabilize the identity of the context provider value (#251) (55005ba)

Features

  • support closing actionsheet with Esc key on web (#247) (c4c3f8b), closes #194

v3.12.0

14 Oct 20:15
Compare
Choose a tag to compare

3.12.0 (2021-10-14)

Bug Fixes

  • use correct callback type allowing for undefined i (#239) (b54b9f1)

Features

v3.11.0

07 Sep 14:03
Compare
Choose a tag to compare

3.11.0 (2021-09-07)

Bug Fixes

Features

  • default useModal to true when autoFocus is set (688fd47)

v3.10.0

09 Aug 15:18
Compare
Choose a tag to compare

3.10.0 (2021-08-09)

Features

v3.9.0

12 Mar 17:40
Compare
Choose a tag to compare

3.9.0 (2021-03-12)

Bug Fixes

Features

  • add userInterfaceStyle option for iOS (#206) (735cfa5)

v3.8.0

19 May 12:58
Compare
Choose a tag to compare

3.8.0 (2020-05-19)

Features

v3.7.0

06 May 13:27
Compare
Choose a tag to compare

3.7.0 (2020-05-06)

Features

  • adds useModal prop wrap action sheet in a modal (9ed955d), closes #169