@atlaskit/avatar-group 12.4.8 → 12.4.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.4.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`6d96b2f268a28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d96b2f268a28) -
14
+ Remove external image dependencies from ads examples by using fallback avatars instead of
15
+ third-party images.
16
+
17
+ **Changes:**
18
+ - Circle avatars now display user initials (semantically correct for person avatars)
19
+ - Square/hexagon avatars display appropriate fallback icons (correct usage for non-person
20
+ entities)
21
+ - Aligns constellation examples with VR test examples which already use fallback only
22
+ - Improves reliability by removing dependency on third-party image hosting
23
+
3
24
  ## 12.4.8
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "12.4.8",
3
+ "version": "12.4.10",
4
4
  "description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/menu": "^8.4.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/popup": "^4.13.0",
33
- "@atlaskit/tokens": "^10.0.0",
33
+ "@atlaskit/tokens": "^11.0.0",
34
34
  "@atlaskit/tooltip": "^20.14.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.6",
@@ -47,10 +47,10 @@
47
47
  "@atlaskit/button": "^23.9.0",
48
48
  "@atlaskit/docs": "^11.3.0",
49
49
  "@atlaskit/form": "^15.3.0",
50
- "@atlaskit/icon": "^29.4.0",
50
+ "@atlaskit/icon": "^30.0.0",
51
51
  "@atlaskit/link": "^3.3.0",
52
52
  "@atlaskit/modal-dialog": "^14.10.0",
53
- "@atlaskit/primitives": "^17.1.0",
53
+ "@atlaskit/primitives": "^18.0.0",
54
54
  "@atlaskit/section-message": "^8.12.0",
55
55
  "@atlaskit/toggle": "^15.2.0",
56
56
  "@atlassian/ssr-tests": "workspace:^",