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

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 (288) hide show
  1. package/CHANGELOG.json +542 -16
  2. package/CHANGELOG.md +206 -52
  3. package/MIGRATION.md +153 -103
  4. package/README.md +4 -4
  5. package/dist/index.d.ts +188 -0
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Body1.js +2 -0
  8. package/lib/Body1.js.map +1 -0
  9. package/lib/Caption1.js +2 -0
  10. package/lib/Caption1.js.map +1 -0
  11. package/lib/Caption2.js +2 -0
  12. package/lib/Caption2.js.map +1 -0
  13. package/lib/Display.js.map +1 -1
  14. package/lib/LargeTitle.js.map +1 -1
  15. package/lib/Subtitle1.js +2 -0
  16. package/lib/Subtitle1.js.map +1 -0
  17. package/lib/Subtitle2.js +2 -0
  18. package/lib/Subtitle2.js.map +1 -0
  19. package/lib/Text.js.map +1 -1
  20. package/lib/Title1.js.map +1 -1
  21. package/lib/Title2.js.map +1 -1
  22. package/lib/Title3.js.map +1 -1
  23. package/lib/components/Body1/Body1.js +31 -0
  24. package/lib/components/Body1/Body1.js.map +1 -0
  25. package/lib/components/Body1/index.js +2 -0
  26. package/lib/components/Body1/index.js.map +1 -0
  27. package/lib/components/Caption1/Caption1.js +31 -0
  28. package/lib/components/Caption1/Caption1.js.map +1 -0
  29. package/lib/components/Caption1/index.js +2 -0
  30. package/lib/components/Caption1/index.js.map +1 -0
  31. package/lib/components/Caption2/Caption2.js +31 -0
  32. package/lib/components/Caption2/Caption2.js.map +1 -0
  33. package/lib/components/Caption2/index.js +2 -0
  34. package/lib/components/Caption2/index.js.map +1 -0
  35. package/lib/components/Display/Display.js +12 -8
  36. package/lib/components/Display/Display.js.map +1 -1
  37. package/lib/components/Display/index.js.map +1 -1
  38. package/lib/components/LargeTitle/LargeTitle.js +12 -8
  39. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  40. package/lib/components/LargeTitle/index.js.map +1 -1
  41. package/lib/components/Subtitle1/Subtitle1.js +31 -0
  42. package/lib/components/Subtitle1/Subtitle1.js.map +1 -0
  43. package/lib/components/Subtitle1/index.js +2 -0
  44. package/lib/components/Subtitle1/index.js.map +1 -0
  45. package/lib/components/Subtitle2/Subtitle2.js +31 -0
  46. package/lib/components/Subtitle2/Subtitle2.js.map +1 -0
  47. package/lib/components/Subtitle2/index.js +2 -0
  48. package/lib/components/Subtitle2/index.js.map +1 -0
  49. package/lib/components/Text/Text.js +7 -7
  50. package/lib/components/Text/Text.js.map +1 -1
  51. package/lib/components/Text/Text.types.js.map +1 -1
  52. package/lib/components/Text/index.js.map +1 -1
  53. package/lib/components/Text/renderText.js +7 -7
  54. package/lib/components/Text/renderText.js.map +1 -1
  55. package/lib/components/Text/useText.js +28 -27
  56. package/lib/components/Text/useText.js.map +1 -1
  57. package/lib/components/Text/useTextStyles.js +17 -11
  58. package/lib/components/Text/useTextStyles.js.map +1 -1
  59. package/lib/components/Title1/Title1.js +12 -8
  60. package/lib/components/Title1/Title1.js.map +1 -1
  61. package/lib/components/Title1/index.js.map +1 -1
  62. package/lib/components/Title2/Title2.js +12 -8
  63. package/lib/components/Title2/Title2.js.map +1 -1
  64. package/lib/components/Title2/index.js.map +1 -1
  65. package/lib/components/Title3/Title3.js +12 -8
  66. package/lib/components/Title3/Title3.js.map +1 -1
  67. package/lib/components/Title3/index.js.map +1 -1
  68. package/lib/components/wrapper.js +13 -10
  69. package/lib/components/wrapper.js.map +1 -1
  70. package/lib/index.js +11 -10
  71. package/lib/index.js.map +1 -1
  72. package/lib-commonjs/Body1.js +10 -0
  73. package/lib-commonjs/Body1.js.map +1 -0
  74. package/lib-commonjs/Caption1.js +10 -0
  75. package/lib-commonjs/Caption1.js.map +1 -0
  76. package/lib-commonjs/Caption2.js +10 -0
  77. package/lib-commonjs/Caption2.js.map +1 -0
  78. package/lib-commonjs/Display.js +1 -1
  79. package/lib-commonjs/Display.js.map +1 -1
  80. package/lib-commonjs/LargeTitle.js +1 -1
  81. package/lib-commonjs/LargeTitle.js.map +1 -1
  82. package/lib-commonjs/Subtitle1.js +10 -0
  83. package/lib-commonjs/Subtitle1.js.map +1 -0
  84. package/lib-commonjs/Subtitle2.js +10 -0
  85. package/lib-commonjs/Subtitle2.js.map +1 -0
  86. package/lib-commonjs/Text.js +1 -1
  87. package/lib-commonjs/Text.js.map +1 -1
  88. package/lib-commonjs/Title1.js +1 -1
  89. package/lib-commonjs/Title1.js.map +1 -1
  90. package/lib-commonjs/Title2.js +1 -1
  91. package/lib-commonjs/Title2.js.map +1 -1
  92. package/lib-commonjs/Title3.js +1 -1
  93. package/lib-commonjs/Title3.js.map +1 -1
  94. package/lib-commonjs/components/Body1/Body1.js +41 -0
  95. package/lib-commonjs/components/Body1/Body1.js.map +1 -0
  96. package/lib-commonjs/components/Body1/index.js +10 -0
  97. package/lib-commonjs/components/Body1/index.js.map +1 -0
  98. package/lib-commonjs/components/Caption1/Caption1.js +41 -0
  99. package/lib-commonjs/components/Caption1/Caption1.js.map +1 -0
  100. package/lib-commonjs/components/Caption1/index.js +10 -0
  101. package/lib-commonjs/components/Caption1/index.js.map +1 -0
  102. package/lib-commonjs/components/Caption2/Caption2.js +41 -0
  103. package/lib-commonjs/components/Caption2/Caption2.js.map +1 -0
  104. package/lib-commonjs/components/Caption2/index.js +10 -0
  105. package/lib-commonjs/components/Caption2/index.js.map +1 -0
  106. package/lib-commonjs/components/Display/Display.js +20 -9
  107. package/lib-commonjs/components/Display/Display.js.map +1 -1
  108. package/lib-commonjs/components/Display/index.js +1 -1
  109. package/lib-commonjs/components/Display/index.js.map +1 -1
  110. package/lib-commonjs/components/LargeTitle/LargeTitle.js +20 -9
  111. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  112. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  113. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  114. package/lib-commonjs/components/Subtitle1/Subtitle1.js +41 -0
  115. package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +1 -0
  116. package/lib-commonjs/components/Subtitle1/index.js +10 -0
  117. package/lib-commonjs/components/Subtitle1/index.js.map +1 -0
  118. package/lib-commonjs/components/Subtitle2/Subtitle2.js +41 -0
  119. package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +1 -0
  120. package/lib-commonjs/components/Subtitle2/index.js +10 -0
  121. package/lib-commonjs/components/Subtitle2/index.js.map +1 -0
  122. package/lib-commonjs/components/Text/Text.js +8 -8
  123. package/lib-commonjs/components/Text/Text.js.map +1 -1
  124. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  125. package/lib-commonjs/components/Text/index.js +1 -1
  126. package/lib-commonjs/components/Text/index.js.map +1 -1
  127. package/lib-commonjs/components/Text/renderText.js +11 -12
  128. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  129. package/lib-commonjs/components/Text/useText.js +31 -31
  130. package/lib-commonjs/components/Text/useText.js.map +1 -1
  131. package/lib-commonjs/components/Text/useTextStyles.js +21 -14
  132. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  133. package/lib-commonjs/components/Title1/Title1.js +20 -9
  134. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  135. package/lib-commonjs/components/Title1/index.js +1 -1
  136. package/lib-commonjs/components/Title1/index.js.map +1 -1
  137. package/lib-commonjs/components/Title2/Title2.js +20 -9
  138. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  139. package/lib-commonjs/components/Title2/index.js +1 -1
  140. package/lib-commonjs/components/Title2/index.js.map +1 -1
  141. package/lib-commonjs/components/Title3/Title3.js +20 -9
  142. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  143. package/lib-commonjs/components/Title3/index.js +1 -1
  144. package/lib-commonjs/components/Title3/index.js.map +1 -1
  145. package/lib-commonjs/components/wrapper.js +14 -11
  146. package/lib-commonjs/components/wrapper.js.map +1 -1
  147. package/lib-commonjs/index.js +173 -11
  148. package/lib-commonjs/index.js.map +1 -1
  149. package/package.json +18 -22
  150. package/dist/react-text.d.ts +0 -163
  151. package/lib/Body.d.ts +0 -1
  152. package/lib/Body.js +0 -2
  153. package/lib/Body.js.map +0 -1
  154. package/lib/Caption.d.ts +0 -1
  155. package/lib/Caption.js +0 -2
  156. package/lib/Caption.js.map +0 -1
  157. package/lib/Display.d.ts +0 -1
  158. package/lib/Headline.d.ts +0 -1
  159. package/lib/Headline.js +0 -2
  160. package/lib/Headline.js.map +0 -1
  161. package/lib/LargeTitle.d.ts +0 -1
  162. package/lib/Subheadline.d.ts +0 -1
  163. package/lib/Subheadline.js +0 -2
  164. package/lib/Subheadline.js.map +0 -1
  165. package/lib/Text.d.ts +0 -1
  166. package/lib/Title1.d.ts +0 -1
  167. package/lib/Title2.d.ts +0 -1
  168. package/lib/Title3.d.ts +0 -1
  169. package/lib/common/isConformant.d.ts +0 -4
  170. package/lib/common/isConformant.js +0 -16
  171. package/lib/common/isConformant.js.map +0 -1
  172. package/lib/components/Body/Body.d.ts +0 -6
  173. package/lib/components/Body/Body.js +0 -27
  174. package/lib/components/Body/Body.js.map +0 -1
  175. package/lib/components/Body/index.d.ts +0 -1
  176. package/lib/components/Body/index.js +0 -2
  177. package/lib/components/Body/index.js.map +0 -1
  178. package/lib/components/Caption/Caption.d.ts +0 -6
  179. package/lib/components/Caption/Caption.js +0 -27
  180. package/lib/components/Caption/Caption.js.map +0 -1
  181. package/lib/components/Caption/index.d.ts +0 -1
  182. package/lib/components/Caption/index.js +0 -2
  183. package/lib/components/Caption/index.js.map +0 -1
  184. package/lib/components/Display/Display.d.ts +0 -6
  185. package/lib/components/Display/index.d.ts +0 -1
  186. package/lib/components/Headline/Headline.d.ts +0 -6
  187. package/lib/components/Headline/Headline.js +0 -27
  188. package/lib/components/Headline/Headline.js.map +0 -1
  189. package/lib/components/Headline/index.d.ts +0 -1
  190. package/lib/components/Headline/index.js +0 -2
  191. package/lib/components/Headline/index.js.map +0 -1
  192. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -6
  193. package/lib/components/LargeTitle/index.d.ts +0 -1
  194. package/lib/components/Subheadline/Subheadline.d.ts +0 -6
  195. package/lib/components/Subheadline/Subheadline.js +0 -27
  196. package/lib/components/Subheadline/Subheadline.js.map +0 -1
  197. package/lib/components/Subheadline/index.d.ts +0 -1
  198. package/lib/components/Subheadline/index.js +0 -2
  199. package/lib/components/Subheadline/index.js.map +0 -1
  200. package/lib/components/Text/Text.d.ts +0 -6
  201. package/lib/components/Text/Text.types.d.ts +0 -77
  202. package/lib/components/Text/index.d.ts +0 -5
  203. package/lib/components/Text/renderText.d.ts +0 -5
  204. package/lib/components/Text/useText.d.ts +0 -12
  205. package/lib/components/Text/useTextStyles.d.ts +0 -5
  206. package/lib/components/Title1/Title1.d.ts +0 -6
  207. package/lib/components/Title1/index.d.ts +0 -1
  208. package/lib/components/Title2/Title2.d.ts +0 -6
  209. package/lib/components/Title2/index.d.ts +0 -1
  210. package/lib/components/Title3/Title3.d.ts +0 -6
  211. package/lib/components/Title3/index.d.ts +0 -1
  212. package/lib/components/wrapper.d.ts +0 -7
  213. package/lib/index.d.ts +0 -10
  214. package/lib/typographyStyles/index.d.ts +0 -2
  215. package/lib/typographyStyles/index.js +0 -3
  216. package/lib/typographyStyles/index.js.map +0 -1
  217. package/lib/typographyStyles/typographyStyles.d.ts +0 -14
  218. package/lib/typographyStyles/typographyStyles.js +0 -76
  219. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  220. package/lib-commonjs/Body.d.ts +0 -1
  221. package/lib-commonjs/Body.js +0 -10
  222. package/lib-commonjs/Body.js.map +0 -1
  223. package/lib-commonjs/Caption.d.ts +0 -1
  224. package/lib-commonjs/Caption.js +0 -10
  225. package/lib-commonjs/Caption.js.map +0 -1
  226. package/lib-commonjs/Display.d.ts +0 -1
  227. package/lib-commonjs/Headline.d.ts +0 -1
  228. package/lib-commonjs/Headline.js +0 -10
  229. package/lib-commonjs/Headline.js.map +0 -1
  230. package/lib-commonjs/LargeTitle.d.ts +0 -1
  231. package/lib-commonjs/Subheadline.d.ts +0 -1
  232. package/lib-commonjs/Subheadline.js +0 -10
  233. package/lib-commonjs/Subheadline.js.map +0 -1
  234. package/lib-commonjs/Text.d.ts +0 -1
  235. package/lib-commonjs/Title1.d.ts +0 -1
  236. package/lib-commonjs/Title2.d.ts +0 -1
  237. package/lib-commonjs/Title3.d.ts +0 -1
  238. package/lib-commonjs/common/isConformant.d.ts +0 -4
  239. package/lib-commonjs/common/isConformant.js +0 -27
  240. package/lib-commonjs/common/isConformant.js.map +0 -1
  241. package/lib-commonjs/components/Body/Body.d.ts +0 -6
  242. package/lib-commonjs/components/Body/Body.js +0 -30
  243. package/lib-commonjs/components/Body/Body.js.map +0 -1
  244. package/lib-commonjs/components/Body/index.d.ts +0 -1
  245. package/lib-commonjs/components/Body/index.js +0 -10
  246. package/lib-commonjs/components/Body/index.js.map +0 -1
  247. package/lib-commonjs/components/Caption/Caption.d.ts +0 -6
  248. package/lib-commonjs/components/Caption/Caption.js +0 -30
  249. package/lib-commonjs/components/Caption/Caption.js.map +0 -1
  250. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  251. package/lib-commonjs/components/Caption/index.js +0 -10
  252. package/lib-commonjs/components/Caption/index.js.map +0 -1
  253. package/lib-commonjs/components/Display/Display.d.ts +0 -6
  254. package/lib-commonjs/components/Display/index.d.ts +0 -1
  255. package/lib-commonjs/components/Headline/Headline.d.ts +0 -6
  256. package/lib-commonjs/components/Headline/Headline.js +0 -30
  257. package/lib-commonjs/components/Headline/Headline.js.map +0 -1
  258. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  259. package/lib-commonjs/components/Headline/index.js +0 -10
  260. package/lib-commonjs/components/Headline/index.js.map +0 -1
  261. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -6
  262. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  263. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -6
  264. package/lib-commonjs/components/Subheadline/Subheadline.js +0 -30
  265. package/lib-commonjs/components/Subheadline/Subheadline.js.map +0 -1
  266. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  267. package/lib-commonjs/components/Subheadline/index.js +0 -10
  268. package/lib-commonjs/components/Subheadline/index.js.map +0 -1
  269. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  270. package/lib-commonjs/components/Text/Text.types.d.ts +0 -77
  271. package/lib-commonjs/components/Text/index.d.ts +0 -5
  272. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  273. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  274. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -5
  275. package/lib-commonjs/components/Title1/Title1.d.ts +0 -6
  276. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  277. package/lib-commonjs/components/Title2/Title2.d.ts +0 -6
  278. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  279. package/lib-commonjs/components/Title3/Title3.d.ts +0 -6
  280. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  281. package/lib-commonjs/components/wrapper.d.ts +0 -7
  282. package/lib-commonjs/index.d.ts +0 -10
  283. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  284. package/lib-commonjs/typographyStyles/index.js +0 -11
  285. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  286. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -14
  287. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -109
  288. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,26 +1,180 @@
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, 31 May 2022 21:26:43 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.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.11)
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, 31 May 2022 21:26:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.10..@fluentui/react-text_v9.0.0-rc.11)
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
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
17
+
18
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.10)
19
+
20
+ Mon, 23 May 2022 18:56:49 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.9..@fluentui/react-text_v9.0.0-rc.10)
22
+
23
+ ### Changes
24
+
25
+ - fix: Change typography wrapper component names to match new design spec ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by 39736248+andrefcdias@users.noreply.github.com)
26
+ - Text: Ordering types alphabetically. ([PR #23120](https://github.com/microsoft/fluentui/pull/23120) by Humberto.Morimoto@microsoft.com)
27
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
28
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+
30
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.9)
31
+
32
+ Mon, 23 May 2022 12:13:52 GMT
33
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.8..@fluentui/react-text_v9.0.0-rc.9)
34
+
35
+ ### Changes
36
+
37
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
38
+ - Removing TextCommons type. ([PR #22971](https://github.com/microsoft/fluentui/pull/22971) by Humberto.Morimoto@microsoft.com)
39
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
40
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
41
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
42
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
43
+
44
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
45
+
46
+ Thu, 05 May 2022 18:26:30 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
48
+
49
+ ### Changes
50
+
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
53
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
54
+
55
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
56
+
57
+ Wed, 04 May 2022 13:26:33 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
59
+
60
+ ### Changes
61
+
62
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
63
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
64
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
65
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
66
+
67
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
68
+
69
+ Tue, 19 Apr 2022 19:17:01 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
71
+
72
+ ### Changes
73
+
74
+ - Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
75
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
76
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
78
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
79
+
80
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
81
+
82
+ Fri, 04 Mar 2022 05:17:31 GMT
83
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
84
+
85
+ ### Changes
86
+
87
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
88
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
89
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
90
+
91
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
92
+
93
+ Tue, 01 Mar 2022 02:17:39 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
95
+
96
+ ### Changes
97
+
98
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
99
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
100
+
101
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
102
+
103
+ Fri, 18 Feb 2022 13:35:36 GMT
104
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
105
+
106
+ ### Changes
107
+
108
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
109
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
110
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
111
+
112
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
113
+
114
+ Thu, 10 Feb 2022 08:50:58 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
116
+
117
+ ### Changes
118
+
119
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
120
+ - 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)
121
+ - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
122
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
123
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
124
+ - 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)
125
+ - 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)
126
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
127
+ - use Griffel packages ([PR #21418](https://github.com/microsoft/fluentui/pull/21418) by olfedias@microsoft.com)
128
+ - update styles to not use CSS shorthands ([PR #20841](https://github.com/microsoft/fluentui/pull/20841) by olfedias@microsoft.com)
129
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
130
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
131
+
132
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
133
+
134
+ Thu, 25 Nov 2021 08:34:16 GMT
135
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
136
+
137
+ ### Changes
138
+
139
+ - Migrate Text ([PR #20653](https://github.com/microsoft/fluentui/pull/20653) by andredias@microsoft.com)
140
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
141
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
142
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
143
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
144
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
145
+
146
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
147
+
148
+ Fri, 12 Nov 2021 13:25:08 GMT
149
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
150
+
151
+ ### Changes
152
+
153
+ - Updated with codesandbox comments ([PR #20371](https://github.com/microsoft/fluentui/pull/20371) by gcox@microsoft.com)
154
+ - export static classes for components ([PR #20449](https://github.com/microsoft/fluentui/pull/20449) by olfedias@microsoft.com)
155
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
156
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
157
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
158
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
159
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
160
+
161
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
162
+
163
+ Wed, 27 Oct 2021 12:14:23 GMT
164
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
165
+
166
+ ### Changes
167
+
168
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
169
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
170
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
171
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
172
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
173
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
20
174
 
21
175
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
22
176
 
23
- Wed, 06 Oct 2021 10:37:22 GMT
177
+ Wed, 06 Oct 2021 10:37:22 GMT
24
178
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
25
179
 
26
180
  ### Changes
@@ -34,7 +188,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
34
188
 
35
189
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
36
190
 
37
- Tue, 05 Oct 2021 12:47:58 GMT
191
+ Tue, 05 Oct 2021 12:47:58 GMT
38
192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
39
193
 
40
194
  ### Changes
@@ -46,7 +200,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
46
200
 
47
201
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
48
202
 
49
- Tue, 05 Oct 2021 09:28:07 GMT
203
+ Tue, 05 Oct 2021 09:28:07 GMT
50
204
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
51
205
 
52
206
  ### Changes
@@ -60,7 +214,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
60
214
 
61
215
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
62
216
 
63
- Fri, 01 Oct 2021 14:13:08 GMT
217
+ Fri, 01 Oct 2021 14:13:08 GMT
64
218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
65
219
 
66
220
  ### Changes
@@ -74,7 +228,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
74
228
 
75
229
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
76
230
 
77
- Wed, 29 Sep 2021 08:06:11 GMT
231
+ Wed, 29 Sep 2021 08:06:11 GMT
78
232
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
79
233
 
80
234
  ### Changes
@@ -86,7 +240,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
86
240
 
87
241
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
88
242
 
89
- Mon, 27 Sep 2021 08:06:00 GMT
243
+ Mon, 27 Sep 2021 08:06:00 GMT
90
244
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
91
245
 
92
246
  ### Changes
@@ -99,7 +253,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
99
253
 
100
254
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
101
255
 
102
- Fri, 24 Sep 2021 09:17:17 GMT
256
+ Fri, 24 Sep 2021 09:17:17 GMT
103
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
104
258
 
105
259
  ### Changes
@@ -113,7 +267,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
113
267
 
114
268
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
115
269
 
116
- Thu, 23 Sep 2021 08:21:34 GMT
270
+ Thu, 23 Sep 2021 08:21:34 GMT
117
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
118
272
 
119
273
  ### Changes
@@ -126,7 +280,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
126
280
 
127
281
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
128
282
 
129
- Wed, 22 Sep 2021 10:10:07 GMT
283
+ Wed, 22 Sep 2021 10:10:07 GMT
130
284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
131
285
 
132
286
  ### Changes
@@ -140,7 +294,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
140
294
 
141
295
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
142
296
 
143
- Tue, 21 Sep 2021 07:42:34 GMT
297
+ Tue, 21 Sep 2021 07:42:34 GMT
144
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
145
299
 
146
300
  ### Changes
@@ -152,7 +306,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
152
306
 
153
307
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
154
308
 
155
- Mon, 20 Sep 2021 07:36:26 GMT
309
+ Mon, 20 Sep 2021 07:36:26 GMT
156
310
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
157
311
 
158
312
  ### Changes
@@ -161,7 +315,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
161
315
 
162
316
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
163
317
 
164
- Fri, 17 Sep 2021 07:35:26 GMT
318
+ Fri, 17 Sep 2021 07:35:26 GMT
165
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
166
320
 
167
321
  ### Changes
@@ -170,7 +324,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
170
324
 
171
325
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
172
326
 
173
- Thu, 16 Sep 2021 07:38:39 GMT
327
+ Thu, 16 Sep 2021 07:38:39 GMT
174
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
175
329
 
176
330
  ### Changes
@@ -179,7 +333,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
179
333
 
180
334
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
181
335
 
182
- Tue, 14 Sep 2021 20:09:02 GMT
336
+ Tue, 14 Sep 2021 20:09:02 GMT
183
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
184
338
 
185
339
  ### Changes
@@ -188,7 +342,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
188
342
 
189
343
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
190
344
 
191
- Fri, 10 Sep 2021 16:31:53 GMT
345
+ Fri, 10 Sep 2021 16:31:53 GMT
192
346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
193
347
 
194
348
  ### Changes
@@ -198,7 +352,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
198
352
 
199
353
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
200
354
 
201
- Fri, 10 Sep 2021 07:39:51 GMT
355
+ Fri, 10 Sep 2021 07:39:51 GMT
202
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
203
357
 
204
358
  ### Changes
@@ -207,7 +361,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
207
361
 
208
362
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
209
363
 
210
- Mon, 06 Sep 2021 07:34:53 GMT
364
+ Mon, 06 Sep 2021 07:34:53 GMT
211
365
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
212
366
 
213
367
  ### Changes
@@ -216,7 +370,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
216
370
 
217
371
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
218
372
 
219
- Thu, 02 Sep 2021 07:36:46 GMT
373
+ Thu, 02 Sep 2021 07:36:46 GMT
220
374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
221
375
 
222
376
  ### Patches
@@ -229,7 +383,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
229
383
 
230
384
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
231
385
 
232
- Wed, 01 Sep 2021 07:39:56 GMT
386
+ Wed, 01 Sep 2021 07:39:56 GMT
233
387
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
234
388
 
235
389
  ### Changes
@@ -238,7 +392,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
238
392
 
239
393
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
240
394
 
241
- Tue, 31 Aug 2021 07:37:47 GMT
395
+ Tue, 31 Aug 2021 07:37:47 GMT
242
396
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
243
397
 
244
398
  ### Changes
@@ -247,7 +401,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
247
401
 
248
402
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
249
403
 
250
- Fri, 27 Aug 2021 07:33:32 GMT
404
+ Fri, 27 Aug 2021 07:33:32 GMT
251
405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
252
406
 
253
407
  ### Changes
@@ -256,7 +410,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
256
410
 
257
411
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
258
412
 
259
- Thu, 26 Aug 2021 07:35:43 GMT
413
+ Thu, 26 Aug 2021 07:35:43 GMT
260
414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
261
415
 
262
416
  ### Changes
@@ -265,7 +419,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
265
419
 
266
420
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
267
421
 
268
- Tue, 24 Aug 2021 07:34:48 GMT
422
+ Tue, 24 Aug 2021 07:34:48 GMT
269
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
270
424
 
271
425
  ### Changes
@@ -274,7 +428,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
274
428
 
275
429
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
276
430
 
277
- Fri, 20 Aug 2021 07:37:28 GMT
431
+ Fri, 20 Aug 2021 07:37:28 GMT
278
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
279
433
 
280
434
  ### Changes
@@ -283,7 +437,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
283
437
 
284
438
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
285
439
 
286
- Thu, 19 Aug 2021 07:41:35 GMT
440
+ Thu, 19 Aug 2021 07:41:35 GMT
287
441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
288
442
 
289
443
  ### Changes
@@ -292,7 +446,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
292
446
 
293
447
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
294
448
 
295
- Fri, 13 Aug 2021 07:36:34 GMT
449
+ Fri, 13 Aug 2021 07:36:34 GMT
296
450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
297
451
 
298
452
  ### Changes
@@ -301,7 +455,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
301
455
 
302
456
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
303
457
 
304
- Thu, 12 Aug 2021 07:34:46 GMT
458
+ Thu, 12 Aug 2021 07:34:46 GMT
305
459
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
306
460
 
307
461
  ### Changes
@@ -310,7 +464,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
310
464
 
311
465
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
312
466
 
313
- Wed, 11 Aug 2021 07:34:54 GMT
467
+ Wed, 11 Aug 2021 07:34:54 GMT
314
468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
315
469
 
316
470
  ### Changes
@@ -319,7 +473,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
319
473
 
320
474
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
321
475
 
322
- Fri, 06 Aug 2021 07:35:14 GMT
476
+ Fri, 06 Aug 2021 07:35:14 GMT
323
477
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
324
478
 
325
479
  ### Changes
@@ -328,7 +482,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
328
482
 
329
483
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
330
484
 
331
- Tue, 03 Aug 2021 07:39:30 GMT
485
+ Tue, 03 Aug 2021 07:39:30 GMT
332
486
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
333
487
 
334
488
  ### Patches
@@ -343,7 +497,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
343
497
 
344
498
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
345
499
 
346
- Mon, 02 Aug 2021 07:36:20 GMT
500
+ Mon, 02 Aug 2021 07:36:20 GMT
347
501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
348
502
 
349
503
  ### Changes
@@ -352,7 +506,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
352
506
 
353
507
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
354
508
 
355
- Mon, 26 Jul 2021 07:37:30 GMT
509
+ Mon, 26 Jul 2021 07:37:30 GMT
356
510
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
357
511
 
358
512
  ### Changes
@@ -361,7 +515,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
361
515
 
362
516
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
363
517
 
364
- Fri, 23 Jul 2021 07:38:19 GMT
518
+ Fri, 23 Jul 2021 07:38:19 GMT
365
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
366
520
 
367
521
  ### Changes
@@ -370,7 +524,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
370
524
 
371
525
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
372
526
 
373
- Thu, 22 Jul 2021 07:36:55 GMT
527
+ Thu, 22 Jul 2021 07:36:55 GMT
374
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
375
529
 
376
530
  ### Changes
@@ -379,7 +533,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
379
533
 
380
534
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
381
535
 
382
- Thu, 15 Jul 2021 07:36:18 GMT
536
+ Thu, 15 Jul 2021 07:36:18 GMT
383
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
384
538
 
385
539
  ### Changes
@@ -388,7 +542,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
388
542
 
389
543
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
390
544
 
391
- Tue, 13 Jul 2021 22:32:58 GMT
545
+ Tue, 13 Jul 2021 22:32:58 GMT
392
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
393
547
 
394
548
  ### Patches
@@ -397,7 +551,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
397
551
 
398
552
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
399
553
 
400
- Tue, 13 Jul 2021 07:35:36 GMT
554
+ Tue, 13 Jul 2021 07:35:36 GMT
401
555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
402
556
 
403
557
  ### Changes
@@ -406,7 +560,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
406
560
 
407
561
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
408
562
 
409
- Fri, 09 Jul 2021 07:39:31 GMT
563
+ Fri, 09 Jul 2021 07:39:31 GMT
410
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
411
565
 
412
566
  ### Patches
@@ -421,7 +575,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
421
575
 
422
576
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
423
577
 
424
- Fri, 02 Jul 2021 23:15:55 GMT
578
+ Fri, 02 Jul 2021 23:15:55 GMT
425
579
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
426
580
 
427
581
  ### Changes
@@ -430,7 +584,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
430
584
 
431
585
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
432
586
 
433
- Fri, 02 Jul 2021 07:37:06 GMT
587
+ Fri, 02 Jul 2021 07:37:06 GMT
434
588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
435
589
 
436
590
  ### Changes
@@ -439,7 +593,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
439
593
 
440
594
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
441
595
 
442
- Wed, 30 Jun 2021 07:38:35 GMT
596
+ Wed, 30 Jun 2021 07:38:35 GMT
443
597
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
444
598
 
445
599
  ### Changes
@@ -448,7 +602,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
448
602
 
449
603
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
450
604
 
451
- Tue, 29 Jun 2021 07:33:32 GMT
605
+ Tue, 29 Jun 2021 07:33:32 GMT
452
606
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
453
607
 
454
608
  ### Changes