@atlaskit/avatar-group 12.3.1 → 12.3.3
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.md +12 -9
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 12.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 12.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 12.3.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1174,7 +1186,6 @@
|
|
|
1174
1186
|
reduced bundlesize.
|
|
1175
1187
|
|
|
1176
1188
|
**Change summary:**
|
|
1177
|
-
|
|
1178
1189
|
- `name` is now a required property of the `data` attribute. This was previously not required
|
|
1179
1190
|
simply because we forwarded avatars props. Names should always be supplied so that avatars can
|
|
1180
1191
|
be differentiated in a meaningful way (although they are not required to be unique).
|
|
@@ -1182,7 +1193,6 @@
|
|
|
1182
1193
|
- AvatarGroup now uses `@emotion`
|
|
1183
1194
|
|
|
1184
1195
|
**Misc.**
|
|
1185
|
-
|
|
1186
1196
|
- Fixed broken margin styling bug with `stack` groups
|
|
1187
1197
|
- Replaced `dropdown-menu` with a lighter and more performant `popup` component
|
|
1188
1198
|
- Removed custom `dropdown-menu` styling
|
|
@@ -1352,7 +1362,6 @@
|
|
|
1352
1362
|
|
|
1353
1363
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1354
1364
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1355
|
-
|
|
1356
1365
|
- @atlaskit/docs@8.3.2
|
|
1357
1366
|
- @atlaskit/visual-regression@0.1.9
|
|
1358
1367
|
- @atlaskit/avatar@17.1.7
|
|
@@ -1531,13 +1540,11 @@
|
|
|
1531
1540
|
## 4.0.1
|
|
1532
1541
|
|
|
1533
1542
|
- [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
|
|
1534
|
-
|
|
1535
1543
|
- Clean couple of TODO's that were already done
|
|
1536
1544
|
|
|
1537
1545
|
## 4.0.0
|
|
1538
1546
|
|
|
1539
1547
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1540
|
-
|
|
1541
1548
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1542
1549
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1543
1550
|
|
|
@@ -1573,7 +1580,6 @@
|
|
|
1573
1580
|
## 3.0.2
|
|
1574
1581
|
|
|
1575
1582
|
- [patch][ea173a3ee2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea173a3ee2):
|
|
1576
|
-
|
|
1577
1583
|
- Internal changes only. Component is now SSR compatible. If server side rendered, Avatar Images
|
|
1578
1584
|
will begin to load immediately; before client bundle is ready. If this is undesired, `imageUrl`
|
|
1579
1585
|
can be passed in after component is mounted.
|
|
@@ -1594,7 +1600,6 @@
|
|
|
1594
1600
|
## 3.0.0
|
|
1595
1601
|
|
|
1596
1602
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1597
|
-
|
|
1598
1603
|
- Drop ES5 from all the flow modules
|
|
1599
1604
|
|
|
1600
1605
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1639,13 +1644,11 @@
|
|
|
1639
1644
|
## 2.1.12
|
|
1640
1645
|
|
|
1641
1646
|
- [patch][3a9b559382](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a9b559382):
|
|
1642
|
-
|
|
1643
1647
|
- Stopping href from being passed down to Avatar in DropdownMenu rendered in AvatarGroup
|
|
1644
1648
|
|
|
1645
1649
|
## 2.1.11
|
|
1646
1650
|
|
|
1647
1651
|
- [patch][ed05c5c5d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed05c5c5d9):
|
|
1648
|
-
|
|
1649
1652
|
- Change border color of avatar in avatar group dropdown menu to transparent so that it does not
|
|
1650
1653
|
overlap with focus ring
|
|
1651
1654
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.3",
|
|
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/"
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/avatar": "^25.4.0",
|
|
28
|
-
"@atlaskit/css": "^0.
|
|
28
|
+
"@atlaskit/css": "^0.15.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
30
30
|
"@atlaskit/menu": "^8.4.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
32
|
"@atlaskit/popup": "^4.4.0",
|
|
33
33
|
"@atlaskit/theme": "^21.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
35
35
|
"@atlaskit/tooltip": "^20.5.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
|
-
"@compiled/react": "^0.18.
|
|
37
|
+
"@compiled/react": "^0.18.6",
|
|
38
38
|
"bind-event-listener": "^3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@af/visual-regression": "workspace:^",
|
|
47
47
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
48
48
|
"@atlaskit/button": "^23.5.0",
|
|
49
|
-
"@atlaskit/docs": "^11.
|
|
49
|
+
"@atlaskit/docs": "^11.2.0",
|
|
50
50
|
"@atlaskit/form": "^14.2.0",
|
|
51
51
|
"@atlaskit/icon": "^28.5.0",
|
|
52
52
|
"@atlaskit/link": "^3.2.0",
|
|
53
53
|
"@atlaskit/modal-dialog": "^14.5.0",
|
|
54
|
-
"@atlaskit/primitives": "^
|
|
54
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
55
55
|
"@atlaskit/section-message": "^8.7.0",
|
|
56
56
|
"@atlaskit/ssr": "workspace:^",
|
|
57
57
|
"@atlaskit/toggle": "^15.1.0",
|