@fluentui/react-accordion 9.0.0-alpha.88 → 9.0.0-beta.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 +178 -1
- package/CHANGELOG.md +51 -2
- package/dist/react-accordion.d.ts +8 -115
- package/lib/components/Accordion/Accordion.d.ts +3 -24
- package/lib/components/Accordion/Accordion.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeader.d.ts +3 -40
- package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +2 -11
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +31 -2
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItem.d.ts +3 -22
- package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.d.ts +3 -20
- package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib-commonjs/components/Accordion/Accordion.d.ts +3 -24
- package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +3 -40
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +2 -11
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +31 -2
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +3 -22
- package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +3 -20
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,184 @@
|
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 06 Oct 2021 10:36:00 GMT",
|
|
6
|
+
"tag": "@fluentui/react-accordion_v9.0.0-beta.1",
|
|
7
|
+
"version": "9.0.0-beta.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"comment": "Bump all v9 components to beta prerelease tag",
|
|
14
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-accordion",
|
|
19
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-beta.1",
|
|
20
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-accordion",
|
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.1",
|
|
26
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-accordion",
|
|
31
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
|
|
32
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-accordion",
|
|
37
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
|
|
38
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-accordion",
|
|
43
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
|
|
44
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-accordion",
|
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
|
|
50
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui/react-accordion",
|
|
55
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
|
|
56
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@fluentui/react-accordion",
|
|
61
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
|
|
62
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@fluentui/react-accordion",
|
|
67
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
|
|
68
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": "Tue, 05 Oct 2021 12:47:58 GMT",
|
|
75
|
+
"tag": "@fluentui/react-accordion_v9.0.0-alpha.90",
|
|
76
|
+
"version": "9.0.0-alpha.90",
|
|
77
|
+
"comments": {
|
|
78
|
+
"prerelease": [
|
|
79
|
+
{
|
|
80
|
+
"author": "beachball",
|
|
81
|
+
"package": "@fluentui/react-accordion",
|
|
82
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-alpha.45",
|
|
83
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "beachball",
|
|
87
|
+
"package": "@fluentui/react-accordion",
|
|
88
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
|
|
89
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@fluentui/react-accordion",
|
|
94
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
|
|
95
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"author": "beachball",
|
|
99
|
+
"package": "@fluentui/react-accordion",
|
|
100
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
|
|
101
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"author": "beachball",
|
|
105
|
+
"package": "@fluentui/react-accordion",
|
|
106
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
|
|
107
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"author": "beachball",
|
|
111
|
+
"package": "@fluentui/react-accordion",
|
|
112
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
|
|
113
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"date": "Tue, 05 Oct 2021 09:28:07 GMT",
|
|
120
|
+
"tag": "@fluentui/react-accordion_v9.0.0-alpha.89",
|
|
121
|
+
"version": "9.0.0-alpha.89",
|
|
122
|
+
"comments": {
|
|
123
|
+
"prerelease": [
|
|
124
|
+
{
|
|
125
|
+
"author": "bsunderhus@microsoft.com",
|
|
126
|
+
"package": "@fluentui/react-accordion",
|
|
127
|
+
"comment": "Adds ForwardRefComponent to components declaration",
|
|
128
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"author": "beachball",
|
|
132
|
+
"package": "@fluentui/react-accordion",
|
|
133
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-alpha.44",
|
|
134
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"author": "beachball",
|
|
138
|
+
"package": "@fluentui/react-accordion",
|
|
139
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.39",
|
|
140
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"author": "beachball",
|
|
144
|
+
"package": "@fluentui/react-accordion",
|
|
145
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
|
|
146
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"author": "beachball",
|
|
150
|
+
"package": "@fluentui/react-accordion",
|
|
151
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
|
|
152
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "beachball",
|
|
156
|
+
"package": "@fluentui/react-accordion",
|
|
157
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
|
158
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "beachball",
|
|
162
|
+
"package": "@fluentui/react-accordion",
|
|
163
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
|
|
164
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"author": "beachball",
|
|
168
|
+
"package": "@fluentui/react-accordion",
|
|
169
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
|
|
170
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"author": "beachball",
|
|
174
|
+
"package": "@fluentui/react-accordion",
|
|
175
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
|
|
176
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
|
6
183
|
"tag": "@fluentui/react-accordion_v9.0.0-alpha.88",
|
|
7
184
|
"version": "9.0.0-alpha.88",
|
|
8
185
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,61 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
|
|
8
|
+
|
|
9
|
+
Wed, 06 Oct 2021 10:36:00 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump all v9 components to beta prerelease tag ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by lingfangao@hotmail.com)
|
|
15
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
16
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
17
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
18
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
19
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
20
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
21
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
22
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
23
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
26
|
+
|
|
27
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- Bump @fluentui/react-aria to v9.0.0-alpha.45 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
33
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
34
|
+
- Bump @fluentui/react-tabster to v9.0.0-alpha.73 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
35
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.60 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
36
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
37
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
|
38
|
+
|
|
39
|
+
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
40
|
+
|
|
41
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
43
|
+
|
|
44
|
+
### Changes
|
|
45
|
+
|
|
46
|
+
- Adds ForwardRefComponent to components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
47
|
+
- Bump @fluentui/react-aria to v9.0.0-alpha.44 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
48
|
+
- Bump @fluentui/react-context-selector to v9.0.0-alpha.39 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
49
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
50
|
+
- Bump @fluentui/react-tabster to v9.0.0-alpha.72 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
51
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
52
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
53
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
54
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
55
|
+
|
|
7
56
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
8
57
|
|
|
9
|
-
Fri, 01 Oct 2021 14:
|
|
58
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
10
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
11
60
|
|
|
12
61
|
### Changes
|