github chakra-ui/ark @ark-ui/solid@5.1.0

latest releases: @ark-ui/mcp@1.2.0, @ark-ui/mcp@1.1.2, @ark-ui/mcp@1.1.1...
6 months ago

Added

  • Implemented support for reactive props in use-*.ts functions.

    const accordionProps = createMemo<UseAccordionProps>(() => ({
      multiple: true,
      value: value(),
      onValueChange: (e) => setValue(e.value),
    }))
    
    const accordion = useAccordion(accordionProps)

Fixed

  • Checkbox: data-invalid is no longer set when invalid is false.
  • Combobox: Fixed unexpected cursor movement when editing input.
  • PinInput: OTP SMS autofill now works as expected.
  • RatingGroup: Fixed incorrect focus placement on the label.
  • TagsInput: Improved caret detection to prevent unintended tag removal.
  • Timer
    • Fixed slowdown when switching tabs/windows.
    • Changed default interval from 250 to 1000.

Don't miss a new ark release

NewReleases is sending notifications on new releases.