@fluentui-react-native/framework 0.5.40 → 0.6.3
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 +75 -1
- package/CHANGELOG.md +39 -2
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,81 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 20 Oct 2021 03:44:36 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/framework_v0.6.3",
|
|
7
|
+
"version": "0.6.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Revert \"Add props to buildProps (#1039)\"",
|
|
12
|
+
"author": "ruaraki@microsoft.com",
|
|
13
|
+
"commit": "273f5addbeb5abeaec0b517e5416f52d8878152f",
|
|
14
|
+
"package": "@fluentui-react-native/framework"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 19 Oct 2021 20:23:36 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/framework_v0.6.2",
|
|
22
|
+
"version": "0.6.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.10.1",
|
|
27
|
+
"author": "ruaraki@microsoft.com",
|
|
28
|
+
"commit": "a8209c3a6f52871eef88035c2dba2ef2b5ee83e7",
|
|
29
|
+
"package": "@fluentui-react-native/framework"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 07 Oct 2021 20:59:20 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/framework_v0.6.1",
|
|
37
|
+
"version": "0.6.1",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.8.7",
|
|
42
|
+
"author": "ruaraki@microsoft.com",
|
|
43
|
+
"commit": "f759f09649d7fd9b8ea8ada78677f5cb65519f6e",
|
|
44
|
+
"package": "@fluentui-react-native/framework"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 01 Oct 2021 17:52:17 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/framework_v0.6.0",
|
|
52
|
+
"version": "0.6.0",
|
|
53
|
+
"comments": {
|
|
54
|
+
"minor": [
|
|
55
|
+
{
|
|
56
|
+
"comment": "Add props to build props",
|
|
57
|
+
"author": "ruaraki@microsoft.com",
|
|
58
|
+
"commit": "cb59746a9358af9ae32ea386aad1cfaa1922605d",
|
|
59
|
+
"package": "@fluentui-react-native/framework"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"patch": [
|
|
63
|
+
{
|
|
64
|
+
"comment": "Bump @fluentui-react-native/use-styling to v0.7.0",
|
|
65
|
+
"author": "ruaraki@microsoft.com",
|
|
66
|
+
"commit": "cb59746a9358af9ae32ea386aad1cfaa1922605d",
|
|
67
|
+
"package": "@fluentui-react-native/framework"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"comment": "Bump @fluentui-react-native/composition to v0.6.10",
|
|
71
|
+
"author": "ruaraki@microsoft.com",
|
|
72
|
+
"commit": "cb59746a9358af9ae32ea386aad1cfaa1922605d",
|
|
73
|
+
"package": "@fluentui-react-native/framework"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": "Tue, 28 Sep 2021 21:08:25 GMT",
|
|
6
80
|
"tag": "@fluentui-react-native/framework_v0.5.40",
|
|
7
81
|
"version": "0.5.40",
|
|
8
82
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,49 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/framework
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 20 Oct 2021 03:44:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.6.3
|
|
8
|
+
|
|
9
|
+
Wed, 20 Oct 2021 03:44:36 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Revert "Add props to buildProps (#1039)" (ruaraki@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.6.2
|
|
16
|
+
|
|
17
|
+
Tue, 19 Oct 2021 20:23:36 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/tokens to v0.10.1 (ruaraki@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.6.1
|
|
24
|
+
|
|
25
|
+
Thu, 07 Oct 2021 20:59:20 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @fluentui-react-native/default-theme to v0.8.7 (ruaraki@microsoft.com)
|
|
30
|
+
|
|
31
|
+
## 0.6.0
|
|
32
|
+
|
|
33
|
+
Fri, 01 Oct 2021 17:52:17 GMT
|
|
34
|
+
|
|
35
|
+
### Minor changes
|
|
36
|
+
|
|
37
|
+
- Add props to build props (ruaraki@microsoft.com)
|
|
38
|
+
|
|
39
|
+
### Patches
|
|
40
|
+
|
|
41
|
+
- Bump @fluentui-react-native/use-styling to v0.7.0 (ruaraki@microsoft.com)
|
|
42
|
+
- Bump @fluentui-react-native/composition to v0.6.10 (ruaraki@microsoft.com)
|
|
43
|
+
|
|
7
44
|
## 0.5.40
|
|
8
45
|
|
|
9
|
-
Tue, 28 Sep 2021 21:
|
|
46
|
+
Tue, 28 Sep 2021 21:08:25 GMT
|
|
10
47
|
|
|
11
48
|
### Patches
|
|
12
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Component framework used by fluentui react native controls",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@fluentui-react-native/composition": ">=0.6.
|
|
25
|
-
"@fluentui-react-native/default-theme": ">=0.8.
|
|
24
|
+
"@fluentui-react-native/composition": ">=0.6.11 <1.0.0",
|
|
25
|
+
"@fluentui-react-native/default-theme": ">=0.8.8 <1.0.0",
|
|
26
26
|
"@fluentui-react-native/immutable-merge": "^1.1.3",
|
|
27
27
|
"@fluentui-react-native/merge-props": ">=0.3.4 <1.0.0",
|
|
28
28
|
"@fluentui-react-native/theme-types": ">=0.12.3 <1.0.0",
|
|
29
|
-
"@fluentui-react-native/use-styling": ">=0.
|
|
29
|
+
"@fluentui-react-native/use-styling": ">=0.7.1 <1.0.0",
|
|
30
30
|
"@fluentui-react-native/use-slot": ">=0.1.6 <1.0.0",
|
|
31
31
|
"@fluentui-react-native/use-slots": ">=0.5.8 <1.0.0",
|
|
32
32
|
"@fluentui-react-native/use-tokens": ">=0.1.6 <1.0.0",
|
|
33
33
|
"@fluentui-react-native/memo-cache": "^1.1.4",
|
|
34
|
-
"@fluentui-react-native/tokens": ">=0.
|
|
34
|
+
"@fluentui-react-native/tokens": ">=0.10.1 <1.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/react": ">=16.9.34 < 16.14.0",
|