Skip to content

chore(deps): update dependency bits-ui to v2 - autoclosed#112

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bits-ui-2.x
Closed

chore(deps): update dependency bits-ui to v2 - autoclosed#112
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/bits-ui-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bits-ui 1.8.0 -> 2.8.0 age adoption passing confidence

Release Notes

huntabyte/bits-ui (bits-ui)

v2.8.0

Compare Source

Minor Changes
  • feat(ContextMenu): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Combobox): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(AlertDialog): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Collapsible): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Select): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(LinkPreview): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Dialog): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DateRangePicker): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DatePicker): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Popover): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(DropdownMenu): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

  • feat(Tooltip): add onOpenChangeComplete prop which is called after the open/close animations have finished (#​1589)

Patch Changes
  • perf: simplify/optimize internals (#​1586)

v2.7.0

Compare Source

Minor Changes
  • feat(RadioGroup): add readonly prop to make the RadioGroup readonly (#​1579)
Patch Changes
  • fix(Select): ensure the disabled prop is respect for touch events (#​1582)

v2.6.2

Compare Source

Patch Changes
  • fix: ensure body styles aren't touched when preventScroll={false} (#​1577)

v2.6.1

Compare Source

Patch Changes
  • fix: Expose data-orientation on Tabs.Content (#​1571)

v2.6.0

Compare Source

Minor Changes
  • feat(Command): add disableInitialScroll prop to Command.Root to prevent undesired scrolling on initial mount (#​1548)

  • feat(command): Add columns prop for grid functionality (#​1548)

v2.5.0

Compare Source

Minor Changes
  • feat(RangeCalendar): add minDays and maxDays props to require min/max number days in a range (#​1558)

  • feat(RangeCalendar): add excludeDisabled prop that when true, will reset the range if it includes a disabled date (#​1558)

  • feat(Calendar): add maxDays prop to limit the number of days that can be selected when type="multiple" (#​1558)

  • feat(RangeCalendar): add data-range-middle attribute to Day and Cell components to indicate items within the selected range, but not the start or end. Useful for conditional styling. (#​1558)

  • feat(RangeCalendar): mark data-selection-start and data-selection-end as deprecated in favor of data-range-start and data-range-end which introduce improved functionality that would be considered breaking should the behavior be added to data-selection-start and data-selection-end. With data-range-start|end, when the start date is selected but an end has not been selected, that date will have both the data-range-start and data-range-end which makes it easier to conditionally style the dates (#​1558)

  • feat(Select): expose autocomplete prop on Select.Root for passing autocomplete attribute to the hidden input (#​1547)

Patch Changes
  • fix(RangeCalendar): ensure props are synced with months (#​1558)

  • fix(Calendar): issue where props weren't being synced with the months (#​1558)

v2.4.1

Compare Source

Patch Changes
  • fix(FloatingComponents): ensure bad coordinates aren't used when anchor becomes hidden/removed (#​1546)

  • fix(Slider): shadow DOM support (#​1544)

v2.4.0

Compare Source

Minor Changes
  • feat: introduce BitsConfig provider component for globally configuring default component props via context. (#​1530)
Patch Changes
  • fix(Select): ensure typeahead enabled state is reactive to item updates (#​1540)

v2.3.1

Compare Source

Patch Changes
  • fix(rating-group): Ensure data-state reflects value when showing preview (#​1533)

v2.3.0

Compare Source

Minor Changes
  • feat: Introduce experimental RatingGroup component, exported as unstable_RatingGroup pending API stabilization and community feedback. (#​1525)

v2.2.1

Compare Source

Patch Changes
  • fix(Tooltip): ensure Tooltip.Triggers can be composed with other floating component triggers (#​1527)

  • fix(Slider): ensure floating point precision aligns with step (#​1529)

v2.2.0

Compare Source

Minor Changes
  • feat(Combobox): expose inputValue prop on Combobox.Root to synchronize input value with programmatic updates to the value from outside Bits UI (#​1517)
Patch Changes

v2.1.0

Compare Source

(Had to publish 2.1.0 instead of 2.0.0 as someone published 2.0.x to NPM many years ago)

Major Changes
Minor Changes
  • feat(Slider): add Slider.ThumbLabel for rendering a label positioned relative to a Slider.Thumb. (#​1494)

  • feat(Slider): add Slider.TickLabel for rendering a label positioned relative to a Slider.Tick. (#​1494)

  • feat(Slider): support discrete step values via steps: number[] | number on Slider.Root. If an array is passed, it defines the selectable values directly, and min/max default to the array's bounds. (#​1494)

  • feat: add TimeField component for time input with segmented control and full keyboard support. (#​1494)

  • feat(Slider): introduce the tickItems snippet prop on Slider.Root as a replacement for the now-deprecated ticks, enabling a more flexible API that better supports rendering TickLabels. Prefer tickItems going forward. (#​1494)

  • feat: add TimeRangeField component for selecting a start and end time. (#​1494)

  • feat(Slider): introduce the thumbItems snippet prop on Slider.Root as a replacement for the now-deprecated thumbs, enabling a more flexible API that better supports rendering ThumbLabels. Prefer thumbItems going forward. (#​1494)

  • feat(Slider): add trackPadding prop to Slider.Root as an SSR-friendly alternative to thumbPositioning="contain", which requires client-side measurement. (#​1494)

Patch Changes
  • fix(Button): add missing fallback to null for ref prop to align with other components. (#​1494)

Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/bits-ui-2.x branch 2 times, most recently from 4226189 to 3ffb226 Compare June 1, 2025 12:29
Copy link
Copy Markdown

@ClarkLiam ClarkLiam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes all look valid

@MrExplode
Copy link
Copy Markdown
Owner

This is an automated PR made by the renovate bot. They are valid by definition. I don't really understand your intentions by approving and commenting on this.

@ClarkLiam
Copy link
Copy Markdown

This is an automated PR made by the renovate bot. They are valid by definition. I don't really understand your intentions by approving and commenting on this.

sry only saw that after i had commented… was to lazy to delete the comment. my bad

@renovate renovate Bot force-pushed the renovate/bits-ui-2.x branch 4 times, most recently from 25573e7 to 455a144 Compare June 13, 2025 16:34
@renovate renovate Bot force-pushed the renovate/bits-ui-2.x branch from 455a144 to 2325286 Compare June 15, 2025 06:31
@renovate renovate Bot changed the title chore(deps): update dependency bits-ui to v2 chore(deps): update dependency bits-ui to v2 - autoclosed Jun 15, 2025
@renovate renovate Bot closed this Jun 15, 2025
@renovate renovate Bot deleted the renovate/bits-ui-2.x branch June 15, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants