@fluentui-react-native/focus-trap-zone 0.8.11 → 0.8.12
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 +30 -1
- package/CHANGELOG.md +11 -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,36 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/focus-trap-zone",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 14 Jan 2022 00:56:34 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.12",
|
|
7
|
+
"version": "0.8.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
13
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca",
|
|
14
|
+
"comment": "Remove references to uifabricshared"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "email not defined",
|
|
20
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
21
|
+
"commit": "ef3732e4e5b82e3f324ca0eed4b12b6617788299",
|
|
22
|
+
"comment": "fix disabled buttonn"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
27
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.12",
|
|
28
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Thu, 06 Jan 2022 23:14:38 GMT",
|
|
6
35
|
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.11",
|
|
7
36
|
"version": "0.8.11",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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 Fri, 14 Jan 2022 00:56:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.12
|
|
8
|
+
|
|
9
|
+
Fri, 14 Jan 2022 00:56:34 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- fix disabled buttonn (email not defined)
|
|
14
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.12
|
|
15
|
+
|
|
7
16
|
## 0.8.11
|
|
8
17
|
|
|
9
|
-
Thu, 06 Jan 2022 23:
|
|
18
|
+
Thu, 06 Jan 2022 23:14:38 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
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.12",
|
|
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.12 <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