Skip to content

Releases: atheck/react-confirm-service

v1.6.1

15 Oct 09:26

Choose a tag to compare

1.6.1 (2024-10-15)

Bug Fixes

  • export type AlertOptions (52f19bf)

v1.6.0

24 Oct 18:03

Choose a tag to compare

1.6.0 (2023-10-24)

Features

  • add optional extra prop to ChooseOptions (#5) (18abb5d)

v1.5.0

31 May 18:14

Choose a tag to compare

1.5.0 (2023-05-31)

Features

  • add an optional options object to the alert function (625bc9d)
  • add support for multiple mounted instances of ConfirmComponentHost (#4) (99a6cc4)

v1.4.3

19 May 06:00

Choose a tag to compare

1.4.3 (2023-05-19)

Bug Fixes

  • update dependencies only (f1dbff6)

v1.4.2

04 Jan 18:34

Choose a tag to compare

1.4.2 (2023-01-04)

Bug Fixes

v1.4.1

04 Nov 07:02

Choose a tag to compare

1.4.1 (2022-11-04)

Bug Fixes

  • add optional type property to ChoiceRenderProps (d77b355)

v1.4.0

04 Nov 06:29

Choose a tag to compare

1.4.0 (2022-11-04)

Features

  • add optional type prop to ChoiceOptions to distinguish when rendering (e056aa2)

v1.3.1

13 Aug 16:01

Choose a tag to compare

1.3.1 (2022-08-13)

Bug Fixes

v1.3.0

02 Mar 19:58

Choose a tag to compare

  • feat: make choose function generic, so you can provide custom options
  • fix: export Option type

v1.2.0

29 Jan 12:39

Choose a tag to compare

  • feat: adds cancelCaption to choice render props
  • feat: adds options to set the alert durations by severity