-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0a6407
commit 1fe3709
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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] | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1fe3709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ark-website – ./
ark-website-git-main-chakra-ui.vercel.app
ark-website-three.vercel.app
ark-website-chakra-ui.vercel.app
ark-ui.com