Skip to content
Compare
Choose a tag to compare
@cschroeter cschroeter released this 30 Sep 18:08
· 356 commits to main since this release
3a85d77

Added

  • Toggle: Introduced the Toggle component.
  • useForwardExpose: Added utility to facilitate forwarding of underlying component nodes.
  • Dialog: Added support for detecting outside clicks from parent windows when rendered within an iframe.

Fixed

  • Resolved an issue where the underlying DOM node of most components was inaccessible via $el.
  • 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.