You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
slider: Added a Range component for selecting a value range with two handles
dialog: Added optional modal mode via DisableModal bool on dialog.Content, allowing the native backdrop to be disabled for dialogs that contain nested overlays (#541, #542, thanks @BillBuilt)
Changed
slider: Rebuilt the slider around a custom implementation, replacing the native <input type="range">; existing usages will need to be updated to the new component API (breaking change)
Fixed
popover: Ignored hover-based open/close triggers on touch devices so tooltips and hover-popovers no longer appear unexpectedly on mobile (#539, #546)