Skip to content

Commit

Permalink
chore: release @ark-ui/react v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jul 21, 2023
1 parent a0a6407 commit 1fe3709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file

## [Unreleased]

## [0.9.0] - 2023-07-21

### Added

- To improve performance and reduce initial load times, we've introduced two new properties to the `AccordionContent`, `ComboboxContent`, `DialogBackdrop`, `DialogContent`, `HoverCardContent`, `PopoverContent`, `SelectContent`, and `TooltipContent` components. The `lazyMount` property allows for on-demand rendering of content, while the `unmountOnExit` property enables the removal of the component from the DOM once it's no longer required, ensuring better resource management and cleaner code.
Expand Down Expand Up @@ -131,7 +133,7 @@ description: All notable changes to this project will be documented in this file
- Add `Toast`
- Add `Tooltip`

[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.8.1...HEAD
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.9.0...HEAD
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
Expand All @@ -144,3 +146,5 @@ description: All notable changes to this project will be documented in this file
[0.7.3]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.8.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.8.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]

[0.9.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark-ui/react",
"version": "0.8.1",
"version": "0.9.0",
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
"keywords": [],
"homepage": "https://ark-ui.com",
Expand Down

1 comment on commit 1fe3709

@vercel
Copy link

@vercel vercel bot commented on 1fe3709 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.