Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
[email protected]
[email protected]
Patch Changes
- fix(MenuCheckboxItem): ensure onchange is only called when the value changes (#1709)
[email protected]
Patch Changes
- fix(LinkPreview): ensure forceMount pointerleave doesn't open without remaining on trigger (#1705)
[email protected]
[email protected]
Patch Changes
- fix(Checkbox): ensure
type='submit'
submits the form as expected (#1691)
[email protected]
[email protected]
[email protected]
Patch Changes
-
fix: only call onCloseAutoFocus handler if defined (#1674)
If popovers or other elements have been removed from the DOM, then
onCloseAutoFocus.current may be undefined.
[email protected]
Patch Changes
- fix(Checkbox): prevent default onclick to support wrapping checkboxes with labels (#1671)