Skip to content

Latest commit

 

History

History
150 lines (67 loc) · 7.87 KB

CHANGELOG.md

File metadata and controls

150 lines (67 loc) · 7.87 KB

Changelog

4.1.0 (2024-05-15)

Features

Bug Fixes

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

4.0.1 (2022-11-04)

Bug Fixes

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

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.

3.14.0 (2022-10-03)

Features

3.13.1 (2022-10-03)

Bug Fixes

  • add return type to connectActionSheet (#273) (f46a5cf)

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

3.12.0 (2021-10-14)

Bug Fixes

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

Features

3.11.0 (2021-09-07)

Bug Fixes

Features

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

3.10.0 (2021-08-09)

Features

3.9.0 (2021-03-12)

Bug Fixes

Features

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

3.8.0 (2020-05-19)

Features

3.7.0 (2020-05-06)

Features

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

3.6.0 (2020-03-30)

Bug Fixes

  • Android 'Super expression must either be null or a function' (37156da)

Features

  • Add accessibility label to Action options (#158) (bc3c27d)

3.5.0 (2020-02-04)

Features

3.4.1 (2019-12-13)

Bug Fixes

  • iOS: crash when using Android only options (#144) (8016008)

3.4.0 (2019-11-19)

Features

  • android: allow customizing container styles (#142) (39fc431)
  • Allow pointerEvents prop to pass through to containing view (#124) (76397fa)