@fluentui/react-text 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0
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 +368 -10
- package/CHANGELOG.md +174 -54
- package/README.md +4 -4
- package/dist/{react-text.d.ts → index.d.ts} +61 -56
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Body1.js +2 -0
- package/lib/Body1.js.map +1 -0
- package/lib/Caption1.js +2 -0
- package/lib/Caption1.js.map +1 -0
- package/lib/Caption2.js +2 -0
- package/lib/Caption2.js.map +1 -0
- package/lib/Subtitle1.js +2 -0
- package/lib/Subtitle1.js.map +1 -0
- package/lib/Subtitle2.js +2 -0
- package/lib/Subtitle2.js.map +1 -0
- package/lib/components/Body1/Body1.js +31 -0
- package/lib/components/Body1/Body1.js.map +1 -0
- package/lib/components/Body1/index.js +2 -0
- package/lib/components/Body1/index.js.map +1 -0
- package/lib/components/Caption1/Caption1.js +31 -0
- package/lib/components/Caption1/Caption1.js.map +1 -0
- package/lib/components/Caption1/index.js +2 -0
- package/lib/components/Caption1/index.js.map +1 -0
- package/lib/components/Caption2/Caption2.js +31 -0
- package/lib/components/Caption2/Caption2.js.map +1 -0
- package/lib/components/Caption2/index.js +2 -0
- package/lib/components/Caption2/index.js.map +1 -0
- package/lib/components/Display/Display.js +8 -6
- package/lib/components/Display/Display.js.map +1 -1
- package/lib/components/LargeTitle/LargeTitle.js +8 -6
- package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/Subtitle1/Subtitle1.js +31 -0
- package/lib/components/Subtitle1/Subtitle1.js.map +1 -0
- package/lib/components/Subtitle1/index.js +2 -0
- package/lib/components/Subtitle1/index.js.map +1 -0
- package/lib/components/Subtitle2/Subtitle2.js +31 -0
- package/lib/components/Subtitle2/Subtitle2.js.map +1 -0
- package/lib/components/Subtitle2/index.js +2 -0
- package/lib/components/Subtitle2/index.js.map +1 -0
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Text/Text.types.js.map +1 -1
- package/lib/components/Text/renderText.js.map +1 -1
- package/lib/components/Text/useText.js +6 -6
- package/lib/components/Text/useText.js.map +1 -1
- package/lib/components/Text/useTextStyles.js +4 -2
- package/lib/components/Text/useTextStyles.js.map +1 -1
- package/lib/components/Title1/Title1.js +8 -6
- package/lib/components/Title1/Title1.js.map +1 -1
- package/lib/components/Title2/Title2.js +8 -6
- package/lib/components/Title2/Title2.js.map +1 -1
- package/lib/components/Title3/Title3.js +8 -6
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/components/wrapper.js.map +1 -1
- package/lib/index.js +11 -10
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{Body.js → Body1.js} +2 -2
- package/lib-commonjs/Body1.js.map +1 -0
- package/lib-commonjs/{Headline.js → Caption1.js} +2 -2
- package/lib-commonjs/Caption1.js.map +1 -0
- package/lib-commonjs/{Caption.js → Caption2.js} +2 -2
- package/lib-commonjs/Caption2.js.map +1 -0
- package/lib-commonjs/Subtitle1.js +10 -0
- package/lib-commonjs/Subtitle1.js.map +1 -0
- package/lib-commonjs/Subtitle2.js +10 -0
- package/lib-commonjs/Subtitle2.js.map +1 -0
- package/lib-commonjs/components/Body1/Body1.js +41 -0
- package/lib-commonjs/components/Body1/Body1.js.map +1 -0
- package/lib-commonjs/components/{Body → Body1}/index.js +1 -1
- package/lib-commonjs/components/Body1/index.js.map +1 -0
- package/lib-commonjs/components/Caption1/Caption1.js +41 -0
- package/lib-commonjs/components/Caption1/Caption1.js.map +1 -0
- package/lib-commonjs/components/{Headline → Caption1}/index.js +1 -1
- package/lib-commonjs/components/Caption1/index.js.map +1 -0
- package/lib-commonjs/components/Caption2/Caption2.js +41 -0
- package/lib-commonjs/components/Caption2/Caption2.js.map +1 -0
- package/lib-commonjs/components/{Caption → Caption2}/index.js +1 -1
- package/lib-commonjs/components/Caption2/index.js.map +1 -0
- package/lib-commonjs/components/Display/Display.js +17 -6
- package/lib-commonjs/components/Display/Display.js.map +1 -1
- package/lib-commonjs/components/LargeTitle/LargeTitle.js +17 -6
- package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib-commonjs/components/Subtitle1/Subtitle1.js +41 -0
- package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +1 -0
- package/lib-commonjs/components/{Subheadline → Subtitle1}/index.js +1 -1
- package/lib-commonjs/components/Subtitle1/index.js.map +1 -0
- package/lib-commonjs/components/Subtitle2/Subtitle2.js +41 -0
- package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +1 -0
- package/lib-commonjs/components/Subtitle2/index.js +10 -0
- package/lib-commonjs/components/Subtitle2/index.js.map +1 -0
- package/lib-commonjs/components/Text/Text.js.map +1 -1
- package/lib-commonjs/components/Text/renderText.js.map +1 -1
- package/lib-commonjs/components/Text/useText.js +6 -6
- package/lib-commonjs/components/Text/useText.js.map +1 -1
- package/lib-commonjs/components/Text/useTextStyles.js +5 -3
- package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
- package/lib-commonjs/components/Title1/Title1.js +17 -6
- package/lib-commonjs/components/Title1/Title1.js.map +1 -1
- package/lib-commonjs/components/Title2/Title2.js +17 -6
- package/lib-commonjs/components/Title2/Title2.js.map +1 -1
- package/lib-commonjs/components/Title3/Title3.js +17 -6
- package/lib-commonjs/components/Title3/Title3.js.map +1 -1
- package/lib-commonjs/components/wrapper.js.map +1 -1
- package/lib-commonjs/index.js +173 -11
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +17 -21
- package/lib/Body.d.ts +0 -1
- package/lib/Body.js +0 -2
- package/lib/Body.js.map +0 -1
- package/lib/Caption.d.ts +0 -1
- package/lib/Caption.js +0 -2
- package/lib/Caption.js.map +0 -1
- package/lib/Display.d.ts +0 -1
- package/lib/Headline.d.ts +0 -1
- package/lib/Headline.js +0 -2
- package/lib/Headline.js.map +0 -1
- package/lib/LargeTitle.d.ts +0 -1
- package/lib/Subheadline.d.ts +0 -1
- package/lib/Subheadline.js +0 -2
- package/lib/Subheadline.js.map +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/Body.js +0 -29
- package/lib/components/Body/Body.js.map +0 -1
- package/lib/components/Body/index.d.ts +0 -1
- package/lib/components/Body/index.js +0 -2
- package/lib/components/Body/index.js.map +0 -1
- package/lib/components/Caption/Caption.d.ts +0 -7
- package/lib/components/Caption/Caption.js +0 -29
- package/lib/components/Caption/Caption.js.map +0 -1
- package/lib/components/Caption/index.d.ts +0 -1
- package/lib/components/Caption/index.js +0 -2
- package/lib/components/Caption/index.js.map +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/Headline.js +0 -29
- package/lib/components/Headline/Headline.js.map +0 -1
- package/lib/components/Headline/index.d.ts +0 -1
- package/lib/components/Headline/index.js +0 -2
- package/lib/components/Headline/index.js.map +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/Subheadline.js +0 -29
- package/lib/components/Subheadline/Subheadline.js.map +0 -1
- package/lib/components/Subheadline/index.d.ts +0 -1
- package/lib/components/Subheadline/index.js +0 -2
- package/lib/components/Subheadline/index.js.map +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/Body.js.map +0 -1
- package/lib-commonjs/Caption.d.ts +0 -1
- package/lib-commonjs/Caption.js.map +0 -1
- package/lib-commonjs/Display.d.ts +0 -1
- package/lib-commonjs/Headline.d.ts +0 -1
- package/lib-commonjs/Headline.js.map +0 -1
- package/lib-commonjs/LargeTitle.d.ts +0 -1
- package/lib-commonjs/Subheadline.d.ts +0 -1
- package/lib-commonjs/Subheadline.js +0 -10
- package/lib-commonjs/Subheadline.js.map +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/Body.js +0 -30
- package/lib-commonjs/components/Body/Body.js.map +0 -1
- package/lib-commonjs/components/Body/index.d.ts +0 -1
- package/lib-commonjs/components/Body/index.js.map +0 -1
- package/lib-commonjs/components/Caption/Caption.d.ts +0 -7
- package/lib-commonjs/components/Caption/Caption.js +0 -30
- package/lib-commonjs/components/Caption/Caption.js.map +0 -1
- package/lib-commonjs/components/Caption/index.d.ts +0 -1
- package/lib-commonjs/components/Caption/index.js.map +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/Headline.js +0 -30
- package/lib-commonjs/components/Headline/Headline.js.map +0 -1
- package/lib-commonjs/components/Headline/index.d.ts +0 -1
- package/lib-commonjs/components/Headline/index.js.map +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/Subheadline.js +0 -30
- package/lib-commonjs/components/Subheadline/Subheadline.js.map +0 -1
- package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
- package/lib-commonjs/components/Subheadline/index.js.map +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.md
CHANGED
@@ -1,29 +1,149 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 04:30:35 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.
|
9
|
+
Tue, 28 Jun 2022 04:30:35 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.12..@fluentui/react-text_v0.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
18
|
+
|
19
|
+
### Changes
|
20
|
+
|
21
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
22
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
23
|
+
|
24
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.12)
|
25
|
+
|
26
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.11..@fluentui/react-text_v9.0.0-rc.12)
|
28
|
+
|
29
|
+
### Changes
|
30
|
+
|
31
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
32
|
+
|
33
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.11)
|
34
|
+
|
35
|
+
Tue, 31 May 2022 21:28:49 GMT
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.10..@fluentui/react-text_v9.0.0-rc.11)
|
37
|
+
|
38
|
+
### Changes
|
39
|
+
|
40
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.10)
|
45
|
+
|
46
|
+
Mon, 23 May 2022 18:56:49 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.9..@fluentui/react-text_v9.0.0-rc.10)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- 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)
|
52
|
+
- Text: Ordering types alphabetically. ([PR #23120](https://github.com/microsoft/fluentui/pull/23120) by Humberto.Morimoto@microsoft.com)
|
53
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
54
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
55
|
+
|
56
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.9)
|
57
|
+
|
58
|
+
Mon, 23 May 2022 12:13:52 GMT
|
59
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.8..@fluentui/react-text_v9.0.0-rc.9)
|
60
|
+
|
61
|
+
### Changes
|
62
|
+
|
63
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
64
|
+
- Removing TextCommons type. ([PR #22971](https://github.com/microsoft/fluentui/pull/22971) by Humberto.Morimoto@microsoft.com)
|
65
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
66
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
67
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
68
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
69
|
+
|
70
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
|
71
|
+
|
72
|
+
Thu, 05 May 2022 18:26:30 GMT
|
73
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
|
74
|
+
|
75
|
+
### Changes
|
76
|
+
|
77
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
78
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
79
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
80
|
+
|
81
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
|
82
|
+
|
83
|
+
Wed, 04 May 2022 13:26:33 GMT
|
84
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
|
85
|
+
|
86
|
+
### Changes
|
87
|
+
|
88
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
89
|
+
- Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
|
90
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
91
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
92
|
+
|
93
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
|
94
|
+
|
95
|
+
Tue, 19 Apr 2022 19:17:01 GMT
|
96
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
|
97
|
+
|
98
|
+
### Changes
|
99
|
+
|
100
|
+
- Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
101
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
102
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
103
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
104
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
105
|
+
|
106
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
|
107
|
+
|
108
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
109
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
|
110
|
+
|
111
|
+
### Changes
|
112
|
+
|
113
|
+
- 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)
|
114
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
115
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
116
|
+
|
117
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
|
118
|
+
|
119
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
120
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
|
121
|
+
|
122
|
+
### Changes
|
123
|
+
|
124
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
125
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
126
|
+
|
127
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
|
128
|
+
|
129
|
+
Fri, 18 Feb 2022 13:35:36 GMT
|
130
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
|
11
131
|
|
12
132
|
### Changes
|
13
133
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-utilities to
|
16
|
-
- Bump @fluentui/react-conformance-griffel to
|
134
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
135
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
136
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
17
137
|
|
18
138
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
|
19
139
|
|
20
|
-
Thu, 10 Feb 2022 08:50:58 GMT
|
140
|
+
Thu, 10 Feb 2022 08:50:58 GMT
|
21
141
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
|
22
142
|
|
23
143
|
### Changes
|
24
144
|
|
25
145
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
26
|
-
- 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)
|
146
|
+
- 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)
|
27
147
|
- use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
28
148
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
29
149
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
@@ -37,7 +157,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
|
|
37
157
|
|
38
158
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
|
39
159
|
|
40
|
-
Thu, 25 Nov 2021 08:34:16 GMT
|
160
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
41
161
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
|
42
162
|
|
43
163
|
### Changes
|
@@ -51,7 +171,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
|
|
51
171
|
|
52
172
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
|
53
173
|
|
54
|
-
Fri, 12 Nov 2021 13:25:08 GMT
|
174
|
+
Fri, 12 Nov 2021 13:25:08 GMT
|
55
175
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
|
56
176
|
|
57
177
|
### Changes
|
@@ -66,7 +186,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
|
|
66
186
|
|
67
187
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
|
68
188
|
|
69
|
-
Wed, 27 Oct 2021 12:14:23 GMT
|
189
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
70
190
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
|
71
191
|
|
72
192
|
### Changes
|
@@ -80,7 +200,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
|
|
80
200
|
|
81
201
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
|
82
202
|
|
83
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
203
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
84
204
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
|
85
205
|
|
86
206
|
### Changes
|
@@ -94,7 +214,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
94
214
|
|
95
215
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
|
96
216
|
|
97
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
217
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
98
218
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
|
99
219
|
|
100
220
|
### Changes
|
@@ -106,7 +226,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
106
226
|
|
107
227
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
|
108
228
|
|
109
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
229
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
110
230
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
|
111
231
|
|
112
232
|
### Changes
|
@@ -120,7 +240,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
120
240
|
|
121
241
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
|
122
242
|
|
123
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
243
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
124
244
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
|
125
245
|
|
126
246
|
### Changes
|
@@ -134,7 +254,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
134
254
|
|
135
255
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
|
136
256
|
|
137
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
257
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
138
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
|
139
259
|
|
140
260
|
### Changes
|
@@ -146,7 +266,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
146
266
|
|
147
267
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
|
148
268
|
|
149
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
269
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
150
270
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
|
151
271
|
|
152
272
|
### Changes
|
@@ -159,7 +279,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
159
279
|
|
160
280
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
|
161
281
|
|
162
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
282
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
163
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
|
164
284
|
|
165
285
|
### Changes
|
@@ -173,7 +293,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
173
293
|
|
174
294
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
|
175
295
|
|
176
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
296
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
177
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
|
178
298
|
|
179
299
|
### Changes
|
@@ -186,7 +306,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
186
306
|
|
187
307
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
|
188
308
|
|
189
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
309
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
190
310
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
|
191
311
|
|
192
312
|
### Changes
|
@@ -200,7 +320,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
200
320
|
|
201
321
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
|
202
322
|
|
203
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
323
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
204
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
|
205
325
|
|
206
326
|
### Changes
|
@@ -212,7 +332,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
212
332
|
|
213
333
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
|
214
334
|
|
215
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
335
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
216
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
|
217
337
|
|
218
338
|
### Changes
|
@@ -221,7 +341,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
221
341
|
|
222
342
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
|
223
343
|
|
224
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
344
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
225
345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
|
226
346
|
|
227
347
|
### Changes
|
@@ -230,7 +350,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
230
350
|
|
231
351
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
|
232
352
|
|
233
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
353
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
234
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
|
235
355
|
|
236
356
|
### Changes
|
@@ -239,7 +359,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
239
359
|
|
240
360
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
|
241
361
|
|
242
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
362
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
243
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
|
244
364
|
|
245
365
|
### Changes
|
@@ -248,7 +368,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
248
368
|
|
249
369
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
|
250
370
|
|
251
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
371
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
252
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
|
253
373
|
|
254
374
|
### Changes
|
@@ -258,7 +378,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
258
378
|
|
259
379
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
|
260
380
|
|
261
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
381
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
262
382
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
|
263
383
|
|
264
384
|
### Changes
|
@@ -267,7 +387,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
267
387
|
|
268
388
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
|
269
389
|
|
270
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
390
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
271
391
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
|
272
392
|
|
273
393
|
### Changes
|
@@ -276,7 +396,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
276
396
|
|
277
397
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
|
278
398
|
|
279
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
399
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
280
400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
|
281
401
|
|
282
402
|
### Patches
|
@@ -289,7 +409,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
289
409
|
|
290
410
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
|
291
411
|
|
292
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
412
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
293
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
|
294
414
|
|
295
415
|
### Changes
|
@@ -298,7 +418,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
298
418
|
|
299
419
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
|
300
420
|
|
301
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
421
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
302
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
|
303
423
|
|
304
424
|
### Changes
|
@@ -307,7 +427,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
307
427
|
|
308
428
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
|
309
429
|
|
310
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
430
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
311
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
|
312
432
|
|
313
433
|
### Changes
|
@@ -316,7 +436,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
316
436
|
|
317
437
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
|
318
438
|
|
319
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
439
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
320
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
|
321
441
|
|
322
442
|
### Changes
|
@@ -325,7 +445,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
325
445
|
|
326
446
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
|
327
447
|
|
328
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
448
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
329
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
|
330
450
|
|
331
451
|
### Changes
|
@@ -334,7 +454,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
334
454
|
|
335
455
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
|
336
456
|
|
337
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
457
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
338
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
|
339
459
|
|
340
460
|
### Changes
|
@@ -343,7 +463,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
343
463
|
|
344
464
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
|
345
465
|
|
346
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
466
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
347
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
|
348
468
|
|
349
469
|
### Changes
|
@@ -352,7 +472,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
352
472
|
|
353
473
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
|
354
474
|
|
355
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
475
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
356
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
|
357
477
|
|
358
478
|
### Changes
|
@@ -361,7 +481,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
361
481
|
|
362
482
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
|
363
483
|
|
364
|
-
Thu, 12 Aug 2021 07:34:46 GMT
|
484
|
+
Thu, 12 Aug 2021 07:34:46 GMT
|
365
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
|
366
486
|
|
367
487
|
### Changes
|
@@ -370,7 +490,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
|
|
370
490
|
|
371
491
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
372
492
|
|
373
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
493
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
374
494
|
[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
495
|
|
376
496
|
### Changes
|
@@ -379,7 +499,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
379
499
|
|
380
500
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
381
501
|
|
382
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
502
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
383
503
|
[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
504
|
|
385
505
|
### Changes
|
@@ -388,7 +508,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
388
508
|
|
389
509
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
390
510
|
|
391
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
511
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
392
512
|
[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
513
|
|
394
514
|
### Patches
|
@@ -403,7 +523,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
403
523
|
|
404
524
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
405
525
|
|
406
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
526
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
407
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
408
528
|
|
409
529
|
### Changes
|
@@ -412,7 +532,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
412
532
|
|
413
533
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
414
534
|
|
415
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
535
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
416
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
417
537
|
|
418
538
|
### Changes
|
@@ -421,7 +541,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
421
541
|
|
422
542
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
423
543
|
|
424
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
544
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
425
545
|
[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
546
|
|
427
547
|
### Changes
|
@@ -430,7 +550,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
430
550
|
|
431
551
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
432
552
|
|
433
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
553
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
434
554
|
[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
555
|
|
436
556
|
### Changes
|
@@ -439,7 +559,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
439
559
|
|
440
560
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
441
561
|
|
442
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
562
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
443
563
|
[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
564
|
|
445
565
|
### Changes
|
@@ -448,7 +568,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
448
568
|
|
449
569
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
450
570
|
|
451
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
571
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
452
572
|
[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
573
|
|
454
574
|
### Patches
|
@@ -457,7 +577,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
457
577
|
|
458
578
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
459
579
|
|
460
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
580
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
461
581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
462
582
|
|
463
583
|
### Changes
|
@@ -466,7 +586,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
466
586
|
|
467
587
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
468
588
|
|
469
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
589
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
470
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
471
591
|
|
472
592
|
### Patches
|
@@ -481,7 +601,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
481
601
|
|
482
602
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
483
603
|
|
484
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
604
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
485
605
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
486
606
|
|
487
607
|
### Changes
|
@@ -490,7 +610,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
490
610
|
|
491
611
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
492
612
|
|
493
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
613
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
494
614
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
495
615
|
|
496
616
|
### Changes
|
@@ -499,7 +619,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
499
619
|
|
500
620
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
501
621
|
|
502
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
622
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
503
623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
504
624
|
|
505
625
|
### Changes
|
@@ -508,7 +628,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
508
628
|
|
509
629
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
510
630
|
|
511
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
631
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
512
632
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
513
633
|
|
514
634
|
### Changes
|
package/README.md
CHANGED
@@ -74,8 +74,8 @@ By default, Text and all the typography wrappers render a `<span>` element. You
|
|
74
74
|
|
75
75
|
```html
|
76
76
|
<div>
|
77
|
-
<
|
78
|
-
<
|
77
|
+
<Subtitle1 as="h1">Subtitle1</Subtitle1>
|
78
|
+
<Subtitle2 as="h2">Subtitle2</Subtitle2>
|
79
79
|
<Text as="p">This is simple example</Text>
|
80
80
|
</div>
|
81
81
|
```
|
@@ -84,8 +84,8 @@ This will result in the following DOM structure:
|
|
84
84
|
|
85
85
|
```html
|
86
86
|
<div>
|
87
|
-
<h1>
|
88
|
-
<h2>
|
87
|
+
<h1>Subtitle1</h1>
|
88
|
+
<h2>Subtitle2</h2>
|
89
89
|
<p>This is simple example</p>
|
90
90
|
</div>
|
91
91
|
```
|