Releases: huntabyte/bits-ui
Releases ยท huntabyte/bits-ui
[email protected]
Patch Changes
- fix(Popover): openOnHover trigger click while open behavior (#1921)
[email protected]
Patch Changes
- fix(ContextMenu): Ensure props are applied correctly when force mounted (#1919)
[email protected]
Patch Changes
- fix(Tooltip): content should not have pointer events if
disableHoverableContentistrue(#1917)
[email protected]
[email protected]
Minor Changes
- feat(Popover): add
openOnHoverprop toPopover.Trigger(#1913)
Patch Changes
-
fix(Checkbox): allow form submission when pressing enter on a checkbox that has
type="submit"(#1895) -
fix(LinkPreview): add customAnchor to LinkPreviewContent type (#1905)
-
fix(ContextMenu): Add side, sideOffset, and align (#1911)
-
fix(imports): resolve circular dependency (#1898)
-
fix: ensure scroll locking respects stable gutter (#1914)
-
fix(Menu): only call onValueChange once per change to CheckboxGroup value (#1902)
[email protected]
Patch Changes
- fix(Command): scroll initial selected into view (#1896)
[email protected]
Patch Changes
-
fix(ContextMenu): allow overriding tabindex of trigger (#1887)
-
fix(Calendar, DateField, DatePicker, DateRangeField, DateRangePicker, RangeCalendar): Change default placeholder behaviour to choose the closest available value to current date, in case current date is outside of allowed range by minValue and maxValue. (#1874)
[email protected]
[email protected]
[email protected]
Minor Changes
- feat(Popover): add
Popover.Overlaycomponent (#1851)