Skip to content
Compare
Choose a tag to compare
@cschroeter cschroeter released this 14 Jan 08:57
· 2 commits to main since this release
b0b44ad

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 the opening or closing 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.