@fluentui/react-text 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3
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 +250 -18
- package/CHANGELOG.md +70 -11
- package/MIGRATION.md +153 -103
- package/dist/react-text.d.ts +28 -8
- package/lib/Body.js.map +1 -1
- package/lib/Caption.js.map +1 -1
- package/lib/Display.js.map +1 -1
- package/lib/Headline.js.map +1 -1
- package/lib/LargeTitle.js.map +1 -1
- package/lib/Subheadline.js.map +1 -1
- package/lib/Text.js.map +1 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js.map +1 -1
- package/lib/components/Body/Body.d.ts +1 -0
- package/lib/components/Body/Body.js +6 -4
- package/lib/components/Body/Body.js.map +1 -1
- package/lib/components/Body/index.js.map +1 -1
- package/lib/components/Caption/Caption.d.ts +1 -0
- package/lib/components/Caption/Caption.js +6 -4
- package/lib/components/Caption/Caption.js.map +1 -1
- package/lib/components/Caption/index.js.map +1 -1
- package/lib/components/Display/Display.d.ts +1 -0
- package/lib/components/Display/Display.js +6 -4
- package/lib/components/Display/Display.js.map +1 -1
- package/lib/components/Display/index.js.map +1 -1
- package/lib/components/Headline/Headline.d.ts +1 -0
- package/lib/components/Headline/Headline.js +6 -4
- package/lib/components/Headline/Headline.js.map +1 -1
- package/lib/components/Headline/index.js.map +1 -1
- package/lib/components/LargeTitle/LargeTitle.d.ts +1 -0
- package/lib/components/LargeTitle/LargeTitle.js +6 -4
- package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/LargeTitle/index.js.map +1 -1
- package/lib/components/Subheadline/Subheadline.d.ts +1 -0
- package/lib/components/Subheadline/Subheadline.js +6 -4
- package/lib/components/Subheadline/Subheadline.js.map +1 -1
- package/lib/components/Subheadline/index.js.map +1 -1
- package/lib/components/Text/Text.js +7 -7
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/Text.types.d.ts +4 -3
- package/lib/components/Text/Text.types.js.map +1 -1
- package/lib/components/Text/index.js.map +1 -1
- package/lib/components/Text/renderText.d.ts +1 -1
- package/lib/components/Text/renderText.js +7 -7
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.d.ts +3 -3
- package/lib/components/Text/useText.js +22 -21
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.d.ts +2 -1
- package/lib/components/Text/useTextStyles.js +15 -11
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/Title1/Title1.d.ts +1 -0
- package/lib/components/Title1/Title1.js +6 -4
- package/lib/components/Title1/Title1.js.map +1 -1
- package/lib/components/Title1/index.js.map +1 -1
- package/lib/components/Title2/Title2.d.ts +1 -0
- package/lib/components/Title2/Title2.js +6 -4
- package/lib/components/Title2/Title2.js.map +1 -1
- package/lib/components/Title2/index.js.map +1 -1
- package/lib/components/Title3/Title3.d.ts +1 -0
- package/lib/components/Title3/Title3.js +6 -4
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/components/Title3/index.js.map +1 -1
- package/lib/components/wrapper.d.ts +1 -0
- package/lib/components/wrapper.js +13 -10
- package/lib/components/wrapper.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/typographyStyles/index.js.map +1 -1
- package/lib/typographyStyles/typographyStyles.d.ts +10 -11
- package/lib/typographyStyles/typographyStyles.js +55 -71
- package/lib/typographyStyles/typographyStyles.js.map +1 -1
- package/lib-commonjs/Body.js +1 -1
- package/lib-commonjs/Body.js.map +1 -1
- package/lib-commonjs/Caption.js +1 -1
- package/lib-commonjs/Caption.js.map +1 -1
- package/lib-commonjs/Display.js +1 -1
- package/lib-commonjs/Display.js.map +1 -1
- package/lib-commonjs/Headline.js +1 -1
- package/lib-commonjs/Headline.js.map +1 -1
- package/lib-commonjs/LargeTitle.js +1 -1
- package/lib-commonjs/LargeTitle.js.map +1 -1
- package/lib-commonjs/Subheadline.js +1 -1
- package/lib-commonjs/Subheadline.js.map +1 -1
- package/lib-commonjs/Text.js +1 -1
- package/lib-commonjs/Text.js.map +1 -1
- package/lib-commonjs/Title1.js +1 -1
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js +1 -1
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js +1 -1
- package/lib-commonjs/Title3.js.map +1 -1
- package/lib-commonjs/components/Body/Body.d.ts +1 -0
- package/lib-commonjs/components/Body/Body.js +9 -9
- package/lib-commonjs/components/Body/Body.js.map +1 -1
- package/lib-commonjs/components/Body/index.js +1 -1
- package/lib-commonjs/components/Body/index.js.map +1 -1
- package/lib-commonjs/components/Caption/Caption.d.ts +1 -0
- package/lib-commonjs/components/Caption/Caption.js +9 -9
- package/lib-commonjs/components/Caption/Caption.js.map +1 -1
- package/lib-commonjs/components/Caption/index.js +1 -1
- package/lib-commonjs/components/Caption/index.js.map +1 -1
- package/lib-commonjs/components/Display/Display.d.ts +1 -0
- package/lib-commonjs/components/Display/Display.js +9 -9
- package/lib-commonjs/components/Display/Display.js.map +1 -1
- package/lib-commonjs/components/Display/index.js +1 -1
- package/lib-commonjs/components/Display/index.js.map +1 -1
- package/lib-commonjs/components/Headline/Headline.d.ts +1 -0
- package/lib-commonjs/components/Headline/Headline.js +9 -9
- package/lib-commonjs/components/Headline/Headline.js.map +1 -1
- package/lib-commonjs/components/Headline/index.js +1 -1
- package/lib-commonjs/components/Headline/index.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +1 -0
- package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -9
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/index.js +1 -1
- package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
- package/lib-commonjs/components/Subheadline/Subheadline.d.ts +1 -0
- package/lib-commonjs/components/Subheadline/Subheadline.js +9 -9
- package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
- package/lib-commonjs/components/Subheadline/index.js +1 -1
- package/lib-commonjs/components/Subheadline/index.js.map +1 -1
- package/lib-commonjs/components/Text/Text.js +8 -8
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/Text.types.d.ts +4 -3
- package/lib-commonjs/components/Text/Text.types.js.map +1 -1
- package/lib-commonjs/components/Text/index.js +1 -1
- package/lib-commonjs/components/Text/index.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.d.ts +1 -1
- package/lib-commonjs/components/Text/renderText.js +11 -12
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.d.ts +3 -3
- package/lib-commonjs/components/Text/useText.js +25 -25
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.d.ts +2 -1
- package/lib-commonjs/components/Text/useTextStyles.js +19 -14
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/Title1/Title1.d.ts +1 -0
- package/lib-commonjs/components/Title1/Title1.js +9 -9
- package/lib-commonjs/components/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/Title1/index.js +1 -1
- package/lib-commonjs/components/Title1/index.js.map +1 -1
- package/lib-commonjs/components/Title2/Title2.d.ts +1 -0
- package/lib-commonjs/components/Title2/Title2.js +9 -9
- package/lib-commonjs/components/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/Title2/index.js +1 -1
- package/lib-commonjs/components/Title2/index.js.map +1 -1
- package/lib-commonjs/components/Title3/Title3.d.ts +1 -0
- package/lib-commonjs/components/Title3/Title3.js +9 -9
- package/lib-commonjs/components/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/Title3/index.js +1 -1
- package/lib-commonjs/components/Title3/index.js.map +1 -1
- package/lib-commonjs/components/wrapper.d.ts +1 -0
- package/lib-commonjs/components/wrapper.js +14 -11
- package/lib-commonjs/components/wrapper.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/index.js +1 -1
- package/lib-commonjs/typographyStyles/index.js.map +1 -1
- package/lib-commonjs/typographyStyles/typographyStyles.d.ts +10 -11
- package/lib-commonjs/typographyStyles/typographyStyles.js +48 -89
- package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
- package/package.json +8 -10
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -16
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -27
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,52 +2,284 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-text_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Fri, 18 Feb 2022 13:33:50 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.3",
|
7
|
+
"version": "9.0.0-rc.3",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
14
|
+
"comment": "fix: Source maps contain original source code"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
20
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-text",
|
25
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
26
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Thu, 10 Feb 2022 08:50:58 GMT",
|
33
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.1",
|
34
|
+
"version": "9.0.0-rc.1",
|
35
|
+
"comments": {
|
36
|
+
"prerelease": [
|
37
|
+
{
|
38
|
+
"author": "lingfangao@hotmail.com",
|
39
|
+
"package": "@fluentui/react-text",
|
40
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
41
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "behowell@microsoft.com",
|
45
|
+
"package": "@fluentui/react-text",
|
46
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
47
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "olfedias@microsoft.com",
|
51
|
+
"package": "@fluentui/react-text",
|
52
|
+
"commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
|
53
|
+
"comment": "use makeStyles types from proper package"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "behowell@microsoft.com",
|
57
|
+
"package": "@fluentui/react-text",
|
58
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
59
|
+
"comment": "Refactor component Slot typings"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "mgodbolt@microsoft.com",
|
63
|
+
"package": "@fluentui/react-text",
|
64
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
65
|
+
"comment": "remove export of commons types"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
69
|
+
"package": "@fluentui/react-text",
|
70
|
+
"commit": "003de9a9527703d429690c7ab5d7c24b4038d518",
|
71
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
75
|
+
"package": "@fluentui/react-text",
|
76
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
77
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
81
|
+
"package": "@fluentui/react-text",
|
82
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
83
|
+
"comment": "Updating based on changes to composition types."
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"author": "olfedias@microsoft.com",
|
87
|
+
"package": "@fluentui/react-text",
|
88
|
+
"commit": "5a6f0d55d87f70d67dd1567ce97e637e51b07863",
|
89
|
+
"comment": "use Griffel packages"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"author": "olfedias@microsoft.com",
|
93
|
+
"package": "@fluentui/react-text",
|
94
|
+
"commit": "554b6709ced97b4d04363f9d9d22b6da4d31378c",
|
95
|
+
"comment": "update styles to not use CSS shorthands"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"author": "beachball",
|
99
|
+
"package": "@fluentui/react-text",
|
100
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
101
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "beachball",
|
105
|
+
"package": "@fluentui/react-text",
|
106
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
107
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
108
|
+
}
|
109
|
+
],
|
110
|
+
"none": [
|
111
|
+
{
|
112
|
+
"author": "olfedias@microsoft.com",
|
113
|
+
"package": "@fluentui/react-text",
|
114
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
115
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"author": "martinhochel@microsoft.com",
|
119
|
+
"package": "@fluentui/react-text",
|
120
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
121
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
122
|
+
}
|
123
|
+
]
|
124
|
+
}
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
128
|
+
"tag": "@fluentui/react-text_v9.0.0-beta.4",
|
129
|
+
"version": "9.0.0-beta.4",
|
130
|
+
"comments": {
|
131
|
+
"prerelease": [
|
132
|
+
{
|
133
|
+
"author": "andredias@microsoft.com",
|
134
|
+
"package": "@fluentui/react-text",
|
135
|
+
"commit": "168b9343fc93f5d188c6dbf4c9ced75f8ee4f41b",
|
136
|
+
"comment": "Migrate Text"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "beachball",
|
140
|
+
"package": "@fluentui/react-text",
|
141
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
142
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"author": "beachball",
|
146
|
+
"package": "@fluentui/react-text",
|
147
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
148
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "beachball",
|
12
152
|
"package": "@fluentui/react-text",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
153
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
154
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
15
155
|
},
|
156
|
+
{
|
157
|
+
"author": "beachball",
|
158
|
+
"package": "@fluentui/react-text",
|
159
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
160
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "beachball",
|
164
|
+
"package": "@fluentui/react-text",
|
165
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
166
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
167
|
+
}
|
168
|
+
]
|
169
|
+
}
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"date": "Fri, 12 Nov 2021 13:25:08 GMT",
|
173
|
+
"tag": "@fluentui/react-text_v9.0.0-beta.3",
|
174
|
+
"version": "9.0.0-beta.3",
|
175
|
+
"comments": {
|
176
|
+
"prerelease": [
|
177
|
+
{
|
178
|
+
"author": "gcox@microsoft.com",
|
179
|
+
"package": "@fluentui/react-text",
|
180
|
+
"commit": "3d5ca9b57c3a6ed9d60a041abc1f5417686ba41e",
|
181
|
+
"comment": "Updated with codesandbox comments"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"author": "olfedias@microsoft.com",
|
185
|
+
"package": "@fluentui/react-text",
|
186
|
+
"commit": "259d0bf8475629b0b2521157a9b33e97fcf8d513",
|
187
|
+
"comment": "export static classes for components"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "beachball",
|
191
|
+
"package": "@fluentui/react-text",
|
192
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
193
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "beachball",
|
197
|
+
"package": "@fluentui/react-text",
|
198
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
199
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-text",
|
204
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
205
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-text",
|
210
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
211
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "beachball",
|
215
|
+
"package": "@fluentui/react-text",
|
216
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
217
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
218
|
+
}
|
219
|
+
],
|
220
|
+
"none": [
|
221
|
+
{
|
222
|
+
"author": "lingfangao@hotmail.com",
|
223
|
+
"package": "@fluentui/react-text",
|
224
|
+
"commit": "5e04b6208619318aa256768635101d5e64b96cc5",
|
225
|
+
"comment": "chore(Text): Add docs for each prop and new typography story"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"author": "lingfangao@hotmail.com",
|
229
|
+
"package": "@fluentui/react-text",
|
230
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
231
|
+
"comment": "Remove beta release tag"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"author": "mgodbolt@microsoft.com",
|
235
|
+
"package": "@fluentui/react-text",
|
236
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
237
|
+
"comment": "update docs descriptions"
|
238
|
+
}
|
239
|
+
]
|
240
|
+
}
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"date": "Wed, 27 Oct 2021 12:14:23 GMT",
|
244
|
+
"tag": "@fluentui/react-text_v9.0.0-beta.2",
|
245
|
+
"version": "9.0.0-beta.2",
|
246
|
+
"comments": {
|
247
|
+
"prerelease": [
|
16
248
|
{
|
17
249
|
"author": "peter@draxler.ml",
|
18
250
|
"package": "@fluentui/react-text",
|
19
|
-
"
|
20
|
-
"
|
251
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
252
|
+
"comment": "added styling of documentation"
|
21
253
|
},
|
22
254
|
{
|
23
255
|
"author": "beachball",
|
24
256
|
"package": "@fluentui/react-text",
|
25
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
26
|
-
"commit": "
|
257
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
258
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
259
|
},
|
28
260
|
{
|
29
261
|
"author": "beachball",
|
30
262
|
"package": "@fluentui/react-text",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
32
|
-
"commit": "
|
263
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
264
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
265
|
},
|
34
266
|
{
|
35
267
|
"author": "beachball",
|
36
268
|
"package": "@fluentui/react-text",
|
37
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
38
|
-
"commit": "
|
269
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
270
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
271
|
},
|
40
272
|
{
|
41
273
|
"author": "beachball",
|
42
274
|
"package": "@fluentui/react-text",
|
43
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
44
|
-
"commit": "
|
275
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
276
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
277
|
},
|
46
278
|
{
|
47
279
|
"author": "beachball",
|
48
280
|
"package": "@fluentui/react-text",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
50
|
-
"commit": "
|
281
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
282
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
283
|
}
|
52
284
|
]
|
53
285
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,82 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 18 Feb 2022 13:33:50 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-
|
9
|
+
Fri, 18 Feb 2022 13:33:50 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
|
19
|
+
|
20
|
+
Thu, 10 Feb 2022 08:50:58 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
26
|
+
- 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)
|
27
|
+
- use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
28
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
29
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
30
|
+
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21057](https://github.com/microsoft/fluentui/pull/21057) by Humberto.Morimoto@microsoft.com)
|
31
|
+
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
32
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
33
|
+
- use Griffel packages ([PR #21418](https://github.com/microsoft/fluentui/pull/21418) by olfedias@microsoft.com)
|
34
|
+
- update styles to not use CSS shorthands ([PR #20841](https://github.com/microsoft/fluentui/pull/20841) by olfedias@microsoft.com)
|
35
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
36
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
37
|
+
|
38
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
|
39
|
+
|
40
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
|
42
|
+
|
43
|
+
### Changes
|
44
|
+
|
45
|
+
- Migrate Text ([PR #20653](https://github.com/microsoft/fluentui/pull/20653) by andredias@microsoft.com)
|
46
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
47
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
48
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
49
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
50
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
51
|
+
|
52
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
|
53
|
+
|
54
|
+
Fri, 12 Nov 2021 13:25:08 GMT
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
|
56
|
+
|
57
|
+
### Changes
|
58
|
+
|
59
|
+
- Updated with codesandbox comments ([PR #20371](https://github.com/microsoft/fluentui/pull/20371) by gcox@microsoft.com)
|
60
|
+
- export static classes for components ([PR #20449](https://github.com/microsoft/fluentui/pull/20449) by olfedias@microsoft.com)
|
61
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
62
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
63
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
64
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
65
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
66
|
+
|
67
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
|
68
|
+
|
69
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
70
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
|
71
|
+
|
72
|
+
### Changes
|
73
|
+
|
74
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
75
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
76
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
77
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
78
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
79
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
21
80
|
|
22
81
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
|
23
82
|
|