@fluentui-react-native/framework 0.7.9 → 0.7.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 CHANGED
@@ -2,7 +2,108 @@
2
2
  "name": "@fluentui-react-native/framework",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Jan 2022 23:10:27 GMT",
5
+ "date": "Thu, 17 Feb 2022 01:19:23 GMT",
6
+ "tag": "@fluentui-react-native/framework_v0.7.13",
7
+ "version": "0.7.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/framework",
13
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.10",
14
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 16 Feb 2022 21:58:20 GMT",
21
+ "tag": "@fluentui-react-native/framework_v0.7.12",
22
+ "version": "0.7.12",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "ruaraki@microsoft.com",
27
+ "package": "@fluentui-react-native/framework",
28
+ "commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
29
+ "comment": "Update just"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
36
+ "tag": "@fluentui-react-native/framework_v0.7.12",
37
+ "version": "0.7.12",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/framework",
43
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.9",
44
+ "commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 14 Jan 2022 21:49:07 GMT",
51
+ "tag": "@fluentui-react-native/framework_v0.7.11",
52
+ "version": "0.7.11",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/framework",
58
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.8",
59
+ "commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 14 Jan 2022 01:00:02 GMT",
66
+ "tag": "@fluentui-react-native/framework_v0.7.10",
67
+ "version": "0.7.10",
68
+ "comments": {
69
+ "none": [
70
+ {
71
+ "author": "sanajmi@microsoft.com",
72
+ "package": "@fluentui-react-native/framework",
73
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
74
+ "comment": "Remove references to uifabricshared"
75
+ }
76
+ ],
77
+ "patch": [
78
+ {
79
+ "author": "email not defined",
80
+ "package": "@fluentui-react-native/framework",
81
+ "commit": "ef3732e4e5b82e3f324ca0eed4b12b6617788299",
82
+ "comment": "fix disabled button"
83
+ },
84
+ {
85
+ "author": "beachball",
86
+ "package": "@fluentui-react-native/framework",
87
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.7",
88
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca"
89
+ },
90
+ {
91
+ "author": "beachball",
92
+ "package": "@fluentui-react-native/framework",
93
+ "comment": "Bump @fluentui-react-native/theme-types to v0.13.3",
94
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca"
95
+ },
96
+ {
97
+ "author": "beachball",
98
+ "package": "@fluentui-react-native/framework",
99
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.5",
100
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca"
101
+ }
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "date": "Thu, 06 Jan 2022 23:14:38 GMT",
6
107
  "tag": "@fluentui-react-native/framework_v0.7.9",
7
108
  "version": "0.7.9",
8
109
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,47 @@
1
1
  # Change Log - @fluentui-react-native/framework
2
2
 
3
- This log was last generated on Thu, 06 Jan 2022 23:10:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 01:19:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.13
8
+
9
+ Thu, 17 Feb 2022 01:19:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/default-theme to v0.9.10
14
+
15
+ ## 0.7.12
16
+
17
+ Wed, 02 Feb 2022 02:29:07 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/default-theme to v0.9.9
22
+
23
+ ## 0.7.11
24
+
25
+ Fri, 14 Jan 2022 21:49:07 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/default-theme to v0.9.8
30
+
31
+ ## 0.7.10
32
+
33
+ Fri, 14 Jan 2022 01:00:02 GMT
34
+
35
+ ### Patches
36
+
37
+ - fix disabled button (email not defined)
38
+ - Bump @fluentui-react-native/default-theme to v0.9.7
39
+ - Bump @fluentui-react-native/theme-types to v0.13.3
40
+ - Bump @fluentui-react-native/tokens to v0.11.5
41
+
7
42
  ## 0.7.9
8
43
 
9
- Thu, 06 Jan 2022 23:10:27 GMT
44
+ Thu, 06 Jan 2022 23:14:38 GMT
10
45
 
11
46
  ### Patches
12
47
 
package/just.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const { preset } = require('@uifabricshared/build-native');
1
+ const { preset } = require('@fluentui-react-native/scripts');
2
2
 
3
3
  preset();
package/package.json CHANGED
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/framework",
3
- "version": "0.7.9",
3
+ "version": "0.7.13",
4
4
  "description": "Component framework used by fluentui react native controls",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
7
  "typings": "lib/index.d.ts",
8
8
  "scripts": {
9
9
  "build": "fluentui-scripts build",
10
- "bundle": "fluentui-scripts webpack",
11
10
  "clean": "fluentui-scripts clean",
12
- "code-style": "fluentui-scripts code-style",
13
11
  "depcheck": "fluentui-scripts depcheck",
14
12
  "just": "fluentui-scripts",
15
13
  "lint": "fluentui-scripts eslint",
@@ -27,23 +25,23 @@
27
25
  },
28
26
  "dependencies": {
29
27
  "@fluentui-react-native/composition": ">=0.7.5 <1.0.0",
30
- "@fluentui-react-native/default-theme": ">=0.9.6 <1.0.0",
28
+ "@fluentui-react-native/default-theme": ">=0.9.10 <1.0.0",
31
29
  "@fluentui-react-native/immutable-merge": "^1.1.6",
32
30
  "@fluentui-react-native/merge-props": ">=0.4.2 <1.0.0",
33
- "@fluentui-react-native/theme-types": ">=0.13.2 <1.0.0",
31
+ "@fluentui-react-native/theme-types": ">=0.13.3 <1.0.0",
34
32
  "@fluentui-react-native/use-styling": ">=0.8.2 <1.0.0",
35
33
  "@fluentui-react-native/use-slot": ">=0.2.5 <1.0.0",
36
34
  "@fluentui-react-native/use-slots": ">=0.6.5 <1.0.0",
37
35
  "@fluentui-react-native/use-tokens": ">=0.2.2 <1.0.0",
38
36
  "@fluentui-react-native/memo-cache": "^1.1.7",
39
- "@fluentui-react-native/tokens": ">=0.11.4 <1.0.0",
37
+ "@fluentui-react-native/tokens": ">=0.11.5 <1.0.0",
40
38
  "tslib": "^2.3.1"
41
39
  },
42
40
  "devDependencies": {
43
41
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
44
42
  "@types/react": "^17.0.2",
45
43
  "@types/react-native": "^0.64.0",
46
- "@uifabricshared/build-native": "^0.1.1",
44
+ "@fluentui-react-native/scripts": "^0.1.1",
47
45
  "react": "17.0.1",
48
46
  "react-dom": "17.0.1",
49
47
  "react-native": "^0.64.3",