-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
Co-authored-by: Segun Adebayo <[email protected]>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,38 @@ | ||
# Change Log | ||
|
||
## 2.2.0 | ||
|
||
### Minor Changes | ||
|
||
- [`c31df5a4b`](https://github.com/chakra-ui/chakra-ui/commit/c31df5a4bf5077f6f008b3ff27247d81e2402cf1) | ||
Thanks [@segunadebayo](https://github.com/segunadebayo)! - - Add new | ||
`Indicator` layout component. Useful for positioning an element in the corners | ||
of another element. | ||
|
||
For example, let's say you want to position a notification badge in the top | ||
end corner of a box. You can use the `Indicator` component to achieve this. | ||
|
||
```jsx live=false | ||
<Box position="relative" width="80px" height="80px" bg="gray.50"> | ||
<Indicator placement="top-end"> | ||
<Circle size="5" bg="red.100"> | ||
3 | ||
</Circle> | ||
</Indicator> | ||
</Box> | ||
``` | ||
|
||
- Refactored the `Stack` and `Wrap` components to use the flex gap instead of | ||
the owl selector `& > * ~ *` for spacing. | ||
|
||
This fixes an issue where you can't use raw text nodes as a child of the | ||
`Stack` or `Wrap` component. | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @chakra-ui/[email protected] | ||
## 2.1.19 | ||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Change Log | ||
|
||
## 2.1.15 | ||
|
||
### Patch Changes | ||
|
||
- [`6f9eb3518`](https://github.com/chakra-ui/chakra-ui/commit/6f9eb35187ded25fc0b3082330330ec35a1dafe8) | ||
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where | ||
keyboard events don't work reliably when a MenuItem contains a Dialog or | ||
similar interactive element. | ||
- Updated dependencies []: | ||
- @chakra-ui/[email protected] | ||
- @chakra-ui/[email protected] | ||
- @chakra-ui/[email protected] | ||
- @chakra-ui/[email protected] | ||
|
||
## 2.1.14 | ||
|
||
### Patch Changes | ||
|
ee4ffd6
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:
chakra-ui-storybook – ./
chakra-ui-storybook-git-main-chakra-ui.vercel.app
chakra-ui-storybook-chakra-ui.vercel.app
chakra-ui-storybook.vercel.app
storybook.chakra-ui.com