Releases: rsuite/interactions
Releases · rsuite/interactions
v2.2.0
2.2.0 (2022-08-09)
Features
- confirm/prompt: add okButtonDangerous option (#53) (1f03227)
v2.1.1
2.1.1 (2022-08-09)
Bug Fixes
- fix async onOk function never gets called (#52) (b17661d)
v2.1.0
2.1.0 (2022-03-23)
Features
- prompt: disable ok button with validate function (#47) (a575c6b)
v2.0.0
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
1.5.1 (2021-10-10)
Performance Improvements
v1.5.0
1.5.0 (2021-05-31)
Features
- add input props in modal props for prompt (#17) (f5056fe)
1.3.3 (Oct 22, 2020)
Bugfixes
- Prevent queue being blocked by errors thrown from onOk. (254e0d4)
1.3.2 (Oct 20, 2020)
Features
- Support Enter and Esc controls. (#13)
Changes
OK
button is now placed after Cancel
button.
1.2.0 (Sep 23, 2020)
Features
- New
modalConfig
options onOk
, onCancel
and canCancelOnLoading
for better customizing modal behavior. (@begoat in #10)