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