@@ -17,6 +17,76 @@ To better understand the changelog, here are some legends we use:
17
17
18
18
<!-- CHANGELOG:INSERT -->
19
19
20
+ ## 03-11-2021
21
+
22
+
23
+
24
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
25
+
26
+ ** Radio** ` v1.3.13 `
27
+
28
+ - Improve types defined for ` getRadioprops `
29
+
30
+ ** Checkbox** ` v1.5.10 `
31
+
32
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
33
+
34
+ ** Menu** ` v1.7.8 `
35
+
36
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
37
+
38
+ ** Modal** ` v1.9.4 `
39
+
40
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
41
+
42
+ ** Popover** ` v1.9.1 `
43
+
44
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
45
+
46
+ ** Theme** ` v1.11.1 `
47
+
48
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
49
+
50
+ ** Toast** ` v1.3.4 `
51
+
52
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
53
+
54
+ ** Tooltip** ` v1.3.14 `
55
+
56
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
57
+
58
+ ** Transition** ` v1.3.8 `
59
+
60
+ - Allow usage of ` framer-motion ` 5.x in ` peerDependency `
61
+
62
+ ** Media Query** ` v1.1.5 `
63
+
64
+ - Corrected eslint errors.
65
+ - Fix an issue where the ` useMediaQuery ` was not updating the array of booleans
66
+ correctly when resizing the viewport.
67
+
68
+ It also removes deprecated calls ` addListener ` and ` removeListener ` in favor of
69
+ the recommended ` addEventListener ` and ` removeEventListener ` calls.
70
+
71
+ ** Color Mode** ` v1.2.0 `
72
+
73
+ Added possibility to use the system preferred color scheme as value for
74
+ ` initialColorMode ` , while still respecting a user's previous choice.
75
+
76
+ As long as the user does not manually select a color mode through a website
77
+ interaction, the theme will change when the system preference changes.
78
+
79
+ This would easily allow for an implementation where the user can choose between
80
+ ` light ` , ` dark ` and ` system ` by simply setting the ` initialColorMode ` setting to
81
+ ` system ` and presenting the user with the three options.
82
+
83
+ ** Popper** ` v2.3.1 `
84
+
85
+ - Remove default ` [] ` value for modifiers and moved it into ` createPopper `
86
+ definition. This allows memoized modifiers to work correctly in user-land when
87
+ used with ` useCallback ` .
88
+
89
+
20
90
## 31-10-2021
21
91
22
92
0 commit comments