@fluentui/react-utilities 9.0.0-rc.4 → 9.0.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +86 -1
- package/CHANGELOG.md +100 -70
- package/dist/{react-utilities.d.ts → index.d.ts} +7 -0
- package/lib/compose/types.d.ts +6 -0
- package/lib/compose/types.js +1 -5
- package/lib/compose/types.js.map +1 -1
- package/lib/hooks/index.d.ts +2 -2
- package/lib/hooks/index.js +2 -2
- package/lib/hooks/index.js.map +1 -1
- package/lib/index.d.ts +8 -4
- package/lib/index.js +5 -4
- package/lib/index.js.map +1 -1
- package/lib/utils/shouldPreventDefaultOnKeyDown.js +4 -0
- package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/lib-commonjs/compose/types.d.ts +6 -0
- package/lib-commonjs/compose/types.js +1 -5
- package/lib-commonjs/compose/types.js.map +1 -1
- package/lib-commonjs/hooks/index.d.ts +2 -2
- package/lib-commonjs/hooks/index.js +4 -4
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/index.d.ts +8 -4
- package/lib-commonjs/index.js +376 -5
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js +4 -0
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/package.json +11 -8
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,92 @@
|
|
2
2
|
"name": "@fluentui/react-utilities",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:04 GMT",
|
6
|
+
"tag": "@fluentui/react-utilities_v9.0.0-rc.7",
|
7
|
+
"version": "9.0.0-rc.7",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-utilities",
|
13
|
+
"commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
|
14
|
+
"comment": "react-utilities: Move to new common folder."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-utilities",
|
21
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
|
22
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"date": "Tue, 19 Apr 2022 19:17:05 GMT",
|
29
|
+
"tag": "@fluentui/react-utilities_v9.0.0-rc.6",
|
30
|
+
"version": "9.0.0-rc.6",
|
31
|
+
"comments": {
|
32
|
+
"none": [
|
33
|
+
{
|
34
|
+
"author": "mgodbolt@microsoft.com",
|
35
|
+
"package": "@fluentui/react-utilities",
|
36
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
37
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"author": "elcraig@microsoft.com",
|
41
|
+
"package": "@fluentui/react-utilities",
|
42
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
43
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"prerelease": [
|
47
|
+
{
|
48
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
49
|
+
"package": "@fluentui/react-utilities",
|
50
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008",
|
51
|
+
"comment": "Removing star exports at src/index.ts"
|
52
|
+
}
|
53
|
+
]
|
54
|
+
}
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"date": "Fri, 04 Mar 2022 05:17:32 GMT",
|
58
|
+
"tag": "@fluentui/react-utilities_v9.0.0-rc.5",
|
59
|
+
"version": "9.0.0-rc.5",
|
60
|
+
"comments": {
|
61
|
+
"prerelease": [
|
62
|
+
{
|
63
|
+
"author": "dzearing@microsoft.com",
|
64
|
+
"package": "@fluentui/react-utilities",
|
65
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
66
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"author": "email not defined",
|
70
|
+
"package": "@fluentui/react-utilities",
|
71
|
+
"commit": "852bd412ad6a682db9dfa44b7275f23fcaccb298",
|
72
|
+
"comment": "Adding helper type to define slot class names."
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"author": "lingfangao@hotmail.com",
|
76
|
+
"package": "@fluentui/react-utilities",
|
77
|
+
"commit": "294f4b7b4cd562451a8d4edfacde3b1872d2b76f",
|
78
|
+
"comment": "fix(shouldPreventDefaultOnKeyDown): return false for events that are default prevented"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"author": "beachball",
|
82
|
+
"package": "@fluentui/react-utilities",
|
83
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
|
84
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
85
|
+
}
|
86
|
+
]
|
87
|
+
}
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"date": "Tue, 01 Mar 2022 02:17:39 GMT",
|
6
91
|
"tag": "@fluentui/react-utilities_v9.0.0-rc.4",
|
7
92
|
"version": "9.0.0-rc.4",
|
8
93
|
"comments": {
|