@atlaskit/avatar-group 9.6.1 → 9.7.0

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 (40) hide show
  1. package/CHANGELOG.md +724 -713
  2. package/README.md +2 -1
  3. package/__perf__/default.tsx +12 -12
  4. package/dist/cjs/components/avatar-group.js +3 -1
  5. package/dist/cjs/components/grid.js +10 -7
  6. package/dist/cjs/components/internal/components/popup-avatar-group.js +3 -0
  7. package/dist/cjs/components/more-indicator.js +14 -4
  8. package/dist/cjs/components/stack.js +9 -5
  9. package/dist/es2019/components/avatar-group.js +3 -0
  10. package/dist/es2019/components/grid.js +10 -7
  11. package/dist/es2019/components/internal/components/popup-avatar-group.js +3 -0
  12. package/dist/es2019/components/more-indicator.js +14 -4
  13. package/dist/es2019/components/stack.js +9 -5
  14. package/dist/esm/components/avatar-group.js +3 -0
  15. package/dist/esm/components/grid.js +10 -7
  16. package/dist/esm/components/internal/components/popup-avatar-group.js +3 -0
  17. package/dist/esm/components/more-indicator.js +14 -4
  18. package/dist/esm/components/stack.js +9 -5
  19. package/dist/types/components/avatar-group-item.d.ts +1 -1
  20. package/dist/types/components/avatar-group.d.ts +7 -4
  21. package/dist/types/components/grid.d.ts +4 -1
  22. package/dist/types/components/internal/components/focus-manager.d.ts +2 -2
  23. package/dist/types/components/internal/components/popup-avatar-group.d.ts +1 -1
  24. package/dist/types/components/internal/hooks/use-register-item-with-focus-manager.d.ts +1 -1
  25. package/dist/types/components/internal/utiles/handle-focus.d.ts +1 -1
  26. package/dist/types/components/stack.d.ts +4 -1
  27. package/dist/types/components/types.d.ts +5 -5
  28. package/dist/types/components/utils.d.ts +1 -1
  29. package/dist/types-ts4.5/components/avatar-group-item.d.ts +1 -1
  30. package/dist/types-ts4.5/components/avatar-group.d.ts +7 -4
  31. package/dist/types-ts4.5/components/grid.d.ts +4 -1
  32. package/dist/types-ts4.5/components/internal/components/focus-manager.d.ts +2 -2
  33. package/dist/types-ts4.5/components/internal/components/popup-avatar-group.d.ts +1 -1
  34. package/dist/types-ts4.5/components/internal/hooks/use-register-item-with-focus-manager.d.ts +1 -1
  35. package/dist/types-ts4.5/components/internal/utiles/handle-focus.d.ts +1 -1
  36. package/dist/types-ts4.5/components/stack.d.ts +4 -1
  37. package/dist/types-ts4.5/components/types.d.ts +5 -5
  38. package/dist/types-ts4.5/components/utils.d.ts +1 -1
  39. package/package.json +96 -98
  40. package/report.api.md +66 -65
package/CHANGELOG.md CHANGED
@@ -1,1384 +1,1395 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#111696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111696)
8
+ [`20c2d58f6f8a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20c2d58f6f8a9) -
9
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
10
+ is implicitly set to automatic.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 9.6.1
4
17
 
5
18
  ### Patch Changes
6
19
 
7
- - [#96699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96699)
8
- [`1809bf4e75ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1809bf4e75ad) -
9
- Update font size of the 'more' indicator to be defined in rem rather than px.
10
- - Updated dependencies
20
+ - [#96699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96699)
21
+ [`1809bf4e75ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1809bf4e75ad) -
22
+ Update font size of the 'more' indicator to be defined in rem rather than px.
23
+ - Updated dependencies
11
24
 
12
25
  ## 9.6.0
13
26
 
14
27
  ### Minor Changes
15
28
 
16
- - [#96490](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96490)
17
- [`e7e14229e1ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7e14229e1ca) -
18
- Add support for React 18.
29
+ - [#96490](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96490)
30
+ [`e7e14229e1ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7e14229e1ca) -
31
+ Add support for React 18 in non-strict mode.
19
32
 
20
33
  ### Patch Changes
21
34
 
22
- - Updated dependencies
35
+ - Updated dependencies
23
36
 
24
37
  ## 9.5.4
25
38
 
26
39
  ### Patch Changes
27
40
 
28
- - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
29
- [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
30
- Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
41
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
42
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
43
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
31
44
 
32
45
  ## 9.5.3
33
46
 
34
47
  ### Patch Changes
35
48
 
36
- - [#82336](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82336)
37
- [`87dafc8315c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87dafc8315c4) -
38
- Updated Avatar Group's 'data' prop documentation to add more clarity around what
39
- AvatarGroupProps is.
49
+ - [#82336](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82336)
50
+ [`87dafc8315c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87dafc8315c4) -
51
+ Updated Avatar Group's 'data' prop documentation to add more clarity around what AvatarGroupProps
52
+ is.
40
53
 
41
54
  ## 9.5.2
42
55
 
43
56
  ### Patch Changes
44
57
 
45
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
46
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
47
- Upgrade Typescript from `4.9.5` to `5.4.2`
58
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
59
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
60
+ Upgrade Typescript from `4.9.5` to `5.4.2`
48
61
 
49
62
  ## 9.5.1
50
63
 
51
64
  ### Patch Changes
52
65
 
53
- - [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
54
- [`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
55
- Update new button text color fallback for default theme (non-token) to match that of old button
56
- current text color
66
+ - [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
67
+ [`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
68
+ Update new button text color fallback for default theme (non-token) to match that of old button
69
+ current text color
57
70
 
58
71
  ## 9.5.0
59
72
 
60
73
  ### Minor Changes
61
74
 
62
- - [#61786](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61786)
63
- [`937861329875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/937861329875) -
64
- Added the `shouldPopupRenderToParent` prop which determines if `shouldRenderToParent` is applied
65
- to the avatar group's popup.
75
+ - [#61786](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61786)
76
+ [`937861329875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/937861329875) -
77
+ Added the `shouldPopupRenderToParent` prop which determines if `shouldRenderToParent` is applied
78
+ to the avatar group's popup.
66
79
 
67
80
  ## 9.4.6
68
81
 
69
82
  ### Patch Changes
70
83
 
71
- - Updated dependencies
84
+ - Updated dependencies
72
85
 
73
86
  ## 9.4.5
74
87
 
75
88
  ### Patch Changes
76
89
 
77
- - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
78
- [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
79
- component to push model consumption in JFE
90
+ - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
91
+ [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
92
+ component to push model consumption in JFE
80
93
 
81
94
  ## 9.4.4
82
95
 
83
96
  ### Patch Changes
84
97
 
85
- - Updated dependencies
98
+ - Updated dependencies
86
99
 
87
100
  ## 9.4.3
88
101
 
89
102
  ### Patch Changes
90
103
 
91
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
92
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
93
- Internal changes to use space tokens. There is no expected visual or behaviour change.
104
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
105
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
106
+ changes to use space tokens. There is no expected visual or behaviour change.
94
107
 
95
108
  ## 9.4.2
96
109
 
97
110
  ### Patch Changes
98
111
 
99
- - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
100
- [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
101
- type definitions to conform to inherited changes from `@types/react@16.14.15`.
112
+ - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
113
+ [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
114
+ type definitions to conform to inherited changes from `@types/react@16.14.15`.
102
115
 
103
116
  ## 9.4.1
104
117
 
105
118
  ### Patch Changes
106
119
 
107
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
108
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
109
- version.json
110
- - Updated dependencies
120
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
121
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
122
+ version.json
123
+ - Updated dependencies
111
124
 
112
125
  ## 9.4.0
113
126
 
114
127
  ### Minor Changes
115
128
 
116
- - [#38166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38166)
117
- [`da7b6be2540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7b6be2540) - Fixed
118
- keyboard support for the interactive element. Changed span to button for avatar-group
129
+ - [#38166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38166)
130
+ [`da7b6be2540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7b6be2540) - Fixed
131
+ keyboard support for the interactive element. Changed span to button for avatar-group
119
132
 
120
133
  ## 9.3.6
121
134
 
122
135
  ### Patch Changes
123
136
 
124
- - [#36809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36809)
125
- [`71b58da4e00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71b58da4e00) - set
126
- focus to the first avatar when popup is open
137
+ - [#36809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36809)
138
+ [`71b58da4e00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71b58da4e00) - set
139
+ focus to the first avatar when popup is open
127
140
 
128
141
  ## 9.3.5
129
142
 
130
143
  ### Patch Changes
131
144
 
132
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
133
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
134
- `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
135
- testing.
145
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
146
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
147
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
148
+ testing.
136
149
 
137
150
  ## 9.3.4
138
151
 
139
152
  ### Patch Changes
140
153
 
141
- - [#33250](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33250)
142
- [`cb7033c5b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb7033c5b72) -
143
- keyboard arrow (UP and DOWN) support in avatar-group popup component
154
+ - [#33250](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33250)
155
+ [`cb7033c5b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb7033c5b72) - keyboard
156
+ arrow (UP and DOWN) support in avatar-group popup component
144
157
 
145
158
  ## 9.3.3
146
159
 
147
160
  ### Patch Changes
148
161
 
149
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
150
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
151
- the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
152
- migration work. The change is internal only and should not introduce any changes for the
153
- component consumers.
162
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
163
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
164
+ use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
165
+ work. The change is internal only and should not introduce any changes for the component
166
+ consumers.
154
167
 
155
168
  ## 9.3.2
156
169
 
157
170
  ### Patch Changes
158
171
 
159
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
160
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
161
- legacy types are published for TS 4.5-4.8
172
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
173
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
174
+ legacy types are published for TS 4.5-4.8
162
175
 
163
176
  ## 9.3.1
164
177
 
165
178
  ### Patch Changes
166
179
 
167
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
168
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
169
- Upgrade Typescript from `4.5.5` to `4.9.5`
180
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
181
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
182
+ Typescript from `4.5.5` to `4.9.5`
170
183
 
171
184
  ## 9.3.0
172
185
 
173
186
  ### Minor Changes
174
187
 
175
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
176
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
177
- minor dependency bump
188
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
189
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
190
+ minor dependency bump
178
191
 
179
192
  ### Patch Changes
180
193
 
181
- - Updated dependencies
194
+ - Updated dependencies
182
195
 
183
196
  ## 9.2.4
184
197
 
185
198
  ### Patch Changes
186
199
 
187
- - [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
188
- [`a8a1fe824b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8a1fe824b0) -
189
- Removed unused prop `enableTooltip` and fixed tooltip toggle in examples.
190
- - Updated dependencies
200
+ - [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
201
+ [`a8a1fe824b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8a1fe824b0) - Removed
202
+ unused prop `enableTooltip` and fixed tooltip toggle in examples.
203
+ - Updated dependencies
191
204
 
192
205
  ## 9.2.3
193
206
 
194
207
  ### Patch Changes
195
208
 
196
- - Updated dependencies
209
+ - Updated dependencies
197
210
 
198
211
  ## 9.2.2
199
212
 
200
213
  ### Patch Changes
201
214
 
202
- - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
203
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
204
- Internal change to update token references. There is no expected behaviour or visual change.
215
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
216
+ [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
217
+ change to update token references. There is no expected behaviour or visual change.
205
218
 
206
219
  ## 9.2.1
207
220
 
208
221
  ### Patch Changes
209
222
 
210
- - [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
211
- [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) -
212
- Updated to use typography tokens. There is no expected behaviour or visual change.
223
+ - [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
224
+ [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated
225
+ to use typography tokens. There is no expected behaviour or visual change.
213
226
 
214
227
  ## 9.2.0
215
228
 
216
229
  ### Minor Changes
217
230
 
218
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
219
- [`3f8f08a1888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f8f08a1888) -
220
- Updating Avatar-group component to position the tooltip either to top or bottom based on
221
- configuration.
231
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
232
+ [`3f8f08a1888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f8f08a1888) - Updating
233
+ Avatar-group component to position the tooltip either to top or bottom based on configuration.
222
234
 
223
235
  ## 9.1.4
224
236
 
225
237
  ### Patch Changes
226
238
 
227
- - Updated dependencies
239
+ - Updated dependencies
228
240
 
229
241
  ## 9.1.3
230
242
 
231
243
  ### Patch Changes
232
244
 
233
- - Updated dependencies
245
+ - Updated dependencies
234
246
 
235
247
  ## 9.1.2
236
248
 
237
249
  ### Patch Changes
238
250
 
239
- - Updated dependencies
251
+ - Updated dependencies
240
252
 
241
253
  ## 9.1.1
242
254
 
243
255
  ### Patch Changes
244
256
 
245
- - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
246
- [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) -
247
- Internal changes to apply spacing tokens. This should be a no-op change.
257
+ - [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
258
+ [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
259
+ changes to apply spacing tokens. This should be a no-op change.
248
260
 
249
261
  ## 9.1.0
250
262
 
251
263
  ### Minor Changes
252
264
 
253
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
254
- [`110fb3a5f19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/110fb3a5f19) -
255
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
265
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
266
+ [`110fb3a5f19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/110fb3a5f19) - Updates
267
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
256
268
 
257
269
  ### Patch Changes
258
270
 
259
- - Updated dependencies
271
+ - Updated dependencies
260
272
 
261
273
  ## 9.0.4
262
274
 
263
275
  ### Patch Changes
264
276
 
265
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
266
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
267
- Upgrade Typescript from `4.3.5` to `4.5.5`
277
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
278
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
279
+ Typescript from `4.3.5` to `4.5.5`
268
280
 
269
281
  ## 9.0.3
270
282
 
271
283
  ### Patch Changes
272
284
 
273
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
274
- [`4bc286406f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bc286406f2) - [ux]
275
- Update more indicator icon to use new design tokens and remove the unnecessary use of the :after
276
- element with regards to the consumption of the Avatar component.
277
- - Updated dependencies
285
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
286
+ [`4bc286406f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bc286406f2) - [ux]
287
+ Update more indicator icon to use new design tokens and remove the unnecessary use of the :after
288
+ element with regards to the consumption of the Avatar component.
289
+ - Updated dependencies
278
290
 
279
291
  ## 9.0.2
280
292
 
281
293
  ### Patch Changes
282
294
 
283
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
284
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
285
- Upgrade Typescript from `4.2.4` to `4.3.5`.
295
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
296
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
297
+ Typescript from `4.2.4` to `4.3.5`.
286
298
 
287
299
  ## 9.0.1
288
300
 
289
301
  ### Patch Changes
290
302
 
291
- - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
292
- [`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved
293
- to using declarative entrypoints internally. Public API is unchanged.
303
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
304
+ [`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved to
305
+ using declarative entrypoints internally. Public API is unchanged.
294
306
 
295
307
  ## 9.0.0
296
308
 
297
309
  ### Major Changes
298
310
 
299
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
300
- [`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux]
301
- There are **no code changes required** to consume this major, but you should be aware that
302
- internal changes have been made to how `@atlaskit/avatar` loads images.
311
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
312
+ [`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux]
313
+ There are **no code changes required** to consume this major, but you should be aware that
314
+ internal changes have been made to how `@atlaskit/avatar` loads images.
303
315
 
304
- Before, the image loading behaviour was written in JS. Now, it leans on a standard HTML `img`
305
- tag if you provide a `src` prop, allowing it to rely on the browser to optimise the loading.
306
- These changes should result in faster image loading and an improved server-side rendering story.
316
+ Before, the image loading behaviour was written in JS. Now, it leans on a standard HTML `img` tag
317
+ if you provide a `src` prop, allowing it to rely on the browser to optimise the loading. These
318
+ changes should result in faster image loading and an improved server-side rendering story.
307
319
 
308
- In this version, the **breaking change is that you will no longer see a fallback icon while the
309
- image is loading**. We have intentionally removed this loading behaviour as it is no longer
310
- consistent with our native `img` behaviour-first approach, and was a source of SSR bugs. Avatar
311
- images will load either instantly from the cache, or very fast from a CDN. In the edge cases
312
- where there is an error with the image src provided, we will still fall back to a default icon.
320
+ In this version, the **breaking change is that you will no longer see a fallback icon while the
321
+ image is loading**. We have intentionally removed this loading behaviour as it is no longer
322
+ consistent with our native `img` behaviour-first approach, and was a source of SSR bugs. Avatar
323
+ images will load either instantly from the cache, or very fast from a CDN. In the edge cases where
324
+ there is an error with the image src provided, we will still fall back to a default icon.
313
325
 
314
326
  ### Patch Changes
315
327
 
316
- - [`1276a8179ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1276a8179ad) - [ux]
317
- DSP-4535: Fix wrongly used token.
318
- - Updated dependencies
328
+ - [`1276a8179ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1276a8179ad) - [ux]
329
+ DSP-4535: Fix wrongly used token.
330
+ - Updated dependencies
319
331
 
320
332
  ## 8.5.15
321
333
 
322
334
  ### Patch Changes
323
335
 
324
- - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
325
- [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) -
326
- Adjusts jsdoc strings to improve prop documentation
336
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
337
+ [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts
338
+ jsdoc strings to improve prop documentation
327
339
 
328
340
  ## 8.5.14
329
341
 
330
342
  ### Patch Changes
331
343
 
332
- - Updated dependencies
344
+ - Updated dependencies
333
345
 
334
346
  ## 8.5.13
335
347
 
336
348
  ### Patch Changes
337
349
 
338
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
339
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
340
- Upgrade to TypeScript 4.2.4
350
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
351
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
352
+ to TypeScript 4.2.4
341
353
 
342
354
  ## 8.5.12
343
355
 
344
356
  ### Patch Changes
345
357
 
346
- - Updated dependencies
358
+ - Updated dependencies
347
359
 
348
360
  ## 8.5.11
349
361
 
350
362
  ### Patch Changes
351
363
 
352
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
353
- [`b2f8af359cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2f8af359cf) -
354
- Rewrite dynamic styles to be static to aid compiled migration.
355
- - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
356
- Migrates all usage of brand tokens to either selected or information tokens. This change is
357
- purely for semantic reasons, there are no visual or behavioural changes.
358
- - Updated dependencies
364
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
365
+ [`b2f8af359cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2f8af359cf) - Rewrite
366
+ dynamic styles to be static to aid compiled migration.
367
+ - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
368
+ all usage of brand tokens to either selected or information tokens. This change is purely for
369
+ semantic reasons, there are no visual or behavioural changes.
370
+ - Updated dependencies
359
371
 
360
372
  ## 8.5.10
361
373
 
362
374
  ### Patch Changes
363
375
 
364
- - Updated dependencies
376
+ - Updated dependencies
365
377
 
366
378
  ## 8.5.9
367
379
 
368
380
  ### Patch Changes
369
381
 
370
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
371
- [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) -
372
- Internal code change turning on a new linting rule.
382
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
383
+ [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
384
+ code change turning on a new linting rule.
373
385
 
374
386
  ## 8.5.8
375
387
 
376
388
  ### Patch Changes
377
389
 
378
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
379
- Updates usage of deprecated token names so they're aligned with the latest naming conventions.
380
- No UI or visual changes
381
- - Updated dependencies
390
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
391
+ usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
392
+ visual changes
393
+ - Updated dependencies
382
394
 
383
395
  ## 8.5.7
384
396
 
385
397
  ### Patch Changes
386
398
 
387
- - Updated dependencies
399
+ - Updated dependencies
388
400
 
389
401
  ## 8.5.6
390
402
 
391
403
  ### Patch Changes
392
404
 
393
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
394
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
395
- VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
405
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
406
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
407
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
396
408
 
397
409
  ## 8.5.5
398
410
 
399
411
  ### Patch Changes
400
412
 
401
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
402
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
403
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
404
- tokens() function and improving bundle size.
405
- - Updated dependencies
413
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
414
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
415
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
416
+ tokens() function and improving bundle size.
417
+ - Updated dependencies
406
418
 
407
419
  ## 8.5.4
408
420
 
409
421
  ### Patch Changes
410
422
 
411
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
412
- [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) -
413
- Removes `@emotion/styled` in favour of `@emotion/core`.
414
- - Updated dependencies
423
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
424
+ [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) - Removes
425
+ `@emotion/styled` in favour of `@emotion/core`.
426
+ - Updated dependencies
415
427
 
416
428
  ## 8.5.3
417
429
 
418
430
  ### Patch Changes
419
431
 
420
- - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
421
- [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
422
- explicit type to button usages components.
432
+ - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
433
+ [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
434
+ explicit type to button usages components.
423
435
 
424
436
  ## 8.5.2
425
437
 
426
438
  ### Patch Changes
427
439
 
428
- - Updated dependencies
440
+ - Updated dependencies
429
441
 
430
442
  ## 8.5.1
431
443
 
432
444
  ### Patch Changes
433
445
 
434
- - Updated dependencies
446
+ - Updated dependencies
435
447
 
436
448
  ## 8.5.0
437
449
 
438
450
  ### Minor Changes
439
451
 
440
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
441
- [`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux]
442
- When avatar's are disabled their tooltip will no longer be displayed.
452
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
453
+ [`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux]
454
+ When avatar's are disabled their tooltip will no longer be displayed.
443
455
 
444
456
  ### Patch Changes
445
457
 
446
- - Updated dependencies
458
+ - Updated dependencies
447
459
 
448
460
  ## 8.4.0
449
461
 
450
462
  ### Minor Changes
451
463
 
452
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
453
- [`c79bc186958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c79bc186958) - [ux]
454
- Colors are now sourced through tokens.
464
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
465
+ [`c79bc186958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c79bc186958) - [ux]
466
+ Colors are now sourced through tokens.
455
467
 
456
468
  ### Patch Changes
457
469
 
458
- - [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) -
459
- Updates token usage to match the latest token set
460
- - Updated dependencies
470
+ - [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
471
+ token usage to match the latest token set
472
+ - Updated dependencies
461
473
 
462
474
  ## 8.3.2
463
475
 
464
476
  ### Patch Changes
465
477
 
466
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
467
- [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) -
468
- Corrects eslint supressions.
469
- - [`9a84a3ceb82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a84a3ceb82) -
470
- Internal code changes.
471
- - Updated dependencies
478
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
479
+ [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects
480
+ eslint supressions.
481
+ - [`9a84a3ceb82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a84a3ceb82) - Internal
482
+ code changes.
483
+ - Updated dependencies
472
484
 
473
485
  ## 8.3.1
474
486
 
475
487
  ### Patch Changes
476
488
 
477
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
478
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
479
- `@atlaskit/theme` to version `^11.3.0`.
489
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
490
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
491
+ `@atlaskit/theme` to version `^11.3.0`.
480
492
 
481
493
  ## 8.3.0
482
494
 
483
495
  ### Minor Changes
484
496
 
485
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
486
- [`5ba523fc937`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ba523fc937) - Now
487
- the `AvatarGroup` is marked with ul and li elements. This makes it easier for users with
488
- assistive technologies to distinguish `AvatarGroup` ( which is a list of avatars ) among other
489
- page components. The default label that the screen reader announces when a user selects the
490
- AvatarGroup is `list avatar group x items`. When one of AvatarGroupItems is selected screen
491
- reader announcement is `[avatar label], i of n` where `i` - index of a selected item, `n` - the
492
- length of the list.
497
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
498
+ [`5ba523fc937`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ba523fc937) - Now the
499
+ `AvatarGroup` is marked with ul and li elements. This makes it easier for users with assistive
500
+ technologies to distinguish `AvatarGroup` ( which is a list of avatars ) among other page
501
+ components. The default label that the screen reader announces when a user selects the AvatarGroup
502
+ is `list avatar group x items`. When one of AvatarGroupItems is selected screen reader
503
+ announcement is `[avatar label], i of n` where `i` - index of a selected item, `n` - the length of
504
+ the list.
493
505
 
494
- To change the label of a list you can use `label` props.
506
+ To change the label of a list you can use `label` props.
495
507
 
496
508
  ### Patch Changes
497
509
 
498
- - [`c056ee44d4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c056ee44d4b) - Added
499
- the design system tech stacks to the package.json and fixed linting errors, disabled some rules
500
- to prevent bringing breaking changes
501
- - [`4121ef822c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4121ef822c4) - Fixing
502
- issue where AvatarGroup list-style-type style would get overridden by product styles.
503
- - Updated dependencies
510
+ - [`c056ee44d4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c056ee44d4b) - Added
511
+ the design system tech stacks to the package.json and fixed linting errors, disabled some rules to
512
+ prevent bringing breaking changes
513
+ - [`4121ef822c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4121ef822c4) - Fixing
514
+ issue where AvatarGroup list-style-type style would get overridden by product styles.
515
+ - Updated dependencies
504
516
 
505
517
  ## 8.2.0
506
518
 
507
519
  ### Minor Changes
508
520
 
509
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
510
- [`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux]
511
- The styles of overflow button of avatar group has been aligned with default button styles. Also,
512
- contrast issue of the button has been fixed.
521
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
522
+ [`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux] The
523
+ styles of overflow button of avatar group has been aligned with default button styles. Also,
524
+ contrast issue of the button has been fixed.
513
525
 
514
526
  ### Patch Changes
515
527
 
516
- - Updated dependencies
528
+ - Updated dependencies
517
529
 
518
530
  ## 8.1.1
519
531
 
520
532
  ### Patch Changes
521
533
 
522
- - Updated dependencies
534
+ - Updated dependencies
523
535
 
524
536
  ## 8.1.0
525
537
 
526
538
  ### Minor Changes
527
539
 
528
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
529
- [`c40dcf42d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c40dcf42d93) - [ux]
530
- Added passing an empty name prop to Avatar in the AvararGroupItem that is used for overflow
531
- dropdown menu. Screen reader does not announce name twice now.
540
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
541
+ [`c40dcf42d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c40dcf42d93) - [ux]
542
+ Added passing an empty name prop to Avatar in the AvararGroupItem that is used for overflow
543
+ dropdown menu. Screen reader does not announce name twice now.
532
544
 
533
545
  ### Patch Changes
534
546
 
535
- - Updated dependencies
547
+ - Updated dependencies
536
548
 
537
549
  ## 8.0.15
538
550
 
539
551
  ### Patch Changes
540
552
 
541
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
542
- [`dd0ddc74ee4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0ddc74ee4) -
543
- Support onClick handlers on anchor elements in Avatar Group
553
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
554
+ [`dd0ddc74ee4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0ddc74ee4) - Support
555
+ onClick handlers on anchor elements in Avatar Group
544
556
 
545
557
  ## 8.0.14
546
558
 
547
559
  ### Patch Changes
548
560
 
549
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
550
- [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) -
551
- Removed extraneous/unnecessary dependencies for design system components.
561
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
562
+ [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed
563
+ extraneous/unnecessary dependencies for design system components.
552
564
 
553
565
  ## 8.0.13
554
566
 
555
567
  ### Patch Changes
556
568
 
557
- - Updated dependencies
569
+ - Updated dependencies
558
570
 
559
571
  ## 8.0.12
560
572
 
561
573
  ### Patch Changes
562
574
 
563
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
564
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
565
- Transpile packages using babel rather than tsc
575
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
576
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
577
+ packages using babel rather than tsc
566
578
 
567
579
  ## 8.0.11
568
580
 
569
581
  ### Patch Changes
570
582
 
571
- - [#5620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5620)
572
- [`07fcbf76b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07fcbf76b3) - [ux]
573
- `avatar-group` now renders properly when used in a `modal-dialog`. The overflow menu is visible
574
- above the modal content.
583
+ - [#5620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5620)
584
+ [`07fcbf76b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07fcbf76b3) - [ux]
585
+ `avatar-group` now renders properly when used in a `modal-dialog`. The overflow menu is visible
586
+ above the modal content.
575
587
 
576
588
  ## 8.0.10
577
589
 
578
590
  ### Patch Changes
579
591
 
580
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
581
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
582
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
583
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
584
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
585
- `devDependencies` to denote version that the package was built with.
592
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
593
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
594
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
595
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
596
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
597
+ `devDependencies` to denote version that the package was built with.
586
598
 
587
599
  ## 8.0.9
588
600
 
589
601
  ### Patch Changes
590
602
 
591
- - Updated dependencies
603
+ - Updated dependencies
592
604
 
593
605
  ## 8.0.8
594
606
 
595
607
  ### Patch Changes
596
608
 
597
- - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
598
- [`19d7d96007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d7d96007) - [ux] Now
599
- AvatarGroup wouldn't create non-interactive buttons in case there is no action provided
609
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
610
+ [`19d7d96007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d7d96007) - [ux] Now
611
+ AvatarGroup wouldn't create non-interactive buttons in case there is no action provided
600
612
 
601
613
  ## 8.0.7
602
614
 
603
615
  ### Patch Changes
604
616
 
605
- - Updated dependencies
617
+ - Updated dependencies
606
618
 
607
619
  ## 8.0.6
608
620
 
609
621
  ### Patch Changes
610
622
 
611
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
612
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
613
- to TypeScript 3.9.6 and tslib to 2.0.0
623
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
624
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
625
+ to TypeScript 3.9.6 and tslib to 2.0.0
614
626
 
615
- Since tslib is a dependency for all our packages we recommend that products also follow this
616
- tslib upgrade to prevent duplicates of tslib being bundled.
627
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
628
+ upgrade to prevent duplicates of tslib being bundled.
617
629
 
618
630
  ## 8.0.5
619
631
 
620
632
  ### Patch Changes
621
633
 
622
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
623
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
624
- 'lodash' package instead of single-function 'lodash.\*' packages
625
- - Updated dependencies
634
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
635
+ [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
636
+ 'lodash' package instead of single-function 'lodash.\*' packages
637
+ - Updated dependencies
626
638
 
627
639
  ## 8.0.4
628
640
 
629
641
  ### Patch Changes
630
642
 
631
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
632
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
633
- readme and package information has been updated to point to the new design system website.
643
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
644
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
645
+ and package information has been updated to point to the new design system website.
634
646
 
635
647
  ## 8.0.3
636
648
 
637
649
  ### Patch Changes
638
650
 
639
- - Updated dependencies
651
+ - Updated dependencies
640
652
 
641
653
  ## 8.0.2
642
654
 
643
655
  ### Patch Changes
644
656
 
645
- - [#3048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3048)
646
- [`3a919f4263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a919f4263) - Fixed
647
- .name being used as a key for AvatarGroup Tooltip's
657
+ - [#3048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3048)
658
+ [`3a919f4263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a919f4263) - Fixed
659
+ .name being used as a key for AvatarGroup Tooltip's
648
660
 
649
661
  ## 8.0.1
650
662
 
651
663
  ### Patch Changes
652
664
 
653
- - [#3804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3804)
654
- [`ab9503b252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab9503b252) - Ensure
655
- moreButtonProps is passed through to the MoreButton
665
+ - [#3804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3804)
666
+ [`ab9503b252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab9503b252) - Ensure
667
+ moreButtonProps is passed through to the MoreButton
656
668
 
657
669
  ## 8.0.0
658
670
 
659
671
  ### Major Changes
660
672
 
661
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
662
- [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) -
663
- `AvatarGroup` has been migrated to **lite-mode**. Users should see performance improvements and
664
- reduced bundlesize.
673
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
674
+ [`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) -
675
+ `AvatarGroup` has been migrated to **lite-mode**. Users should see performance improvements and
676
+ reduced bundlesize.
665
677
 
666
- **Change summary:**
678
+ **Change summary:**
667
679
 
668
- - `name` is now a required property of the `data` attribute. This was previously not required
669
- simply because we forwarded avatars props. Names should always be supplied so that avatars
670
- can be differentiated in a meaningful way (although they are not required to be unique).
671
- - new prop `isTooltipDisabled` has been provided to allow users to disable tooltips
672
- - AvatarGroup now uses `@emotion`
680
+ - `name` is now a required property of the `data` attribute. This was previously not required
681
+ simply because we forwarded avatars props. Names should always be supplied so that avatars can
682
+ be differentiated in a meaningful way (although they are not required to be unique).
683
+ - new prop `isTooltipDisabled` has been provided to allow users to disable tooltips
684
+ - AvatarGroup now uses `@emotion`
673
685
 
674
- **Misc.**
686
+ **Misc.**
675
687
 
676
- - Fixed broken margin styling bug with `stack` groups
677
- - Replaced `dropdown-menu` with a lighter and more performant `popup` component
678
- - Removed custom `dropdown-menu` styling
679
- - Removed all HOC usage
680
- - More indicator is now just a stylized Avatar rather than a complete style re-implementation
681
- of Avatar
688
+ - Fixed broken margin styling bug with `stack` groups
689
+ - Replaced `dropdown-menu` with a lighter and more performant `popup` component
690
+ - Removed custom `dropdown-menu` styling
691
+ - Removed all HOC usage
692
+ - More indicator is now just a stylized Avatar rather than a complete style re-implementation of
693
+ Avatar
682
694
 
683
695
  ### Patch Changes
684
696
 
685
- - [`54f1e38676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f1e38676) - Replace
686
- custom menu implementation with @atlaskit/menu components
687
- - [`e99c1c2ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99c1c2ac8) - Removes
688
- text decoration from AvatarItems rendered as anchor tags
689
- - [`d833e8c531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d833e8c531) -
690
- AvatarGroup component is longer typed via FC
691
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
692
- all the theme imports to be tree-shakable
693
- - Updated dependencies
697
+ - [`54f1e38676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f1e38676) - Replace
698
+ custom menu implementation with @atlaskit/menu components
699
+ - [`e99c1c2ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99c1c2ac8) - Removes
700
+ text decoration from AvatarItems rendered as anchor tags
701
+ - [`d833e8c531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d833e8c531) -
702
+ AvatarGroup component is longer typed via FC
703
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
704
+ the theme imports to be tree-shakable
705
+ - Updated dependencies
694
706
 
695
707
  ## 7.0.1
696
708
 
697
709
  ### Patch Changes
698
710
 
699
- - [#3363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3363)
700
- [`ae57cd8744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae57cd8744) -
701
- Assignment of key for AvatarGroup children made user driven now and using Array.index as a
702
- fallback, which fixes the unique key issue in AvaratGroup.
711
+ - [#3363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3363)
712
+ [`ae57cd8744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae57cd8744) - Assignment
713
+ of key for AvatarGroup children made user driven now and using Array.index as a fallback, which
714
+ fixes the unique key issue in AvaratGroup.
703
715
 
704
716
  ## 7.0.0
705
717
 
706
718
  ### Major Changes
707
719
 
708
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
709
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
710
- Officially dropping IE11 support, from this version onwards there are no warranties of the
711
- package working in IE11. For more information see:
712
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
720
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
721
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
722
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
723
+ IE11. For more information see:
724
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
713
725
 
714
726
  ### Patch Changes
715
727
 
716
- - Updated dependencies
728
+ - Updated dependencies
717
729
 
718
730
  ## 6.0.3
719
731
 
720
732
  ### Patch Changes
721
733
 
722
- - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
723
- [`e91d934e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e91d934e94) - Using
724
- avatar.name + index as key for AvatarGroup
734
+ - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
735
+ [`e91d934e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e91d934e94) - Using
736
+ avatar.name + index as key for AvatarGroup
725
737
 
726
738
  ## 6.0.2
727
739
 
728
740
  ### Patch Changes
729
741
 
730
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
731
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
732
- and supporting files will no longer be published to npm
742
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
743
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
744
+ supporting files will no longer be published to npm
733
745
 
734
746
  ## 6.0.1
735
747
 
736
748
  ### Patch Changes
737
749
 
738
- - [#2794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2794)
739
- [`2daf5b6054`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2daf5b6054) -
740
- AvatarGroup will now send the index of the clicked item via the onAvatarClick event handler
750
+ - [#2794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2794)
751
+ [`2daf5b6054`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2daf5b6054) -
752
+ AvatarGroup will now send the index of the clicked item via the onAvatarClick event handler
741
753
 
742
754
  ## 6.0.0
743
755
 
744
756
  ### Major Changes
745
757
 
746
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
747
- [`a7ca7039c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7ca7039c7) -
748
- AvatarGroup previously depended heavily on Avatar internals such as styles, `getProps` and
749
- `withPseudoState`. These have been moved directly into AvatarGroup to finally decouple the two
750
- components. We will revisit this when we convert AvatarGroup to lite-mode and most likely remove
751
- them entirely.
758
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
759
+ [`a7ca7039c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7ca7039c7) -
760
+ AvatarGroup previously depended heavily on Avatar internals such as styles, `getProps` and
761
+ `withPseudoState`. These have been moved directly into AvatarGroup to finally decouple the two
762
+ components. We will revisit this when we convert AvatarGroup to lite-mode and most likely remove
763
+ them entirely.
752
764
 
753
- Previously, it was possible to pass arbritray props to the underlying Avatar via the `data`
754
- prop. This is no longer supported. Please pass props directly to the custom avatar / presence /
755
- status components.
765
+ Previously, it was possible to pass arbritray props to the underlying Avatar via the `data` prop.
766
+ This is no longer supported. Please pass props directly to the custom avatar / presence / status
767
+ components.
756
768
 
757
769
  ### Patch Changes
758
770
 
759
- - Updated dependencies
771
+ - Updated dependencies
760
772
 
761
773
  ## 5.1.2
762
774
 
763
775
  ### Patch Changes
764
776
 
765
- - [patch][e95a8726e2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e95a8726e2):
777
+ - [patch][e95a8726e2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e95a8726e2):
766
778
 
767
- Change imports to comply with Atlassian conventions- Updated dependencies
768
- [9e4b195732](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e4b195732):
779
+ Change imports to comply with Atlassian conventions- Updated dependencies
780
+ [9e4b195732](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e4b195732):
769
781
 
770
- - Updated dependencies
771
- [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
772
- - Updated dependencies
773
- [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
774
- - Updated dependencies
775
- [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
776
- - Updated dependencies
777
- [167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
778
- - Updated dependencies
779
- [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
780
- - Updated dependencies
781
- [7a2540821c](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a2540821c):
782
- - @atlaskit/toggle@8.1.7
783
- - @atlaskit/button@13.3.11
784
- - @atlaskit/icon@20.1.1
785
- - @atlaskit/code@11.1.5
786
- - @atlaskit/avatar@17.1.10
787
- - @atlaskit/dropdown-menu@9.0.3
782
+ - Updated dependencies
783
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
784
+ - Updated dependencies
785
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
786
+ - Updated dependencies
787
+ [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
788
+ - Updated dependencies
789
+ [167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
790
+ - Updated dependencies
791
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
792
+ - Updated dependencies
793
+ [7a2540821c](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a2540821c):
794
+ - @atlaskit/toggle@8.1.7
795
+ - @atlaskit/button@13.3.11
796
+ - @atlaskit/icon@20.1.1
797
+ - @atlaskit/code@11.1.5
798
+ - @atlaskit/avatar@17.1.10
799
+ - @atlaskit/dropdown-menu@9.0.3
788
800
 
789
801
  ## 5.1.1
790
802
 
791
803
  ### Patch Changes
792
804
 
793
- - [patch][28573f37a7](https://bitbucket.org/atlassian/atlassian-frontend/commits/28573f37a7):
805
+ - [patch][28573f37a7](https://bitbucket.org/atlassian/atlassian-frontend/commits/28573f37a7):
794
806
 
795
- Fix hover and focus state of the more indicator- Updated dependencies
796
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
807
+ Fix hover and focus state of the more indicator- Updated dependencies
808
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
797
809
 
798
- - Updated dependencies
799
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
800
- - Updated dependencies
801
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
802
- - Updated dependencies
803
- [8b9598a760](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9598a760):
804
- - Updated dependencies
805
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
806
- - Updated dependencies
807
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
808
- - @atlaskit/docs@8.4.0
809
- - @atlaskit/icon@20.1.0
810
- - @atlaskit/item@11.0.2
811
- - @atlaskit/field-base@14.0.2
812
- - @atlaskit/avatar@17.1.9
813
- - @atlaskit/button@13.3.9
814
- - @atlaskit/dropdown-menu@9.0.2
815
- - @atlaskit/toggle@8.1.6
810
+ - Updated dependencies
811
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
812
+ - Updated dependencies
813
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
814
+ - Updated dependencies
815
+ [8b9598a760](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9598a760):
816
+ - Updated dependencies
817
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
818
+ - Updated dependencies
819
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
820
+ - @atlaskit/docs@8.4.0
821
+ - @atlaskit/icon@20.1.0
822
+ - @atlaskit/item@11.0.2
823
+ - @atlaskit/field-base@14.0.2
824
+ - @atlaskit/avatar@17.1.9
825
+ - @atlaskit/button@13.3.9
826
+ - @atlaskit/dropdown-menu@9.0.2
827
+ - @atlaskit/toggle@8.1.6
816
828
 
817
829
  ## 5.1.0
818
830
 
819
831
  ### Minor Changes
820
832
 
821
- - [minor][e9a14f945f](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a14f945f):
833
+ - [minor][e9a14f945f](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a14f945f):
822
834
 
823
- Adds overrides for Avatar and AvatarGroupItem.-
824
- [minor][4859ceaa73](https://bitbucket.org/atlassian/atlassian-frontend/commits/4859ceaa73):
835
+ Adds overrides for Avatar and AvatarGroupItem.-
836
+ [minor][4859ceaa73](https://bitbucket.org/atlassian/atlassian-frontend/commits/4859ceaa73):
825
837
 
826
- Adds test id for the container, avatar, and overflow menu elements.
838
+ Adds test id for the container, avatar, and overflow menu elements.
827
839
 
828
840
  ### Patch Changes
829
841
 
830
- - Updated dependencies
831
- [9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
832
- - Updated dependencies
833
- [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
834
- - @atlaskit/dropdown-menu@9.0.0
835
- - @atlaskit/icon@20.0.2
842
+ - Updated dependencies
843
+ [9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
844
+ - Updated dependencies
845
+ [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
846
+ - @atlaskit/dropdown-menu@9.0.0
847
+ - @atlaskit/icon@20.0.2
836
848
 
837
849
  ## 5.0.4
838
850
 
839
851
  ### Patch Changes
840
852
 
841
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
853
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
842
854
 
843
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
844
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
855
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
856
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
845
857
 
846
- - @atlaskit/docs@8.3.2
847
- - @atlaskit/visual-regression@0.1.9
848
- - @atlaskit/avatar@17.1.7
849
- - @atlaskit/button@13.3.7
850
- - @atlaskit/code@11.1.3
851
- - @atlaskit/dropdown-menu@8.2.4
852
- - @atlaskit/field-base@14.0.1
853
- - @atlaskit/icon@20.0.1
854
- - @atlaskit/item@11.0.1
855
- - @atlaskit/theme@9.5.1
856
- - @atlaskit/toggle@8.1.4
858
+ - @atlaskit/docs@8.3.2
859
+ - @atlaskit/visual-regression@0.1.9
860
+ - @atlaskit/avatar@17.1.7
861
+ - @atlaskit/button@13.3.7
862
+ - @atlaskit/code@11.1.3
863
+ - @atlaskit/dropdown-menu@8.2.4
864
+ - @atlaskit/field-base@14.0.1
865
+ - @atlaskit/icon@20.0.1
866
+ - @atlaskit/item@11.0.1
867
+ - @atlaskit/theme@9.5.1
868
+ - @atlaskit/toggle@8.1.4
857
869
 
858
870
  ## 5.0.3
859
871
 
860
872
  ### Patch Changes
861
873
 
862
- - Updated dependencies
863
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
864
- - Updated dependencies
865
- [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
866
- - @atlaskit/field-base@14.0.0
867
- - @atlaskit/icon@20.0.0
868
- - @atlaskit/item@11.0.0
869
- - @atlaskit/avatar@17.1.6
870
- - @atlaskit/dropdown-menu@8.2.3
871
- - @atlaskit/docs@8.3.1
872
- - @atlaskit/button@13.3.6
874
+ - Updated dependencies
875
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
876
+ - Updated dependencies
877
+ [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
878
+ - @atlaskit/field-base@14.0.0
879
+ - @atlaskit/icon@20.0.0
880
+ - @atlaskit/item@11.0.0
881
+ - @atlaskit/avatar@17.1.6
882
+ - @atlaskit/dropdown-menu@8.2.3
883
+ - @atlaskit/docs@8.3.1
884
+ - @atlaskit/button@13.3.6
873
885
 
874
886
  ## 5.0.2
875
887
 
876
888
  ### Patch Changes
877
889
 
878
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
890
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
879
891
 
880
- Fixes onMoreClick return type to void-
881
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
892
+ Fixes onMoreClick return type to void-
893
+ [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
882
894
 
883
- Fixes return type of onClick in MoreIndicator to void- Updated dependencies
884
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
895
+ Fixes return type of onClick in MoreIndicator to void- Updated dependencies
896
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
885
897
 
886
- - Updated dependencies
887
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
888
- - Updated dependencies
889
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
890
- - @atlaskit/avatar@17.1.5
891
- - @atlaskit/field-base@13.0.16
892
- - @atlaskit/item@10.2.0
898
+ - Updated dependencies
899
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
900
+ - Updated dependencies
901
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
902
+ - @atlaskit/avatar@17.1.5
903
+ - @atlaskit/field-base@13.0.16
904
+ - @atlaskit/item@10.2.0
893
905
 
894
906
  ## 5.0.1
895
907
 
896
908
  ### Patch Changes
897
909
 
898
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
910
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
899
911
 
900
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
912
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
901
913
 
902
914
  ## 5.0.0
903
915
 
904
916
  ### Major Changes
905
917
 
906
- - [major][40bda8f796](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bda8f796):
918
+ - [major][40bda8f796](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bda8f796):
907
919
 
908
- @atlaskit/avatar-group has been converted to Typescript. Typescript consumers will now get
909
- static type safety. Flow types are no longer provided. No API or behavioural changes.
920
+ @atlaskit/avatar-group has been converted to Typescript. Typescript consumers will now get static
921
+ type safety. Flow types are no longer provided. No API or behavioural changes.
910
922
 
911
923
  ## 4.0.13
912
924
 
913
- - Updated dependencies
914
- [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
915
- - @atlaskit/dropdown-menu@8.1.1
916
- - @atlaskit/item@10.1.5
917
- - @atlaskit/avatar@17.0.0
918
- - @atlaskit/theme@9.2.2
925
+ - Updated dependencies
926
+ [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
927
+ - @atlaskit/dropdown-menu@8.1.1
928
+ - @atlaskit/item@10.1.5
929
+ - @atlaskit/avatar@17.0.0
930
+ - @atlaskit/theme@9.2.2
919
931
 
920
932
  ## 4.0.12
921
933
 
922
934
  ### Patch Changes
923
935
 
924
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
936
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
925
937
 
926
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
927
- non-relative imports as relative imports
938
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
939
+ non-relative imports as relative imports
928
940
 
929
941
  ## 4.0.11
930
942
 
931
943
  ### Patch Changes
932
944
 
933
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
945
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
934
946
 
935
- Upgraded Typescript to 3.3.x
947
+ Upgraded Typescript to 3.3.x
936
948
 
937
949
  ## 4.0.10
938
950
 
939
951
  ### Patch Changes
940
952
 
941
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
953
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
942
954
 
943
- Change all the imports to theme in Core to use multi entry points
955
+ Change all the imports to theme in Core to use multi entry points
944
956
 
945
957
  ## 4.0.9
946
958
 
947
959
  ### Patch Changes
948
960
 
949
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
961
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
950
962
 
951
- Updates component maintainers
963
+ Updates component maintainers
952
964
 
953
965
  ## 4.0.8
954
966
 
955
967
  ### Patch Changes
956
968
 
957
- - [patch][10d566fe8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10d566fe8d):
969
+ - [patch][10d566fe8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10d566fe8d):
958
970
 
959
- Removed unused dependencies from package.json for avatar-group: @atlaskit/tooltip was unused.
971
+ Removed unused dependencies from package.json for avatar-group: @atlaskit/tooltip was unused.
960
972
 
961
973
  ## 4.0.7
962
974
 
963
- - Updated dependencies
964
- [7e9d653278](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e9d653278):
965
- - @atlaskit/avatar@16.0.8
966
- - @atlaskit/toggle@8.0.0
975
+ - Updated dependencies
976
+ [7e9d653278](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e9d653278):
977
+ - @atlaskit/avatar@16.0.8
978
+ - @atlaskit/toggle@8.0.0
967
979
 
968
980
  ## 4.0.6
969
981
 
970
- - Updated dependencies
971
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
972
- - @atlaskit/docs@8.1.3
973
- - @atlaskit/avatar@16.0.6
974
- - @atlaskit/button@13.0.9
975
- - @atlaskit/dropdown-menu@8.0.8
976
- - @atlaskit/field-base@13.0.6
977
- - @atlaskit/item@10.0.5
978
- - @atlaskit/toggle@7.0.3
979
- - @atlaskit/tooltip@15.0.2
980
- - @atlaskit/icon@19.0.0
982
+ - Updated dependencies
983
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
984
+ - @atlaskit/docs@8.1.3
985
+ - @atlaskit/avatar@16.0.6
986
+ - @atlaskit/button@13.0.9
987
+ - @atlaskit/dropdown-menu@8.0.8
988
+ - @atlaskit/field-base@13.0.6
989
+ - @atlaskit/item@10.0.5
990
+ - @atlaskit/toggle@7.0.3
991
+ - @atlaskit/tooltip@15.0.2
992
+ - @atlaskit/icon@19.0.0
981
993
 
982
994
  ## 4.0.5
983
995
 
984
996
  ### Patch Changes
985
997
 
986
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
998
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
987
999
 
988
- index.ts will now be ignored when publishing to npm
1000
+ index.ts will now be ignored when publishing to npm
989
1001
 
990
1002
  ## 4.0.4
991
1003
 
992
- - Updated dependencies
993
- [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
994
- - @atlaskit/avatar@16.0.4
995
- - @atlaskit/dropdown-menu@8.0.5
996
- - @atlaskit/icon@18.0.1
997
- - @atlaskit/item@10.0.3
998
- - @atlaskit/tooltip@15.0.0
1004
+ - Updated dependencies
1005
+ [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
1006
+ - @atlaskit/avatar@16.0.4
1007
+ - @atlaskit/dropdown-menu@8.0.5
1008
+ - @atlaskit/icon@18.0.1
1009
+ - @atlaskit/item@10.0.3
1010
+ - @atlaskit/tooltip@15.0.0
999
1011
 
1000
1012
  ## 4.0.3
1001
1013
 
1002
- - Updated dependencies
1003
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1004
- - @atlaskit/docs@8.1.2
1005
- - @atlaskit/avatar@16.0.3
1006
- - @atlaskit/button@13.0.8
1007
- - @atlaskit/dropdown-menu@8.0.4
1008
- - @atlaskit/field-base@13.0.4
1009
- - @atlaskit/item@10.0.2
1010
- - @atlaskit/toggle@7.0.1
1011
- - @atlaskit/tooltip@14.0.3
1012
- - @atlaskit/icon@18.0.0
1014
+ - Updated dependencies
1015
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1016
+ - @atlaskit/docs@8.1.2
1017
+ - @atlaskit/avatar@16.0.3
1018
+ - @atlaskit/button@13.0.8
1019
+ - @atlaskit/dropdown-menu@8.0.4
1020
+ - @atlaskit/field-base@13.0.4
1021
+ - @atlaskit/item@10.0.2
1022
+ - @atlaskit/toggle@7.0.1
1023
+ - @atlaskit/tooltip@14.0.3
1024
+ - @atlaskit/icon@18.0.0
1013
1025
 
1014
1026
  ## 4.0.2
1015
1027
 
1016
- - Updated dependencies
1017
- [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
1018
- - @atlaskit/docs@8.1.0
1019
- - @atlaskit/code@11.0.0
1028
+ - Updated dependencies
1029
+ [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
1030
+ - @atlaskit/docs@8.1.0
1031
+ - @atlaskit/code@11.0.0
1020
1032
 
1021
1033
  ## 4.0.1
1022
1034
 
1023
- - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1035
+ - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1024
1036
 
1025
- - Clean couple of TODO's that were already done
1037
+ - Clean couple of TODO's that were already done
1026
1038
 
1027
1039
  ## 4.0.0
1028
1040
 
1029
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1041
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1030
1042
 
1031
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1032
- this package, please ensure you use at least this version of react and react-dom.
1043
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1044
+ this package, please ensure you use at least this version of react and react-dom.
1033
1045
 
1034
1046
  ## 3.0.4
1035
1047
 
1036
- - Updated dependencies
1037
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1038
- - @atlaskit/docs@7.0.3
1039
- - @atlaskit/avatar@15.0.4
1040
- - @atlaskit/button@12.0.3
1041
- - @atlaskit/code@9.0.1
1042
- - @atlaskit/dropdown-menu@7.0.6
1043
- - @atlaskit/field-base@12.0.2
1044
- - @atlaskit/icon@16.0.9
1045
- - @atlaskit/item@9.0.1
1046
- - @atlaskit/toggle@6.0.4
1047
- - @atlaskit/tooltip@13.0.4
1048
- - @atlaskit/theme@8.1.7
1048
+ - Updated dependencies
1049
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1050
+ - @atlaskit/docs@7.0.3
1051
+ - @atlaskit/avatar@15.0.4
1052
+ - @atlaskit/button@12.0.3
1053
+ - @atlaskit/code@9.0.1
1054
+ - @atlaskit/dropdown-menu@7.0.6
1055
+ - @atlaskit/field-base@12.0.2
1056
+ - @atlaskit/icon@16.0.9
1057
+ - @atlaskit/item@9.0.1
1058
+ - @atlaskit/toggle@6.0.4
1059
+ - @atlaskit/tooltip@13.0.4
1060
+ - @atlaskit/theme@8.1.7
1049
1061
 
1050
1062
  ## 3.0.3
1051
1063
 
1052
- - Updated dependencies
1053
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1054
- - @atlaskit/docs@7.0.2
1055
- - @atlaskit/avatar@15.0.3
1056
- - @atlaskit/dropdown-menu@7.0.4
1057
- - @atlaskit/icon@16.0.8
1058
- - @atlaskit/theme@8.1.6
1059
- - @atlaskit/toggle@6.0.3
1060
- - @atlaskit/tooltip@13.0.3
1061
- - @atlaskit/button@12.0.0
1064
+ - Updated dependencies
1065
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1066
+ - @atlaskit/docs@7.0.2
1067
+ - @atlaskit/avatar@15.0.3
1068
+ - @atlaskit/dropdown-menu@7.0.4
1069
+ - @atlaskit/icon@16.0.8
1070
+ - @atlaskit/theme@8.1.6
1071
+ - @atlaskit/toggle@6.0.3
1072
+ - @atlaskit/tooltip@13.0.3
1073
+ - @atlaskit/button@12.0.0
1062
1074
 
1063
1075
  ## 3.0.2
1064
1076
 
1065
- - [patch][ea173a3ee2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea173a3ee2):
1077
+ - [patch][ea173a3ee2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea173a3ee2):
1066
1078
 
1067
- - Internal changes only. Component is now SSR compatible. If server side rendered, Avatar
1068
- Images will begin to load immediately; before client bundle is ready. If this is undesired,
1069
- `imageUrl` can be passed in after component is mounted.
1079
+ - Internal changes only. Component is now SSR compatible. If server side rendered, Avatar Images
1080
+ will begin to load immediately; before client bundle is ready. If this is undesired, `imageUrl`
1081
+ can be passed in after component is mounted.
1070
1082
 
1071
1083
  ## 3.0.1
1072
1084
 
1073
- - Updated dependencies
1074
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1075
- - @atlaskit/docs@7.0.1
1076
- - @atlaskit/avatar@15.0.1
1077
- - @atlaskit/dropdown-menu@7.0.1
1078
- - @atlaskit/icon@16.0.5
1079
- - @atlaskit/theme@8.0.1
1080
- - @atlaskit/toggle@6.0.1
1081
- - @atlaskit/tooltip@13.0.1
1082
- - @atlaskit/button@11.0.0
1085
+ - Updated dependencies
1086
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1087
+ - @atlaskit/docs@7.0.1
1088
+ - @atlaskit/avatar@15.0.1
1089
+ - @atlaskit/dropdown-menu@7.0.1
1090
+ - @atlaskit/icon@16.0.5
1091
+ - @atlaskit/theme@8.0.1
1092
+ - @atlaskit/toggle@6.0.1
1093
+ - @atlaskit/tooltip@13.0.1
1094
+ - @atlaskit/button@11.0.0
1083
1095
 
1084
1096
  ## 3.0.0
1085
1097
 
1086
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1098
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1087
1099
 
1088
- - Drop ES5 from all the flow modules
1100
+ - Drop ES5 from all the flow modules
1089
1101
 
1090
- ### Dropping CJS support in all @atlaskit packages
1102
+ ### Dropping CJS support in all @atlaskit packages
1091
1103
 
1092
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1093
- distribute esm. This means all distributed code will be transpiled, but will still contain
1094
- `import` and `export` declarations.
1104
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1105
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1106
+ `import` and `export` declarations.
1095
1107
 
1096
- The major reason for doing this is to allow us to support multiple entry points in packages,
1097
- e.g:
1108
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
1098
1109
 
1099
- ```js
1100
- import colors from `@atlaskit/theme/colors`;
1101
- ```
1110
+ ```js
1111
+ import colors from `@atlaskit/theme/colors`;
1112
+ ```
1102
1113
 
1103
- Previously this was sort of possible for consumers by doing something like:
1114
+ Previously this was sort of possible for consumers by doing something like:
1104
1115
 
1105
- ```js
1106
- import colors from `@atlaskit/theme/dist/esm/colors`;
1107
- ```
1116
+ ```js
1117
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1118
+ ```
1108
1119
 
1109
- This has a couple of issues. 1, it treats the file system as API making internal refactors
1110
- harder, we have to worry about how consumers might be using things that aren't _actually_
1111
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1112
- to lots of packages bundling all of theme, just to use a single color, especially in situations
1113
- where tree shaking fails.
1120
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1121
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1122
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1123
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1124
+ shaking fails.
1114
1125
 
1115
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
1116
- multiple distributions as they would need to have very different imports from of their own
1117
- internal dependencies.
1126
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1127
+ multiple distributions as they would need to have very different imports from of their own
1128
+ internal dependencies.
1118
1129
 
1119
- ES Modules are widely supported by all modern bundlers and can be worked around in node
1120
- environments.
1130
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1131
+ environments.
1121
1132
 
1122
- We may choose to revisit this solution in the future if we find any unintended condequences, but
1123
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1124
- saner API's and simpler package architecture.
1133
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1134
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1135
+ saner API's and simpler package architecture.
1125
1136
 
1126
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
1127
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1128
- external) if you have any questions or queries about this.
1137
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1138
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1139
+ external) if you have any questions or queries about this.
1129
1140
 
1130
1141
  ## 2.1.12
1131
1142
 
1132
- - [patch][3a9b559382](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a9b559382):
1143
+ - [patch][3a9b559382](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a9b559382):
1133
1144
 
1134
- - Stopping href from being passed down to Avatar in DropdownMenu rendered in AvatarGroup
1145
+ - Stopping href from being passed down to Avatar in DropdownMenu rendered in AvatarGroup
1135
1146
 
1136
1147
  ## 2.1.11
1137
1148
 
1138
- - [patch][ed05c5c5d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed05c5c5d9):
1149
+ - [patch][ed05c5c5d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed05c5c5d9):
1139
1150
 
1140
- - Change border color of avatar in avatar group dropdown menu to transparent so that it does
1141
- not overlap with focus ring
1151
+ - Change border color of avatar in avatar group dropdown menu to transparent so that it does not
1152
+ overlap with focus ring
1142
1153
 
1143
1154
  ## 2.1.10
1144
1155
 
1145
- - Updated dependencies
1146
- [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1147
- - @atlaskit/docs@6.0.1
1148
- - @atlaskit/avatar@14.1.8
1149
- - @atlaskit/button@10.1.2
1150
- - @atlaskit/dropdown-menu@6.1.26
1151
- - @atlaskit/field-base@11.0.14
1152
- - @atlaskit/item@8.0.15
1153
- - @atlaskit/toggle@5.0.15
1154
- - @atlaskit/tooltip@12.1.15
1155
- - @atlaskit/icon@16.0.0
1156
+ - Updated dependencies
1157
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1158
+ - @atlaskit/docs@6.0.1
1159
+ - @atlaskit/avatar@14.1.8
1160
+ - @atlaskit/button@10.1.2
1161
+ - @atlaskit/dropdown-menu@6.1.26
1162
+ - @atlaskit/field-base@11.0.14
1163
+ - @atlaskit/item@8.0.15
1164
+ - @atlaskit/toggle@5.0.15
1165
+ - @atlaskit/tooltip@12.1.15
1166
+ - @atlaskit/icon@16.0.0
1156
1167
 
1157
1168
  ## 2.1.9
1158
1169
 
1159
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1160
- - @atlaskit/avatar@14.1.7
1161
- - @atlaskit/button@10.1.1
1162
- - @atlaskit/code@8.2.2
1163
- - @atlaskit/dropdown-menu@6.1.25
1164
- - @atlaskit/field-base@11.0.13
1165
- - @atlaskit/icon@15.0.2
1166
- - @atlaskit/item@8.0.14
1167
- - @atlaskit/theme@7.0.1
1168
- - @atlaskit/toggle@5.0.14
1169
- - @atlaskit/tooltip@12.1.13
1170
- - @atlaskit/docs@6.0.0
1170
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1171
+ - @atlaskit/avatar@14.1.7
1172
+ - @atlaskit/button@10.1.1
1173
+ - @atlaskit/code@8.2.2
1174
+ - @atlaskit/dropdown-menu@6.1.25
1175
+ - @atlaskit/field-base@11.0.13
1176
+ - @atlaskit/icon@15.0.2
1177
+ - @atlaskit/item@8.0.14
1178
+ - @atlaskit/theme@7.0.1
1179
+ - @atlaskit/toggle@5.0.14
1180
+ - @atlaskit/tooltip@12.1.13
1181
+ - @atlaskit/docs@6.0.0
1171
1182
 
1172
1183
  ## 2.1.8
1173
1184
 
1174
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1175
- - @atlaskit/docs@5.2.3
1176
- - @atlaskit/button@10.0.4
1177
- - @atlaskit/code@8.2.1
1178
- - @atlaskit/dropdown-menu@6.1.24
1179
- - @atlaskit/field-base@11.0.12
1180
- - @atlaskit/icon@15.0.1
1181
- - @atlaskit/item@8.0.13
1182
- - @atlaskit/toggle@5.0.13
1183
- - @atlaskit/tooltip@12.1.12
1184
- - @atlaskit/theme@7.0.0
1185
- - @atlaskit/avatar@14.1.6
1185
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1186
+ - @atlaskit/docs@5.2.3
1187
+ - @atlaskit/button@10.0.4
1188
+ - @atlaskit/code@8.2.1
1189
+ - @atlaskit/dropdown-menu@6.1.24
1190
+ - @atlaskit/field-base@11.0.12
1191
+ - @atlaskit/icon@15.0.1
1192
+ - @atlaskit/item@8.0.13
1193
+ - @atlaskit/toggle@5.0.13
1194
+ - @atlaskit/tooltip@12.1.12
1195
+ - @atlaskit/theme@7.0.0
1196
+ - @atlaskit/avatar@14.1.6
1186
1197
 
1187
1198
  ## 2.1.7
1188
1199
 
1189
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1190
- - @atlaskit/docs@5.2.2
1191
- - @atlaskit/avatar@14.1.5
1192
- - @atlaskit/button@10.0.1
1193
- - @atlaskit/dropdown-menu@6.1.23
1194
- - @atlaskit/field-base@11.0.11
1195
- - @atlaskit/item@8.0.12
1196
- - @atlaskit/toggle@5.0.12
1197
- - @atlaskit/tooltip@12.1.11
1198
- - @atlaskit/icon@15.0.0
1200
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1201
+ - @atlaskit/docs@5.2.2
1202
+ - @atlaskit/avatar@14.1.5
1203
+ - @atlaskit/button@10.0.1
1204
+ - @atlaskit/dropdown-menu@6.1.23
1205
+ - @atlaskit/field-base@11.0.11
1206
+ - @atlaskit/item@8.0.12
1207
+ - @atlaskit/toggle@5.0.12
1208
+ - @atlaskit/tooltip@12.1.11
1209
+ - @atlaskit/icon@15.0.0
1199
1210
 
1200
1211
  ## 2.1.6
1201
1212
 
1202
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1203
- - @atlaskit/docs@5.2.1
1204
- - @atlaskit/avatar@14.1.4
1205
- - @atlaskit/dropdown-menu@6.1.22
1206
- - @atlaskit/icon@14.6.1
1207
- - @atlaskit/theme@6.2.1
1208
- - @atlaskit/toggle@5.0.11
1209
- - @atlaskit/tooltip@12.1.10
1210
- - @atlaskit/button@10.0.0
1213
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1214
+ - @atlaskit/docs@5.2.1
1215
+ - @atlaskit/avatar@14.1.4
1216
+ - @atlaskit/dropdown-menu@6.1.22
1217
+ - @atlaskit/icon@14.6.1
1218
+ - @atlaskit/theme@6.2.1
1219
+ - @atlaskit/toggle@5.0.11
1220
+ - @atlaskit/tooltip@12.1.10
1221
+ - @atlaskit/button@10.0.0
1211
1222
 
1212
1223
  ## 2.1.5
1213
1224
 
1214
- - [patch] Adds missing implicit @babel/runtime dependency
1215
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1225
+ - [patch] Adds missing implicit @babel/runtime dependency
1226
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1216
1227
 
1217
1228
  ## 2.1.4
1218
1229
 
1219
- - [patch] Adds new theming API to Avatar and AvatarItem components
1220
- [79dd93f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79dd93f)
1230
+ - [patch] Adds new theming API to Avatar and AvatarItem components
1231
+ [79dd93f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79dd93f)
1221
1232
 
1222
1233
  ## 2.1.3
1223
1234
 
1224
- - [patch] Updated dependencies
1225
- [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1226
- - @atlaskit/docs@5.0.8
1227
- - @atlaskit/avatar@14.0.11
1228
- - @atlaskit/button@9.0.13
1229
- - @atlaskit/dropdown-menu@6.1.17
1230
- - @atlaskit/field-base@11.0.8
1231
- - @atlaskit/item@8.0.8
1232
- - @atlaskit/toggle@5.0.9
1233
- - @atlaskit/tooltip@12.1.1
1234
- - @atlaskit/icon@14.0.0
1235
+ - [patch] Updated dependencies
1236
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1237
+ - @atlaskit/docs@5.0.8
1238
+ - @atlaskit/avatar@14.0.11
1239
+ - @atlaskit/button@9.0.13
1240
+ - @atlaskit/dropdown-menu@6.1.17
1241
+ - @atlaskit/field-base@11.0.8
1242
+ - @atlaskit/item@8.0.8
1243
+ - @atlaskit/toggle@5.0.9
1244
+ - @atlaskit/tooltip@12.1.1
1245
+ - @atlaskit/icon@14.0.0
1235
1246
 
1236
1247
  ## 2.1.1
1237
1248
 
1238
- - [patch] Updated dependencies
1239
- [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1240
- - @atlaskit/theme@6.0.0
1241
- - @atlaskit/tooltip@12.0.9
1242
- - @atlaskit/toggle@5.0.6
1243
- - @atlaskit/item@8.0.5
1244
- - @atlaskit/icon@13.2.5
1245
- - @atlaskit/field-base@11.0.5
1246
- - @atlaskit/dropdown-menu@6.1.8
1247
- - @atlaskit/code@8.0.1
1248
- - @atlaskit/button@9.0.6
1249
- - @atlaskit/avatar@14.0.8
1250
- - @atlaskit/docs@5.0.6
1249
+ - [patch] Updated dependencies
1250
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1251
+ - @atlaskit/theme@6.0.0
1252
+ - @atlaskit/tooltip@12.0.9
1253
+ - @atlaskit/toggle@5.0.6
1254
+ - @atlaskit/item@8.0.5
1255
+ - @atlaskit/icon@13.2.5
1256
+ - @atlaskit/field-base@11.0.5
1257
+ - @atlaskit/dropdown-menu@6.1.8
1258
+ - @atlaskit/code@8.0.1
1259
+ - @atlaskit/button@9.0.6
1260
+ - @atlaskit/avatar@14.0.8
1261
+ - @atlaskit/docs@5.0.6
1251
1262
 
1252
1263
  ## 2.1.0
1253
1264
 
1254
- - [minor] Added prop moreButtonProps to allow modification of the group's MoreButton
1255
- [6efa808](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6efa808)
1265
+ - [minor] Added prop moreButtonProps to allow modification of the group's MoreButton
1266
+ [6efa808](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6efa808)
1256
1267
 
1257
1268
  ## 2.0.8
1258
1269
 
1259
- - [patch] Updated dependencies
1260
- [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
1261
- - @atlaskit/code@8.0.0
1262
- - @atlaskit/docs@5.0.5
1270
+ - [patch] Updated dependencies
1271
+ [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
1272
+ - @atlaskit/code@8.0.0
1273
+ - @atlaskit/docs@5.0.5
1263
1274
 
1264
1275
  ## 2.0.7
1265
1276
 
1266
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1267
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1268
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1269
- - [none] Updated dependencies
1270
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1271
- - @atlaskit/tooltip@12.0.5
1272
- - @atlaskit/field-base@11.0.3
1273
- - @atlaskit/toggle@5.0.5
1274
- - @atlaskit/button@9.0.5
1275
- - @atlaskit/theme@5.1.3
1276
- - @atlaskit/code@7.0.3
1277
- - @atlaskit/item@8.0.4
1278
- - @atlaskit/icon@13.2.4
1279
- - @atlaskit/dropdown-menu@6.1.5
1280
- - @atlaskit/avatar@14.0.6
1277
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1278
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1279
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1280
+ - [none] Updated dependencies
1281
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1282
+ - @atlaskit/tooltip@12.0.5
1283
+ - @atlaskit/field-base@11.0.3
1284
+ - @atlaskit/toggle@5.0.5
1285
+ - @atlaskit/button@9.0.5
1286
+ - @atlaskit/theme@5.1.3
1287
+ - @atlaskit/code@7.0.3
1288
+ - @atlaskit/item@8.0.4
1289
+ - @atlaskit/icon@13.2.4
1290
+ - @atlaskit/dropdown-menu@6.1.5
1291
+ - @atlaskit/avatar@14.0.6
1281
1292
 
1282
1293
  ## 2.0.6
1283
1294
 
1284
- - [patch] Update pretty-proptypes
1285
- [c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
1286
- - [none] Updated dependencies
1287
- [c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
1288
- - @atlaskit/docs@5.0.3
1295
+ - [patch] Update pretty-proptypes
1296
+ [c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
1297
+ - [none] Updated dependencies
1298
+ [c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
1299
+ - @atlaskit/docs@5.0.3
1289
1300
 
1290
1301
  ## 2.0.5
1291
1302
 
1292
- - [patch] Clean up changelog
1293
- [5b5bd8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b5bd8e)
1303
+ - [patch] Clean up changelog
1304
+ [5b5bd8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b5bd8e)
1294
1305
 
1295
1306
  ## 2.0.4
1296
1307
 
1297
- - [patch] Updated dependencies
1298
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1299
- - @atlaskit/tooltip@12.0.4
1300
- - @atlaskit/item@8.0.3
1301
- - @atlaskit/icon@13.2.2
1302
- - @atlaskit/toggle@5.0.4
1303
- - @atlaskit/button@9.0.4
1304
- - @atlaskit/theme@5.1.2
1305
- - @atlaskit/code@7.0.2
1306
- - @atlaskit/docs@5.0.2
1307
- - @atlaskit/dropdown-menu@6.1.4
1308
- - @atlaskit/avatar@14.0.5
1309
- - @atlaskit/field-base@11.0.2
1308
+ - [patch] Updated dependencies
1309
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1310
+ - @atlaskit/tooltip@12.0.4
1311
+ - @atlaskit/item@8.0.3
1312
+ - @atlaskit/icon@13.2.2
1313
+ - @atlaskit/toggle@5.0.4
1314
+ - @atlaskit/button@9.0.4
1315
+ - @atlaskit/theme@5.1.2
1316
+ - @atlaskit/code@7.0.2
1317
+ - @atlaskit/docs@5.0.2
1318
+ - @atlaskit/dropdown-menu@6.1.4
1319
+ - @atlaskit/avatar@14.0.5
1320
+ - @atlaskit/field-base@11.0.2
1310
1321
 
1311
1322
  ## 2.0.3
1312
1323
 
1313
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1314
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1315
- - [none] Updated dependencies
1316
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1317
- - @atlaskit/tooltip@12.0.3
1318
- - @atlaskit/field-base@11.0.1
1319
- - @atlaskit/toggle@5.0.3
1320
- - @atlaskit/button@9.0.3
1321
- - @atlaskit/theme@5.1.1
1322
- - @atlaskit/code@7.0.1
1323
- - @atlaskit/item@8.0.2
1324
- - @atlaskit/icon@13.2.1
1325
- - @atlaskit/dropdown-menu@6.1.3
1326
- - @atlaskit/avatar@14.0.4
1324
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1325
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1326
+ - [none] Updated dependencies
1327
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1328
+ - @atlaskit/tooltip@12.0.3
1329
+ - @atlaskit/field-base@11.0.1
1330
+ - @atlaskit/toggle@5.0.3
1331
+ - @atlaskit/button@9.0.3
1332
+ - @atlaskit/theme@5.1.1
1333
+ - @atlaskit/code@7.0.1
1334
+ - @atlaskit/item@8.0.2
1335
+ - @atlaskit/icon@13.2.1
1336
+ - @atlaskit/dropdown-menu@6.1.3
1337
+ - @atlaskit/avatar@14.0.4
1327
1338
 
1328
1339
  ## 2.0.2
1329
1340
 
1330
- - [patch] Update dev dependencies and docs
1331
- [d0e13b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0e13b7)
1341
+ - [patch] Update dev dependencies and docs
1342
+ [d0e13b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0e13b7)
1332
1343
 
1333
1344
  ## 2.0.1
1334
1345
 
1335
- - [patch] Updated dependencies
1336
- [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
1337
- - @atlaskit/tooltip@12.0.0
1338
- - @atlaskit/item@8.0.1
1339
- - @atlaskit/icon@13.1.1
1340
- - @atlaskit/dropdown-menu@6.1.1
1341
- - @atlaskit/avatar@14.0.1
1346
+ - [patch] Updated dependencies
1347
+ [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
1348
+ - @atlaskit/tooltip@12.0.0
1349
+ - @atlaskit/item@8.0.1
1350
+ - @atlaskit/icon@13.1.1
1351
+ - @atlaskit/dropdown-menu@6.1.1
1352
+ - @atlaskit/avatar@14.0.1
1342
1353
 
1343
1354
  ## 2.0.0
1344
1355
 
1345
- - [major] Updates to React ^16.4.0
1346
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1347
- - [major] Updated dependencies
1348
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1349
- - @atlaskit/tooltip@11.0.0
1350
- - @atlaskit/field-base@11.0.0
1351
- - @atlaskit/toggle@5.0.0
1352
- - @atlaskit/button@9.0.0
1353
- - @atlaskit/theme@5.0.0
1354
- - @atlaskit/code@7.0.0
1355
- - @atlaskit/docs@5.0.0
1356
- - @atlaskit/item@8.0.0
1357
- - @atlaskit/icon@13.0.0
1358
- - @atlaskit/dropdown-menu@6.0.0
1359
- - @atlaskit/avatar@14.0.0
1356
+ - [major] Updates to React ^16.4.0
1357
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1358
+ - [major] Updated dependencies
1359
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1360
+ - @atlaskit/tooltip@11.0.0
1361
+ - @atlaskit/field-base@11.0.0
1362
+ - @atlaskit/toggle@5.0.0
1363
+ - @atlaskit/button@9.0.0
1364
+ - @atlaskit/theme@5.0.0
1365
+ - @atlaskit/code@7.0.0
1366
+ - @atlaskit/docs@5.0.0
1367
+ - @atlaskit/item@8.0.0
1368
+ - @atlaskit/icon@13.0.0
1369
+ - @atlaskit/dropdown-menu@6.0.0
1370
+ - @atlaskit/avatar@14.0.0
1360
1371
 
1361
1372
  ## 1.0.2
1362
1373
 
1363
- - [patch] Fix flow types [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
1364
- - [patch] Updated dependencies
1365
- [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
1366
- - @atlaskit/avatar@13.0.0
1367
- - @atlaskit/button@8.2.5
1368
- - @atlaskit/item@7.0.8
1369
- - @atlaskit/dropdown-menu@5.2.3
1374
+ - [patch] Fix flow types [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
1375
+ - [patch] Updated dependencies
1376
+ [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
1377
+ - @atlaskit/avatar@13.0.0
1378
+ - @atlaskit/button@8.2.5
1379
+ - @atlaskit/item@7.0.8
1380
+ - @atlaskit/dropdown-menu@5.2.3
1370
1381
 
1371
1382
  ## 1.0.1
1372
1383
 
1373
- - [patch] Small avatar-group docs improvements
1374
- [a54f6ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a54f6ea)
1384
+ - [patch] Small avatar-group docs improvements
1385
+ [a54f6ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a54f6ea)
1375
1386
 
1376
1387
  ## 1.0.0
1377
1388
 
1378
- - [major] Split avatar-group into its own package
1379
- [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1380
- - [patch] Updated dependencies
1381
- [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1382
- - @atlaskit/avatar@12.0.0
1383
- - @atlaskit/item@7.0.7
1384
- - @atlaskit/dropdown-menu@5.2.2
1389
+ - [major] Split avatar-group into its own package
1390
+ [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1391
+ - [patch] Updated dependencies
1392
+ [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1393
+ - @atlaskit/avatar@12.0.0
1394
+ - @atlaskit/item@7.0.7
1395
+ - @atlaskit/dropdown-menu@5.2.2