Skip to content

Releases: huntabyte/bits-ui

[email protected]

01 Sep 23:57
948ccfa
Compare
Choose a tag to compare

Patch Changes

  • fix(LinkPreview): add disabled state functionality (#1726)

  • fix: body scroll lock restoration (#1714)

[email protected]

18 Aug 13:56
9e4a28c
Compare
Choose a tag to compare

Patch Changes

  • fix(MenuCheckboxItem): ensure onchange is only called when the value changes (#1709)

[email protected]

13 Aug 18:14
4fd0cd2
Compare
Choose a tag to compare

Patch Changes

  • fix(LinkPreview): ensure forceMount pointerleave doesn't open without remaining on trigger (#1705)

[email protected]

06 Aug 18:08
5b7dbd3
Compare
Choose a tag to compare

Patch Changes

  • fix: handle race conditions in scroll lock / restore (#1700)

  • fix(LinkPreview): ensure grace area exists when forceMount=true (#1698)

[email protected]

02 Aug 02:47
4f12459
Compare
Choose a tag to compare

Patch Changes

  • fix(Checkbox): ensure type='submit' submits the form as expected (#1691)

[email protected]

30 Jul 22:13
89635e8
Compare
Choose a tag to compare

Minor Changes

  • feat(CheckboxGroup): add readonly prop/functionality (#1688)

  • feat(Checkbox): add readonly prop/functionality (#1688)

Patch Changes

  • fix(Calendar): resolve race condition in month navigation (#1686)

[email protected]

30 Jul 19:27
706f0cc
Compare
Choose a tag to compare

Patch Changes

  • fix(Menubar): ensure extension exists in import (#1684)

  • fix(Popover): ensure when using a customAnchor, outside interactions are properly handled (#1679)

  • fix(TimeField): ensure input value is string (#1681)

  • fix(Select): ensure required enforced when type='multiple' (#1685)

[email protected]

26 Jul 17:19
3b3fc23
Compare
Choose a tag to compare

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]

25 Jul 02:22
8d46374
Compare
Choose a tag to compare

Patch Changes

  • fix(Checkbox): prevent default onclick to support wrapping checkboxes with labels (#1671)

[email protected]

14 Jul 00:48
b322e53
Compare
Choose a tag to compare

Patch Changes

  • fix(Combobox): prevent selection of last highlighted item on invalid input (#1644) (#1646)

  • fix: dont handle prevented contextmenu events (#1645)