forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.changelogrc
71 lines (39 loc) · 1.62 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
## 20-06-2022
`@chakra-ui/react@2.2.2`
- Remove internal usage of createBreakpoints function
**Skeleton** `v2.0.7`
- extend doc for `fadeDuration` prop
- Remove internal usage of createBreakpoints function
**Color Mode** `v2.1.0`
- Check if the MediaQueryList object supports the addEventListener() method, else
fallback to the legacy .addListener() method.
**Cli** `v2.1.1`
- Add --no-format option
- Fix issue where CLI crashed due to lodash throttle dependency
**Toast** `v3.0.0`
- Move `@chakra-ui/system` to peer dependency
**System** `v2.2.0`
- Extract and export `getToken` function from `useToken`
- Improve parameter types for `useToken`- Remove internal usage of createBreakpoints function
**Media Query** `v3.1.1`
- Remove internal usage of createBreakpoints function
**Styled System** `v2.2.1`
- Remove internal usage of createBreakpoints function
**Theme** `v2.1.1`
- Remove internal usage of createBreakpoints function
- Add border radius of zero to the default full size modal
**Theme Tools** `v2.0.3`
- Remove internal usage of createBreakpoints function
**Layout** `v2.0.3`
- SimpleGrid: Fix issue where `minChildWidth` doesn't work with size tokens
**Descendant** `v3.0.3`
- Apply type constraints to `useDescendants` hook for improved TypeScript 4.8 support
**Checkbox** `v2.1.1`
- fixed issue where switch cannot be toggled when text is selectedd
**Tooltip** `v2.0.3`
- Avoid rendering multiple tooltips so that they are not appeared after opening a
modal
**Radio** `v2.0.3`
- Fix issue where radio doesn't show focus when interacting with keyboard
**Modal** `v2.1.0`
- Export `useDrawerContext` hook