forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.changelogrc
55 lines (35 loc) · 1.14 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
53
54
55
## 06-04-2022
`@chakra-ui/[email protected]`
**Menu** `v1.8.11`
- Fix issue where menu items cannot type `type=submit`
- Fix issue where Create React App template fails with newer versions of
`framer-motion`
**Editable** `v1.4.2`
- Fix issue where editable preview remains interactive even when
`isDisabled: true` is passed.
**Form Control** `v1.6.0`
- Introduced `optionalIndicator` for `FormLabel`
Similar to the `RequiredIndicator` the `OptionalIndicator` signalizes when a
field is optional.
**Hooks** `v1.9.1`
- Improve stability of `useBoolean` hook to ensure setter object reference stays
the same
**Checkbox** `v1.7.1`
- Fix issue where Create React App template fails with newer versions of
`framer-motion`
- Fix radio cursor when disabled
**Layout** `v1.8.0`
- Add support for vertical and horizontal spacing options in the Wrap component.
```jsx live=false
<Wrap spacingX="2" spacingY="4">
<Box />
<Box />
<Box />
<Box />
</Wrap>
```
> Falls back to the `spacing` prop for by default
**Theme** `v1.14.1`
- Fix radio cursor when disabled
**Transition** `v1.4.8`
- Fix intermittent Collapse component overflow initial/hidden issue