forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.changelogrc
52 lines (30 loc) · 1.34 KB
/
.changelogrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## 25-03-2022
**Tabs** `v1.6.9`
- Add height & width to the TabIndicator transition properties
**Checkbox** `v1.7.0`
- Add support for passing `inputProps` to underlying input element
**Radio** `v1.5.0`
- Add support for passing `inputProps` to underlying input element
- Add type for state returned by use-radio hook
**Editable** `v1.4.1`
- Call `setPrevValue` `onFocus` to avoid an outdated prev value when the field is
controlled
**Layout** `v1.7.8`
- Fix buttons zIndex within LinkBox and usage of LinkOverlay
- Remove `noreferrer` attribute from link component
**Styled System** `v1.19.0`
- Updated `_dark` and `_light` pseudo selectors to allow semantic tokens to change
with the `data-theme` attributes.
- Added `number` type for text underline offset of text decoration props
**Toast** `v1.5.8`
- use default options as well when providing options to useToast
**Hooks** `v1.9.0`
- Control whether Tooltip can be closed with Esc key
**Tooltip** `v1.5.0`
- Control whether Tooltip can be closed with Esc key
**System** `v1.12.0`
- Added `[data-theme]` to the CSS variables root selector. This allows the
semantic tokens to change according to `data-theme="dark"` and
`data-theme="light"` DOM element attributes.
**Modal** `v1.11.0`
- Add `onCloseComplete` prop to Modal which is called when all DOM nodes of the `Modal` are removed.