@fluentui-react-native/pressable 0.8.9 → 0.8.13
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 +35 -2
- package/babel.config.js +1 -1
- package/just.config.js +1 -1
- package/package.json +3 -3
- package/tsconfig.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,81 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 14 Jan 2022 21:46:23 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/pressable_v0.8.13",
|
|
7
|
+
"version": "0.8.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/pressable",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.13",
|
|
14
|
+
"commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 14 Jan 2022 01:00:03 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/pressable_v0.8.12",
|
|
22
|
+
"version": "0.8.12",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "sanajmi@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/pressable",
|
|
28
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca",
|
|
29
|
+
"comment": "Remove references to uifabricshared"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"patch": [
|
|
33
|
+
{
|
|
34
|
+
"author": "email not defined",
|
|
35
|
+
"package": "@fluentui-react-native/pressable",
|
|
36
|
+
"commit": "ef3732e4e5b82e3f324ca0eed4b12b6617788299",
|
|
37
|
+
"comment": "fix disabled button"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"author": "beachball",
|
|
41
|
+
"package": "@fluentui-react-native/pressable",
|
|
42
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.12",
|
|
43
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": "Thu, 06 Jan 2022 23:14:38 GMT",
|
|
50
|
+
"tag": "@fluentui-react-native/pressable_v0.8.11",
|
|
51
|
+
"version": "0.8.11",
|
|
52
|
+
"comments": {
|
|
53
|
+
"patch": [
|
|
54
|
+
{
|
|
55
|
+
"author": "beachball",
|
|
56
|
+
"package": "@fluentui-react-native/pressable",
|
|
57
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.11",
|
|
58
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"date": "Thu, 06 Jan 2022 21:30:08 GMT",
|
|
65
|
+
"tag": "@fluentui-react-native/pressable_v0.8.10",
|
|
66
|
+
"version": "0.8.10",
|
|
67
|
+
"comments": {
|
|
68
|
+
"patch": [
|
|
69
|
+
{
|
|
70
|
+
"author": "beachball",
|
|
71
|
+
"package": "@fluentui-react-native/pressable",
|
|
72
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.10",
|
|
73
|
+
"commit": "06307699c93ffe31a57f8f1c1fb60beec83583e0"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": "Wed, 05 Jan 2022 23:53:54 GMT",
|
|
6
80
|
"tag": "@fluentui-react-native/pressable_v0.8.9",
|
|
7
81
|
"version": "0.8.9",
|
|
8
82
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,45 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/pressable
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 14 Jan 2022 21:46:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.13
|
|
8
|
+
|
|
9
|
+
Fri, 14 Jan 2022 21:46:23 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.13
|
|
14
|
+
|
|
15
|
+
## 0.8.12
|
|
16
|
+
|
|
17
|
+
Fri, 14 Jan 2022 01:00:03 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- fix disabled button (email not defined)
|
|
22
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.12
|
|
23
|
+
|
|
24
|
+
## 0.8.11
|
|
25
|
+
|
|
26
|
+
Thu, 06 Jan 2022 23:14:38 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.11
|
|
31
|
+
|
|
32
|
+
## 0.8.10
|
|
33
|
+
|
|
34
|
+
Thu, 06 Jan 2022 21:30:08 GMT
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.10
|
|
39
|
+
|
|
7
40
|
## 0.8.9
|
|
8
41
|
|
|
9
|
-
Wed, 05 Jan 2022 23:
|
|
42
|
+
Wed, 05 Jan 2022 23:53:54 GMT
|
|
10
43
|
|
|
11
44
|
### Patches
|
|
12
45
|
|
package/babel.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('@
|
|
1
|
+
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
package/just.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "A cross-platform Pressable component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
|
|
26
|
-
"@fluentui-react-native/interactive-hooks": ">=0.11.
|
|
26
|
+
"@fluentui-react-native/interactive-hooks": ">=0.11.13 <1.0.0",
|
|
27
27
|
"@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
|
|
28
28
|
"@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
32
32
|
"@types/react-native": "^0.64.0",
|
|
33
|
-
"@
|
|
33
|
+
"@fluentui-react-native/scripts": "^0.1.1",
|
|
34
34
|
"react-native": "^0.64.3"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
package/tsconfig.json
CHANGED