@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.json
CHANGED
@@ -2,7 +2,295 @@
|
|
2
2
|
"name": "@fluentui/react-text",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 23 May 2022 18:54:54 GMT",
|
6
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.10",
|
7
|
+
"version": "9.0.0-rc.10",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
12
|
+
"package": "@fluentui/react-text",
|
13
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
14
|
+
"comment": "fix: Change typography wrapper component names to match new design spec"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
18
|
+
"package": "@fluentui/react-text",
|
19
|
+
"commit": "9c239eaf77f2f5e3246bb16904d263001a26c726",
|
20
|
+
"comment": "Text: Ordering types alphabetically."
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-text",
|
25
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
26
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-text",
|
31
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
32
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Mon, 23 May 2022 12:13:52 GMT",
|
39
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.9",
|
40
|
+
"version": "9.0.0-rc.9",
|
41
|
+
"comments": {
|
42
|
+
"prerelease": [
|
43
|
+
{
|
44
|
+
"author": "olfedias@microsoft.com",
|
45
|
+
"package": "@fluentui/react-text",
|
46
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
47
|
+
"comment": "chore: Update Griffel to latest version"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
51
|
+
"package": "@fluentui/react-text",
|
52
|
+
"commit": "cab7ae0f9667d278f6e4b3463f4890fe8bf63ca8",
|
53
|
+
"comment": "Removing TextCommons type."
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "olfedias@microsoft.com",
|
57
|
+
"package": "@fluentui/react-text",
|
58
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
59
|
+
"comment": "chore: Update Griffel to latest version"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-text",
|
64
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
65
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-text",
|
70
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
71
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-text",
|
76
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
77
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
78
|
+
}
|
79
|
+
],
|
80
|
+
"none": [
|
81
|
+
{
|
82
|
+
"author": "t-emmajiang@microsoft.com",
|
83
|
+
"package": "@fluentui/react-text",
|
84
|
+
"commit": "d1b79b83dbffbc0242d8f463715741efec9bf5dd",
|
85
|
+
"comment": "fixing typo in Text best practices"
|
86
|
+
}
|
87
|
+
]
|
88
|
+
}
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
92
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.8",
|
93
|
+
"version": "9.0.0-rc.8",
|
94
|
+
"comments": {
|
95
|
+
"prerelease": [
|
96
|
+
{
|
97
|
+
"author": "beachball",
|
98
|
+
"package": "@fluentui/react-text",
|
99
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
100
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"author": "beachball",
|
104
|
+
"package": "@fluentui/react-text",
|
105
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
106
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-text",
|
111
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
112
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
113
|
+
}
|
114
|
+
]
|
115
|
+
}
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"date": "Wed, 04 May 2022 13:26:33 GMT",
|
119
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.7",
|
120
|
+
"version": "9.0.0-rc.7",
|
121
|
+
"comments": {
|
122
|
+
"prerelease": [
|
123
|
+
{
|
124
|
+
"author": "martinhochel@microsoft.com",
|
125
|
+
"package": "@fluentui/react-text",
|
126
|
+
"commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
|
127
|
+
"comment": "feat: ship rolluped only dts"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "gcox@microsoft.com",
|
131
|
+
"package": "@fluentui/react-text",
|
132
|
+
"commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
|
133
|
+
"comment": "Updated react-text to use typography constants"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "beachball",
|
137
|
+
"package": "@fluentui/react-text",
|
138
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
139
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"author": "beachball",
|
143
|
+
"package": "@fluentui/react-text",
|
144
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
145
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
146
|
+
}
|
147
|
+
],
|
148
|
+
"none": [
|
149
|
+
{
|
150
|
+
"author": "tristan.watanabe@gmail.com",
|
151
|
+
"package": "@fluentui/react-text",
|
152
|
+
"commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
|
153
|
+
"comment": "react-text: Move to new common folder."
|
154
|
+
}
|
155
|
+
]
|
156
|
+
}
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"date": "Tue, 19 Apr 2022 19:17:01 GMT",
|
160
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.6",
|
161
|
+
"version": "9.0.0-rc.6",
|
162
|
+
"comments": {
|
163
|
+
"prerelease": [
|
164
|
+
{
|
165
|
+
"author": "seanmonahan@microsoft.com",
|
166
|
+
"package": "@fluentui/react-text",
|
167
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
168
|
+
"comment": "Add static classnames to Text"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"author": "olfedias@microsoft.com",
|
172
|
+
"package": "@fluentui/react-text",
|
173
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
174
|
+
"comment": "chore: Update Griffel to latest version"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"author": "beachball",
|
178
|
+
"package": "@fluentui/react-text",
|
179
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
180
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"author": "beachball",
|
184
|
+
"package": "@fluentui/react-text",
|
185
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
186
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"author": "beachball",
|
190
|
+
"package": "@fluentui/react-text",
|
191
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
192
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"none": [
|
196
|
+
{
|
197
|
+
"author": "mgodbolt@microsoft.com",
|
198
|
+
"package": "@fluentui/react-text",
|
199
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
200
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"author": "martinhochel@microsoft.com",
|
204
|
+
"package": "@fluentui/react-text",
|
205
|
+
"commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
|
206
|
+
"comment": "refactor: autofix no export star at index file for cxe-prg packages"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"author": "elcraig@microsoft.com",
|
210
|
+
"package": "@fluentui/react-text",
|
211
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
212
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
213
|
+
}
|
214
|
+
]
|
215
|
+
}
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
219
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.5",
|
220
|
+
"version": "9.0.0-rc.5",
|
221
|
+
"comments": {
|
222
|
+
"prerelease": [
|
223
|
+
{
|
224
|
+
"author": "dzearing@microsoft.com",
|
225
|
+
"package": "@fluentui/react-text",
|
226
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
227
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"author": "beachball",
|
231
|
+
"package": "@fluentui/react-text",
|
232
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
233
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"author": "beachball",
|
237
|
+
"package": "@fluentui/react-text",
|
238
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
239
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
240
|
+
}
|
241
|
+
]
|
242
|
+
}
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"date": "Tue, 01 Mar 2022 02:17:39 GMT",
|
246
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.4",
|
247
|
+
"version": "9.0.0-rc.4",
|
248
|
+
"comments": {
|
249
|
+
"prerelease": [
|
250
|
+
{
|
251
|
+
"author": "olfedias@microsoft.com",
|
252
|
+
"package": "@fluentui/react-text",
|
253
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
254
|
+
"comment": "fix: Add react-theme as dependency"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"author": "beachball",
|
258
|
+
"package": "@fluentui/react-text",
|
259
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
260
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
261
|
+
}
|
262
|
+
]
|
263
|
+
}
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"date": "Fri, 18 Feb 2022 13:35:36 GMT",
|
267
|
+
"tag": "@fluentui/react-text_v9.0.0-rc.3",
|
268
|
+
"version": "9.0.0-rc.3",
|
269
|
+
"comments": {
|
270
|
+
"prerelease": [
|
271
|
+
{
|
272
|
+
"author": "lingfangao@hotmail.com",
|
273
|
+
"package": "@fluentui/react-text",
|
274
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
275
|
+
"comment": "fix: Source maps contain original source code"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"author": "beachball",
|
279
|
+
"package": "@fluentui/react-text",
|
280
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
281
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"author": "beachball",
|
285
|
+
"package": "@fluentui/react-text",
|
286
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
287
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
288
|
+
}
|
289
|
+
]
|
290
|
+
}
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"date": "Thu, 10 Feb 2022 08:50:58 GMT",
|
6
294
|
"tag": "@fluentui/react-text_v9.0.0-rc.1",
|
7
295
|
"version": "9.0.0-rc.1",
|
8
296
|
"comments": {
|