Skip to content

v1.6.3

Compare
Choose a tag to compare
@zoltanszogyenyi zoltanszogyenyi released this 23 Jan 15:13
· 1119 commits to main since this release
  • Added dropdown hover functionality with delay option and examples (issue #208)
  • Fixed clicking outside of the Popover component not closing when using the "click" trigger type (issue #242)
  • Introduced the "none" option for Tooltip, Speed Dial, Popover and Dropdown components for trigger type (issue #181)
  • Fixed Tooltip and Popover click events on Safari browsers when using mobile devices (issue #246 and issue #413)
  • Improve the consistency of the dropdown components across the whole documentation using border-lg (issue #276)
  • Added the optional closable option to the Modal component preventing it from being closed when hitting the ESC button (thanks for the PR @CorwinDev)