@fluentui-react-native/experimental-avatar 0.20.6 → 0.20.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 CHANGED
@@ -2,7 +2,67 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 04 Jan 2024 21:01:51 GMT",
5
+ "date": "Thu, 22 Feb 2024 23:22:17 GMT",
6
+ "version": "0.20.8",
7
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.13.7",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 25 Jan 2024 20:25:51 GMT",
21
+ "version": "0.20.7",
22
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "araje@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "commit": "40efab51cc4ab28f209b88ff889107105d65e51c",
29
+ "comment": "Add more module includes"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 24 Jan 2024 23:08:27 GMT",
36
+ "version": "0.20.7",
37
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "araje@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "commit": "84a30d159490fb1034c18fb1ba7accfcd1d47a9c",
44
+ "comment": "Add explicit module imports"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Mon, 22 Jan 2024 22:09:17 GMT",
51
+ "version": "0.20.7",
52
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/experimental-avatar",
58
+ "comment": "Bump @fluentui-react-native/framework to v0.13.6",
59
+ "commit": "not available"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Thu, 04 Jan 2024 21:06:26 GMT",
6
66
  "version": "0.20.6",
7
67
  "tag": "@fluentui-react-native/experimental-avatar_v0.20.6",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Thu, 04 Jan 2024 21:01:51 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 22 Feb 2024 23:22:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.20.8
8
+
9
+ Thu, 22 Feb 2024 23:22:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.13.7
14
+
15
+ ## 0.20.7
16
+
17
+ Mon, 22 Jan 2024 22:09:17 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.13.6
22
+
7
23
  ## 0.20.6
8
24
 
9
- Thu, 04 Jan 2024 21:01:51 GMT
25
+ Thu, 04 Jan 2024 21:06:26 GMT
10
26
 
11
27
  ### Patches
12
28
 
@@ -1,5 +1,7 @@
1
1
  import Foundation
2
2
  import FluentUI
3
+ import React
4
+ import UIKit
3
5
 
4
6
  @objc(FRNAvatarViewManager)
5
7
  class AvatarViewManager: RCTViewManager {
@@ -1,5 +1,9 @@
1
+ import AppKit
1
2
  import Foundation
2
3
  import FluentUI
4
+ #if USE_REACT_AS_MODULE
5
+ import React
6
+ #endif
3
7
 
4
8
  @objc(FRNAvatarViewManager)
5
9
  class AvatarViewManager: RCTViewManager {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.20.6",
3
+ "version": "0.20.8",
4
4
  "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/component-cache": "^1.6.0",
29
- "@fluentui-react-native/framework": "0.13.5"
29
+ "@fluentui-react-native/framework": "0.13.7"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",