@atlaskit/avatar-group 9.4.3 → 9.4.5

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 CHANGED
@@ -1,71 +1,83 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577) [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add component to push model consumption in JFE
8
+
9
+ ## 9.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.4.3
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
19
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
8
20
 
9
21
  ## 9.4.2
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
25
+ - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128) [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
14
26
 
15
27
  ## 9.4.1
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
31
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
20
32
  - Updated dependencies
21
33
 
22
34
  ## 9.4.0
23
35
 
24
36
  ### Minor Changes
25
37
 
26
- - [`da7b6be2540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7b6be2540) - Fixed keyboard support for the interactive element. Changed span to button for avatar-group
38
+ - [#38166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38166) [`da7b6be2540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7b6be2540) - Fixed keyboard support for the interactive element. Changed span to button for avatar-group
27
39
 
28
40
  ## 9.3.6
29
41
 
30
42
  ### Patch Changes
31
43
 
32
- - [`71b58da4e00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71b58da4e00) - set focus to the first avatar when popup is open
44
+ - [#36809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36809) [`71b58da4e00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71b58da4e00) - set focus to the first avatar when popup is open
33
45
 
34
46
  ## 9.3.5
35
47
 
36
48
  ### Patch Changes
37
49
 
38
- - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
50
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
39
51
 
40
52
  ## 9.3.4
41
53
 
42
54
  ### Patch Changes
43
55
 
44
- - [`cb7033c5b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb7033c5b72) - keyboard arrow (UP and DOWN) support in avatar-group popup component
56
+ - [#33250](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33250) [`cb7033c5b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb7033c5b72) - keyboard arrow (UP and DOWN) support in avatar-group popup component
45
57
 
46
58
  ## 9.3.3
47
59
 
48
60
  ### Patch Changes
49
61
 
50
- - [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
62
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
51
63
 
52
64
  ## 9.3.2
53
65
 
54
66
  ### Patch Changes
55
67
 
56
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
68
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
57
69
 
58
70
  ## 9.3.1
59
71
 
60
72
  ### Patch Changes
61
73
 
62
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
74
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
63
75
 
64
76
  ## 9.3.0
65
77
 
66
78
  ### Minor Changes
67
79
 
68
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
80
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
69
81
 
70
82
  ### Patch Changes
71
83
 
@@ -75,7 +87,7 @@
75
87
 
76
88
  ### Patch Changes
77
89
 
78
- - [`a8a1fe824b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8a1fe824b0) - Removed unused prop `enableTooltip` and fixed tooltip toggle in examples.
90
+ - [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248) [`a8a1fe824b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8a1fe824b0) - Removed unused prop `enableTooltip` and fixed tooltip toggle in examples.
79
91
  - Updated dependencies
80
92
 
81
93
  ## 9.2.3
@@ -88,19 +100,19 @@
88
100
 
89
101
  ### Patch Changes
90
102
 
91
- - [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
103
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
92
104
 
93
105
  ## 9.2.1
94
106
 
95
107
  ### Patch Changes
96
108
 
97
- - [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
109
+ - [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064) [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
98
110
 
99
111
  ## 9.2.0
100
112
 
101
113
  ### Minor Changes
102
114
 
103
- - [`3f8f08a1888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f8f08a1888) - Updating Avatar-group component to position the tooltip either to top or bottom based on configuration.
115
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`3f8f08a1888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f8f08a1888) - Updating Avatar-group component to position the tooltip either to top or bottom based on configuration.
104
116
 
105
117
  ## 9.1.4
106
118
 
@@ -124,13 +136,13 @@
124
136
 
125
137
  ### Patch Changes
126
138
 
127
- - [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal changes to apply spacing tokens. This should be a no-op change.
139
+ - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488) [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal changes to apply spacing tokens. This should be a no-op change.
128
140
 
129
141
  ## 9.1.0
130
142
 
131
143
  ### Minor Changes
132
144
 
133
- - [`110fb3a5f19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/110fb3a5f19) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
145
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`110fb3a5f19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/110fb3a5f19) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
134
146
 
135
147
  ### Patch Changes
136
148
 
@@ -140,32 +152,32 @@
140
152
 
141
153
  ### Patch Changes
142
154
 
143
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
155
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
144
156
 
145
157
  ## 9.0.3
146
158
 
147
159
  ### Patch Changes
148
160
 
149
- - [`4bc286406f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bc286406f2) - [ux] Update more indicator icon to use new design tokens and remove the unnecessary use of the :after element with regards to the consumption of the Avatar component.
161
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`4bc286406f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bc286406f2) - [ux] Update more indicator icon to use new design tokens and remove the unnecessary use of the :after element with regards to the consumption of the Avatar component.
150
162
  - Updated dependencies
151
163
 
152
164
  ## 9.0.2
153
165
 
154
166
  ### Patch Changes
155
167
 
156
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
168
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
157
169
 
158
170
  ## 9.0.1
159
171
 
160
172
  ### Patch Changes
161
173
 
162
- - [`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved to using declarative entrypoints internally. Public API is unchanged.
174
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved to using declarative entrypoints internally. Public API is unchanged.
163
175
 
164
176
  ## 9.0.0
165
177
 
166
178
  ### Major Changes
167
179
 
168
- - [`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux] There are **no code changes required** to consume this major, but you should be aware that internal changes have been made to how `@atlaskit/avatar` loads images.
180
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux] There are **no code changes required** to consume this major, but you should be aware that internal changes have been made to how `@atlaskit/avatar` loads images.
169
181
 
170
182
  Before, the image loading behaviour was written in JS. Now, it leans on a standard HTML `img` tag if you provide a `src` prop, allowing it to rely on the browser to optimise the loading. These changes should result in faster image loading and an improved server-side rendering story.
171
183
 
@@ -180,7 +192,7 @@
180
192
 
181
193
  ### Patch Changes
182
194
 
183
- - [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
195
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545) [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
184
196
 
185
197
  ## 8.5.14
186
198
 
@@ -192,7 +204,7 @@
192
204
 
193
205
  ### Patch Changes
194
206
 
195
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
207
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
196
208
 
197
209
  ## 8.5.12
198
210
 
@@ -204,7 +216,7 @@
204
216
 
205
217
  ### Patch Changes
206
218
 
207
- - [`b2f8af359cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2f8af359cf) - Rewrite dynamic styles to be static to aid compiled migration.
219
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`b2f8af359cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2f8af359cf) - Rewrite dynamic styles to be static to aid compiled migration.
208
220
  - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
209
221
  - Updated dependencies
210
222
 
@@ -218,7 +230,7 @@
218
230
 
219
231
  ### Patch Changes
220
232
 
221
- - [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
233
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
222
234
 
223
235
  ## 8.5.8
224
236
 
@@ -237,27 +249,27 @@
237
249
 
238
250
  ### Patch Changes
239
251
 
240
- - [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
252
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
241
253
 
242
254
  ## 8.5.5
243
255
 
244
256
  ### Patch Changes
245
257
 
246
- - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
258
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
247
259
  - Updated dependencies
248
260
 
249
261
  ## 8.5.4
250
262
 
251
263
  ### Patch Changes
252
264
 
253
- - [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) - Removes `@emotion/styled` in favour of `@emotion/core`.
265
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) - Removes `@emotion/styled` in favour of `@emotion/core`.
254
266
  - Updated dependencies
255
267
 
256
268
  ## 8.5.3
257
269
 
258
270
  ### Patch Changes
259
271
 
260
- - [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds explicit type to button usages components.
272
+ - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632) [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds explicit type to button usages components.
261
273
 
262
274
  ## 8.5.2
263
275
 
@@ -275,7 +287,7 @@
275
287
 
276
288
  ### Minor Changes
277
289
 
278
- - [`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux] When avatar's are disabled their tooltip will no longer be displayed.
290
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux] When avatar's are disabled their tooltip will no longer be displayed.
279
291
 
280
292
  ### Patch Changes
281
293
 
@@ -285,7 +297,7 @@
285
297
 
286
298
  ### Minor Changes
287
299
 
288
- - [`c79bc186958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c79bc186958) - [ux] Colors are now sourced through tokens.
300
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`c79bc186958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c79bc186958) - [ux] Colors are now sourced through tokens.
289
301
 
290
302
  ### Patch Changes
291
303
 
@@ -296,7 +308,7 @@
296
308
 
297
309
  ### Patch Changes
298
310
 
299
- - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
311
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
300
312
  - [`9a84a3ceb82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a84a3ceb82) - Internal code changes.
301
313
  - Updated dependencies
302
314
 
@@ -304,13 +316,13 @@
304
316
 
305
317
  ### Patch Changes
306
318
 
307
- - [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
319
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
308
320
 
309
321
  ## 8.3.0
310
322
 
311
323
  ### Minor Changes
312
324
 
313
- - [`5ba523fc937`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ba523fc937) - Now the `AvatarGroup` is marked with ul and li elements. This makes it easier for users with assistive technologies to distinguish `AvatarGroup` ( which is a list of avatars ) among other page components. The default label that the screen reader announces when a user selects the AvatarGroup is `list avatar group x items`. When one of AvatarGroupItems is selected screen reader announcement is `[avatar label], i of n` where `i` - index of a selected item, `n` - the length of the list.
325
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`5ba523fc937`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ba523fc937) - Now the `AvatarGroup` is marked with ul and li elements. This makes it easier for users with assistive technologies to distinguish `AvatarGroup` ( which is a list of avatars ) among other page components. The default label that the screen reader announces when a user selects the AvatarGroup is `list avatar group x items`. When one of AvatarGroupItems is selected screen reader announcement is `[avatar label], i of n` where `i` - index of a selected item, `n` - the length of the list.
314
326
 
315
327
  To change the label of a list you can use `label` props.
316
328
 
@@ -324,7 +336,7 @@
324
336
 
325
337
  ### Minor Changes
326
338
 
327
- - [`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux] The styles of overflow button of avatar group has been aligned with default button styles. Also, contrast issue of the button has been fixed.
339
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux] The styles of overflow button of avatar group has been aligned with default button styles. Also, contrast issue of the button has been fixed.
328
340
 
329
341
  ### Patch Changes
330
342
 
@@ -340,7 +352,7 @@
340
352
 
341
353
  ### Minor Changes
342
354
 
343
- - [`c40dcf42d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c40dcf42d93) - [ux] Added passing an empty name prop to Avatar in the AvararGroupItem that is used for overflow dropdown menu. Screen reader does not announce name twice now.
355
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`c40dcf42d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c40dcf42d93) - [ux] Added passing an empty name prop to Avatar in the AvararGroupItem that is used for overflow dropdown menu. Screen reader does not announce name twice now.
344
356
 
345
357
  ### Patch Changes
346
358
 
@@ -350,13 +362,13 @@
350
362
 
351
363
  ### Patch Changes
352
364
 
353
- - [`dd0ddc74ee4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0ddc74ee4) - Support onClick handlers on anchor elements in Avatar Group
365
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`dd0ddc74ee4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0ddc74ee4) - Support onClick handlers on anchor elements in Avatar Group
354
366
 
355
367
  ## 8.0.14
356
368
 
357
369
  ### Patch Changes
358
370
 
359
- - [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
371
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
360
372
 
361
373
  ## 8.0.13
362
374
 
@@ -368,19 +380,19 @@
368
380
 
369
381
  ### Patch Changes
370
382
 
371
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
383
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
372
384
 
373
385
  ## 8.0.11
374
386
 
375
387
  ### Patch Changes
376
388
 
377
- - [`07fcbf76b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07fcbf76b3) - [ux] `avatar-group` now renders properly when used in a `modal-dialog`. The overflow menu is visible above the modal content.
389
+ - [#5620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5620) [`07fcbf76b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07fcbf76b3) - [ux] `avatar-group` now renders properly when used in a `modal-dialog`. The overflow menu is visible above the modal content.
378
390
 
379
391
  ## 8.0.10
380
392
 
381
393
  ### Patch Changes
382
394
 
383
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
395
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
384
396
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
385
397
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
386
398
 
@@ -394,7 +406,7 @@
394
406
 
395
407
  ### Patch Changes
396
408
 
397
- - [`19d7d96007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d7d96007) - [ux] Now AvatarGroup wouldn't create non-interactive buttons in case there is no action provided
409
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`19d7d96007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d7d96007) - [ux] Now AvatarGroup wouldn't create non-interactive buttons in case there is no action provided
398
410
 
399
411
  ## 8.0.7
400
412
 
@@ -406,7 +418,7 @@
406
418
 
407
419
  ### Patch Changes
408
420
 
409
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
421
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
410
422
 
411
423
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
412
424
  to prevent duplicates of tslib being bundled.
@@ -415,14 +427,14 @@
415
427
 
416
428
  ### Patch Changes
417
429
 
418
- - [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
430
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
419
431
  - Updated dependencies
420
432
 
421
433
  ## 8.0.4
422
434
 
423
435
  ### Patch Changes
424
436
 
425
- - [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
437
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
426
438
 
427
439
  ## 8.0.3
428
440
 
@@ -434,19 +446,19 @@
434
446
 
435
447
  ### Patch Changes
436
448
 
437
- - [`3a919f4263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a919f4263) - Fixed .name being used as a key for AvatarGroup Tooltip's
449
+ - [#3048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3048) [`3a919f4263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a919f4263) - Fixed .name being used as a key for AvatarGroup Tooltip's
438
450
 
439
451
  ## 8.0.1
440
452
 
441
453
  ### Patch Changes
442
454
 
443
- - [`ab9503b252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab9503b252) - Ensure moreButtonProps is passed through to the MoreButton
455
+ - [#3804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3804) [`ab9503b252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab9503b252) - Ensure moreButtonProps is passed through to the MoreButton
444
456
 
445
457
  ## 8.0.0
446
458
 
447
459
  ### Major Changes
448
460
 
449
- - [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - `AvatarGroup` has been migrated to **lite-mode**. Users should see performance improvements and reduced bundlesize.
461
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - `AvatarGroup` has been migrated to **lite-mode**. Users should see performance improvements and reduced bundlesize.
450
462
 
451
463
  **Change summary:**
452
464
 
@@ -474,13 +486,13 @@
474
486
 
475
487
  ### Patch Changes
476
488
 
477
- - [`ae57cd8744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae57cd8744) - Assignment of key for AvatarGroup children made user driven now and using Array.index as a fallback, which fixes the unique key issue in AvaratGroup.
489
+ - [#3363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3363) [`ae57cd8744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae57cd8744) - Assignment of key for AvatarGroup children made user driven now and using Array.index as a fallback, which fixes the unique key issue in AvaratGroup.
478
490
 
479
491
  ## 7.0.0
480
492
 
481
493
  ### Major Changes
482
494
 
483
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
495
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
484
496
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
485
497
 
486
498
  ### Patch Changes
@@ -491,25 +503,25 @@
491
503
 
492
504
  ### Patch Changes
493
505
 
494
- - [`e91d934e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e91d934e94) - Using avatar.name + index as key for AvatarGroup
506
+ - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`e91d934e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e91d934e94) - Using avatar.name + index as key for AvatarGroup
495
507
 
496
508
  ## 6.0.2
497
509
 
498
510
  ### Patch Changes
499
511
 
500
- - [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
512
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
501
513
 
502
514
  ## 6.0.1
503
515
 
504
516
  ### Patch Changes
505
517
 
506
- - [`2daf5b6054`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2daf5b6054) - AvatarGroup will now send the index of the clicked item via the onAvatarClick event handler
518
+ - [#2794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2794) [`2daf5b6054`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2daf5b6054) - AvatarGroup will now send the index of the clicked item via the onAvatarClick event handler
507
519
 
508
520
  ## 6.0.0
509
521
 
510
522
  ### Major Changes
511
523
 
512
- - [`a7ca7039c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7ca7039c7) - AvatarGroup previously depended heavily on Avatar internals such as styles, `getProps` and `withPseudoState`. These have been moved directly into AvatarGroup to finally decouple the two components. We will revisit this when we convert AvatarGroup to lite-mode and most likely remove them entirely.
524
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`a7ca7039c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7ca7039c7) - AvatarGroup previously depended heavily on Avatar internals such as styles, `getProps` and `withPseudoState`. These have been moved directly into AvatarGroup to finally decouple the two components. We will revisit this when we convert AvatarGroup to lite-mode and most likely remove them entirely.
513
525
 
514
526
  Previously, it was possible to pass arbritray props to the underlying Avatar via the `data` prop. This is no longer supported. Please pass props directly to the custom avatar / presence / status components.
515
527
 
@@ -77,5 +77,4 @@ var AvatarGroupItem = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
77
77
  });
78
78
 
79
79
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
80
- var _default = AvatarGroupItem;
81
- exports.default = _default;
80
+ var _default = exports.default = AvatarGroupItem;
@@ -244,5 +244,4 @@ var AvatarGroup = function AvatarGroup(_ref) {
244
244
  }, finalAvatar) : finalAvatar;
245
245
  }), renderMoreDropdown(+maxAvatar, total));
246
246
  };
247
- var _default = AvatarGroup;
248
- exports.default = _default;
247
+ var _default = exports.default = AvatarGroup;
@@ -43,5 +43,4 @@ var Grid = function Grid(_ref) {
43
43
  };
44
44
 
45
45
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
46
- var _default = Grid;
47
- exports.default = _default;
46
+ var _default = exports.default = Grid;
@@ -20,7 +20,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
20
20
  * This list drives the keyboard navgation of the menu.
21
21
  *
22
22
  */
23
- var FocusManagerContext = /*#__PURE__*/(0, _react.createContext)({
23
+ var FocusManagerContext = exports.FocusManagerContext = /*#__PURE__*/(0, _react.createContext)({
24
24
  menuItemRefs: [],
25
25
  registerRef: _noop.default
26
26
  });
@@ -28,7 +28,6 @@ var FocusManagerContext = /*#__PURE__*/(0, _react.createContext)({
28
28
  /**
29
29
  * Focus manager logic
30
30
  */
31
- exports.FocusManagerContext = FocusManagerContext;
32
31
  var FocusManager = function FocusManager(_ref) {
33
32
  var children = _ref.children;
34
33
  var menuItemRefs = (0, _react.useRef)([]);
@@ -60,5 +59,4 @@ var FocusManager = function FocusManager(_ref) {
60
59
  value: contextValue
61
60
  }, children);
62
61
  };
63
- var _default = FocusManager;
64
- exports.default = _default;
62
+ var _default = exports.default = FocusManager;
@@ -26,7 +26,7 @@ var PopupAvatarGroup = function PopupAvatarGroup(_ref) {
26
26
  var _useContext = (0, _react.useContext)(_focusManager.FocusManagerContext),
27
27
  menuItemRefs = _useContext.menuItemRefs;
28
28
  (0, _react.useEffect)(function () {
29
- setInitialFocusRef === null || setInitialFocusRef === void 0 ? void 0 : setInitialFocusRef(menuItemRefs[0]);
29
+ setInitialFocusRef === null || setInitialFocusRef === void 0 || setInitialFocusRef(menuItemRefs[0]);
30
30
  }, [menuItemRefs, setInitialFocusRef]);
31
31
  return (
32
32
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
@@ -36,5 +36,4 @@ var PopupAvatarGroup = function PopupAvatarGroup(_ref) {
36
36
  }, rest))
37
37
  );
38
38
  };
39
- var _default = PopupAvatarGroup;
40
- exports.default = _default;
39
+ var _default = exports.default = PopupAvatarGroup;
@@ -19,5 +19,4 @@ function useRegisterItemWithFocusManager() {
19
19
  }, [registerRef]);
20
20
  return itemRef;
21
21
  }
22
- var _default = useRegisterItemWithFocusManager;
23
- exports.default = _default;
22
+ var _default = exports.default = useRegisterItemWithFocusManager;
@@ -118,5 +118,4 @@ var MoreIndicator = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
118
118
  MoreIndicator.displayName = 'MoreIndicator';
119
119
 
120
120
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
121
- var _default = MoreIndicator;
122
- exports.default = _default;
121
+ var _default = exports.default = MoreIndicator;
@@ -43,5 +43,4 @@ var Stack = function Stack(_ref) {
43
43
  };
44
44
 
45
45
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
46
- var _default = Stack;
47
- exports.default = _default;
46
+ var _default = exports.default = Stack;
@@ -4,10 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.composeUniqueKey = void 0;
7
- var composeUniqueKey = function composeUniqueKey(props, index) {
7
+ var composeUniqueKey = exports.composeUniqueKey = function composeUniqueKey(props, index) {
8
8
  if (props.key) {
9
9
  return props.key;
10
10
  }
11
11
  return index;
12
- };
13
- exports.composeUniqueKey = composeUniqueKey;
12
+ };
@@ -20,7 +20,7 @@ var PopupAvatarGroup = function PopupAvatarGroup(_ref) {
20
20
  var _useContext = useContext(FocusManagerContext),
21
21
  menuItemRefs = _useContext.menuItemRefs;
22
22
  useEffect(function () {
23
- setInitialFocusRef === null || setInitialFocusRef === void 0 ? void 0 : setInitialFocusRef(menuItemRefs[0]);
23
+ setInitialFocusRef === null || setInitialFocusRef === void 0 || setInitialFocusRef(menuItemRefs[0]);
24
24
  }, [menuItemRefs, setInitialFocusRef]);
25
25
  return (
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "9.4.3",
3
+ "version": "9.4.5",
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/"
@@ -16,6 +16,9 @@
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
18
  "team": "Design System Team",
19
+ "productPushConsumption": [
20
+ "jira"
21
+ ],
19
22
  "releaseModel": "continuous",
20
23
  "website": {
21
24
  "name": "Avatar group",
@@ -23,12 +26,12 @@
23
26
  }
24
27
  },
25
28
  "dependencies": {
26
- "@atlaskit/avatar": "^21.3.0",
29
+ "@atlaskit/avatar": "^21.4.0",
27
30
  "@atlaskit/ds-lib": "^2.1.0",
28
- "@atlaskit/menu": "^1.10.0",
29
- "@atlaskit/popup": "^1.9.0",
31
+ "@atlaskit/menu": "^2.1.0",
32
+ "@atlaskit/popup": "^1.11.0",
30
33
  "@atlaskit/theme": "^12.6.0",
31
- "@atlaskit/tokens": "^1.21.0",
34
+ "@atlaskit/tokens": "^1.28.0",
32
35
  "@atlaskit/tooltip": "^17.8.0",
33
36
  "@babel/runtime": "^7.0.0",
34
37
  "@emotion/react": "^11.7.1",
@@ -41,7 +44,6 @@
41
44
  "@af/accessibility-testing": "*",
42
45
  "@af/visual-regression": "*",
43
46
  "@atlaskit/analytics-next": "^9.1.0",
44
- "@atlaskit/ds-lib": "^2.2.0",
45
47
  "@atlaskit/ssr": "*",
46
48
  "@atlaskit/visual-regression": "*",
47
49
  "@atlaskit/webdriver-runner": "*",