@fluentui-react-native/experimental-expander 0.8.3 → 0.8.4

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
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 12 Jun 2025 03:17:20 GMT",
6
+ "version": "0.8.4",
7
+ "tag": "@fluentui-react-native/experimental-expander_v0.8.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
14
+ "comment": "Add support for React Native 0.74"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 11 Jun 2025 19:34:56 GMT",
21
+ "version": "0.8.3",
22
+ "tag": "@fluentui-react-native/experimental-expander_v0.8.3",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "4123478+tido64@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "2342b87a20e5a584bd2073c8c5a266f0aa48c8bb",
29
+ "comment": "Added missing dev dependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Mon, 15 Apr 2024 21:31:43 GMT",
6
36
  "version": "0.8.1",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Mon, 15 Apr 2024 21:31:43 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Thu, 12 Jun 2025 03:17:20 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.4
8
+
9
+ Thu, 12 Jun 2025 03:17:20 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
14
+
7
15
  ## 0.8.1
8
16
 
9
17
  Mon, 15 Apr 2024 21:31:43 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -26,23 +26,25 @@
26
26
  "directory": "packages/experimental/Expander"
27
27
  },
28
28
  "dependencies": {
29
- "@fluentui-react-native/framework": "0.14.2"
29
+ "@fluentui-react-native/framework": "0.14.3"
30
30
  },
31
31
  "devDependencies": {
32
+ "@babel/core": "^7.20.0",
32
33
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
33
34
  "@fluentui-react-native/scripts": "0.1.1",
34
- "@react-native/babel-preset": "^0.73.0",
35
- "@react-native/metro-config": "^0.73.0",
35
+ "@react-native/babel-preset": "^0.74.0",
36
+ "@react-native/metro-config": "^0.74.0",
37
+ "@types/react": "~18.2.0",
36
38
  "react": "18.2.0",
37
- "react-native": "^0.73.0",
38
- "react-native-windows": "^0.73.0"
39
+ "react-native": "^0.74.0",
40
+ "react-native-windows": "^0.74.0"
39
41
  },
40
42
  "peerDependencies": {
41
- "@office-iss/react-native-win32": "^0.73.0",
43
+ "@office-iss/react-native-win32": "^0.74.0",
42
44
  "react": "18.2.0",
43
- "react-native": "^0.73.0",
44
- "react-native-macos": "^0.73.0",
45
- "react-native-windows": "^0.73.0"
45
+ "react-native": "^0.73.0 || ^0.74.0",
46
+ "react-native-macos": "^0.73.0 || ^0.74.0",
47
+ "react-native-windows": "^0.73.0 || ^0.74.0"
46
48
  },
47
49
  "rnx-kit": {
48
50
  "kitType": "library",
@@ -50,9 +52,14 @@
50
52
  "presets": [
51
53
  "microsoft/react-native"
52
54
  ],
53
- "requirements": [
54
- "react-native@0.73"
55
- ],
55
+ "requirements": {
56
+ "development": [
57
+ "react-native@0.74"
58
+ ],
59
+ "production": [
60
+ "react-native@0.73 || 0.74"
61
+ ]
62
+ },
56
63
  "capabilities": [
57
64
  "core",
58
65
  "core-android",