@fluentui-react-native/experimental-shadow 0.6.6 → 0.6.8
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 +27 -3
- package/CHANGELOG.md +5 -3
- package/babel.config.js +1 -1
- package/package.json +5 -4
- package/tsconfig.json +1 -1
- package/just.config.js +0 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shadow",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.6.
|
|
7
|
-
"tag": "@fluentui-react-native/experimental-shadow_v0.6.
|
|
5
|
+
"date": "Tue, 15 Jul 2025 23:21:09 GMT",
|
|
6
|
+
"version": "0.6.8",
|
|
7
|
+
"tag": "@fluentui-react-native/experimental-shadow_v0.6.8",
|
|
8
8
|
"comments": {
|
|
9
9
|
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jasonmo@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
13
|
+
"commit": "3e168e4363d1821818f219819d29532eace8d979",
|
|
14
|
+
"comment": "update scripts package to be fully js, use esm, and validate fully"
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
18
|
"package": "@fluentui-react-native/experimental-shadow",
|
|
@@ -24,6 +30,12 @@
|
|
|
24
30
|
"package": "@fluentui-react-native/experimental-shadow",
|
|
25
31
|
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
|
|
26
32
|
"comment": "update eslint to 9.x and use new flat config format with security rules"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "sanajmi@microsoft.com",
|
|
36
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
37
|
+
"commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
|
|
38
|
+
"comment": "fix: run `beachball sync` to sync package versions with NPM"
|
|
27
39
|
}
|
|
28
40
|
],
|
|
29
41
|
"patch": [
|
|
@@ -32,6 +44,18 @@
|
|
|
32
44
|
"package": "@fluentui-react-native/experimental-shadow",
|
|
33
45
|
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
34
46
|
"comment": "update builds to use node16 settings and modern export maps"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "sanajmi@microsoft.com",
|
|
50
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
51
|
+
"commit": "9cbe229ec7f6363d229dcaef506921b8d9f47d7d",
|
|
52
|
+
"comment": "fix: run beachball sync"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "jasonmo@microsoft.com",
|
|
56
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
57
|
+
"commit": "6b4d59227b1e9bbbf25cc93a3502015f663b363e",
|
|
58
|
+
"comment": "add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling"
|
|
35
59
|
}
|
|
36
60
|
]
|
|
37
61
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-shadow
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 15 Jul 2025 23:21:09 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.6.
|
|
7
|
+
## 0.6.8
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 15 Jul 2025 23:21:09 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
13
|
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
|
|
14
|
+
- fix: run beachball sync (sanajmi@microsoft.com)
|
|
15
|
+
- add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com)
|
|
14
16
|
|
|
15
17
|
## 0.6.5
|
|
16
18
|
|
package/babel.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
|
1
|
+
module.exports = require('@fluentui-react-native/scripts/configs/babel.config');
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shadow",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "A cross-platform Shadow component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
|
+
"react-native": "src/index.ts",
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
9
10
|
"import": "./lib/index.js",
|
|
@@ -29,9 +30,9 @@
|
|
|
29
30
|
"directory": "packages/experimental/Shadow"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@fluentui-react-native/framework": "0.14.
|
|
33
|
-
"@fluentui-react-native/pressable": "0.12.
|
|
34
|
-
"@fluentui-react-native/theme-types": "0.39.
|
|
33
|
+
"@fluentui-react-native/framework": "0.14.6",
|
|
34
|
+
"@fluentui-react-native/pressable": "0.12.8",
|
|
35
|
+
"@fluentui-react-native/theme-types": "0.39.5"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"@babel/core": "^7.20.0",
|
package/tsconfig.json
CHANGED
package/just.config.js
DELETED