Skip to content

Releases: rsuite/interactions

v2.2.0

09 Aug 07:52
1f03227
Compare
Choose a tag to compare

2.2.0 (2022-08-09)

Features

  • confirm/prompt: add okButtonDangerous option (#53) (1f03227)

v2.1.1

09 Aug 07:08
b17661d
Compare
Choose a tag to compare

2.1.1 (2022-08-09)

Bug Fixes

  • fix async onOk function never gets called (#52) (b17661d)

v2.1.0

23 Mar 10:26
a575c6b
Compare
Choose a tag to compare

2.1.0 (2022-03-23)

Features

  • prompt: disable ok button with validate function (#47) (a575c6b)

v2.0.0

11 Oct 09:34
Compare
Choose a tag to compare

2.0.0 (2021-10-11)

Bug Fixes

  • prevent focus changed by pressing tab (#26) (742d1bb)

  • BREAKING CHANGE: Drop RSuite 3 support (#25) (0dcf09a), closes #25

BREAKING CHANGES

  • drop rsuite 3 support

  • docs: update docs

v1.5.1

10 Oct 10:27
f17fd60
Compare
Choose a tag to compare

1.5.1 (2021-10-10)

Performance Improvements

v1.5.0

31 May 10:15
b4695ee
Compare
Choose a tag to compare

1.5.0 (2021-05-31)

Features

  • add input props in modal props for prompt (#17) (f5056fe)

1.4.0 (Mar 22, 2021)

22 Mar 09:46
7e975e0
Compare
Choose a tag to compare

Features

1.3.3 (Oct 22, 2020)

22 Oct 11:16
254e0d4
Compare
Choose a tag to compare

Bugfixes

  • Prevent queue being blocked by errors thrown from onOk. (254e0d4)

1.3.2 (Oct 20, 2020)

20 Oct 09:33
a3f82a4
Compare
Choose a tag to compare

Features

  • Support Enter and Esc controls. (#13)

Changes

  • OK button is now placed after Cancel button.

1.2.0 (Sep 23, 2020)

23 Sep 10:06
a6cc070
Compare
Choose a tag to compare

Features

  • New modalConfig options onOk, onCancel and canCancelOnLoading for better customizing modal behavior. (@begoat in #10)