@fluentui/react-accordion 0.0.0-nightlyfbae36b19b20211111.1 → 0.0.0-nightlyfc5cfdc52420220215.1
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 +325 -22
- package/CHANGELOG.md +76 -14
- package/Spec.md +33 -2
- package/dist/react-accordion.d.ts +37 -56
- package/lib/components/Accordion/Accordion.d.ts +1 -1
- package/lib/components/Accordion/Accordion.js +9 -9
- package/lib/components/Accordion/Accordion.js.map +1 -1
- package/lib/components/Accordion/Accordion.types.d.ts +4 -3
- package/lib/components/Accordion/renderAccordion.d.ts +1 -1
- package/lib/components/Accordion/renderAccordion.js +3 -2
- package/lib/components/Accordion/renderAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordion.d.ts +2 -3
- package/lib/components/Accordion/useAccordion.js +4 -2
- package/lib/components/Accordion/useAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordionContextValues.d.ts +1 -1
- package/lib/components/Accordion/useAccordionContextValues.js +1 -1
- package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib/components/Accordion/useAccordionStyles.d.ts +1 -1
- package/lib/components/Accordion/useAccordionStyles.js +2 -2
- package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeader.d.ts +2 -1
- package/lib/components/AccordionHeader/AccordionHeader.js +10 -9
- package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +12 -11
- package/lib/components/AccordionHeader/index.d.ts +0 -1
- package/lib/components/AccordionHeader/index.js +0 -1
- package/lib/components/AccordionHeader/index.js.map +1 -1
- package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +1 -1
- package/lib/components/AccordionHeader/renderAccordionHeader.js +8 -4
- package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeader.d.ts +2 -6
- package/lib/components/AccordionHeader/useAccordionHeader.js +28 -19
- package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +39 -49
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItem.d.ts +1 -1
- package/lib/components/AccordionItem/AccordionItem.js +9 -9
- package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItem.types.d.ts +4 -3
- package/lib/components/AccordionItem/AccordionItemContext.d.ts +1 -1
- package/lib/components/AccordionItem/AccordionItemContext.js +1 -1
- package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib/components/AccordionItem/renderAccordionItem.d.ts +1 -1
- package/lib/components/AccordionItem/renderAccordionItem.js +4 -4
- package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItem.d.ts +2 -6
- package/lib/components/AccordionItem/useAccordionItem.js +4 -6
- package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +1 -1
- package/lib/components/AccordionItem/useAccordionItemContextValues.js +1 -1
- package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +1 -1
- package/lib/components/AccordionItem/useAccordionItemStyles.js +2 -2
- package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.d.ts +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.js +7 -7
- package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +2 -2
- package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +1 -1
- package/lib/components/AccordionPanel/renderAccordionPanel.js +4 -4
- package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanel.d.ts +2 -6
- package/lib/components/AccordionPanel/useAccordionPanel.js +6 -9
- package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +1 -1
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js +2 -2
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/lib-commonjs/components/Accordion/Accordion.d.ts +1 -1
- package/lib-commonjs/components/Accordion/Accordion.js +5 -5
- package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/Accordion.types.d.ts +4 -3
- package/lib-commonjs/components/Accordion/renderAccordion.d.ts +1 -1
- package/lib-commonjs/components/Accordion/renderAccordion.js +5 -4
- package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordion.d.ts +2 -3
- package/lib-commonjs/components/Accordion/useAccordion.js +7 -5
- package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +1 -1
- package/lib-commonjs/components/Accordion/useAccordionContextValues.js +3 -3
- package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +1 -1
- package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -5
- package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +2 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js +6 -5
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +12 -11
- package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -1
- package/lib-commonjs/components/AccordionHeader/index.js +0 -2
- package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js +10 -7
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +2 -6
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +31 -20
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js +3 -3
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +46 -55
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.js +5 -5
- package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +4 -3
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +3 -3
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js +6 -7
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +2 -6
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js +7 -9
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js +3 -3
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -5
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js +4 -4
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +2 -2
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +1 -1
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js +6 -7
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +2 -6
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +8 -11
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +6 -6
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/package.json +17 -19
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -12
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -41
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -23
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -50
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,17 +2,314 @@
|
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-accordion_v0.0.0-
|
|
7
|
-
"version": "0.0.0-
|
|
5
|
+
"date": "Tue, 15 Feb 2022 04:11:37 GMT",
|
|
6
|
+
"tag": "@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
7
|
+
"version": "0.0.0-nightlyfc5cfdc52420220215.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
11
11
|
"author": "email not defined",
|
|
12
12
|
"package": "@fluentui/react-accordion",
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9",
|
|
14
14
|
"comment": "Release nightly v9"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-accordion",
|
|
19
|
+
"comment": "Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
20
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-accordion",
|
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
26
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-accordion",
|
|
31
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
32
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-accordion",
|
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
38
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-accordion",
|
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
44
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-accordion",
|
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1",
|
|
50
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"none": [
|
|
54
|
+
{
|
|
55
|
+
"author": "bsunderhus@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-accordion",
|
|
57
|
+
"commit": "3068d4518c5e599c60a216455eac40531d896162",
|
|
58
|
+
"comment": "Updates spec and story to add warning about heading level"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"date": "Thu, 10 Feb 2022 08:52:11 GMT",
|
|
65
|
+
"tag": "@fluentui/react-accordion_v9.0.0-rc.1",
|
|
66
|
+
"version": "9.0.0-rc.1",
|
|
67
|
+
"comments": {
|
|
68
|
+
"prerelease": [
|
|
69
|
+
{
|
|
70
|
+
"author": "olfedias@microsoft.com",
|
|
71
|
+
"package": "@fluentui/react-accordion",
|
|
72
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
|
73
|
+
"comment": "update @fluentui/react-icons package"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"author": "olfedias@microsoft.com",
|
|
77
|
+
"package": "@fluentui/react-accordion",
|
|
78
|
+
"commit": "b8537fb52cc3cc2787be5675c65300e01d882add",
|
|
79
|
+
"comment": "update styles to not use CSS shorthands"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"author": "mgodbolt@microsoft.com",
|
|
83
|
+
"package": "@fluentui/react-accordion",
|
|
84
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
|
85
|
+
"comment": "remove export of commons types"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"author": "behowell@microsoft.com",
|
|
89
|
+
"package": "@fluentui/react-accordion",
|
|
90
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
|
91
|
+
"comment": "Refactor component Slot typings"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"author": "tristan.watanabe@gmail.com",
|
|
95
|
+
"package": "@fluentui/react-accordion",
|
|
96
|
+
"commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
|
|
97
|
+
"comment": "Allow React 17 in peerDependencies."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"author": "behowell@microsoft.com",
|
|
101
|
+
"package": "@fluentui/react-accordion",
|
|
102
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
|
103
|
+
"comment": "Remove component's shorthandProps array"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"author": "olfedias@microsoft.com",
|
|
107
|
+
"package": "@fluentui/react-accordion",
|
|
108
|
+
"commit": "a2e02b2015b1f9307c69c8ecf005c166d496e206",
|
|
109
|
+
"comment": "use Griffel packages"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
113
|
+
"package": "@fluentui/react-accordion",
|
|
114
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
|
115
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"author": "bsunderhus@microsoft.com",
|
|
119
|
+
"package": "@fluentui/react-accordion",
|
|
120
|
+
"commit": "940a86cbd6a9f711d275df3a823292b527017852",
|
|
121
|
+
"comment": "Removes children as a slot from AccordionHeader"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"author": "lingfangao@hotmail.com",
|
|
125
|
+
"package": "@fluentui/react-accordion",
|
|
126
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
|
127
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"author": "sarah.higley@microsoft.com",
|
|
131
|
+
"package": "@fluentui/react-accordion",
|
|
132
|
+
"commit": "d0758018bf44c69e01451c8a6bd4f73b43e397b7",
|
|
133
|
+
"comment": "update semantic elements and ARIA roles in react-accordion, add heading level story"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"author": "ololubek@microsoft.com",
|
|
137
|
+
"package": "@fluentui/react-accordion",
|
|
138
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
|
139
|
+
"comment": "Update react-icons usage to resizable icons"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"author": "behowell@microsoft.com",
|
|
143
|
+
"package": "@fluentui/react-accordion",
|
|
144
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
|
145
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
149
|
+
"package": "@fluentui/react-accordion",
|
|
150
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
|
151
|
+
"comment": "Updating based on changes to composition types."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
155
|
+
"package": "@fluentui/react-accordion",
|
|
156
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
|
157
|
+
"comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
161
|
+
"package": "@fluentui/react-accordion",
|
|
162
|
+
"commit": "22ef7434eddbe45d8818b16ff43c3488ac84ae45",
|
|
163
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"author": "behowell@microsoft.com",
|
|
167
|
+
"package": "@fluentui/react-accordion",
|
|
168
|
+
"commit": "dfb5538a2494b48cbb61702c4c2c9aaf8de37a6f",
|
|
169
|
+
"comment": "Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"author": "beachball",
|
|
173
|
+
"package": "@fluentui/react-accordion",
|
|
174
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
|
|
175
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"author": "beachball",
|
|
179
|
+
"package": "@fluentui/react-accordion",
|
|
180
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
|
|
181
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"author": "beachball",
|
|
185
|
+
"package": "@fluentui/react-accordion",
|
|
186
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
|
187
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"author": "beachball",
|
|
191
|
+
"package": "@fluentui/react-accordion",
|
|
192
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
|
193
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"author": "beachball",
|
|
197
|
+
"package": "@fluentui/react-accordion",
|
|
198
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
|
199
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"author": "beachball",
|
|
203
|
+
"package": "@fluentui/react-accordion",
|
|
204
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
|
205
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"none": [
|
|
209
|
+
{
|
|
210
|
+
"author": "martinhochel@microsoft.com",
|
|
211
|
+
"package": "@fluentui/react-accordion",
|
|
212
|
+
"commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
|
|
213
|
+
"comment": "chore: update all jest deps to v25 + apply single version policy"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"author": "bsunderhus@microsoft.com",
|
|
217
|
+
"package": "@fluentui/react-accordion",
|
|
218
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
|
219
|
+
"comment": "Updates components with nullRender changes"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"author": "martinhochel@microsoft.com",
|
|
223
|
+
"package": "@fluentui/react-accordion",
|
|
224
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
|
225
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"author": "olfedias@microsoft.com",
|
|
229
|
+
"package": "@fluentui/react-accordion",
|
|
230
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
|
231
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"date": "Thu, 25 Nov 2021 08:34:10 GMT",
|
|
238
|
+
"tag": "@fluentui/react-accordion_v9.0.0-beta.5",
|
|
239
|
+
"version": "9.0.0-beta.5",
|
|
240
|
+
"comments": {
|
|
241
|
+
"none": [
|
|
242
|
+
{
|
|
243
|
+
"author": "lingfangao@hotmail.com",
|
|
244
|
+
"package": "@fluentui/react-accordion",
|
|
245
|
+
"commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
|
|
246
|
+
"comment": "Migrate package to use solution tsconfigs"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"prerelease": [
|
|
250
|
+
{
|
|
251
|
+
"author": "beachball",
|
|
252
|
+
"package": "@fluentui/react-accordion",
|
|
253
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
|
|
254
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"author": "beachball",
|
|
258
|
+
"package": "@fluentui/react-accordion",
|
|
259
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.4",
|
|
260
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"author": "beachball",
|
|
264
|
+
"package": "@fluentui/react-accordion",
|
|
265
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
|
266
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"author": "beachball",
|
|
270
|
+
"package": "@fluentui/react-accordion",
|
|
271
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
|
272
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"author": "beachball",
|
|
276
|
+
"package": "@fluentui/react-accordion",
|
|
277
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
|
278
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"author": "beachball",
|
|
282
|
+
"package": "@fluentui/react-accordion",
|
|
283
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
|
284
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"author": "beachball",
|
|
288
|
+
"package": "@fluentui/react-accordion",
|
|
289
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
|
290
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"author": "beachball",
|
|
294
|
+
"package": "@fluentui/react-accordion",
|
|
295
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
|
296
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"author": "beachball",
|
|
300
|
+
"package": "@fluentui/react-accordion",
|
|
301
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
|
302
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"date": "Fri, 12 Nov 2021 13:25:12 GMT",
|
|
309
|
+
"tag": "@fluentui/react-accordion_v9.0.0-beta.4",
|
|
310
|
+
"version": "9.0.0-beta.4",
|
|
311
|
+
"comments": {
|
|
312
|
+
"prerelease": [
|
|
16
313
|
{
|
|
17
314
|
"author": "olfedias@microsoft.com",
|
|
18
315
|
"package": "@fluentui/react-accordion",
|
|
@@ -34,56 +331,56 @@
|
|
|
34
331
|
{
|
|
35
332
|
"author": "beachball",
|
|
36
333
|
"package": "@fluentui/react-accordion",
|
|
37
|
-
"comment": "Bump @fluentui/react-aria to
|
|
38
|
-
"commit": "
|
|
334
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
|
|
335
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
39
336
|
},
|
|
40
337
|
{
|
|
41
338
|
"author": "beachball",
|
|
42
339
|
"package": "@fluentui/react-accordion",
|
|
43
|
-
"comment": "Bump @fluentui/react-context-selector to
|
|
44
|
-
"commit": "
|
|
340
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.3",
|
|
341
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
45
342
|
},
|
|
46
343
|
{
|
|
47
344
|
"author": "beachball",
|
|
48
345
|
"package": "@fluentui/react-accordion",
|
|
49
|
-
"comment": "Bump @fluentui/react-make-styles to
|
|
50
|
-
"commit": "
|
|
346
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
|
347
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
51
348
|
},
|
|
52
349
|
{
|
|
53
350
|
"author": "beachball",
|
|
54
351
|
"package": "@fluentui/react-accordion",
|
|
55
|
-
"comment": "Bump @fluentui/react-tabster to
|
|
56
|
-
"commit": "
|
|
352
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
|
353
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
57
354
|
},
|
|
58
355
|
{
|
|
59
356
|
"author": "beachball",
|
|
60
357
|
"package": "@fluentui/react-accordion",
|
|
61
|
-
"comment": "Bump @fluentui/react-theme to
|
|
62
|
-
"commit": "
|
|
358
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
|
359
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
63
360
|
},
|
|
64
361
|
{
|
|
65
362
|
"author": "beachball",
|
|
66
363
|
"package": "@fluentui/react-accordion",
|
|
67
|
-
"comment": "Bump @fluentui/react-utilities to
|
|
68
|
-
"commit": "
|
|
364
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
|
365
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
69
366
|
},
|
|
70
367
|
{
|
|
71
368
|
"author": "beachball",
|
|
72
369
|
"package": "@fluentui/react-accordion",
|
|
73
|
-
"comment": "Bump @fluentui/babel-make-styles to
|
|
74
|
-
"commit": "
|
|
370
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
|
371
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
75
372
|
},
|
|
76
373
|
{
|
|
77
374
|
"author": "beachball",
|
|
78
375
|
"package": "@fluentui/react-accordion",
|
|
79
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to
|
|
80
|
-
"commit": "
|
|
376
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
|
377
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
81
378
|
},
|
|
82
379
|
{
|
|
83
380
|
"author": "beachball",
|
|
84
381
|
"package": "@fluentui/react-accordion",
|
|
85
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to
|
|
86
|
-
"commit": "
|
|
382
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
|
383
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
87
384
|
}
|
|
88
385
|
],
|
|
89
386
|
"none": [
|
|
@@ -93,6 +390,12 @@
|
|
|
93
390
|
"commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
|
|
94
391
|
"comment": "Docs update"
|
|
95
392
|
},
|
|
393
|
+
{
|
|
394
|
+
"author": "lingfangao@hotmail.com",
|
|
395
|
+
"package": "@fluentui/react-accordion",
|
|
396
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
|
397
|
+
"comment": "Remove beta release tag"
|
|
398
|
+
},
|
|
96
399
|
{
|
|
97
400
|
"author": "mgodbolt@microsoft.com",
|
|
98
401
|
"package": "@fluentui/react-accordion",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,91 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 15 Feb 2022 04:11:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-
|
|
7
|
+
## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-
|
|
9
|
+
Tue, 15 Feb 2022 04:11:37 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
|
|
15
|
+
- Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
16
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
|
21
|
+
|
|
22
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
|
|
23
|
+
|
|
24
|
+
Thu, 10 Feb 2022 08:52:11 GMT
|
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
|
|
26
|
+
|
|
27
|
+
### Changes
|
|
28
|
+
|
|
29
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
30
|
+
- update styles to not use CSS shorthands ([PR #20800](https://github.com/microsoft/fluentui/pull/20800) by olfedias@microsoft.com)
|
|
31
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
32
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
33
|
+
- Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
|
|
34
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
35
|
+
- use Griffel packages ([PR #21394](https://github.com/microsoft/fluentui/pull/21394) by olfedias@microsoft.com)
|
|
36
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
37
|
+
- Removes children as a slot from AccordionHeader ([PR #21285](https://github.com/microsoft/fluentui/pull/21285) by bsunderhus@microsoft.com)
|
|
38
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
39
|
+
- update semantic elements and ARIA roles in react-accordion, add heading level story ([PR #21401](https://github.com/microsoft/fluentui/pull/21401) by sarah.higley@microsoft.com)
|
|
40
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
|
41
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
42
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
43
|
+
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
|
44
|
+
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21036](https://github.com/microsoft/fluentui/pull/21036) by Humberto.Morimoto@microsoft.com)
|
|
45
|
+
- Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead ([PR #21218](https://github.com/microsoft/fluentui/pull/21218) by behowell@microsoft.com)
|
|
46
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
47
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
48
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
49
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
50
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
51
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
52
|
+
|
|
53
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
|
|
54
|
+
|
|
55
|
+
Thu, 25 Nov 2021 08:34:10 GMT
|
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
|
|
57
|
+
|
|
58
|
+
### Changes
|
|
59
|
+
|
|
60
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
61
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
62
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
63
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
64
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
65
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
66
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
67
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
68
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
69
|
+
|
|
70
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
|
|
71
|
+
|
|
72
|
+
Fri, 12 Nov 2021 13:25:12 GMT
|
|
73
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
|
|
11
74
|
|
|
12
75
|
### Changes
|
|
13
76
|
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/b913f5d66978b4e311c72ff6ba9f00d5817ab025) by email not defined)
|
|
15
77
|
- export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
|
|
16
78
|
- Updating AccordionHeader tests to match changes in useARIAButton. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
|
|
17
79
|
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
|
18
|
-
- Bump @fluentui/react-aria to
|
|
19
|
-
- Bump @fluentui/react-context-selector to
|
|
20
|
-
- Bump @fluentui/react-make-styles to
|
|
21
|
-
- Bump @fluentui/react-tabster to
|
|
22
|
-
- Bump @fluentui/react-theme to
|
|
23
|
-
- Bump @fluentui/react-utilities to
|
|
24
|
-
- Bump @fluentui/babel-make-styles to
|
|
25
|
-
- Bump @fluentui/jest-serializer-make-styles to
|
|
26
|
-
- Bump @fluentui/react-conformance-make-styles to
|
|
80
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
81
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
82
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
83
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
84
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
85
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
86
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
87
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
88
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
27
89
|
|
|
28
90
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
|
|
29
91
|
|
package/Spec.md
CHANGED
|
@@ -410,6 +410,37 @@ As a general rule, once the accordion is closed the focus should return to the h
|
|
|
410
410
|
| Keyboard | Home | Moves Focus | Moves focus to the first panel heading |
|
|
411
411
|
| Keyboard | End | Moves Focus | Moves focus to the last panel heading |
|
|
412
412
|
|
|
413
|
-
##
|
|
413
|
+
## Accessibility
|
|
414
414
|
|
|
415
|
-
Accessibility
|
|
415
|
+
Accessibility behavior is built into the spec as much as possible. This section addresses specific issues that don't fit well with the standard definition of the component.
|
|
416
|
+
|
|
417
|
+
### No heading level on `AccordionHeader` by default
|
|
418
|
+
|
|
419
|
+
As described on [WAI-ARIA Roles, States, and Properties](https://www.w3.org/TR/wai-aria-practices/#wai-aria-roles-states-and-properties) documentation for accordion:
|
|
420
|
+
|
|
421
|
+
> Each accordion header button is wrapped in an element with role heading that has a value set for aria-level that is appropriate for the information architecture of the page.
|
|
422
|
+
|
|
423
|
+
Every `AccordionHeader` should have as its root a semantic heading element: `h1`, `h2`, `h3`, `h4`, `h5` or `h6`. Alternatively `role="heading"` and a proper `aria-level` attribute. This behavior is not implemented by default on `AccordionHeader` as it's impossible to predict which heading level will be required by the user. Requiring manual addition of such ARIA requirement.
|
|
424
|
+
|
|
425
|
+
```tsx
|
|
426
|
+
{/* No heading level by default */}
|
|
427
|
+
<AccordionHeader>This is a header</AccordionHeader>
|
|
428
|
+
{/* Generated html */}
|
|
429
|
+
<div>
|
|
430
|
+
<button>This is a header</button>
|
|
431
|
+
</div>
|
|
432
|
+
|
|
433
|
+
{/* as semantic heading */}
|
|
434
|
+
<AccordionHeader as="h4">This is a header</AccordionHeader>
|
|
435
|
+
{/* Generated html */}
|
|
436
|
+
<h4>
|
|
437
|
+
<button>This is a header</button>
|
|
438
|
+
</h4>
|
|
439
|
+
|
|
440
|
+
{/* if no semantic heading can be used */}
|
|
441
|
+
<AccordionHeader role="heading" aria-level="4">This is a header</AccordionHeader>
|
|
442
|
+
{/* Generated html */}
|
|
443
|
+
<div role="heading" aria-level="4">
|
|
444
|
+
<button>This is a header</button>
|
|
445
|
+
</h4>
|
|
446
|
+
```
|