·
408 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
- 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