@fluentui-react-native/popover 0.1.8 → 0.1.11
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 +59 -2
- package/CHANGELOG.md +28 -2
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,64 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 29 Aug 2022 23:19:48 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/popover_v0.1.11",
|
|
7
|
+
"version": "0.1.11",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/popover",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.1",
|
|
14
|
+
"commit": "370259af6f245b97a9a9129d8defbdd30a0bbd9d"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 14 Jul 2022 18:09:49 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/popover_v0.1.10",
|
|
22
|
+
"version": "0.1.10",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "duomaster01@gmail.com",
|
|
27
|
+
"package": "@fluentui-react-native/popover",
|
|
28
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
|
|
29
|
+
"comment": "updated to rn 0.66"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/popover",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.9.0",
|
|
35
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/popover",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.0",
|
|
41
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Fri, 08 Jul 2022 21:23:37 GMT",
|
|
48
|
+
"tag": "@fluentui-react-native/popover_v0.1.9",
|
|
49
|
+
"version": "0.1.9",
|
|
50
|
+
"comments": {
|
|
51
|
+
"patch": [
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui-react-native/popover",
|
|
55
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.32",
|
|
56
|
+
"commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Thu, 07 Jul 2022 21:24:07 GMT",
|
|
6
63
|
"tag": "@fluentui-react-native/popover_v0.1.8",
|
|
7
64
|
"version": "0.1.8",
|
|
8
65
|
"comments": {
|
|
@@ -11,7 +68,7 @@
|
|
|
11
68
|
"author": "beachball",
|
|
12
69
|
"package": "@fluentui-react-native/popover",
|
|
13
70
|
"comment": "Bump @fluentui-react-native/framework to v0.7.31",
|
|
14
|
-
"commit": "
|
|
71
|
+
"commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
|
|
15
72
|
}
|
|
16
73
|
]
|
|
17
74
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 29 Aug 2022 23:19:48 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.11
|
|
8
|
+
|
|
9
|
+
Mon, 29 Aug 2022 23:19:48 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.8.1
|
|
14
|
+
|
|
15
|
+
## 0.1.10
|
|
16
|
+
|
|
17
|
+
Thu, 14 Jul 2022 18:09:49 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- updated to rn 0.66 (duomaster01@gmail.com)
|
|
22
|
+
- Bump @fluentui-react-native/adapters to v0.9.0
|
|
23
|
+
- Bump @fluentui-react-native/framework to v0.8.0
|
|
24
|
+
|
|
25
|
+
## 0.1.9
|
|
26
|
+
|
|
27
|
+
Fri, 08 Jul 2022 21:23:37 GMT
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- Bump @fluentui-react-native/framework to v0.7.32
|
|
32
|
+
|
|
7
33
|
## 0.1.8
|
|
8
34
|
|
|
9
|
-
Thu, 07 Jul 2022 21:
|
|
35
|
+
Thu, 07 Jul 2022 21:24:07 GMT
|
|
10
36
|
|
|
11
37
|
### Patches
|
|
12
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "A cross-platform Popover component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"directory": "packages/experimental/popover"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/adapters": ">=0.
|
|
26
|
-
"@fluentui-react-native/framework": "0.
|
|
25
|
+
"@fluentui-react-native/adapters": ">=0.9.0 <1.0.0",
|
|
26
|
+
"@fluentui-react-native/framework": "0.8.1",
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
31
31
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
32
|
-
"@types/react-native": "^0.
|
|
33
|
-
"react-native": "^0.
|
|
32
|
+
"@types/react-native": "^0.66.0",
|
|
33
|
+
"react-native": "^0.66.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"react": ">=17.0.
|
|
37
|
-
"react-native": ">=0.
|
|
36
|
+
"react": ">=17.0.2",
|
|
37
|
+
"react-native": ">=0.66.0"
|
|
38
38
|
},
|
|
39
39
|
"author": "",
|
|
40
40
|
"license": "MIT"
|