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