@fluentui-react-native/framework 0.7.10 → 0.7.14
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 +82 -1
- package/CHANGELOG.md +35 -2
- package/package.json +4 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,88 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 18 Feb 2022 23:25:55 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/framework_v0.7.14",
|
|
7
|
+
"version": "0.7.14",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/framework",
|
|
13
|
+
"commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
|
|
14
|
+
"comment": "Remove web endpoint"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/framework",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.11.6",
|
|
20
|
+
"commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 17 Feb 2022 01:22:02 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/framework_v0.7.13",
|
|
28
|
+
"version": "0.7.13",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/framework",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.9.10",
|
|
35
|
+
"commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Wed, 16 Feb 2022 21:58:20 GMT",
|
|
42
|
+
"tag": "@fluentui-react-native/framework_v0.7.12",
|
|
43
|
+
"version": "0.7.12",
|
|
44
|
+
"comments": {
|
|
45
|
+
"none": [
|
|
46
|
+
{
|
|
47
|
+
"author": "ruaraki@microsoft.com",
|
|
48
|
+
"package": "@fluentui-react-native/framework",
|
|
49
|
+
"commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
|
|
50
|
+
"comment": "Update just"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Wed, 02 Feb 2022 02:29:07 GMT",
|
|
57
|
+
"tag": "@fluentui-react-native/framework_v0.7.12",
|
|
58
|
+
"version": "0.7.12",
|
|
59
|
+
"comments": {
|
|
60
|
+
"patch": [
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/framework",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.9.9",
|
|
65
|
+
"commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Fri, 14 Jan 2022 21:49:07 GMT",
|
|
72
|
+
"tag": "@fluentui-react-native/framework_v0.7.11",
|
|
73
|
+
"version": "0.7.11",
|
|
74
|
+
"comments": {
|
|
75
|
+
"patch": [
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@fluentui-react-native/framework",
|
|
79
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.9.8",
|
|
80
|
+
"commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"date": "Fri, 14 Jan 2022 01:00:02 GMT",
|
|
6
87
|
"tag": "@fluentui-react-native/framework_v0.7.10",
|
|
7
88
|
"version": "0.7.10",
|
|
8
89
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,45 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/framework
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 18 Feb 2022 23:25:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.14
|
|
8
|
+
|
|
9
|
+
Fri, 18 Feb 2022 23:25:55 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Remove web endpoint (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/tokens to v0.11.6
|
|
15
|
+
|
|
16
|
+
## 0.7.13
|
|
17
|
+
|
|
18
|
+
Thu, 17 Feb 2022 01:22:02 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @fluentui-react-native/default-theme to v0.9.10
|
|
23
|
+
|
|
24
|
+
## 0.7.12
|
|
25
|
+
|
|
26
|
+
Wed, 02 Feb 2022 02:29:07 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui-react-native/default-theme to v0.9.9
|
|
31
|
+
|
|
32
|
+
## 0.7.11
|
|
33
|
+
|
|
34
|
+
Fri, 14 Jan 2022 21:49:07 GMT
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- Bump @fluentui-react-native/default-theme to v0.9.8
|
|
39
|
+
|
|
7
40
|
## 0.7.10
|
|
8
41
|
|
|
9
|
-
Fri, 14 Jan 2022 00:
|
|
42
|
+
Fri, 14 Jan 2022 01:00:02 GMT
|
|
10
43
|
|
|
11
44
|
### Patches
|
|
12
45
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.14",
|
|
4
4
|
"description": "Component framework used by fluentui react native controls",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"typings": "lib/index.d.ts",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "fluentui-scripts build",
|
|
10
|
-
"bundle": "fluentui-scripts webpack",
|
|
11
10
|
"clean": "fluentui-scripts clean",
|
|
12
|
-
"code-style": "fluentui-scripts code-style",
|
|
13
11
|
"depcheck": "fluentui-scripts depcheck",
|
|
14
12
|
"just": "fluentui-scripts",
|
|
15
13
|
"lint": "fluentui-scripts eslint",
|
|
@@ -27,7 +25,7 @@
|
|
|
27
25
|
},
|
|
28
26
|
"dependencies": {
|
|
29
27
|
"@fluentui-react-native/composition": ">=0.7.5 <1.0.0",
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.9.
|
|
28
|
+
"@fluentui-react-native/default-theme": ">=0.9.10 <1.0.0",
|
|
31
29
|
"@fluentui-react-native/immutable-merge": "^1.1.6",
|
|
32
30
|
"@fluentui-react-native/merge-props": ">=0.4.2 <1.0.0",
|
|
33
31
|
"@fluentui-react-native/theme-types": ">=0.13.3 <1.0.0",
|
|
@@ -36,7 +34,7 @@
|
|
|
36
34
|
"@fluentui-react-native/use-slots": ">=0.6.5 <1.0.0",
|
|
37
35
|
"@fluentui-react-native/use-tokens": ">=0.2.2 <1.0.0",
|
|
38
36
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
39
|
-
"@fluentui-react-native/tokens": ">=0.11.
|
|
37
|
+
"@fluentui-react-native/tokens": ">=0.11.6 <1.0.0",
|
|
40
38
|
"tslib": "^2.3.1"
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
@@ -46,8 +44,7 @@
|
|
|
46
44
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
47
45
|
"react": "17.0.1",
|
|
48
46
|
"react-dom": "17.0.1",
|
|
49
|
-
"react-native": "^0.64.3"
|
|
50
|
-
"react-native-web": "0.17.5"
|
|
47
|
+
"react-native": "^0.64.3"
|
|
51
48
|
},
|
|
52
49
|
"peerDependencies": {
|
|
53
50
|
"react": ">=17.0.1",
|