forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.changelogrc
90 lines (54 loc) · 2.19 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
## 05-02-2022
`@chakra-ui/[email protected]`
- allow framer motion v6 as peer dependency
**Input** `v1.4.0`
- Add new prop `htmlSize` to `Input` to allow the usage of the native input
attribute `size`.
- Apply theme styles for `InputLeftElement` and `InputRightElement`.
**Media Query** `v2.0.0`
- Support useMediaQuery for older browsers. Conditionally check if the
MediaQueryList object supports the addEventListener() method, else fallback to
the legacy .addListener() method.
**Cli** `v1.8.0`
- Fixed an internal version number mismatch
- When the [Chakra CLI](https://chakra-ui.com/docs/theming/advanced#theme-typings)
fails to generate theme typings, it now exits with a status code of `1`. This
resolves an issue where failures exited with a success status code.
- Increased scan depth for tokens in cli tooling
**Tooltip** `v1.4.5`
- Fix an issue where arrow tooltip background color only consider bg props. It
considers `bg`, `background`, `bgColor` and `backgroundColor` now.
- allow framer motion v6 as peer dependency
**Accordion** `v1.4.5`
- allow framer motion v6 as peer dependency
- Add missing peer dependencies
**Checkbox** `v1.6.4`
- allow framer motion v6 as peer dependency
- Fixing a bug that happens when using the useCheckboxGroup hook with number
values instead of string values
**Menu** `v1.8.5`
- allow framer motion v6 as peer dependency
**Modal** `v1.10.6`
- allow framer motion v6 as peer dependency
**Popover** `v1.11.3`
- allow framer motion v6 as peer dependency
**Switch** `v1.3.4`
- allow framer motion v6 as peer dependency
- Add missing peer dependencies
**Toast** `v1.5.3`
- allow framer motion v6 as peer dependency
- Fixed an issue where the `useToast` function returned a new object on every
render.
**Transition** `v1.4.4`
- allow framer motion v6 as peer dependency
**Utils** `v1.10.1`
- Fixing a bug that happens when using the useCheckboxGroup hook with number
values instead of string values
**System** `v1.10.2`
- Disallow props that do not exist in the prop interface
**Form Control** `v1.5.5`
- Remove redundant `useMemo` from `FormControl`
**Anatomy** `v1.2.2`
- Add missing peer dependencies
**Skeleton** `v1.2.8`
- Add missing peer dependencies