Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps @ark-ui/react from 2.2.3 to 3.10.0.

Release notes

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

@​ark-ui/react@​3.10.0

Fixed

  • Steps: Fixed issue where steps context was not exported

Added

  • Checkbox: Added invalid prop to Checkbox.Group

@​ark-ui/react@​3.9.0

Added

  • Editable

    • Add support for controlled the editable's state (edit/preview) using edit and onEditChange
  • Pagination

    • Expose api.count property

Changed

  • Editable

    • Removed onEdit in favor of onEditChange
    • Removed startsWithEditView in favor of edit prop

Fixed

  • Dialog

    • Fix issue where closing a nested dialog focuses the first focusable element in the parent dialog instead of the previously focused element.
  • Steps: Fixed issue where the steps component was not exported in the index file.

@​ark-ui/react@​3.8.0

Added

  • Steps (Preview): Added Steps component.
<Steps.Root count={1}>
  <Steps.List>
    <Steps.Item index={0}>
      <Steps.Trigger>
        <Steps.Indicator>1</Steps.Indicator>
        First
      </Steps.Trigger>
      <Steps.Separator />
</tr></table> 

... (truncated)

Changelog

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

[3.10.0] - 2024-09-02

Fixed

  • Steps: Fixed issue where steps context was not exported

Added

  • Checkbox: Added invalid prop to Checkbox.Group

[3.9.0] - 2024-08-22

Added

  • Editable

    • Add support for controlled the editable's state (edit/preview) using edit and onEditChange
  • Pagination

    • Expose api.count property

Changed

  • Editable

    • Removed onEdit in favor of onEditChange
    • Removed startsWithEditView in favor of edit prop

Fixed

  • Dialog

    • Fix issue where closing a nested dialog focuses the first focusable element in the parent dialog instead of the previously focused element.
  • Steps: Fixed issue where the steps component was not exported in the index file.

[3.8.0] - 2024-08-19

Added

  • Steps (Preview): Added Steps component.
<Steps.Root count={1}>
  <Steps.List>
    <Steps.Item index={0}>
      <Steps.Trigger>
        <Steps.Indicator>1</Steps.Indicator>
</tr></table> 

... (truncated)

Commits
  • bbb5e01 chore: release @​ark-ui/react v3.10.0
  • 9fcc120 chore(deps): update lucide-icons to v0.438.0 (#2834)
  • 6487b51 chore(deps): update dependency @​types/react to v18.3.5 (#2824)
  • f647ae2 feat: add invalid to checkbox group
  • 057d737 fix: steps export
  • f846a1d build: simplify package exports
  • 3ed7ad6 chore(deps): update lucide-icons to v0.436.0 (#2811)
  • 82a347f chore(deps): update dependency react-hook-form to v7.53.0 (#2809)
  • 58a6c9d chore(timer): generate more examples
  • d6cc485 chore(deps): update dependency jsdom to v24.1.3 (#2805)
  • Additional commits viewable in compare view

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 [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react) from 2.2.3 to 3.10.0.
- [Release notes](https://github.com/chakra-ui/ark/releases)
- [Changelog](https://github.com/chakra-ui/ark/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/ark/commits/@ark-ui/[email protected]/packages/react)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@github-actions
Copy link

github-actions bot commented Sep 9, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #512.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ark-ui/react-3.10.0 branch September 16, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant