cschroeter
released this
30 Sep 18:09
·
141 commits
to main
since this release
Added
- Toggle: Introduced the
Toggle
component. - Dialog: Added support for detecting outside clicks from parent windows when rendered within an iframe.
Fixed
- Resolved a bug where passing a
ref
to a component occasionally triggered a warning. - Combobox: Fixed an issue where pressing Enter without selecting an option left text in the input.
- Dialog: Fixed an issue where the dialog closed when the positioner was scrollable, and the scrollbar was clicked.
- File Upload:
- Fixed an issue where
acceptedFiles
were removed after an invalid file upload. - Fixed an issue in the preview image where
createObjectURL
was not cleaned up.
- Fixed an issue where