@atlaskit/avatar-group 12.4.8 → 12.4.9

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6d96b2f268a28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d96b2f268a28) -
8
+ Remove external image dependencies from ads examples by using fallback avatars instead of
9
+ third-party images.
10
+
11
+ **Changes:**
12
+ - Circle avatars now display user initials (semantically correct for person avatars)
13
+ - Square/hexagon avatars display appropriate fallback icons (correct usage for non-person
14
+ entities)
15
+ - Aligns constellation examples with VR test examples which already use fallback only
16
+ - Improves reliability by removing dependency on third-party image hosting
17
+
3
18
  ## 12.4.8
4
19
 
5
20
  ### 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.9",
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": "^10.1.0",
34
34
  "@atlaskit/tooltip": "^20.14.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.6",