chore(deps): update dependency bits-ui to v2 - autoclosed#112
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency bits-ui to v2 - autoclosed#112renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
4226189 to
3ffb226
Compare
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. |
sry only saw that after i had commented… was to lazy to delete the comment. my bad |
25573e7 to
455a144
Compare
455a144 to
2325286
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.0->2.8.0Release Notes
huntabyte/bits-ui (bits-ui)
v2.8.0Compare Source
Minor Changes
feat(ContextMenu): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Combobox): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(AlertDialog): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Collapsible): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Select): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(LinkPreview): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Dialog): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(DateRangePicker): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(DatePicker): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Popover): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(DropdownMenu): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)feat(Tooltip): add
onOpenChangeCompleteprop which is called after the open/close animations have finished (#1589)Patch Changes
v2.7.0Compare Source
Minor Changes
readonlyprop to make theRadioGroupreadonly (#1579)Patch Changes
v2.6.2Compare Source
Patch Changes
preventScroll={false}(#1577)v2.6.1Compare Source
Patch Changes
data-orientationonTabs.Content(#1571)v2.6.0Compare Source
Minor Changes
feat(Command): add
disableInitialScrollprop toCommand.Rootto prevent undesired scrolling on initial mount (#1548)feat(command): Add
columnsprop for grid functionality (#1548)v2.5.0Compare Source
Minor Changes
feat(RangeCalendar): add
minDaysandmaxDaysprops to require min/max number days in a range (#1558)feat(RangeCalendar): add
excludeDisabledprop that whentrue, will reset the range if it includes a disabled date (#1558)feat(Calendar): add
maxDaysprop to limit the number of days that can be selected whentype="multiple"(#1558)feat(RangeCalendar): add
data-range-middleattribute toDayandCellcomponents to indicate items within the selected range, but not the start or end. Useful for conditional styling. (#1558)feat(RangeCalendar): mark
data-selection-startanddata-selection-endas deprecated in favor ofdata-range-startanddata-range-endwhich introduce improved functionality that would be considered breaking should the behavior be added todata-selection-startanddata-selection-end. Withdata-range-start|end, when the start date is selected but an end has not been selected, that date will have both thedata-range-startanddata-range-endwhich makes it easier to conditionally style the dates (#1558)feat(Select): expose
autocompleteprop onSelect.Rootfor passingautocompleteattribute 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.1Compare 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.0Compare Source
Minor Changes
BitsConfigprovider component for globally configuring default component props via context. (#1530)Patch Changes
v2.3.1Compare Source
Patch Changes
data-statereflects value when showing preview (#1533)v2.3.0Compare Source
Minor Changes
unstable_RatingGrouppending API stabilization and community feedback. (#1525)v2.2.1Compare 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.0Compare Source
Minor Changes
inputValueprop onCombobox.Rootto synchronize input value with programmatic updates to the value from outside Bits UI (#1517)Patch Changes
v2.1.0Compare 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
breaking: bump minimum Svelte peer dependency to
^5.33.0to support Attachments and $props.id(). (#1494)breaking:
@internationalized/dateis now a required peer dependency. (#1494)Minor Changes
feat(Slider): add
Slider.ThumbLabelfor rendering a label positioned relative to aSlider.Thumb. (#1494)feat(Slider): add
Slider.TickLabelfor rendering a label positioned relative to aSlider.Tick. (#1494)feat(Slider): support discrete step values via
steps:number[] | numberonSlider.Root. If an array is passed, it defines the selectable values directly, andmin/maxdefault to the array's bounds. (#1494)feat: add
TimeFieldcomponent for time input with segmented control and full keyboard support. (#1494)feat(Slider): introduce the
tickItemssnippet prop onSlider.Rootas a replacement for the now-deprecatedticks, enabling a more flexible API that better supports renderingTickLabels. PrefertickItemsgoing forward. (#1494)feat: add
TimeRangeFieldcomponent for selecting a start and end time. (#1494)feat(Slider): introduce the
thumbItemssnippet prop onSlider.Rootas a replacement for the now-deprecatedthumbs, enabling a more flexible API that better supports renderingThumbLabels. PreferthumbItemsgoing forward. (#1494)feat(Slider): add
trackPaddingprop toSlider.Rootas an SSR-friendly alternative tothumbPositioning="contain", which requires client-side measurement. (#1494)Patch Changes
nullforrefprop 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.
This PR was generated by Mend Renovate. View the repository job log.