Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps @chakra-ui/react from 2.5.5 to 3.28.0.

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.28.0

Minor Changes

  • #10374 e62bae7 Thanks @​Adebesin-Cell! - Add new TagsInput component for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.

    import { Span, TagsInput } from "@chakra-ui/react"
    export const TagsInputBasic = () => {
    return (
    <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}>
    <TagsInput.Label>Tags</TagsInput.Label>
    <TagsInput.Control>
    <TagsInput.Items />
    <TagsInput.Input placeholder="Add tag..." />
    </TagsInput.Control>
    </TagsInput.Root>
    )
    }

  • bf31e2a Thanks @​segunadebayo! - - Checkbox

    • Fix issue where setting initial checked state to indeterminate doesn't work
    • Ensure api.checkedState returns the correct checked state
    • Collapsible
      • Add support for collapsedHeight and collapsedWidth props to control the dimensions of the collapsible content when in its collapsed state
      • Fix issue where dir prop value doesn't get applied correctly
      • Update the recipe styling as needed (when data-has-collapsed-size is set)
    • Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to inputValue
    • Dialog, Popover: In modal mode, allow elements referenced by aria-controls to be included in the focus trap scope
    • Listbox: Fix issue where pressing Enter key when no highlighted item still calls event.preventDefault()
    • Number Input: Fix cursor jumping to end when typing in the middle with formatOptions like style: "currency"
    • Pagination: Add getPageUrl prop for generating href attributes when using pagination as links
    • Pin Input: Fix issue where keyboard shortcuts Cmd+Backspace and Cmd+Delete would insert "undefined" instead of clearing the field
    • Scroll Area
      • Fix horizontal scrollbar positioning on Safari in RTL mode

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.28.0

Minor Changes

  • #10374 e62bae7 Thanks @​Adebesin-Cell! - Add new TagsInput component for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.

    import { Span, TagsInput } from "@chakra-ui/react"
    export const TagsInputBasic = () => {
    return (
    <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}>
    <TagsInput.Label>Tags</TagsInput.Label>
    <TagsInput.Control>
    <TagsInput.Items />
    <TagsInput.Input placeholder="Add tag..." />
    </TagsInput.Control>
    </TagsInput.Root>
    )
    }

  • bf31e2a Thanks @​segunadebayo! - - Checkbox

    • Fix issue where setting initial checked state to indeterminate doesn't work
    • Ensure api.checkedState returns the correct checked state
    • Collapsible
      • Add support for collapsedHeight and collapsedWidth props to control the dimensions of the collapsible content when in its collapsed state
      • Fix issue where dir prop value doesn't get applied correctly
      • Update the recipe styling as needed (when data-has-collapsed-size is set)
    • Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to inputValue
    • Dialog, Popover: In modal mode, allow elements referenced by aria-controls to be included in the focus trap scope
    • Listbox: Fix issue where pressing Enter key when no highlighted item still calls event.preventDefault()
    • Number Input: Fix cursor jumping to end when typing in the middle with formatOptions like style: "currency"
    • Pagination: Add getPageUrl prop for generating href attributes when using pagination as links
    • Pin Input: Fix issue where keyboard shortcuts Cmd+Backspace and Cmd+Delete would insert "undefined" instead of clearing the field
    • Scroll Area

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 2.5.5 to 3.28.0.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.28.0/packages/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
raduwen Error Error Oct 20, 2025 8:19pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

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.

1 participant