Skip to content

fix(deps): update disable autoapprove for major updates (main) (major)#19

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-major-disable-autoapprove-for-major-updates
Open

fix(deps): update disable autoapprove for major updates (main) (major)#19
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-major-disable-autoapprove-for-major-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@ark-ui/solid (source) ^4.0.0^5.0.0 age confidence dependencies major
@astrojs/solid-js (source) ^4.4.2^5.0.0 age confidence dependencies major
@biomejs/biome (source) ^1.9.2^2.0.0 age confidence dependencies major 2.3.15
@eslint/js (source) ^9.0.0^10.0.0 age confidence dependencies major
@mikuroxina/mini-fn (source) ^6.6.0^7.0.0 age confidence dependencies major
@types/node (source) ^22.5.5^24.0.0 age confidence dependencies major 24.10.13
@unpic/astro (source) ^0.0.47^1.0.0 age confidence dependencies major
actions/checkout v4v6 age confidence action major
astro-purgecss (source) ^4.6.0^5.0.0 age confidence dependencies major
astro-seo-meta (source) ^4.1.1^5.0.0 age confidence dependencies major
astro-seo-schema (source) ^4.0.2^5.0.0 age confidence dependencies major 5.2.0
eslint-import-resolver-typescript ^3.6.1^4.0.0 age confidence dependencies major
eslint-plugin-regexp ^2.1.1^3.0.0 age confidence dependencies major
eslint-plugin-unicorn ^56.0.0^62.0.0 age confidence dependencies major 63.0.0
globals ^15.0.0^17.0.0 age confidence dependencies major
lefthook ^1.7.15^2.0.0 age confidence dependencies major 2.1.1
npm-run-all2 ^7.0.0^8.0.0 age confidence dependencies major
tj-actions/changed-files v45v47 age confidence action major
vite-tsconfig-paths ^5.0.1^6.0.0 age confidence dependencies major 6.1.1

Release Notes

chakra-ui/ark (@​ark-ui/solid)

v5.31.0

Compare Source

Added
  • Date Picker: Added ValueText component for displaying selected date value(s) with placeholder support and render
    prop for custom formatting
  • Scroll Area: Added overflow CSS variables (--scroll-area-overflow-{x,y}-{start,end}) for scroll fade effects
  • Slider: Added thumbCollisionBehavior prop (none, push, swap)
  • Steps: Added isStepValid, isStepSkippable, and onStepInvalid for validation support
  • Tags Input: Added placeholder prop (shown only when no tags exist)
  • Tooltip: Added data-instant attribute for instant animations
Fixed
  • Auto Resize: Fixed change event not emitted after clearing controlled textarea
  • Date Picker: Fixed visibleRangeText to show correct format based on current view (year/month/day)
  • Dismissable: Fixed issue where closing a nested dialog/popover would incorrectly close its parent layers
  • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
  • SSR: Fixed Deno SSR crashes by replacing native HTML elements with ark factory components
  • Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup
  • Collection, Tree View: Fixed initial focus when first node/branch is disabled
  • Color Picker: Fixed color not updating when selecting black shades in controlled mode
  • Floating Panel: Fixed double-click on minimized title bar incorrectly maximizing
  • Image Cropper: Fixed reset() destroying cropper, prop changes not updating instantly, and panning bounds
  • Number Input: Fixed cursor positioning after clicking label or scrubbing
  • Pagination: Fixed next trigger not disabled when count is 0
  • Slider: Fixed thumb drag from edge in thumbAlignment="contain" mode
  • Switch: Fixed api.toggleChecked() not working
  • Toast: Fixed toasts created before state machine connects not showing
  • Tour: Fixed janky scroll between steps

v5.30.0

Compare Source

Added
  • Date Picker: Added required and invalid props
  • Number Input: Added onValueCommit callback that fires when the input loses focus or Enter is pressed
  • Pagination:
    • Added FirstTrigger and LastTrigger components for navigating to first/last page
    • Added boundaryCount parameter for controlling boundary pages (start/end)
    • Implemented balanced pagination algorithm for consistent UI with max 7 elements
  • Radio Group: Added invalid and required props with corresponding data-* and aria-* attributes
  • Tree View: Added scrollToIndexFn prop to enable keyboard navigation in virtualized trees
Fixed
  • Accordion, Menu: Fixed issue where querying elements by aria-controls attribute could fail when lazy mounting the content
  • Color Picker: Added role="dialog" to content and aria-haspopup="dialog" to trigger when not inline for better accessibility
  • Date Picker: Fixed issue where date picker input does not update format when locale changes
  • Floating Panel:
    • Fixed dir prop now properly delegated to all panel parts
    • Fixed double-click behavior improvements and to check event.defaultPrevented for custom behavior
  • Listbox:
    • Fixed issue where data-highlighted wasn't applied to the first item when using autoHighlight with input filtering
  • Number Input:
    • Fixed improved controlled usage sync
    • Fixed issue where input element doesn't sync when formatOptions changes dynamically
    • Ensured cursor position is preserved when Enter key is pressed and formatting is triggered
    • Fixed cursor jumping to start when value is changed externally via props while user is typing
  • Pagination: Fixed ellipsis showing when only 1 page gap
  • Rating Group: Fixed issue where rating group becomes unfocusable via keyboard when value is 0
  • Tooltip: Fixed tooltip not showing when scrolling with pointer over trigger
Changed
  • Tree View: getVisibleNodes() now returns { node, indexPath }[] instead of node[]

v5.29.1

Compare Source

Fixed
  • Fieldset: Fixed aria-describedby resolution to correctly reference helper text and error text IDs
  • Floating Panel:
    • Fixed resize trigger issue with n axis by explicitly setting top: 0
    • Fixed draggable and resizable options not being respected when set to false
  • Presence: Fixed regression where UNMOUNT transition might not be called consistently

v5.29.0

Compare Source

Added
  • Carousel, Color Picker, Combobox, Date Picker, Select: Added value to OpenChangeDetails for better context
    when handling open state changes
  • Carousel: Added support for autoSize prop to allow variable width/height slide items
  • Splitter:
    • Added Splitter.ResizeTriggerIndicator to render an indicator when resizing
    • Exported getLayout and getSplitterLayout functions for calculating splitter panel layouts
  • Toast: Exposed viewport offset as CSS variables on the toast group element
Fixed
  • Carousel:
    • Fixed dragging behavior that stops working after switching browser tabs or scrolling the page
    • Fixed dragging not working after scrolling with mouse wheel when allowMouseDrag is enabled
  • Combobox: Fixed onHighlightChange not being invoked when collection is filtered to empty
  • Date Picker: Fixed issue where the range date picker crashes when typing the end date first and blurring the input
    field multiple times
  • File Upload: Fixed issue where clicking on non-interactive children inside the dropzone doesn't open the file
    picker
  • Presence: Fixed a bug where elements get stuck in unmountSuspended state during rapid state updates
  • Radio Group:
    • Fixed inconsistent application of data-focus-visible and data-focus attributes
    • Fixed indicator prematurely showing when rect has not been resolved yet (with Tabs)
  • ScrollArea: Removed unnecessary createMemo wrapper in scrollbar props as is already reactive.
  • Splitter: Fixed disabled splitter showing resize cursor and allowing dragging
  • Tabs:
    • Fixed indicator prematurely showing when rect has not been resolved yet (with Radio Group)
    • Fixed tabs indicator position not updating when inactive tabs change size
  • Tags Input: Fixed issue where item delete trigger doesn't have data-* attached

v5.28.0

Compare Source

Added
  • General: Exported InteractOutsideEvent, FocusOutsideEvent, and PointerDownOutsideEvent types for better type
    safety
  • Carousel:
    • Added Carousel.AutoplayIndicator component for conditionally rendering content based on autoplay state
    • Added Carousel.ProgressText component for displaying current page progress (e.g., "1 / 5")
  • Toast: Exported ToastOptions and ToastStoreProps types for better type safety
Changed
  • useListCollection: Updated initialItems to accept readonly arrays for better compatibility with immutable data
    patterns.
  • CollectionItem: Use the collection type from @zag-js/collection just like the other frameworks.
Fixed
  • Combobox:
    • Fixed focus stealing in controlled open mode
    • Removed problematic aria-hidden behavior to allow interaction with other page elements

v5.27.1

Compare Source

Fixed
  • Dialog, Popover: Improved shadow DOM support for interact outside and focus trap detection
  • Marquee: Fixed Firefox flicker and added GPU acceleration
  • Dialog: Fixed layout shift issue when using scrollbar-gutter: stable in CSS
  • Slider: Fixed onValueChangeEnd callback not triggering for programmatic value changes

v5.27.0

Compare Source

Added
  • Marquee [New]: Initial release of marquee component for continuously scrolling content
Fixed
  • Angle Slider: Resolved an issue where dragging the thumb from non-center positions caused unexpected value jumps.
    The thumb now maintains consistent positioning relative to the initial click point.

  • Slider: Fixed a problem where the thumb offset shifted dynamically during dragging, resulting in value jumps. The
    offset now remains constant from the pointer throughout the drag operation.

  • Date Picker: Resolved a crash in the range date picker occurring when users typed the end date first by
    implementing null/undefined checks for date property access.

  • Radio Group: Reverted to offsetLeft/offsetTop calculations to restore correct indicator positioning within
    scrollable container contexts.

  • Tabs: Reverted to offsetLeft/offsetTop calculations to fix indicator positioning issues in scrollable
    containers.

  • Tour:

    • Corrected improper effect cleanup procedures
    • Fixed wait step functionality
    • Added step validation on mount to verify configuration validity

v5.26.2

Compare Source

Fixed
  • Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
    supports aria-label and aria-labelledby props, and automatically falls back to the label element's ID for proper
    ARIA labeling.

  • Select: Fix accessibility violation where the required state was not set correctly to on the trigger.

  • Tags Input: Fix issue where entering a custom tag with combobox integration required pressing Enter twice. The
    tags-input now correctly handles custom values when the combobox has no highlighted item (aria-activedescendant is
    empty), allowing the tag to be added on the first Enter press.

v5.26.1

Compare Source

Fixed
  • Checkbox

    • Fix issue where setting initial checked state to indeterminate doesn't work
    • Ensure api.checkedState returns the correct checked state (boolean | "indeterminate")
  • Collapsible: Fix issue where dir prop value was hardcoded to ltr instead of using the provided value

  • Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to inputValue

  • Listbox: Fix issue where pressing Enter key when no highlighted item still calls event.preventDefault()

  • Radio Group: Refactor to use getBoundingClientRect() for precise indicator positioning

  • Slider

    • Fix issue where slider could stop abruptly when scrubbing thumb
    • Fix issue where range slider thumbs become stuck when dragged to the same position without minStepsBetweenThumbs
  • Tabs: Refactor to use getBoundingClientRect() for precise indicator positioning

  • Tags Input: Fix issue where maxLength doesn't apply to the edit input as well

v5.26.0

Compare Source

Added
  • Collapsible: Add support for collapsedHeight and collapsedWidth props to control the dimensions of the
    collapsible content when in its collapsed state.

  • Focus Trap: Allow elements referenced by aria-controls to be included in the trap scope. This makes it possible
    for menus, popovers, etc. to be portalled and work correctly.

  • Pagination: Add getPageUrl prop for generating href attributes when using pagination as links.

const service = useMachine(pagination.machine, {
  type: 'link',
  getPageUrl: ({ page, pageSize }) => `/products?page=${page}&size=${pageSize}`,
})
  • Select: Add SelectRootComponentProps type export for better component type composition.

  • Listbox: Add ListboxRootComponentProps type export for better component type composition.

  • Combobox: Add ComboboxRootComponentProps type export for better component type composition.

  • TreeView:

    • Add TreeViewRootComponentProps type export for better component type composition.
    • (Experimental) Add support for node renaming functionality:
      • Add TreeViewNodeRenameInput component for inline node label editing
      • Add canRename prop to control which nodes can be renamed
      • Add onRenameStart, onBeforeRename, and onRenameComplete callbacks for rename lifecycle
      • Add CheckedChangeDetails, LoadChildrenErrorDetails, RenameStartDetails, and RenameCompleteDetails type
        exports
Fixed
  • Listbox: Fixed type signature of useListbox to accept MaybeAccessor<UseListboxProps> instead of just
    UseListboxProps. This allows reactive props to be passed correctly.

  • Scroll Area: Fix RTL horizontal scrollbar positioning on Safari

  • Slider: Fix issue where slider continues dragging when disabled during drag operation.

  • Switch: Fix issue where data-active is inconsistently applied when disabled state changes at runtime

v5.25.1

Compare Source

Fixed
  • Date Picker

    • Fix issue where year range picker doesn't show the hovered range
    • Fix issue where quarter presets returns incorrect date
  • FormatByte: Add support for unitSystem property to allow changing between decimal (1000 bytes) and binary (1024
    bytes) systems.

  • Number Input: When formatOptions is used (like style: "currency"), the cursor would jump to the end of the
    input when typing in the middle. The cursor now maintains its relative position during formatting changes.

  • Pin Input: Fix issue where using the keyboard shortcuts Cmd+Backspace and Cmd+Delete to delete text in pin
    inputs would insert "undefined" instead of clearing the field.

  • Scroll Area: Fix issue where resize tracking was not observing the root element, which caused the scrollbar to not
    update when the root element's size changed.

v5.25.0

Compare Source

Added
  • Added mergeProps utility for combining multiple props objects with proper event handler and className merging.
  • Added createContext utility for creating typed React contexts with improved DX.
import { createContext } from '@&#8203;ark-ui/solid/utils'
Fixed
  • AngleSlider: Export angleSliderAnatomy from the anatomy exports

v5.24.1

Compare Source

Fixed
  • General: Fix issue where mergeProps throws when props is undefined or null

v5.24.0

Compare Source

Removed
  • TimePicker: The TimePicker component has been removed from this release. This component was never part of the
    public API and was considered experimental. It had significant bugs and usability issues across all frameworks and
    locales, making it unsuitable for production use.

    Migration: We recommend building a custom time picker using the Select component for simple use cases, or
    implementing a time grid pattern for more complex scenarios.

Added
  • Combobox: Add alwaysSubmitOnEnter prop to allow bypassing the default two-step behavior (Enter to close
    combobox, then Enter to submit form) and instead submit the form immediately on Enter press. This is useful for
    single-field autocomplete forms where Enter should submit the form directly.

  • Dismissable: Add support for layer types in dismissable layer stack. Layers can now be categorized as dialog,
    popover, menu, or listbox. This enables:

    • data-nested attribute on nested layers of the same type
    • data-has-nested attribute on parent layers with nested children of the same type
    • --nested-layer-count CSS variable indicating the number of nested layers of the same type
Changed
  • Hover Card: Change default delay values for hover card to improve accessibility.

    • openDelay: from 700ms to 600ms
  • Tooltip: Change default delay values for tooltip to improve accessibility.
    Learn more

    • openDelay: from 1000ms to 400ms
    • closeDelay: from 500ms to 150ms
Fixed
  • Editable: Allow text selection in editable preview when autoResize is enabled

    Previously, when autoResize was set to true, the preview element had userSelect: "none" applied, preventing
    users from selecting text. This has been fixed by removing the userSelect style property.

  • File Upload: Fix regression where clicking the trigger doesn't open the file picker when used within the dropzone

  • Menu:

    • Fix issue where keyboard activation of menu items with target="_blank" would open two tabs
    • Fix issue where hovering a partially visible item with pointer causes it to scroll into view
  • Tabs: Fix issue where ids for item and content could not be customized

  • Toast: Allow creating a toast store without any arguments

v5.23.0

Compare Source

Added
  • Field: Add data-required attribute to Field.Label

  • Select, Combobox, Listbox, TreeView: Export RootComponent and RootProviderComponent types which are useful
    when building compositions that wrap the Root and RootProvider components and you still want type-safety for the
    collection.

    import { Select } from '@&#8203;ark-ui/solid/select'
    import { styled } from 'styling-lib'
    
    const Root = styled(Select.Root) as Select.RootComponent<{}>
Fixed
  • Menu: Fix Menu.ItemText not working inside Menu.TriggerItem

v5.22.0

Compare Source

Added
  • Combobox: Add ComboboxEmpty component to display content when the combobox has no items

  • Listbox: Add ListboxEmpty component to display content when the listbox has no items

  • Hover Card: Add support for disabled prop

Fixed
  • Collection: Fix issue where disabled items could be reached via typeahead

  • Color Picker: Fix issue where color picker was not working correctly in RTL mode

  • Date Picker: Fix issue where datepicker doesn't revert to a valid value when the input value exceeds the min/max
    and blurred

  • Dismissable: Expose onRequestDismiss custom event handler for event a parent layer requests the child layer to
    dismiss. If prevented via event.preventDefault(), the child layer will not dismiss when the parent layer is
    dismissed.

  • Number Input

    • Omit the input pattern when formatOptions is provided. This prevents native pattern validation from conflicting
      with formatted values (e.g., currency or percent).
    • Handle empty values consistently across all format options.
    • Add data-scrubbing attribute to the number input parts.
  • Tags Input: Fix issue where highlighted item doesn't clear when tabbing out of the input to an external button
    within the control part.

  • Tooltip

    • Set closeOnPointerdown to false when closeOnClick is set to false
    • Reduce bundle size by replacing @zag-js/store dependency with a lightweight store implementation.

v5.21.0

Compare Source

Added
  • Hooks: Add useAsyncList and useCollator hooks for managing asynchronous list operations and locale-aware
    string comparison
  • Toast: Export type definitions ToastActionOptions, ToastPlacement, ToastPromiseOptions, ToastStatus,
    ToastStatusChangeDetails, and ToastType
Changed
  • Fieldset:
    • Update Legend component to render as div instead of legend element for improved styling flexibility
    • Add aria-labelledby attribute to fieldset root for better accessibility by linking to legend
Fixed
  • Date Picker

    • Clear hovered range state after completing range selection instead of waiting for pointer to leave the calendar
      area.
    • Fix issue where month and year select labels don't update correctly when using min/max constraints.
    • Expose disabled on api.getMonths() and api.getYears() results to indicate options out of range for current
      constraints.
  • Listbox

    • Fix issue where first enabled item should be highlighted by default when listbox receives focus and no item is
      currently highlighted.
    • Add getElement to scrollToIndexFn details
    • Track collection changes and clear highlightedValue if the item is no longer in the collection.
  • ScrollArea

    • Avoid detecting hover state from portalled descendants.
    • Add data-dragging attribute to scroll area parts.
  • Select: Add getElement to scrollToIndexFn details

  • Combobox: Add getElement to scrollToIndexFn details

v5.20.0

Compare Source

Added
  • Highlight Word: Add exactMatch option that enables whole-word matching using regex word boundaries.
Fixed
  • Menu: Fix context menu repositioning logic

  • Scroll Area: Add data-hover to scroll area

v5.19.0

Compare Source

Added
  • ScrollArea [NEW]: Add support for new scroll area component.
Fixed
  • ListCollection

    • Avoid recomputing groups on every call to at() and indexOf()
    • Fixed bug in find() method (was checking != null instead of !== -1)
  • GridCollection: Avoid recomputing rows on every call to getRows()

  • Menu

    • Add data-state attribute for context menu trigger
    • Fix context menu positioning bug where reopening at the same coordinates fails to reposition
  • ClientOnly: Fixed issue where ClientOnly component was not exported correctly.

v5.18.4

Compare Source

Fixed
  • Listbox: Add support for navigating grid collections

  • Carousel:

    • Fix an issue where the carousel would not update when slideCount or autoplay props change.
    • Fix an issue where loop: false was ignored when using autoplay. Now, the carousel will stop when it gets to the
      last slide.
  • Date Picker: Expose data-inline attribute on Content part to enable distinct styling for inline date pickers
    versus popover date pickers.

  • Menu: Fix issue where onCheckedChange could be called twice on checkbox or radio item

  • Radio Group: Fixed issue where arrow key navigation doesn't apply data-focus-visible on the newly focused item.

  • TagsInput: Export InputValueChangeDetails type

Changed
  • Async List: Improve type inference for descriptors

  • Framework Components: Improve runtime performance of components

v5.18.3

Compare Source

Fixed
  • General: Fix issue where presence closing animation doesn't work as expected

  • Carousel: Fix issue where controlled carousel ignores last slide

v5.18.2

Compare Source

Fixed
  • Dialog
    • Sync content --layer-index with positioner and backdrop
    • Decouple trapFocus from modal so it's possible to set modal=false and trapFocus=true

v5.18.1

Compare Source

Fixed
  • Date Picker: Fixed issue where hovered range was connect to selected values, when it shouldn't

  • Tree View: Fixed issue where tree view doesn't scroll into view when content overflows.

v5.18.0

Compare Source

Added
  • Collection: Add useListSelection hook for managing collection item selection with support for single/multiple
    selection modes

    const collection = createListCollection({ items: ['React', 'Vue', 'Angular'] })
    const selection = useListSelection({ collection })
    
    // Check if item is selected
    const isSelected = selection.isSelected('React')
    
    // Select/deselect items
    selection.select('React')
    selection.toggle('Vue')
  • File Upload: Add support for programmatically controlling the accepted files via acceptedFiles and
    defaultAcceptedFiles

  • Signature Pad: Add support for programmatically controlling the paths via paths and defaultPaths props.

  • Date Picker: Added hover range preview support for date picker range selection. Added inHoveredRange,
    firstInHoveredRange, and lastInHoveredRange properties to DayTableCellState with corresponding data attributes
    data-in-hover-range, data-hover-range-start, and data-hover-range-end.

    Hover range states are only active when not overlapping with actual selected range, enabling distinct styling for
    hover preview vs actual selection in range mode.

Fixed
  • Date Picker: Fix date comparison issues when time components are involved. This resolves critical issues with date
    comparison operations when different date types (CalendarDate, CalendarDateTime, ZonedDateTime) are mixed,
    particularly in scenarios involving time components.

v5.17.0

Compare Source

Added
  • Checkbox: Add CheckboxGroupProvider component for external checkbox group state management
Fixed
  • Carousel: Fix issue where full page carousel could trap scrolling

  • ListCollection: Export UseListCollectionReturn type

  • TreeCollection: Fix issue where the filter method completely deletes the children key from the node when there
    are no matching children

  • Number Input: Fix issue where default pattern does not allow negative numbers with decimal point

  • File Upload

    • Export FileError, FileMimeType, and FileRejection types
    • Fix issue where calling api.setFiles invokes validation with incorrect acceptedFiles
    • Fix issue where the browser might not be able to infer the mime type of a file due to limitations, drag source or
      security restrictions. As a fallback in the file validation logic, we now infer the mime type from the file
      extension.

v5.16.1

Compare Source

Fixed
  • Combobox

    • Expose reason to onOpenChange and onInputValueChange callbacks
    • Expose api.clearHighlightedValue function to clear highlighted value
  • Date Picker

    • Fix issue where datepicker errors when setting selectionMode=range and minView=year
    • Fix issue where focusedValue could not be fully controlled
  • Listbox: Select highlighted item only if it exists in the collection

  • Progress: Improve valueAsString formatting

  • Select

    • Select highlighted item only if it exists in the collection
    • Expose api.clearHighlightedValue function to clear highlighted value
  • Tour: Fix an issue where the goto function in StepActionMap doesn't work when passing step IDs (string)

  • Tree View: Expose id in the tree node state

v5.16.0

Compare Source

Added
  • Color Picker: Add support for inline prop to render color picker inline
  • Date Picker: Add support for inline prop to render the date calendar inline
Fixed
  • Color Picker: Auto-prefix Hex values with # if missing when using the hex channel input
  • Menu: Fix interaction outside detection for focusable context trigger
  • Tree View: Improve support for rendering tree items as links

v5.15.4

Compare Source

Fixed
  • Combobox, Select, Listbox: Fix issue where rehydrating defaultValue or value after fetching items doesn't
    update the valueAsString

v5.15.3

Compare Source

Fixed
  • Tree View: Fix tree traversal for querying last node

v5.15.2

Compare Source

Fixed
  • Date Picker: Fix issue with keyboard selection where setting unavailable date causes month view to behave
    differently from clicking with mouse

  • Toast: Fix issue where app crashes when toaster.promise is called without loading option. The loading option
    is now required. A warning will be logged if it is not provided

  • Tree View

    • Fix issue where clicking a branch with indeterminate state doesn't check its child nodes
    • Remove aria-busy attribute from branch trigger when not loading children
    • Expose node details in onExpandChange, onSelectionChange and onFocusChange
  • Angle Slider: Fix issue where scrubbing doesn't feel smooth on touch devices

  • Timer

    • Fix issue where timer could continue beyond targetMs when window is not visible
    • Add validation to ensure startMs and targetMs are configured correctly
    • Fix progressPercent calculation for countdown timers

v5.15.1

Compare Source

Fixed
  • Listbox: Fix issue where Listbox.ItemContext was not exported

v5.15.0

Compare Source

Added
  • Tree View
    • Add support for checkbox state for checkbox trees via defaultCheckedValue, checkedValue, onCheckedChange props
    • Add callback for when loadChildren fails via onLoadChildrenError prop
Fixed
  • Progress
    • Fix issue where setting orientation to vertical don't work
    • Fix issue where setting defaultValue to null doesn't show indeterminate state

v5.14.2

Compare Source

Fixed
  • General: Ensure pointerdown or click event handlers only execute when the main button is clicked
  • Tree View: Exported TreeViewNodeState and TreeViewNodeProps types from @zag-js/tree-view
Changed
  • Collection: Improve the APIs around tree.flatten(...) and flattenedToTree to ensure the original node
    properties are preserved.

    Previously, tree.flatten() would return an array of objects with value and label stripping out the original
    node properties.

    const tree = new TreeCollection({
      rootNode: {
        value: 'ROOT',
        children: [{ value: 'child1' }, { value: 'child2' }],
      },
    })
    
    const flattened = tree.flatten()
    const reconstructed = flattenedToTree(flattened)
    
    console.log(reconstructed.rootNode)
    
    // {
    //   value: "ROOT",
    //   children: [{ value: "child1" }, { value: "child2" }],
    // }

v5.14.1

Compare Source

Fixed
  • Popover: Fixed issue where onOpenChange could be called twice when controlled
  • File Utils: Improved downloadFile function to handle webview scenarios
  • Combobox:
    • Fixed issue where onInputValueChange could be called twice when selecting an item
    • Fixed issue where combobox with allowCustomValue: true used within in a form requires two enter keypress to submit

v5.14.0

Compare Source

Added
  • Editable: Added support for activationMode=none
  • Collection
    • Exposed copy method
    • Added support for getParentNodes to accept a value or index path
Fixed
  • Collection: Fixed issue where entrypoint @ark-ui/solid/collection was not working as expected
  • Carousel: Fixed issue where carousel crashes when slidesPerPage is 0
  • File Upload: Prevented undefined in acceptedFiles when no files accepted
  • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
  • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
  • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item

v5.13.0

Compare Source

Added
  • Collection: Add new useListCollection hook to create a dynamic list collection.
Fixed
  • Progress: Export ProgressValueChangeDetails and ProgressValueTranslationDetails types from @zag-js/progress

v5.12.0

Compare Source

Added
  • Tree View: Add support for lazy loading node children. To use this, you need to provide:
    • loadChildren is a function that is used to load the children of a node.
    • onLoadChildrenComplete is a callback that is called when the children of a node are loaded. Used to update the
      tree collection.
    • Add childrenCount to the node object to indicate the number of children.
Fixed
  • Slider
    • Fixed issue where Shift + ArrowRight set value to 0 instead of max when step is too large (e.g. 20)
    • Fixed issue where onValueChangeEnd doesn't return the latest value when dragging very fast

v5.11.0

Compare Source

Added
  • File Upload: Added support for transforming uploaded files via transformFiles context property.
Fixed
  • Slider: Fixed issue where minStepsBetweenThumbs isn't computed correctly when interacting with pointer or
    keyboard.

v5.10.0

Compare Source

Added
  • [NEW] Password Input: Added PasswordInput component for collecting secure text inputs.
import { PasswordInput } from '@&#8203;ark-ui/solid/password-input'
import { EyeIcon, EyeOffIcon } from 'lucide-solid'

export const Basic = () => (
  <PasswordInput.Root>
    <PasswordInput.Label>Password</PasswordInput.Label>
    <PasswordInput.Control>
      <PasswordInput.Input />
      <PasswordInput.VisibilityTrigger>
        <PasswordInput.Indicator fallback={<EyeOffIcon />}>
          <EyeIcon />
        </PasswordInput.Indicator>
      </PasswordInput.VisibilityTrigger>
    </PasswordInput.Control>
  </PasswordInput.Root>
)
  • Select: Added onSelect callback that gets fired when an item is selected via keyboard/mouse.
Fixed
  • Color Picker: Fixed issue where value change end event is invoked when committing via an input.

  • Toast: Fixed issue where calling toast.remove() without an id shows a TypeScript error.

  • Field: Fixed issue where helper text and error text could not be detected in shadow DOM environments.

v5.9.2

Compare Source

Fixed
  • Collection: Export CollectionOptions, TreeCollectionOptions, GridCollectionOptions types.

  • Carousel

    • Fix issue where focusing on carousel region and navigating with keyboard doesn't work as expected
    • Fix issue when allowMouseDrag is set where carousel no longer snaps after mouse interaction
  • Combobox: Fix issue where onInputValueChange doesn't get called when autoFocus is set to true

  • Slider: Fix issue where slider could throw a error when rendered in an popover or dialog

  • Tour: Fix issue where calling api.start(<id>) with a step id doesn't work as expected

v5.9.1

Compare Source

Fixed
  • Collection: Fix issue where getNextValue and getPreviousValue doesn't work as expected when groupBy is used.

v5.9.0

Compare Source

Added
  • Locale: Added useFilter hook to filter data based on the current locale.
  • Format: Added FormatRelativeTime component for formatting relative time.

v5.8.0

Compare Source

Added
  • Date Picker: Added support for outsideDaySelectable prop to allow selecting days outside the current month (on
    the same visible date range)

v5.7.0

Compare Source

Added
  • [NEW] Listbox: Introduced the Listbox component for selecting a single or multiple items from a list. See the
    documentation for details.
  • Improved support for grouping collection items. Check the Listbox, Select or Combobox documentation for more
    details.
Changed
  • Added package.json to exports for improved compatibility with tools like Vite.

v5.6.0

Compare Source

Added
  • [NEW] AngleSlider: Introduced the AngleSlider component for selecting an angle. See the
    documentation for details.
  • [NEW] FloatingPanel: Introduced the FloatingPanel component for creating floating windows. See the
    documentation for details.
  • Toast: Added toast queuing when the max limit is reached:
    • New toasts were queued instead of dropped
    • Queued toasts were shown when space became available
    • Queue cleared when all toasts were removed
  • Combobox:
    • Fallbacked to the trigger element as the positioning anchor
    • Added data-empty attribute to indicate an empty listbox or content

v5.5.0

Compare Source

Added
  • Presence: Added support for skipping the initial animation when the component is mounted. This can be used in all
    disclosure components (e.g., Dialog, DatePicker, Menu etc).
Fixed
  • Tabs: Fixed issue where tabs indicator animation behaves inconsistently.

  • Date Picker

    • Fixed issue where datepicker throws error when navigating month view.
    • Fixed issue where range selection doesn't reset correctly when clicking the same start date.
  • Disclosure Components

    • Fixed issue where pointerdown outside doesn't work consistently on mobile devices.
    • Improved pointerdown outside click detection in shadow DOM environments.

v5.4.0

Compare Source

Added
  • Slider

    • Add support for origin: end to align the thumb to the end of the track.
    • Expose thumbSize as CSS variables in the root element. Can be useful for styling the slider.
  • Menu

    • Added onSelect event to the Menu.Item component.
Fixed
  • Ensured each component's state machine starts before processing events.
  • HoverCard, ColorPicker: Added missing tabIndex for better dialog support.
  • Menu: Assigned unique IDs to menu items to improve accessibility and HTML validation.
  • DatePicker: Improved reactivity of the columns prop in DatePicker.Table.
  • Field: Improved reactivity of the value prop in Field.Textarea.
  • Toggle: Improved reactivity of the children and fallback props in Toggle.Indicator.

v5.3.1

Compare Source

Fixed
  • Fixed an issue where a function was imported from a package that wasn't declared as a dependency.

v5.3.0

Compare Source

Added
  • Collapsible: Added an Indicator part to display whether the collapsible was open or closed.
  • ColorPicker: Added support for formatting the ValueText component.
<ColorPicker.ValueText format="hex" /> // #ff0000
Fixed
  • Combobox: Fixed an issue where onOpenChange was called with the same open value.
  • Splitter: Fixed an issue where onResizeStart and onResizeEnd callbacks weren't triggered during keyboard
    interactions.

v5.2.0

Compare Source

Added
  • [NEW] DownloadTrigger: Added Component for downloading a blob or file, whether retrieved synchronously or
    asynchronously.
import { DownloadTrigger } from '@&#8203;ark-ui/solid/download-trigger'

export const DownloadImage = () => {
  async function fetchImage() {
    const response = await fetch('https://picsum.photos/200/300')
    return response.blob()
  }

  return (
    <DownloadTrigger data={fetchImage} fileName="avatar.jpeg" mimeType="image/jpeg">
      Download Image
    </DownloadTrigger>
  )
}
Changed
  • NumberInput: Set the default step to 0.01 when formatOptions.style was set to percent.
  • [Breaking] Splitter: Redesigned splitter machine to support more use cases and improve DX. Check out the
    Splitter documentation for more details.
Fixed
  • Presence: Fixed issue where onExitComplete was not being called.
  • Select: Fixed issue where select valueAsString lost reactivity.
  • Toast:
    • Fixed issue where setting offsets to undefined caused the machine to throw.
    • Fixed issue where onExitComplete was not being called.

[v5.1.1](https://redirect.github.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the deps label Dec 6, 2024
@renovate renovate bot requested a review from a team December 6, 2024 15:27
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 3c48063 to 6605486 Compare December 6, 2024 18:37
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 6605486 to 325202f Compare December 22, 2024 14:09
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 325202f to 71b20b0 Compare January 22, 2025 18:17
@renovate renovate bot changed the title fix(deps): update disable autoapprove for major updates to v5 (main) (major) fix(deps): update disable autoapprove for major updates (main) (major) Jan 22, 2025
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 71b20b0 to c31812d Compare February 2, 2025 12:56
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 3 times, most recently from 835379c to 1351011 Compare February 23, 2025 14:54
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 6b6e252 to 81f9424 Compare March 8, 2025 02:36
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 67da183 to 5ff4eb4 Compare March 16, 2025 13:58
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 5eb8b2e to 934672d Compare March 20, 2025 02:35
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 934672d to 46b30ac Compare March 27, 2025 11:00
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 6b36189 to 07bc59d Compare April 6, 2025 17:21
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 07bc59d to fe3b711 Compare April 18, 2025 10:44
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 31b5f3b to 1cd661c Compare May 5, 2025 22:42
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 1cd661c to 2ab2e7d Compare May 25, 2025 13:33
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 2ab2e7d to 92a867e Compare June 8, 2025 13:03
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 2e377ce to 4d33cd4 Compare June 22, 2025 12:28
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 4d33cd4 to 03dafde Compare July 6, 2025 12:59
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from de73883 to cd41fa9 Compare July 24, 2025 17:33
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from cd41fa9 to 304957e Compare August 14, 2025 12:41
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 304957e to 65bd50e Compare August 17, 2025 13:32
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 65bd50e to 84a2091 Compare September 19, 2025 16:02
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 84a2091 to 6e442a7 Compare September 28, 2025 18:03
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 6e442a7 to 803f261 Compare October 11, 2025 01:01
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 3 times, most recently from c9b7ad0 to 3ccee08 Compare October 29, 2025 11:52
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 3ccee08 to 2ab522e Compare November 23, 2025 16:59
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch 2 times, most recently from 70005a4 to d69122b Compare December 5, 2025 04:51
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from d69122b to 0a33316 Compare December 18, 2025 01:15
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 0a33316 to f037114 Compare January 4, 2026 22:53
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from f037114 to 0560937 Compare January 25, 2026 09:53
@renovate renovate bot force-pushed the renovate/main-major-disable-autoapprove-for-major-updates branch from 0560937 to 4c5f297 Compare February 10, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants