@fluentui/react-text 9.0.0-rc.1 → 9.0.0-rc.10
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 +289 -1
- package/CHANGELOG.md +142 -48
- 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/Display.js.map +1 -1
- package/lib/LargeTitle.js.map +1 -1
- 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/Text.js.map +1 -1
- package/lib/Title1.js.map +1 -1
- package/lib/Title2.js.map +1 -1
- package/lib/Title3.js.map +1 -1
- 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/Display/index.js.map +1 -1
- package/lib/components/LargeTitle/LargeTitle.js +8 -6
- package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
- package/lib/components/LargeTitle/index.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/index.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/Title1/index.js.map +1 -1
- package/lib/components/Title2/Title2.js +8 -6
- package/lib/components/Title2/Title2.js.map +1 -1
- package/lib/components/Title2/index.js.map +1 -1
- package/lib/components/Title3/Title3.js +8 -6
- package/lib/components/Title3/Title3.js.map +1 -1
- package/lib/components/Title3/index.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/Display.js.map +1 -1
- package/lib-commonjs/LargeTitle.js.map +1 -1
- 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/Text.js.map +1 -1
- package/lib-commonjs/Title1.js.map +1 -1
- package/lib-commonjs/Title2.js.map +1 -1
- package/lib-commonjs/Title3.js.map +1 -1
- 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/Display/index.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/LargeTitle/index.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/Text.types.js.map +1 -1
- package/lib-commonjs/components/Text/index.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/Title1/index.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/Title2/index.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/Title3/index.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 +16 -18
- 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,18 +1,112 @@
|
|
1
1
|
# Change Log - @fluentui/react-text
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:54 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.10)
|
8
|
+
|
9
|
+
Mon, 23 May 2022 18:54:54 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.9..@fluentui/react-text_v9.0.0-rc.10)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- 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)
|
15
|
+
- Text: Ordering types alphabetically. ([PR #23120](https://github.com/microsoft/fluentui/pull/23120) by Humberto.Morimoto@microsoft.com)
|
16
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.9)
|
20
|
+
|
21
|
+
Mon, 23 May 2022 12:13:52 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.8..@fluentui/react-text_v9.0.0-rc.9)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
27
|
+
- Removing TextCommons type. ([PR #22971](https://github.com/microsoft/fluentui/pull/22971) by Humberto.Morimoto@microsoft.com)
|
28
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
29
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
30
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
31
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
32
|
+
|
33
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
|
34
|
+
|
35
|
+
Thu, 05 May 2022 18:26:30 GMT
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
|
37
|
+
|
38
|
+
### Changes
|
39
|
+
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
|
45
|
+
|
46
|
+
Wed, 04 May 2022 13:26:33 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
52
|
+
- Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
|
53
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
54
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
55
|
+
|
56
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
|
57
|
+
|
58
|
+
Tue, 19 Apr 2022 19:17:01 GMT
|
59
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
|
60
|
+
|
61
|
+
### Changes
|
62
|
+
|
63
|
+
- Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
64
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
65
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
66
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
67
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
68
|
+
|
69
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
|
70
|
+
|
71
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
72
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
|
73
|
+
|
74
|
+
### Changes
|
75
|
+
|
76
|
+
- 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)
|
77
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
78
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
79
|
+
|
80
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
|
81
|
+
|
82
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
83
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
|
84
|
+
|
85
|
+
### Changes
|
86
|
+
|
87
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
88
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
89
|
+
|
90
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
|
91
|
+
|
92
|
+
Fri, 18 Feb 2022 13:35:36 GMT
|
93
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
|
94
|
+
|
95
|
+
### Changes
|
96
|
+
|
97
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
98
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
99
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
100
|
+
|
7
101
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
|
8
102
|
|
9
|
-
Thu, 10 Feb 2022 08:
|
103
|
+
Thu, 10 Feb 2022 08:50:58 GMT
|
10
104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
|
11
105
|
|
12
106
|
### Changes
|
13
107
|
|
14
108
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
15
|
-
- 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)
|
109
|
+
- 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)
|
16
110
|
- use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
17
111
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
18
112
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
@@ -26,7 +120,7 @@ Thu, 10 Feb 2022 08:44:12 GMT
|
|
26
120
|
|
27
121
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
|
28
122
|
|
29
|
-
Thu, 25 Nov 2021 08:34:16 GMT
|
123
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
30
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
|
31
125
|
|
32
126
|
### Changes
|
@@ -40,7 +134,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
|
|
40
134
|
|
41
135
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
|
42
136
|
|
43
|
-
Fri, 12 Nov 2021 13:25:08 GMT
|
137
|
+
Fri, 12 Nov 2021 13:25:08 GMT
|
44
138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
|
45
139
|
|
46
140
|
### Changes
|
@@ -55,7 +149,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
|
|
55
149
|
|
56
150
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
|
57
151
|
|
58
|
-
Wed, 27 Oct 2021 12:14:23 GMT
|
152
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
59
153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
|
60
154
|
|
61
155
|
### Changes
|
@@ -69,7 +163,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
|
|
69
163
|
|
70
164
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
|
71
165
|
|
72
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
166
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
73
167
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
|
74
168
|
|
75
169
|
### Changes
|
@@ -83,7 +177,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
83
177
|
|
84
178
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
|
85
179
|
|
86
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
180
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
87
181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
|
88
182
|
|
89
183
|
### Changes
|
@@ -95,7 +189,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
95
189
|
|
96
190
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
|
97
191
|
|
98
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
192
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
99
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
|
100
194
|
|
101
195
|
### Changes
|
@@ -109,7 +203,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
109
203
|
|
110
204
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
|
111
205
|
|
112
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
206
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
113
207
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
|
114
208
|
|
115
209
|
### Changes
|
@@ -123,7 +217,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
123
217
|
|
124
218
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
|
125
219
|
|
126
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
220
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
127
221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
|
128
222
|
|
129
223
|
### Changes
|
@@ -135,7 +229,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
135
229
|
|
136
230
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
|
137
231
|
|
138
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
232
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
139
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
|
140
234
|
|
141
235
|
### Changes
|
@@ -148,7 +242,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
148
242
|
|
149
243
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
|
150
244
|
|
151
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
245
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
152
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
|
153
247
|
|
154
248
|
### Changes
|
@@ -162,7 +256,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
162
256
|
|
163
257
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
|
164
258
|
|
165
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
259
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
166
260
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
|
167
261
|
|
168
262
|
### Changes
|
@@ -175,7 +269,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
175
269
|
|
176
270
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
|
177
271
|
|
178
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
272
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
179
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
|
180
274
|
|
181
275
|
### Changes
|
@@ -189,7 +283,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
189
283
|
|
190
284
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
|
191
285
|
|
192
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
286
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
193
287
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
|
194
288
|
|
195
289
|
### Changes
|
@@ -201,7 +295,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
201
295
|
|
202
296
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
|
203
297
|
|
204
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
298
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
205
299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
|
206
300
|
|
207
301
|
### Changes
|
@@ -210,7 +304,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
210
304
|
|
211
305
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
|
212
306
|
|
213
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
307
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
214
308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
|
215
309
|
|
216
310
|
### Changes
|
@@ -219,7 +313,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
219
313
|
|
220
314
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
|
221
315
|
|
222
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
316
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
223
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
|
224
318
|
|
225
319
|
### Changes
|
@@ -228,7 +322,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
228
322
|
|
229
323
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
|
230
324
|
|
231
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
325
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
232
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
|
233
327
|
|
234
328
|
### Changes
|
@@ -237,7 +331,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
237
331
|
|
238
332
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
|
239
333
|
|
240
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
334
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
241
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
|
242
336
|
|
243
337
|
### Changes
|
@@ -247,7 +341,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
247
341
|
|
248
342
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
|
249
343
|
|
250
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
344
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
251
345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
|
252
346
|
|
253
347
|
### Changes
|
@@ -256,7 +350,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
256
350
|
|
257
351
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
|
258
352
|
|
259
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
353
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
260
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
|
261
355
|
|
262
356
|
### Changes
|
@@ -265,7 +359,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
265
359
|
|
266
360
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
|
267
361
|
|
268
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
362
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
269
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
|
270
364
|
|
271
365
|
### Patches
|
@@ -278,7 +372,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
278
372
|
|
279
373
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
|
280
374
|
|
281
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
375
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
282
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
|
283
377
|
|
284
378
|
### Changes
|
@@ -287,7 +381,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
287
381
|
|
288
382
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
|
289
383
|
|
290
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
384
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
291
385
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
|
292
386
|
|
293
387
|
### Changes
|
@@ -296,7 +390,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
296
390
|
|
297
391
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
|
298
392
|
|
299
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
393
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
300
394
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
|
301
395
|
|
302
396
|
### Changes
|
@@ -305,7 +399,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
305
399
|
|
306
400
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
|
307
401
|
|
308
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
402
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
309
403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
|
310
404
|
|
311
405
|
### Changes
|
@@ -314,7 +408,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
314
408
|
|
315
409
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
|
316
410
|
|
317
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
411
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
318
412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
|
319
413
|
|
320
414
|
### Changes
|
@@ -323,7 +417,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
323
417
|
|
324
418
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
|
325
419
|
|
326
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
420
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
327
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
|
328
422
|
|
329
423
|
### Changes
|
@@ -332,7 +426,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
332
426
|
|
333
427
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
|
334
428
|
|
335
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
429
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
336
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
|
337
431
|
|
338
432
|
### Changes
|
@@ -341,7 +435,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
341
435
|
|
342
436
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
|
343
437
|
|
344
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
438
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
345
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
|
346
440
|
|
347
441
|
### Changes
|
@@ -350,7 +444,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
350
444
|
|
351
445
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
|
352
446
|
|
353
|
-
Thu, 12 Aug 2021 07:34:46 GMT
|
447
|
+
Thu, 12 Aug 2021 07:34:46 GMT
|
354
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
|
355
449
|
|
356
450
|
### Changes
|
@@ -359,7 +453,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
|
|
359
453
|
|
360
454
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
361
455
|
|
362
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
456
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
363
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
364
458
|
|
365
459
|
### Changes
|
@@ -368,7 +462,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
368
462
|
|
369
463
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
370
464
|
|
371
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
465
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
372
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
373
467
|
|
374
468
|
### Changes
|
@@ -377,7 +471,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
377
471
|
|
378
472
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
379
473
|
|
380
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
474
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
381
475
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
382
476
|
|
383
477
|
### Patches
|
@@ -392,7 +486,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
392
486
|
|
393
487
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
394
488
|
|
395
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
489
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
396
490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
397
491
|
|
398
492
|
### Changes
|
@@ -401,7 +495,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
401
495
|
|
402
496
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
403
497
|
|
404
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
498
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
405
499
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
406
500
|
|
407
501
|
### Changes
|
@@ -410,7 +504,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
410
504
|
|
411
505
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
412
506
|
|
413
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
507
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
414
508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
415
509
|
|
416
510
|
### Changes
|
@@ -419,7 +513,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
419
513
|
|
420
514
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
421
515
|
|
422
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
516
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
423
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
424
518
|
|
425
519
|
### Changes
|
@@ -428,7 +522,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
428
522
|
|
429
523
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
430
524
|
|
431
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
525
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
432
526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
433
527
|
|
434
528
|
### Changes
|
@@ -437,7 +531,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
437
531
|
|
438
532
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
439
533
|
|
440
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
534
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
441
535
|
[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
536
|
|
443
537
|
### Patches
|
@@ -446,7 +540,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
446
540
|
|
447
541
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
448
542
|
|
449
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
543
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
450
544
|
[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
545
|
|
452
546
|
### Changes
|
@@ -455,7 +549,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
455
549
|
|
456
550
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
457
551
|
|
458
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
552
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
459
553
|
[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
554
|
|
461
555
|
### Patches
|
@@ -470,7 +564,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
470
564
|
|
471
565
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
472
566
|
|
473
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
567
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
474
568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
475
569
|
|
476
570
|
### Changes
|
@@ -479,7 +573,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
479
573
|
|
480
574
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
481
575
|
|
482
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
576
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
483
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
484
578
|
|
485
579
|
### Changes
|
@@ -488,7 +582,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
488
582
|
|
489
583
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
490
584
|
|
491
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
585
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
492
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
493
587
|
|
494
588
|
### Changes
|
@@ -497,7 +591,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
497
591
|
|
498
592
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
|
499
593
|
|
500
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
594
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
501
595
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
|
502
596
|
|
503
597
|
### 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
|
```
|