Skip to content

Commit bada628

Browse files
author
Juraj Kapsiar
committed
Merge remote-tracking branch 'upstream/master' into accordion-do-not-render-inactive
2 parents 7af18d1 + 6ca0355 commit bada628

943 files changed

Lines changed: 16190 additions & 4439 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devops/templates/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
steps:
33
- task: NodeTool@0
44
inputs:
5-
versionSpec: '14.x'
5+
versionSpec: '12.x'
66
checkLatest: true
77
displayName: 'Install Node.js'
88

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ common/_common.scss @microsoft/cxe-red @phkuo
126126
## Component packages
127127
packages/react-accordion/ @microsoft/teams-prg
128128
packages/react-avatar/ @microsoft/cxe-red @behowell @khmakoto
129-
packages/react-badge/ @ling1726 @layershifter @assuncaocharles @behowell
129+
packages/react-badge/ @microsoft/teams-prg @microsoft/cxe-red @behowell
130130
packages/react-button/ @microsoft/cxe-red @dzearing @khmakoto
131131
packages/react-card/ @microsoft/cxe-prg
132132
packages/react-checkbox/ @microsoft/cxe-red @khmakoto

.github/workflows/pr-housekeeping.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Pull request houskeeping 🧹
22
on:
33
- pull_request_target
44

5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
59
jobs:
610
label:
711
runs-on: ubuntu-latest

.storybook/babel.plugin.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

.storybook/preview-head-template.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
color: #000000;
6969
}
7070

71+
#docs-root .sbdocs-h3:before {
72+
content: '';
73+
display: block;
74+
height: 60px;
75+
margin: -60px 0 0;
76+
}
77+
7178
#docs-root .sbdocs-li {
7279
font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue',
7380
sans-serif;
@@ -150,6 +157,14 @@
150157
border-bottom: 1px solid #edebe9;
151158
}
152159

160+
#docs-root .docblock-argstable-body > tr > td:nth-child(4) {
161+
display: none;
162+
}
163+
164+
#docs-root .docblock-argstable-head > tr > th:nth-child(4) {
165+
display: none;
166+
}
167+
153168
#docs-root .docblock-argstable tbody tr {
154169
border: none;
155170
}

apps/perf-test/CHANGELOG.json

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,135 @@
11
{
22
"name": "perf-test",
33
"entries": [
4+
{
5+
"date": "Wed, 08 Dec 2021 07:28:19 GMT",
6+
"tag": "perf-test_v1.0.0",
7+
"version": "1.0.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "perf-test",
13+
"comment": "Bump @fluentui/react to v8.46.3",
14+
"commit": "a0ab3454ed8854df966ed71793ac6cb7154b35f2"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"date": "Tue, 07 Dec 2021 07:31:33 GMT",
21+
"tag": "perf-test_v1.0.0",
22+
"version": "1.0.0",
23+
"comments": {
24+
"patch": [
25+
{
26+
"author": "beachball",
27+
"package": "perf-test",
28+
"comment": "Bump @fluentui/react to v8.46.2",
29+
"commit": "ebf02572f71df78caaedac9c8ea5e91412c3694c"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"date": "Fri, 03 Dec 2021 07:36:12 GMT",
36+
"tag": "perf-test_v1.0.0",
37+
"version": "1.0.0",
38+
"comments": {
39+
"patch": [
40+
{
41+
"author": "beachball",
42+
"package": "perf-test",
43+
"comment": "Bump @fluentui/react to v8.46.1",
44+
"commit": "131c59c96177944b46ac63905a592f22e20ec67c"
45+
}
46+
]
47+
}
48+
},
49+
{
50+
"date": "Wed, 01 Dec 2021 07:41:09 GMT",
51+
"tag": "perf-test_v1.0.0",
52+
"version": "1.0.0",
53+
"comments": {
54+
"patch": [
55+
{
56+
"author": "beachball",
57+
"package": "perf-test",
58+
"comment": "Bump @fluentui/react to v8.46.0",
59+
"commit": "cf1891a601027de3f4c9f0db27cebe469f7f44ce"
60+
}
61+
]
62+
}
63+
},
64+
{
65+
"date": "Tue, 30 Nov 2021 07:37:33 GMT",
66+
"tag": "perf-test_v1.0.0",
67+
"version": "1.0.0",
68+
"comments": {
69+
"patch": [
70+
{
71+
"author": "beachball",
72+
"package": "perf-test",
73+
"comment": "Bump @fluentui/react to v8.45.0",
74+
"commit": "b2deb9be17a76cce366fffb466d34ebd1fc45405"
75+
}
76+
]
77+
}
78+
},
79+
{
80+
"date": "Thu, 25 Nov 2021 14:54:16 GMT",
81+
"tag": "perf-test_v1.0.0",
82+
"version": "1.0.0",
83+
"comments": {
84+
"patch": [
85+
{
86+
"author": "beachball",
87+
"package": "perf-test",
88+
"comment": "Bump @fluentui/react to v8.44.0",
89+
"commit": "b851427662a56e25eb4af2c7e5583ea162356186"
90+
}
91+
]
92+
}
93+
},
94+
{
95+
"date": "Thu, 25 Nov 2021 08:34:17 GMT",
96+
"tag": "perf-test_v1.0.0",
97+
"version": "1.0.0",
98+
"comments": {
99+
"patch": [
100+
{
101+
"author": "beachball",
102+
"package": "perf-test",
103+
"comment": "Bump @fluentui/make-styles to v9.0.0-beta.3",
104+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
105+
},
106+
{
107+
"author": "beachball",
108+
"package": "perf-test",
109+
"comment": "Bump @fluentui/react-avatar to v9.0.0-beta.4",
110+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
111+
},
112+
{
113+
"author": "beachball",
114+
"package": "perf-test",
115+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
116+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
117+
},
118+
{
119+
"author": "beachball",
120+
"package": "perf-test",
121+
"comment": "Bump @fluentui/react-provider to v9.0.0-beta.5",
122+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
123+
},
124+
{
125+
"author": "beachball",
126+
"package": "perf-test",
127+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
128+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
129+
}
130+
]
131+
}
132+
},
4133
{
5134
"date": "Tue, 23 Nov 2021 07:27:34 GMT",
6135
"tag": "perf-test_v1.0.0",

apps/perf-test/CHANGELOG.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,78 @@
11
# Change Log - perf-test
22

3-
This log was last generated on Tue, 23 Nov 2021 07:27:34 GMT and should not be manually modified.
3+
This log was last generated on Wed, 08 Dec 2021 07:28:19 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
88

9+
Wed, 08 Dec 2021 07:28:19 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.46.3 ([PR #20831](https://github.com/microsoft/fluentui/pull/20831) by beachball)
15+
16+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
17+
18+
Tue, 07 Dec 2021 07:31:33 GMT
19+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
20+
21+
### Patches
22+
23+
- Bump @fluentui/react to v8.46.2 ([PR #20769](https://github.com/microsoft/fluentui/pull/20769) by beachball)
24+
25+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
26+
27+
Fri, 03 Dec 2021 07:36:12 GMT
28+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
29+
30+
### Patches
31+
32+
- Bump @fluentui/react to v8.46.1 ([PR #20887](https://github.com/microsoft/fluentui/pull/20887) by beachball)
33+
34+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
35+
36+
Wed, 01 Dec 2021 07:41:09 GMT
37+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
38+
39+
### Patches
40+
41+
- Bump @fluentui/react to v8.46.0 ([PR #20715](https://github.com/microsoft/fluentui/pull/20715) by beachball)
42+
43+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
44+
45+
Tue, 30 Nov 2021 07:37:33 GMT
46+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
47+
48+
### Patches
49+
50+
- Bump @fluentui/react to v8.45.0 ([PR #20833](https://github.com/microsoft/fluentui/pull/20833) by beachball)
51+
52+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
53+
54+
Thu, 25 Nov 2021 14:54:16 GMT
55+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
56+
57+
### Patches
58+
59+
- Bump @fluentui/react to v8.44.0 ([PR #20784](https://github.com/microsoft/fluentui/pull/20784) by beachball)
60+
61+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
62+
63+
Thu, 25 Nov 2021 08:34:17 GMT
64+
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
65+
66+
### Patches
67+
68+
- Bump @fluentui/make-styles to v9.0.0-beta.3 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
69+
- Bump @fluentui/react-avatar to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
70+
- Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
71+
- Bump @fluentui/react-provider to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
72+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
73+
74+
## [1.0.0](https://github.com/microsoft/fluentui/tree/perf-test_v1.0.0)
75+
976
Tue, 23 Nov 2021 07:27:34 GMT
1077
[Compare changes](https://github.com/microsoft/fluentui/compare/perf-test_v1.0.0..perf-test_v1.0.0)
1178

apps/perf-test/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@fluentui/eslint-plugin": "*"
1616
},
1717
"dependencies": {
18-
"@fluentui/make-styles": "9.0.0-beta.2",
19-
"@fluentui/react": "^8.43.0",
20-
"@fluentui/react-avatar": "9.0.0-beta.3",
21-
"@fluentui/react-button": "9.0.0-beta.4",
22-
"@fluentui/react-provider": "9.0.0-beta.4",
23-
"@fluentui/react-theme": "9.0.0-beta.3",
18+
"@fluentui/make-styles": "9.0.0-beta.3",
19+
"@fluentui/react": "^8.46.3",
20+
"@fluentui/react-avatar": "9.0.0-beta.4",
21+
"@fluentui/react-button": "9.0.0-beta.5",
22+
"@fluentui/react-provider": "9.0.0-beta.5",
23+
"@fluentui/react-theme": "9.0.0-beta.4",
2424
"@fluentui/scripts": "^1.0.0",
2525
"@microsoft/load-themed-styles": "^1.10.26",
2626
"@types/react-dom": "16.9.10",

apps/perf-test/src/scenarios/MakeStyles.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ const renderer = createDOMRenderer(document);
66
const useStyles = makeStyles({
77
view: {
88
alignItems: 'stretch',
9-
borderWidth: 0,
10-
borderStyle: 'solid',
9+
borderLeftWidth: 0,
10+
borderLeftStyle: 'solid',
1111
boxSizing: 'border-box',
1212
display: 'flex',
1313
flexBasis: 'auto',
1414
flexDirection: 'column',
1515
flexShrink: 0,
16-
margin: 0,
17-
padding: 0,
16+
marginLeft: 0,
17+
paddingLeft: 0,
1818
position: 'relative',
1919
minHeight: 0,
2020
minWidth: 0,
2121
},
22-
boxOuter: { alignSelf: 'flex-start', padding: '4px' },
22+
boxOuter: { alignSelf: 'flex-start', paddingLeft: '4px' },
2323
boxRow: { flexDirection: 'row' },
2424
boxColor0: { backgroundColor: '#14171A' },
2525
boxColor1: { backgroundColor: '#AAB8C2' },

0 commit comments

Comments
 (0)