@fluentui/react-input 0.0.0-nightlyff78d1e27a20220217.1 → 9.0.0-beta.4
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 +31 -10
- package/CHANGELOG.md +17 -7
- package/package.json +4 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,28 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui/react-input",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-
|
|
7
|
-
"version": "
|
|
5
|
+
"date": "Tue, 01 Mar 2022 02:16:10 GMT",
|
|
6
|
+
"tag": "@fluentui/react-input_v9.0.0-beta.4",
|
|
7
|
+
"version": "9.0.0-beta.4",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-input",
|
|
13
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
|
14
|
+
"comment": "fix: Add react-theme as dependency"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-input",
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
|
20
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 18 Feb 2022 13:35:32 GMT",
|
|
27
|
+
"tag": "@fluentui/react-input_v9.0.0-beta.3",
|
|
28
|
+
"version": "9.0.0-beta.3",
|
|
29
|
+
"comments": {
|
|
30
|
+
"prerelease": [
|
|
31
|
+
{
|
|
32
|
+
"author": "lingfangao@hotmail.com",
|
|
12
33
|
"package": "@fluentui/react-input",
|
|
13
|
-
"commit": "
|
|
14
|
-
"comment": "
|
|
34
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
|
35
|
+
"comment": "fix: Source maps contain original source code"
|
|
15
36
|
},
|
|
16
37
|
{
|
|
17
38
|
"author": "beachball",
|
|
18
39
|
"package": "@fluentui/react-input",
|
|
19
|
-
"comment": "Bump @fluentui/react-utilities to
|
|
20
|
-
"commit": "
|
|
40
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
|
41
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
21
42
|
},
|
|
22
43
|
{
|
|
23
44
|
"author": "beachball",
|
|
24
45
|
"package": "@fluentui/react-input",
|
|
25
|
-
"comment": "Bump @fluentui/react-conformance-griffel to
|
|
26
|
-
"commit": "
|
|
46
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
|
47
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
27
48
|
}
|
|
28
49
|
]
|
|
29
50
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-input
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 01 Mar 2022 02:16:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.4)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.
|
|
9
|
+
Tue, 01 Mar 2022 02:16:10 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.3..@fluentui/react-input_v9.0.0-beta.4)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-utilities to
|
|
16
|
-
|
|
14
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.3)
|
|
18
|
+
|
|
19
|
+
Fri, 18 Feb 2022 13:35:32 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.1..@fluentui/react-input_v9.0.0-beta.3)
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
|
25
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
26
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
17
27
|
|
|
18
28
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-beta.1)
|
|
19
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-input",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-beta.4",
|
|
4
4
|
"description": "Fluent UI React Input component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
|
30
30
|
"@fluentui/react-conformance": "*",
|
|
31
|
-
"@fluentui/react-conformance-griffel": "
|
|
31
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.3",
|
|
32
32
|
"@fluentui/scripts": "^1.0.0",
|
|
33
33
|
"@types/enzyme": "3.10.3",
|
|
34
34
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"react-test-renderer": "^16.3.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@fluentui/react-
|
|
45
|
+
"@fluentui/react-theme": "9.0.0-rc.3",
|
|
46
|
+
"@fluentui/react-utilities": "9.0.0-rc.4",
|
|
46
47
|
"@griffel/react": "1.0.0",
|
|
47
48
|
"tslib": "^2.1.0"
|
|
48
49
|
},
|