@fluentui/react-text 9.0.0-rc.6 → 9.0.0-rc.9

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 (130) hide show
  1. package/CHANGELOG.json +125 -4
  2. package/CHANGELOG.md +92 -55
  3. package/dist/{react-text.d.ts → index.d.ts} +26 -28
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Body/Body.js +4 -4
  6. package/lib/components/Body/Body.js.map +1 -1
  7. package/lib/components/Caption/Caption.js +4 -4
  8. package/lib/components/Caption/Caption.js.map +1 -1
  9. package/lib/components/Display/Display.js +4 -4
  10. package/lib/components/Display/Display.js.map +1 -1
  11. package/lib/components/Headline/Headline.js +4 -4
  12. package/lib/components/Headline/Headline.js.map +1 -1
  13. package/lib/components/LargeTitle/LargeTitle.js +4 -4
  14. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  15. package/lib/components/Subheadline/Subheadline.js +4 -4
  16. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  17. package/lib/components/Text/Text.types.js.map +1 -1
  18. package/lib/components/Text/useText.js +6 -6
  19. package/lib/components/Text/useText.js.map +1 -1
  20. package/lib/components/Title1/Title1.js +4 -4
  21. package/lib/components/Title1/Title1.js.map +1 -1
  22. package/lib/components/Title2/Title2.js +4 -4
  23. package/lib/components/Title2/Title2.js.map +1 -1
  24. package/lib/components/Title3/Title3.js +4 -4
  25. package/lib/components/Title3/Title3.js.map +1 -1
  26. package/lib-commonjs/components/Body/Body.js +12 -3
  27. package/lib-commonjs/components/Body/Body.js.map +1 -1
  28. package/lib-commonjs/components/Caption/Caption.js +12 -3
  29. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  30. package/lib-commonjs/components/Display/Display.js +12 -3
  31. package/lib-commonjs/components/Display/Display.js.map +1 -1
  32. package/lib-commonjs/components/Headline/Headline.js +12 -3
  33. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  34. package/lib-commonjs/components/LargeTitle/LargeTitle.js +12 -3
  35. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  36. package/lib-commonjs/components/Subheadline/Subheadline.js +12 -3
  37. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  38. package/lib-commonjs/components/Text/useText.js +6 -6
  39. package/lib-commonjs/components/Text/useText.js.map +1 -1
  40. package/lib-commonjs/components/Title1/Title1.js +12 -3
  41. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  42. package/lib-commonjs/components/Title2/Title2.js +12 -3
  43. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  44. package/lib-commonjs/components/Title3/Title3.js +12 -3
  45. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  46. package/package.json +8 -8
  47. package/lib/Body.d.ts +0 -1
  48. package/lib/Caption.d.ts +0 -1
  49. package/lib/Display.d.ts +0 -1
  50. package/lib/Headline.d.ts +0 -1
  51. package/lib/LargeTitle.d.ts +0 -1
  52. package/lib/Subheadline.d.ts +0 -1
  53. package/lib/Text.d.ts +0 -1
  54. package/lib/Title1.d.ts +0 -1
  55. package/lib/Title2.d.ts +0 -1
  56. package/lib/Title3.d.ts +0 -1
  57. package/lib/components/Body/Body.d.ts +0 -13
  58. package/lib/components/Body/index.d.ts +0 -1
  59. package/lib/components/Caption/Caption.d.ts +0 -13
  60. package/lib/components/Caption/index.d.ts +0 -1
  61. package/lib/components/Display/Display.d.ts +0 -13
  62. package/lib/components/Display/index.d.ts +0 -1
  63. package/lib/components/Headline/Headline.d.ts +0 -13
  64. package/lib/components/Headline/index.d.ts +0 -1
  65. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -13
  66. package/lib/components/LargeTitle/index.d.ts +0 -1
  67. package/lib/components/Subheadline/Subheadline.d.ts +0 -13
  68. package/lib/components/Subheadline/index.d.ts +0 -1
  69. package/lib/components/Text/Text.d.ts +0 -6
  70. package/lib/components/Text/Text.types.d.ts +0 -78
  71. package/lib/components/Text/index.d.ts +0 -5
  72. package/lib/components/Text/renderText.d.ts +0 -5
  73. package/lib/components/Text/useText.d.ts +0 -12
  74. package/lib/components/Text/useTextStyles.d.ts +0 -11
  75. package/lib/components/Title1/Title1.d.ts +0 -13
  76. package/lib/components/Title1/index.d.ts +0 -1
  77. package/lib/components/Title2/Title2.d.ts +0 -13
  78. package/lib/components/Title2/index.d.ts +0 -1
  79. package/lib/components/Title3/Title3.d.ts +0 -13
  80. package/lib/components/Title3/index.d.ts +0 -1
  81. package/lib/components/wrapper.d.ts +0 -8
  82. package/lib/index.d.ts +0 -11
  83. package/lib/typographyStyles/index.d.ts +0 -2
  84. package/lib/typographyStyles/index.js +0 -3
  85. package/lib/typographyStyles/index.js.map +0 -1
  86. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  87. package/lib/typographyStyles/typographyStyles.js +0 -60
  88. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  89. package/lib-commonjs/Body.d.ts +0 -1
  90. package/lib-commonjs/Caption.d.ts +0 -1
  91. package/lib-commonjs/Display.d.ts +0 -1
  92. package/lib-commonjs/Headline.d.ts +0 -1
  93. package/lib-commonjs/LargeTitle.d.ts +0 -1
  94. package/lib-commonjs/Subheadline.d.ts +0 -1
  95. package/lib-commonjs/Text.d.ts +0 -1
  96. package/lib-commonjs/Title1.d.ts +0 -1
  97. package/lib-commonjs/Title2.d.ts +0 -1
  98. package/lib-commonjs/Title3.d.ts +0 -1
  99. package/lib-commonjs/components/Body/Body.d.ts +0 -13
  100. package/lib-commonjs/components/Body/index.d.ts +0 -1
  101. package/lib-commonjs/components/Caption/Caption.d.ts +0 -13
  102. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  103. package/lib-commonjs/components/Display/Display.d.ts +0 -13
  104. package/lib-commonjs/components/Display/index.d.ts +0 -1
  105. package/lib-commonjs/components/Headline/Headline.d.ts +0 -13
  106. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  107. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -13
  108. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  109. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -13
  110. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  111. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  112. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  113. package/lib-commonjs/components/Text/index.d.ts +0 -5
  114. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  115. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  116. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -11
  117. package/lib-commonjs/components/Title1/Title1.d.ts +0 -13
  118. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  119. package/lib-commonjs/components/Title2/Title2.d.ts +0 -13
  120. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  121. package/lib-commonjs/components/Title3/Title3.d.ts +0 -13
  122. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  123. package/lib-commonjs/components/wrapper.d.ts +0 -8
  124. package/lib-commonjs/index.d.ts +0 -11
  125. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  126. package/lib-commonjs/typographyStyles/index.js +0 -11
  127. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  128. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  129. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  130. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,128 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:14:11 GMT",
5
+ "date": "Mon, 23 May 2022 12:10:18 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-rc.9",
7
+ "version": "9.0.0-rc.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-text",
13
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-text",
19
+ "commit": "cab7ae0f9667d278f6e4b3463f4890fe8bf63ca8",
20
+ "comment": "Removing TextCommons type."
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-text",
25
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
26
+ "comment": "chore: Update Griffel to latest version"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-text",
31
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
32
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-text",
37
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
38
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-text",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
44
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
45
+ }
46
+ ],
47
+ "none": [
48
+ {
49
+ "author": "t-emmajiang@microsoft.com",
50
+ "package": "@fluentui/react-text",
51
+ "commit": "d1b79b83dbffbc0242d8f463715741efec9bf5dd",
52
+ "comment": "fixing typo in Text best practices"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
59
+ "tag": "@fluentui/react-text_v9.0.0-rc.8",
60
+ "version": "9.0.0-rc.8",
61
+ "comments": {
62
+ "prerelease": [
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-text",
66
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
67
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-text",
72
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
73
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-text",
78
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
79
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
86
+ "tag": "@fluentui/react-text_v9.0.0-rc.7",
87
+ "version": "9.0.0-rc.7",
88
+ "comments": {
89
+ "prerelease": [
90
+ {
91
+ "author": "martinhochel@microsoft.com",
92
+ "package": "@fluentui/react-text",
93
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
94
+ "comment": "feat: ship rolluped only dts"
95
+ },
96
+ {
97
+ "author": "gcox@microsoft.com",
98
+ "package": "@fluentui/react-text",
99
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
100
+ "comment": "Updated react-text to use typography constants"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-text",
105
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
106
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-text",
111
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
112
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
113
+ }
114
+ ],
115
+ "none": [
116
+ {
117
+ "author": "tristan.watanabe@gmail.com",
118
+ "package": "@fluentui/react-text",
119
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
120
+ "comment": "react-text: Move to new common folder."
121
+ }
122
+ ]
123
+ }
124
+ },
125
+ {
126
+ "date": "Tue, 19 Apr 2022 19:17:01 GMT",
6
127
  "tag": "@fluentui/react-text_v9.0.0-rc.6",
7
128
  "version": "9.0.0-rc.6",
8
129
  "comments": {
@@ -23,19 +144,19 @@
23
144
  "author": "beachball",
24
145
  "package": "@fluentui/react-text",
25
146
  "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
26
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
147
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
27
148
  },
28
149
  {
29
150
  "author": "beachball",
30
151
  "package": "@fluentui/react-text",
31
152
  "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
32
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
153
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
33
154
  },
34
155
  {
35
156
  "author": "beachball",
36
157
  "package": "@fluentui/react-text",
37
158
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
38
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
159
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
39
160
  }
40
161
  ],
41
162
  "none": [
package/CHANGELOG.md CHANGED
@@ -1,25 +1,62 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:14:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.9)
8
+
9
+ Mon, 23 May 2022 12:10:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.8..@fluentui/react-text_v9.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
15
+ - Removing TextCommons type. ([PR #22971](https://github.com/microsoft/fluentui/pull/22971) by Humberto.Morimoto@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
17
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+
21
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
22
+
23
+ Thu, 05 May 2022 18:26:30 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
25
+
26
+ ### Changes
27
+
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
30
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+
32
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
33
+
34
+ Wed, 04 May 2022 13:26:33 GMT
35
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
36
+
37
+ ### Changes
38
+
39
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
40
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
43
+
7
44
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
8
45
 
9
- Tue, 19 Apr 2022 19:14:11 GMT
46
+ Tue, 19 Apr 2022 19:17:01 GMT
10
47
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
11
48
 
12
49
  ### Changes
13
50
 
14
51
  - Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
15
52
  - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
16
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
18
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
19
56
 
20
57
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
21
58
 
22
- Fri, 04 Mar 2022 05:17:31 GMT
59
+ Fri, 04 Mar 2022 05:17:31 GMT
23
60
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
24
61
 
25
62
  ### Changes
@@ -30,7 +67,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
30
67
 
31
68
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
32
69
 
33
- Tue, 01 Mar 2022 02:17:39 GMT
70
+ Tue, 01 Mar 2022 02:17:39 GMT
34
71
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
35
72
 
36
73
  ### Changes
@@ -40,7 +77,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
40
77
 
41
78
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
42
79
 
43
- Fri, 18 Feb 2022 13:35:36 GMT
80
+ Fri, 18 Feb 2022 13:35:36 GMT
44
81
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
45
82
 
46
83
  ### Changes
@@ -51,13 +88,13 @@ Fri, 18 Feb 2022 13:35:36 GMT
51
88
 
52
89
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
53
90
 
54
- Thu, 10 Feb 2022 08:50:58 GMT
91
+ Thu, 10 Feb 2022 08:50:58 GMT
55
92
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
56
93
 
57
94
  ### Changes
58
95
 
59
96
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
60
- - 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)
97
+ - 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)
61
98
  - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
62
99
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
63
100
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -71,7 +108,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
71
108
 
72
109
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
73
110
 
74
- Thu, 25 Nov 2021 08:34:16 GMT
111
+ Thu, 25 Nov 2021 08:34:16 GMT
75
112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
76
113
 
77
114
  ### Changes
@@ -85,7 +122,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
85
122
 
86
123
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
87
124
 
88
- Fri, 12 Nov 2021 13:25:08 GMT
125
+ Fri, 12 Nov 2021 13:25:08 GMT
89
126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
90
127
 
91
128
  ### Changes
@@ -100,7 +137,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
100
137
 
101
138
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
102
139
 
103
- Wed, 27 Oct 2021 12:14:23 GMT
140
+ Wed, 27 Oct 2021 12:14:23 GMT
104
141
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
105
142
 
106
143
  ### Changes
@@ -114,7 +151,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
114
151
 
115
152
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
116
153
 
117
- Wed, 06 Oct 2021 10:37:22 GMT
154
+ Wed, 06 Oct 2021 10:37:22 GMT
118
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
119
156
 
120
157
  ### Changes
@@ -128,7 +165,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
128
165
 
129
166
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
130
167
 
131
- Tue, 05 Oct 2021 12:47:58 GMT
168
+ Tue, 05 Oct 2021 12:47:58 GMT
132
169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
133
170
 
134
171
  ### Changes
@@ -140,7 +177,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
140
177
 
141
178
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
142
179
 
143
- Tue, 05 Oct 2021 09:28:07 GMT
180
+ Tue, 05 Oct 2021 09:28:07 GMT
144
181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
145
182
 
146
183
  ### Changes
@@ -154,7 +191,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
154
191
 
155
192
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
156
193
 
157
- Fri, 01 Oct 2021 14:13:08 GMT
194
+ Fri, 01 Oct 2021 14:13:08 GMT
158
195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
159
196
 
160
197
  ### Changes
@@ -168,7 +205,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
168
205
 
169
206
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
170
207
 
171
- Wed, 29 Sep 2021 08:06:11 GMT
208
+ Wed, 29 Sep 2021 08:06:11 GMT
172
209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
173
210
 
174
211
  ### Changes
@@ -180,7 +217,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
180
217
 
181
218
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
182
219
 
183
- Mon, 27 Sep 2021 08:06:00 GMT
220
+ Mon, 27 Sep 2021 08:06:00 GMT
184
221
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
185
222
 
186
223
  ### Changes
@@ -193,7 +230,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
193
230
 
194
231
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
195
232
 
196
- Fri, 24 Sep 2021 09:17:17 GMT
233
+ Fri, 24 Sep 2021 09:17:17 GMT
197
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
198
235
 
199
236
  ### Changes
@@ -207,7 +244,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
207
244
 
208
245
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
209
246
 
210
- Thu, 23 Sep 2021 08:21:34 GMT
247
+ Thu, 23 Sep 2021 08:21:34 GMT
211
248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
212
249
 
213
250
  ### Changes
@@ -220,7 +257,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
220
257
 
221
258
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
222
259
 
223
- Wed, 22 Sep 2021 10:10:07 GMT
260
+ Wed, 22 Sep 2021 10:10:07 GMT
224
261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
225
262
 
226
263
  ### Changes
@@ -234,7 +271,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
234
271
 
235
272
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
236
273
 
237
- Tue, 21 Sep 2021 07:42:34 GMT
274
+ Tue, 21 Sep 2021 07:42:34 GMT
238
275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
239
276
 
240
277
  ### Changes
@@ -246,7 +283,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
246
283
 
247
284
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
248
285
 
249
- Mon, 20 Sep 2021 07:36:26 GMT
286
+ Mon, 20 Sep 2021 07:36:26 GMT
250
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
251
288
 
252
289
  ### Changes
@@ -255,7 +292,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
255
292
 
256
293
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
257
294
 
258
- Fri, 17 Sep 2021 07:35:26 GMT
295
+ Fri, 17 Sep 2021 07:35:26 GMT
259
296
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
260
297
 
261
298
  ### Changes
@@ -264,7 +301,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
264
301
 
265
302
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
266
303
 
267
- Thu, 16 Sep 2021 07:38:39 GMT
304
+ Thu, 16 Sep 2021 07:38:39 GMT
268
305
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
269
306
 
270
307
  ### Changes
@@ -273,7 +310,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
273
310
 
274
311
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
275
312
 
276
- Tue, 14 Sep 2021 20:09:02 GMT
313
+ Tue, 14 Sep 2021 20:09:02 GMT
277
314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
278
315
 
279
316
  ### Changes
@@ -282,7 +319,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
282
319
 
283
320
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
284
321
 
285
- Fri, 10 Sep 2021 16:31:53 GMT
322
+ Fri, 10 Sep 2021 16:31:53 GMT
286
323
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
287
324
 
288
325
  ### Changes
@@ -292,7 +329,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
292
329
 
293
330
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
294
331
 
295
- Fri, 10 Sep 2021 07:39:51 GMT
332
+ Fri, 10 Sep 2021 07:39:51 GMT
296
333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
297
334
 
298
335
  ### Changes
@@ -301,7 +338,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
301
338
 
302
339
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
303
340
 
304
- Mon, 06 Sep 2021 07:34:53 GMT
341
+ Mon, 06 Sep 2021 07:34:53 GMT
305
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
306
343
 
307
344
  ### Changes
@@ -310,7 +347,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
310
347
 
311
348
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
312
349
 
313
- Thu, 02 Sep 2021 07:36:46 GMT
350
+ Thu, 02 Sep 2021 07:36:46 GMT
314
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
315
352
 
316
353
  ### Patches
@@ -323,7 +360,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
323
360
 
324
361
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
325
362
 
326
- Wed, 01 Sep 2021 07:39:56 GMT
363
+ Wed, 01 Sep 2021 07:39:56 GMT
327
364
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
328
365
 
329
366
  ### Changes
@@ -332,7 +369,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
332
369
 
333
370
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
334
371
 
335
- Tue, 31 Aug 2021 07:37:47 GMT
372
+ Tue, 31 Aug 2021 07:37:47 GMT
336
373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
337
374
 
338
375
  ### Changes
@@ -341,7 +378,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
341
378
 
342
379
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
343
380
 
344
- Fri, 27 Aug 2021 07:33:32 GMT
381
+ Fri, 27 Aug 2021 07:33:32 GMT
345
382
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
346
383
 
347
384
  ### Changes
@@ -350,7 +387,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
350
387
 
351
388
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
352
389
 
353
- Thu, 26 Aug 2021 07:35:43 GMT
390
+ Thu, 26 Aug 2021 07:35:43 GMT
354
391
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
355
392
 
356
393
  ### Changes
@@ -359,7 +396,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
359
396
 
360
397
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
361
398
 
362
- Tue, 24 Aug 2021 07:34:48 GMT
399
+ Tue, 24 Aug 2021 07:34:48 GMT
363
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
364
401
 
365
402
  ### Changes
@@ -368,7 +405,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
368
405
 
369
406
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
370
407
 
371
- Fri, 20 Aug 2021 07:37:28 GMT
408
+ Fri, 20 Aug 2021 07:37:28 GMT
372
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
373
410
 
374
411
  ### Changes
@@ -377,7 +414,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
377
414
 
378
415
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
379
416
 
380
- Thu, 19 Aug 2021 07:41:35 GMT
417
+ Thu, 19 Aug 2021 07:41:35 GMT
381
418
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
382
419
 
383
420
  ### Changes
@@ -386,7 +423,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
386
423
 
387
424
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
388
425
 
389
- Fri, 13 Aug 2021 07:36:34 GMT
426
+ Fri, 13 Aug 2021 07:36:34 GMT
390
427
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
391
428
 
392
429
  ### Changes
@@ -395,7 +432,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
395
432
 
396
433
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
397
434
 
398
- Thu, 12 Aug 2021 07:34:46 GMT
435
+ Thu, 12 Aug 2021 07:34:46 GMT
399
436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
400
437
 
401
438
  ### Changes
@@ -404,7 +441,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
404
441
 
405
442
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
406
443
 
407
- Wed, 11 Aug 2021 07:34:54 GMT
444
+ Wed, 11 Aug 2021 07:34:54 GMT
408
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
409
446
 
410
447
  ### Changes
@@ -413,7 +450,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
413
450
 
414
451
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
415
452
 
416
- Fri, 06 Aug 2021 07:35:14 GMT
453
+ Fri, 06 Aug 2021 07:35:14 GMT
417
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
418
455
 
419
456
  ### Changes
@@ -422,7 +459,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
422
459
 
423
460
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
424
461
 
425
- Tue, 03 Aug 2021 07:39:30 GMT
462
+ Tue, 03 Aug 2021 07:39:30 GMT
426
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
427
464
 
428
465
  ### Patches
@@ -437,7 +474,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
437
474
 
438
475
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
439
476
 
440
- Mon, 02 Aug 2021 07:36:20 GMT
477
+ Mon, 02 Aug 2021 07:36:20 GMT
441
478
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
442
479
 
443
480
  ### Changes
@@ -446,7 +483,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
446
483
 
447
484
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
448
485
 
449
- Mon, 26 Jul 2021 07:37:30 GMT
486
+ Mon, 26 Jul 2021 07:37:30 GMT
450
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
451
488
 
452
489
  ### Changes
@@ -455,7 +492,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
455
492
 
456
493
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
457
494
 
458
- Fri, 23 Jul 2021 07:38:19 GMT
495
+ Fri, 23 Jul 2021 07:38:19 GMT
459
496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
460
497
 
461
498
  ### Changes
@@ -464,7 +501,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
464
501
 
465
502
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
466
503
 
467
- Thu, 22 Jul 2021 07:36:55 GMT
504
+ Thu, 22 Jul 2021 07:36:55 GMT
468
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
469
506
 
470
507
  ### Changes
@@ -473,7 +510,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
473
510
 
474
511
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
475
512
 
476
- Thu, 15 Jul 2021 07:36:18 GMT
513
+ Thu, 15 Jul 2021 07:36:18 GMT
477
514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
478
515
 
479
516
  ### Changes
@@ -482,7 +519,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
482
519
 
483
520
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
484
521
 
485
- Tue, 13 Jul 2021 22:32:58 GMT
522
+ Tue, 13 Jul 2021 22:32:58 GMT
486
523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
487
524
 
488
525
  ### Patches
@@ -491,7 +528,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
491
528
 
492
529
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
493
530
 
494
- Tue, 13 Jul 2021 07:35:36 GMT
531
+ Tue, 13 Jul 2021 07:35:36 GMT
495
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
496
533
 
497
534
  ### Changes
@@ -500,7 +537,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
500
537
 
501
538
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
502
539
 
503
- Fri, 09 Jul 2021 07:39:31 GMT
540
+ Fri, 09 Jul 2021 07:39:31 GMT
504
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
505
542
 
506
543
  ### Patches
@@ -515,7 +552,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
515
552
 
516
553
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
517
554
 
518
- Fri, 02 Jul 2021 23:15:55 GMT
555
+ Fri, 02 Jul 2021 23:15:55 GMT
519
556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
520
557
 
521
558
  ### Changes
@@ -524,7 +561,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
524
561
 
525
562
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
526
563
 
527
- Fri, 02 Jul 2021 07:37:06 GMT
564
+ Fri, 02 Jul 2021 07:37:06 GMT
528
565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
529
566
 
530
567
  ### Changes
@@ -533,7 +570,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
533
570
 
534
571
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
535
572
 
536
- Wed, 30 Jun 2021 07:38:35 GMT
573
+ Wed, 30 Jun 2021 07:38:35 GMT
537
574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
538
575
 
539
576
  ### Changes
@@ -542,7 +579,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
542
579
 
543
580
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
544
581
 
545
- Tue, 29 Jun 2021 07:33:32 GMT
582
+ Tue, 29 Jun 2021 07:33:32 GMT
546
583
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
547
584
 
548
585
  ### Changes