@fluentui-react-native/framework 0.14.4 → 0.14.5
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 +13 -7
- package/CHANGELOG.md +4 -4
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.14.
|
|
7
|
-
"tag": "@fluentui-react-native/framework_v0.14.
|
|
5
|
+
"date": "Fri, 11 Jul 2025 19:50:52 GMT",
|
|
6
|
+
"version": "0.14.5",
|
|
7
|
+
"tag": "@fluentui-react-native/framework_v0.14.5",
|
|
8
8
|
"comments": {
|
|
9
9
|
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/framework",
|
|
13
|
+
"commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
|
|
14
|
+
"comment": "fix: run `beachball sync` to sync package versions with NPM"
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
18
|
"package": "@fluentui-react-native/framework",
|
|
@@ -30,14 +36,14 @@
|
|
|
30
36
|
{
|
|
31
37
|
"author": "jasonmo@microsoft.com",
|
|
32
38
|
"package": "@fluentui-react-native/framework",
|
|
33
|
-
"commit": "
|
|
34
|
-
"comment": "
|
|
39
|
+
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
40
|
+
"comment": "update builds to use node16 settings and modern export maps"
|
|
35
41
|
},
|
|
36
42
|
{
|
|
37
43
|
"author": "jasonmo@microsoft.com",
|
|
38
44
|
"package": "@fluentui-react-native/framework",
|
|
39
|
-
"commit": "
|
|
40
|
-
"comment": "
|
|
45
|
+
"commit": "88ab939d36f2ab450189300ed308d45b8a600470",
|
|
46
|
+
"comment": "export missing type from framework to fix build error in Popover"
|
|
41
47
|
}
|
|
42
48
|
]
|
|
43
49
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/framework
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Fri, 11 Jul 2025 19:50:52 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.14.
|
|
7
|
+
## 0.14.5
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 11 Jul 2025 19:50:52 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- export missing type from framework to fix build error in Popover (jasonmo@microsoft.com)
|
|
14
13
|
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
|
|
14
|
+
- export missing type from framework to fix build error in Popover (jasonmo@microsoft.com)
|
|
15
15
|
|
|
16
16
|
## 0.14.3
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.5",
|
|
4
4
|
"description": "Component framework used by fluentui react native controls",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"directory": "packages/framework/framework"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui-react-native/composition": "0.11.
|
|
35
|
-
"@fluentui-react-native/default-theme": "0.26.
|
|
36
|
-
"@fluentui-react-native/immutable-merge": "1.2.
|
|
37
|
-
"@fluentui-react-native/memo-cache": "1.3.
|
|
38
|
-
"@fluentui-react-native/merge-props": "0.9.
|
|
39
|
-
"@fluentui-react-native/theme-types": "0.39.
|
|
40
|
-
"@fluentui-react-native/tokens": "0.23.
|
|
41
|
-
"@fluentui-react-native/use-slot": "0.6.
|
|
42
|
-
"@fluentui-react-native/use-slots": "0.10.
|
|
43
|
-
"@fluentui-react-native/use-styling": "0.13.
|
|
44
|
-
"@fluentui-react-native/use-tokens": "0.6.
|
|
34
|
+
"@fluentui-react-native/composition": "0.11.5",
|
|
35
|
+
"@fluentui-react-native/default-theme": "0.26.5",
|
|
36
|
+
"@fluentui-react-native/immutable-merge": "1.2.4",
|
|
37
|
+
"@fluentui-react-native/memo-cache": "1.3.5",
|
|
38
|
+
"@fluentui-react-native/merge-props": "0.9.4",
|
|
39
|
+
"@fluentui-react-native/theme-types": "0.39.4",
|
|
40
|
+
"@fluentui-react-native/tokens": "0.23.4",
|
|
41
|
+
"@fluentui-react-native/use-slot": "0.6.5",
|
|
42
|
+
"@fluentui-react-native/use-slots": "0.10.5",
|
|
43
|
+
"@fluentui-react-native/use-styling": "0.13.5",
|
|
44
|
+
"@fluentui-react-native/use-tokens": "0.6.5",
|
|
45
45
|
"tslib": "^2.3.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|