@fluentui/react-text 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.4

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