@fluentui/react-text 9.0.0-rc.4 → 9.0.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +128 -1
- package/CHANGELOG.md +86 -50
- package/dist/{react-text.d.ts → index.d.ts} +51 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Body/Body.js +12 -5
- package/lib/components/Body/Body.js.map +1 -1
- package/lib/components/Caption/Caption.js +12 -5
- package/lib/components/Caption/Caption.js.map +1 -1
- package/lib/components/Display/Display.js +12 -5
- package/lib/components/Display/Display.js.map +1 -1
- package/lib/components/Headline/Headline.js +12 -5
- package/lib/components/Headline/Headline.js.map +1 -1
- package/lib/components/LargeTitle/LargeTitle.js +12 -5
- package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/Subheadline/Subheadline.js +12 -5
- package/lib/components/Subheadline/Subheadline.js.map +1 -1
- package/lib/components/Text/useTextStyles.js +8 -1
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/Title1/Title1.js +12 -5
- package/lib/components/Title1/Title1.js.map +1 -1
- package/lib/components/Title2/Title2.js +12 -5
- package/lib/components/Title2/Title2.js.map +1 -1
- package/lib/components/Title3/Title3.js +12 -5
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/index.js +11 -10
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Body/Body.js +21 -5
- package/lib-commonjs/components/Body/Body.js.map +1 -1
- package/lib-commonjs/components/Caption/Caption.js +21 -5
- package/lib-commonjs/components/Caption/Caption.js.map +1 -1
- package/lib-commonjs/components/Display/Display.js +21 -5
- package/lib-commonjs/components/Display/Display.js.map +1 -1
- package/lib-commonjs/components/Headline/Headline.js +21 -5
- package/lib-commonjs/components/Headline/Headline.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.js +21 -5
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/Subheadline/Subheadline.js +21 -5
- package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js +9 -2
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/Title1/Title1.js +21 -5
- package/lib-commonjs/components/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/Title2/Title2.js +21 -5
- package/lib-commonjs/components/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/Title3/Title3.js +21 -5
- package/lib-commonjs/components/Title3/Title3.js.map +1 -1
- package/lib-commonjs/index.js +219 -11
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +16 -19
- package/lib/Body.d.ts +0 -1
- package/lib/Caption.d.ts +0 -1
- package/lib/Display.d.ts +0 -1
- package/lib/Headline.d.ts +0 -1
- package/lib/LargeTitle.d.ts +0 -1
- package/lib/Subheadline.d.ts +0 -1
- package/lib/Text.d.ts +0 -1
- package/lib/Title1.d.ts +0 -1
- package/lib/Title2.d.ts +0 -1
- package/lib/Title3.d.ts +0 -1
- package/lib/components/Body/Body.d.ts +0 -7
- package/lib/components/Body/index.d.ts +0 -1
- package/lib/components/Caption/Caption.d.ts +0 -7
- package/lib/components/Caption/index.d.ts +0 -1
- package/lib/components/Display/Display.d.ts +0 -7
- package/lib/components/Display/index.d.ts +0 -1
- package/lib/components/Headline/Headline.d.ts +0 -7
- package/lib/components/Headline/index.d.ts +0 -1
- package/lib/components/LargeTitle/LargeTitle.d.ts +0 -7
- package/lib/components/LargeTitle/index.d.ts +0 -1
- package/lib/components/Subheadline/Subheadline.d.ts +0 -7
- package/lib/components/Subheadline/index.d.ts +0 -1
- package/lib/components/Text/Text.d.ts +0 -6
- package/lib/components/Text/Text.types.d.ts +0 -78
- package/lib/components/Text/index.d.ts +0 -5
- package/lib/components/Text/renderText.d.ts +0 -5
- package/lib/components/Text/useText.d.ts +0 -12
- package/lib/components/Text/useTextStyles.d.ts +0 -6
- package/lib/components/Title1/Title1.d.ts +0 -7
- package/lib/components/Title1/index.d.ts +0 -1
- package/lib/components/Title2/Title2.d.ts +0 -7
- package/lib/components/Title2/index.d.ts +0 -1
- package/lib/components/Title3/Title3.d.ts +0 -7
- package/lib/components/Title3/index.d.ts +0 -1
- package/lib/components/wrapper.d.ts +0 -8
- package/lib/index.d.ts +0 -10
- package/lib/typographyStyles/index.d.ts +0 -2
- package/lib/typographyStyles/index.js +0 -3
- package/lib/typographyStyles/index.js.map +0 -1
- package/lib/typographyStyles/typographyStyles.d.ts +0 -13
- package/lib/typographyStyles/typographyStyles.js +0 -60
- package/lib/typographyStyles/typographyStyles.js.map +0 -1
- package/lib-commonjs/Body.d.ts +0 -1
- package/lib-commonjs/Caption.d.ts +0 -1
- package/lib-commonjs/Display.d.ts +0 -1
- package/lib-commonjs/Headline.d.ts +0 -1
- package/lib-commonjs/LargeTitle.d.ts +0 -1
- package/lib-commonjs/Subheadline.d.ts +0 -1
- package/lib-commonjs/Text.d.ts +0 -1
- package/lib-commonjs/Title1.d.ts +0 -1
- package/lib-commonjs/Title2.d.ts +0 -1
- package/lib-commonjs/Title3.d.ts +0 -1
- package/lib-commonjs/components/Body/Body.d.ts +0 -7
- package/lib-commonjs/components/Body/index.d.ts +0 -1
- package/lib-commonjs/components/Caption/Caption.d.ts +0 -7
- package/lib-commonjs/components/Caption/index.d.ts +0 -1
- package/lib-commonjs/components/Display/Display.d.ts +0 -7
- package/lib-commonjs/components/Display/index.d.ts +0 -1
- package/lib-commonjs/components/Headline/Headline.d.ts +0 -7
- package/lib-commonjs/components/Headline/index.d.ts +0 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -7
- package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
- package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -7
- package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
- package/lib-commonjs/components/Text/Text.d.ts +0 -6
- package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
- package/lib-commonjs/components/Text/index.d.ts +0 -5
- package/lib-commonjs/components/Text/renderText.d.ts +0 -5
- package/lib-commonjs/components/Text/useText.d.ts +0 -12
- package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -6
- package/lib-commonjs/components/Title1/Title1.d.ts +0 -7
- package/lib-commonjs/components/Title1/index.d.ts +0 -1
- package/lib-commonjs/components/Title2/Title2.d.ts +0 -7
- package/lib-commonjs/components/Title2/index.d.ts +0 -1
- package/lib-commonjs/components/Title3/Title3.d.ts +0 -7
- package/lib-commonjs/components/Title3/index.d.ts +0 -1
- package/lib-commonjs/components/wrapper.d.ts +0 -8
- package/lib-commonjs/index.d.ts +0 -10
- package/lib-commonjs/typographyStyles/index.d.ts +0 -2
- package/lib-commonjs/typographyStyles/index.js +0 -11
- package/lib-commonjs/typographyStyles/index.js.map +0 -1
- package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
- package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
- package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,134 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:01 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.7",
|
7
|
+
"version": "9.0.0-rc.7",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
|
14
|
+
"comment": "feat: ship rolluped only dts"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "gcox@microsoft.com",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
|
20
|
+
"comment": "Updated react-text to use typography constants"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-text",
|
25
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
26
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-text",
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
32
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"none": [
|
36
|
+
{
|
37
|
+
"author": "tristan.watanabe@gmail.com",
|
38
|
+
"package": "@fluentui/react-text",
|
39
|
+
"commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
|
40
|
+
"comment": "react-text: Move to new common folder."
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Tue, 19 Apr 2022 19:17:01 GMT",
|
47
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.6",
|
48
|
+
"version": "9.0.0-rc.6",
|
49
|
+
"comments": {
|
50
|
+
"prerelease": [
|
51
|
+
{
|
52
|
+
"author": "seanmonahan@microsoft.com",
|
53
|
+
"package": "@fluentui/react-text",
|
54
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
55
|
+
"comment": "Add static classnames to Text"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "olfedias@microsoft.com",
|
59
|
+
"package": "@fluentui/react-text",
|
60
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
61
|
+
"comment": "chore: Update Griffel to latest version"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"author": "beachball",
|
65
|
+
"package": "@fluentui/react-text",
|
66
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
67
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-text",
|
72
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
73
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "beachball",
|
77
|
+
"package": "@fluentui/react-text",
|
78
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
79
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
80
|
+
}
|
81
|
+
],
|
82
|
+
"none": [
|
83
|
+
{
|
84
|
+
"author": "mgodbolt@microsoft.com",
|
85
|
+
"package": "@fluentui/react-text",
|
86
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
87
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"author": "martinhochel@microsoft.com",
|
91
|
+
"package": "@fluentui/react-text",
|
92
|
+
"commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
|
93
|
+
"comment": "refactor: autofix no export star at index file for cxe-prg packages"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"author": "elcraig@microsoft.com",
|
97
|
+
"package": "@fluentui/react-text",
|
98
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
99
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
100
|
+
}
|
101
|
+
]
|
102
|
+
}
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
106
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.5",
|
107
|
+
"version": "9.0.0-rc.5",
|
108
|
+
"comments": {
|
109
|
+
"prerelease": [
|
110
|
+
{
|
111
|
+
"author": "dzearing@microsoft.com",
|
112
|
+
"package": "@fluentui/react-text",
|
113
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
114
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"author": "beachball",
|
118
|
+
"package": "@fluentui/react-text",
|
119
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
120
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"author": "beachball",
|
124
|
+
"package": "@fluentui/react-text",
|
125
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
126
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
127
|
+
}
|
128
|
+
]
|
129
|
+
}
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"date": "Tue, 01 Mar 2022 02:17:39 GMT",
|
6
133
|
"tag": "@fluentui/react-text_v9.0.0-rc.4",
|
7
134
|
"version": "9.0.0-rc.4",
|
8
135
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,48 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:01 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:01 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
15
|
+
- Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
|
16
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
|
20
|
+
|
21
|
+
Tue, 19 Apr 2022 19:17:01 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
27
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
28
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
30
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
31
|
+
|
32
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
|
33
|
+
|
34
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
35
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
|
36
|
+
|
37
|
+
### Changes
|
38
|
+
|
39
|
+
- 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)
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
42
|
+
|
7
43
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
|
8
44
|
|
9
|
-
Tue, 01 Mar 2022 02:
|
45
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
10
46
|
[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
47
|
|
12
48
|
### Changes
|
@@ -16,7 +52,7 @@ Tue, 01 Mar 2022 02:16:13 GMT
|
|
16
52
|
|
17
53
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
|
18
54
|
|
19
|
-
Fri, 18 Feb 2022 13:35:36 GMT
|
55
|
+
Fri, 18 Feb 2022 13:35:36 GMT
|
20
56
|
[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
57
|
|
22
58
|
### Changes
|
@@ -27,13 +63,13 @@ Fri, 18 Feb 2022 13:35:36 GMT
|
|
27
63
|
|
28
64
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
|
29
65
|
|
30
|
-
Thu, 10 Feb 2022 08:50:58 GMT
|
66
|
+
Thu, 10 Feb 2022 08:50:58 GMT
|
31
67
|
[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
68
|
|
33
69
|
### Changes
|
34
70
|
|
35
71
|
- 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)
|
72
|
+
- 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
73
|
- use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
38
74
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
39
75
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
@@ -47,7 +83,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
|
|
47
83
|
|
48
84
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
|
49
85
|
|
50
|
-
Thu, 25 Nov 2021 08:34:16 GMT
|
86
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
51
87
|
[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
88
|
|
53
89
|
### Changes
|
@@ -61,7 +97,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
|
|
61
97
|
|
62
98
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
|
63
99
|
|
64
|
-
Fri, 12 Nov 2021 13:25:08 GMT
|
100
|
+
Fri, 12 Nov 2021 13:25:08 GMT
|
65
101
|
[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
102
|
|
67
103
|
### Changes
|
@@ -76,7 +112,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
|
|
76
112
|
|
77
113
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
|
78
114
|
|
79
|
-
Wed, 27 Oct 2021 12:14:23 GMT
|
115
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
80
116
|
[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
117
|
|
82
118
|
### Changes
|
@@ -90,7 +126,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
|
|
90
126
|
|
91
127
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
|
92
128
|
|
93
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
129
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
94
130
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
|
95
131
|
|
96
132
|
### Changes
|
@@ -104,7 +140,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
104
140
|
|
105
141
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
|
106
142
|
|
107
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
143
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
108
144
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
|
109
145
|
|
110
146
|
### Changes
|
@@ -116,7 +152,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
116
152
|
|
117
153
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
|
118
154
|
|
119
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
155
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
120
156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
|
121
157
|
|
122
158
|
### Changes
|
@@ -130,7 +166,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
130
166
|
|
131
167
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
|
132
168
|
|
133
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
169
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
134
170
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
|
135
171
|
|
136
172
|
### Changes
|
@@ -144,7 +180,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
144
180
|
|
145
181
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
|
146
182
|
|
147
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
183
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
148
184
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
|
149
185
|
|
150
186
|
### Changes
|
@@ -156,7 +192,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
156
192
|
|
157
193
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
|
158
194
|
|
159
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
195
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
160
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
|
161
197
|
|
162
198
|
### Changes
|
@@ -169,7 +205,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
169
205
|
|
170
206
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
|
171
207
|
|
172
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
208
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
173
209
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
|
174
210
|
|
175
211
|
### Changes
|
@@ -183,7 +219,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
183
219
|
|
184
220
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
|
185
221
|
|
186
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
222
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
187
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
|
188
224
|
|
189
225
|
### Changes
|
@@ -196,7 +232,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
196
232
|
|
197
233
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
|
198
234
|
|
199
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
235
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
200
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
|
201
237
|
|
202
238
|
### Changes
|
@@ -210,7 +246,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
210
246
|
|
211
247
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
|
212
248
|
|
213
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
249
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
214
250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
|
215
251
|
|
216
252
|
### Changes
|
@@ -222,7 +258,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
222
258
|
|
223
259
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
|
224
260
|
|
225
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
261
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
226
262
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
|
227
263
|
|
228
264
|
### Changes
|
@@ -231,7 +267,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
231
267
|
|
232
268
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
|
233
269
|
|
234
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
270
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
235
271
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
|
236
272
|
|
237
273
|
### Changes
|
@@ -240,7 +276,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
240
276
|
|
241
277
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
|
242
278
|
|
243
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
279
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
244
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
|
245
281
|
|
246
282
|
### Changes
|
@@ -249,7 +285,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
249
285
|
|
250
286
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
|
251
287
|
|
252
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
288
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
253
289
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
|
254
290
|
|
255
291
|
### Changes
|
@@ -258,7 +294,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
258
294
|
|
259
295
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
|
260
296
|
|
261
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
297
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
262
298
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
|
263
299
|
|
264
300
|
### Changes
|
@@ -268,7 +304,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
268
304
|
|
269
305
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
|
270
306
|
|
271
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
307
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
272
308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
|
273
309
|
|
274
310
|
### Changes
|
@@ -277,7 +313,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
277
313
|
|
278
314
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
|
279
315
|
|
280
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
316
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
281
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
|
282
318
|
|
283
319
|
### Changes
|
@@ -286,7 +322,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
286
322
|
|
287
323
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
|
288
324
|
|
289
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
325
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
290
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
|
291
327
|
|
292
328
|
### Patches
|
@@ -299,7 +335,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
299
335
|
|
300
336
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
|
301
337
|
|
302
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
338
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
303
339
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
|
304
340
|
|
305
341
|
### Changes
|
@@ -308,7 +344,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
308
344
|
|
309
345
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
|
310
346
|
|
311
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
347
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
312
348
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
|
313
349
|
|
314
350
|
### Changes
|
@@ -317,7 +353,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
317
353
|
|
318
354
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
|
319
355
|
|
320
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
356
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
321
357
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
|
322
358
|
|
323
359
|
### Changes
|
@@ -326,7 +362,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
326
362
|
|
327
363
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
|
328
364
|
|
329
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
365
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
330
366
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
|
331
367
|
|
332
368
|
### Changes
|
@@ -335,7 +371,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
335
371
|
|
336
372
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
|
337
373
|
|
338
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
374
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
339
375
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
|
340
376
|
|
341
377
|
### Changes
|
@@ -344,7 +380,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
344
380
|
|
345
381
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
|
346
382
|
|
347
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
383
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
348
384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
|
349
385
|
|
350
386
|
### Changes
|
@@ -353,7 +389,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
353
389
|
|
354
390
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
|
355
391
|
|
356
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
392
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
357
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
|
358
394
|
|
359
395
|
### Changes
|
@@ -362,7 +398,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
362
398
|
|
363
399
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
|
364
400
|
|
365
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
401
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
366
402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
|
367
403
|
|
368
404
|
### Changes
|
@@ -371,7 +407,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
371
407
|
|
372
408
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
|
373
409
|
|
374
|
-
Thu, 12 Aug 2021 07:34:46 GMT
|
410
|
+
Thu, 12 Aug 2021 07:34:46 GMT
|
375
411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
|
376
412
|
|
377
413
|
### Changes
|
@@ -380,7 +416,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
|
|
380
416
|
|
381
417
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
382
418
|
|
383
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
419
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
384
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
385
421
|
|
386
422
|
### Changes
|
@@ -389,7 +425,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
389
425
|
|
390
426
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
391
427
|
|
392
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
428
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
393
429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
394
430
|
|
395
431
|
### Changes
|
@@ -398,7 +434,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
398
434
|
|
399
435
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
400
436
|
|
401
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
437
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
402
438
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
403
439
|
|
404
440
|
### Patches
|
@@ -413,7 +449,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
413
449
|
|
414
450
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
415
451
|
|
416
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
452
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
417
453
|
[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
454
|
|
419
455
|
### Changes
|
@@ -422,7 +458,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
422
458
|
|
423
459
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
424
460
|
|
425
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
461
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
426
462
|
[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
463
|
|
428
464
|
### Changes
|
@@ -431,7 +467,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
431
467
|
|
432
468
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
433
469
|
|
434
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
470
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
435
471
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
436
472
|
|
437
473
|
### Changes
|
@@ -440,7 +476,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
440
476
|
|
441
477
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
442
478
|
|
443
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
479
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
444
480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
445
481
|
|
446
482
|
### Changes
|
@@ -449,7 +485,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
449
485
|
|
450
486
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
451
487
|
|
452
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
488
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
453
489
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
454
490
|
|
455
491
|
### Changes
|
@@ -458,7 +494,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
458
494
|
|
459
495
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
460
496
|
|
461
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
497
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
462
498
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
463
499
|
|
464
500
|
### Patches
|
@@ -467,7 +503,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
467
503
|
|
468
504
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
469
505
|
|
470
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
506
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
471
507
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
472
508
|
|
473
509
|
### Changes
|
@@ -476,7 +512,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
476
512
|
|
477
513
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
478
514
|
|
479
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
515
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
480
516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
481
517
|
|
482
518
|
### Patches
|
@@ -491,7 +527,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
491
527
|
|
492
528
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
493
529
|
|
494
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
530
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
495
531
|
[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
532
|
|
497
533
|
### Changes
|
@@ -500,7 +536,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
500
536
|
|
501
537
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
502
538
|
|
503
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
539
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
504
540
|
[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
541
|
|
506
542
|
### Changes
|
@@ -509,7 +545,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
509
545
|
|
510
546
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
511
547
|
|
512
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
548
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
513
549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
514
550
|
|
515
551
|
### Changes
|
@@ -518,7 +554,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
518
554
|
|
519
555
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
520
556
|
|
521
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
557
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
522
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
523
559
|
|
524
560
|
### Changes
|