cschroeter
released this
14 Jan 08:57
·
2 commits
to main
since this release
Added
- [NEW] Tour: Introduced the
Tour
component to guide users through the interface. For more
details, check the Tour documentation. - [NEW] FocusTrap: Implemented the
FocusTrap
component to confine focus within a specified
container.
Fixed
- Resolved an issue where form-related components reset despite the reset event being cancelled.
- HoverCard, Tooltip: Resolved an issue where the controlled open state could become
inconsistent during theopening
orclosing
phases. - FileUpload:
- Fixed a brief warning display when a new image file is added to the preview.
- Enhanced click detection for the dropzone and added support for the
disableClick
prop.