Releases: huntabyte/bits-ui
bits-ui@2.15.5
Patch Changes
-
fix(Tooltip): allow overriding trigger tabindex (#1932)
-
fix(Pin Input): keyboard navigation (#1872)
-
fix(ScrollArea): cleanup when pointercapture is lost (#1935)
-
fix(Accordion): allow overriding trigger tabindex (#1932)
-
fix(Presence): optimize animation detection for large DOMs (#1924)
-
fix: floating components should respect
styleprop (#1934) -
fix(FocusScope): ensure focus scopes works with only 1 tabbable item (#1933)
bits-ui@2.15.4
Patch Changes
- fix(Popover): openOnHover trigger click while open behavior (#1921)
bits-ui@2.15.3
Patch Changes
- fix(ContextMenu): Ensure props are applied correctly when force mounted (#1919)
bits-ui@2.15.2
Patch Changes
- fix(Tooltip): content should not have pointer events if
disableHoverableContentistrue(#1917)
bits-ui@2.15.1
bits-ui@2.15.0
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)
bits-ui@2.14.4
Patch Changes
- fix(Command): scroll initial selected into view (#1896)
bits-ui@2.14.3
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)