@atlaskit/profilecard 19.5.9 → 19.5.11

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 (47) hide show
  1. package/CHANGELOG.md +120 -108
  2. package/dist/cjs/client/TeamCentralCardClient.js +2 -2
  3. package/dist/cjs/client/UserProfileCardClient.js +1 -1
  4. package/dist/cjs/client/errorUtils.js +67 -14
  5. package/dist/cjs/client/getTeamFromAGG.js +5 -5
  6. package/dist/cjs/client/graphqlUtils.js +106 -36
  7. package/dist/cjs/client/types.js +5 -0
  8. package/dist/cjs/mocks/mock-team-client.js +6 -1
  9. package/dist/cjs/styled/ReportingLines.js +1 -1
  10. package/dist/cjs/styled/TeamCard.js +2 -2
  11. package/dist/cjs/util/analytics.js +1 -1
  12. package/dist/cjs/util/errors.js +114 -0
  13. package/dist/es2019/client/TeamCentralCardClient.js +3 -3
  14. package/dist/es2019/client/UserProfileCardClient.js +2 -2
  15. package/dist/es2019/client/errorUtils.js +63 -12
  16. package/dist/es2019/client/getTeamFromAGG.js +3 -3
  17. package/dist/es2019/client/graphqlUtils.js +28 -26
  18. package/dist/es2019/client/types.js +1 -0
  19. package/dist/es2019/mocks/mock-team-client.js +6 -1
  20. package/dist/es2019/styled/ReportingLines.js +1 -1
  21. package/dist/es2019/styled/TeamCard.js +3 -3
  22. package/dist/es2019/util/analytics.js +1 -1
  23. package/dist/es2019/util/errors.js +59 -0
  24. package/dist/esm/client/TeamCentralCardClient.js +3 -3
  25. package/dist/esm/client/UserProfileCardClient.js +2 -2
  26. package/dist/esm/client/errorUtils.js +63 -12
  27. package/dist/esm/client/getTeamFromAGG.js +6 -6
  28. package/dist/esm/client/graphqlUtils.js +104 -35
  29. package/dist/esm/client/types.js +1 -0
  30. package/dist/esm/mocks/mock-team-client.js +6 -1
  31. package/dist/esm/styled/ReportingLines.js +1 -1
  32. package/dist/esm/styled/TeamCard.js +2 -2
  33. package/dist/esm/util/analytics.js +1 -1
  34. package/dist/esm/util/errors.js +102 -0
  35. package/dist/types/client/errorUtils.d.ts +5 -9
  36. package/dist/types/client/graphqlUtils.d.ts +13 -1
  37. package/dist/types/client/types.d.ts +12 -0
  38. package/dist/types/mocks/mock-team-client.d.ts +1 -0
  39. package/dist/types/util/analytics.d.ts +2 -1
  40. package/dist/types/util/errors.d.ts +43 -0
  41. package/dist/types-ts4.5/client/errorUtils.d.ts +5 -9
  42. package/dist/types-ts4.5/client/graphqlUtils.d.ts +13 -1
  43. package/dist/types-ts4.5/client/types.d.ts +12 -0
  44. package/dist/types-ts4.5/mocks/mock-team-client.d.ts +1 -0
  45. package/dist/types-ts4.5/util/analytics.d.ts +2 -1
  46. package/dist/types-ts4.5/util/errors.d.ts +43 -0
  47. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,43 +1,55 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40822) [`179ee5ba573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/179ee5ba573) - Better handling of errors
8
+
9
+ ## 19.5.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
14
+
3
15
  ## 19.5.9
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux] [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
8
- - [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux] [ECA11Y-34] Replaced profile name span element with h2 tag
19
+ - [#39562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39562) [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux] [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
20
+ - [#39559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39559) [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux] [ECA11Y-34] Replaced profile name span element with h2 tag
9
21
 
10
22
  ## 19.5.8
11
23
 
12
24
  ### Patch Changes
13
25
 
14
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
26
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
15
27
  - Updated dependencies
16
28
 
17
29
  ## 19.5.7
18
30
 
19
31
  ### Patch Changes
20
32
 
21
- - [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) - [ECA11Y-13] Make focus ring visible for 'Give kudos' button
33
+ - [#37372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37372) [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) - [ECA11Y-13] Make focus ring visible for 'Give kudos' button
22
34
  - Updated dependencies
23
35
 
24
36
  ## 19.5.6
25
37
 
26
38
  ### Patch Changes
27
39
 
28
- - [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) - Cleanup the references to version.json
40
+ - [#38551](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38551) [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) - Cleanup the references to version.json
29
41
 
30
42
  ## 19.5.5
31
43
 
32
44
  ### Patch Changes
33
45
 
34
- - [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
46
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
35
47
 
36
48
  ## 19.5.4
37
49
 
38
50
  ### Patch Changes
39
51
 
40
- - [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix for incorrect GraphQL query variable in team card
52
+ - [#38237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38237) [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix for incorrect GraphQL query variable in team card
41
53
 
42
54
  ## 19.5.3
43
55
 
@@ -49,55 +61,55 @@
49
61
 
50
62
  ### Patch Changes
51
63
 
52
- - [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) - Resolved an issue with the team profile card query having invalid formatting
64
+ - [#36576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36576) [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) - Resolved an issue with the team profile card query having invalid formatting
53
65
 
54
66
  ## 19.5.1
55
67
 
56
68
  ### Patch Changes
57
69
 
58
- - [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) - Replace calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
70
+ - [#35908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35908) [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) - Replace calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
59
71
 
60
72
  ## 19.5.0
61
73
 
62
74
  ### Minor Changes
63
75
 
64
- - [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
76
+ - [#35776](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35776) [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
65
77
 
66
78
  ## 19.4.2
67
79
 
68
80
  ### Patch Changes
69
81
 
70
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
82
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
71
83
 
72
84
  ## 19.4.1
73
85
 
74
86
  ### Patch Changes
75
87
 
76
- - [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
88
+ - [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118) [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
77
89
 
78
90
  ## 19.4.0
79
91
 
80
92
  ### Minor Changes
81
93
 
82
- - [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) - Correctly export i18n messages from profilecard!
94
+ - [#34206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34206) [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) - Correctly export i18n messages from profilecard!
83
95
 
84
96
  ## 19.3.2
85
97
 
86
98
  ### Patch Changes
87
99
 
88
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
100
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
89
101
 
90
102
  ## 19.3.1
91
103
 
92
104
  ### Patch Changes
93
105
 
94
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
106
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
95
107
 
96
108
  ## 19.3.0
97
109
 
98
110
  ### Minor Changes
99
111
 
100
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
112
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
101
113
 
102
114
  ### Patch Changes
103
115
 
@@ -107,49 +119,49 @@
107
119
 
108
120
  ### Patch Changes
109
121
 
110
- - [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
122
+ - [#32030](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32030) [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
111
123
 
112
124
  ## 19.2.1
113
125
 
114
126
  ### Patch Changes
115
127
 
116
- - [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added errorSource to analytics events, added tests for fail events
128
+ - [#31560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31560) [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added errorSource to analytics events, added tests for fail events
117
129
 
118
130
  ## 19.2.0
119
131
 
120
132
  ### Minor Changes
121
133
 
122
- - [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux] This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that performs the same behavior as onHover. The change also adds an onBlur handler.
134
+ - [#31233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31233) [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux] This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that performs the same behavior as onHover. The change also adds an onBlur handler.
123
135
 
124
136
  ## 19.1.1
125
137
 
126
138
  ### Patch Changes
127
139
 
128
- - [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added traceId, errorSource and errorMessage to analytic events
140
+ - [#31423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31423) [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added traceId, errorSource and errorMessage to analytic events
129
141
 
130
142
  ## 19.1.0
131
143
 
132
144
  ### Minor Changes
133
145
 
134
- - [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux] TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is trigged by click. This change also adds unit tests for the profile card trigger as well as notifcations.
146
+ - [#31160](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31160) [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux] TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is trigged by click. This change also adds unit tests for the profile card trigger as well as notifcations.
135
147
 
136
148
  ## 19.0.0
137
149
 
138
150
  ### Major Changes
139
151
 
140
- - [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) - makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed from ProfileCardClient, it will now always use V3.
152
+ - [#31230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31230) [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) - makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed from ProfileCardClient, it will now always use V3.
141
153
 
142
154
  ## 18.4.0
143
155
 
144
156
  ### Minor Changes
145
157
 
146
- - [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always call AGG for team data'
158
+ - [#30903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30903) [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always call AGG for team data'
147
159
 
148
160
  ## 18.3.0
149
161
 
150
162
  ### Minor Changes
151
163
 
152
- - [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux] Added an error state for team profile card that is displayed when the user lack of access to the team
164
+ - [#30439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30439) [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux] Added an error state for team profile card that is displayed when the user lack of access to the team
153
165
 
154
166
  ## 18.2.4
155
167
 
@@ -167,43 +179,43 @@
167
179
 
168
180
  ### Patch Changes
169
181
 
170
- - [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
182
+ - [#29080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29080) [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
171
183
 
172
184
  ## 18.2.1
173
185
 
174
186
  ### Patch Changes
175
187
 
176
- - [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove usaged of themed for light and dark theme
188
+ - [#29094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29094) [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove usaged of themed for light and dark theme
177
189
 
178
190
  ## 18.2.0
179
191
 
180
192
  ### Minor Changes
181
193
 
182
- - [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove Atlas give kudos M2 feature flag check
194
+ - [#28622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28622) [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove Atlas give kudos M2 feature flag check
183
195
 
184
196
  ## 18.1.3
185
197
 
186
198
  ### Patch Changes
187
199
 
188
- - [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux] Fix team header image bug
200
+ - [#28723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28723) [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux] Fix team header image bug
189
201
 
190
202
  ## 18.1.2
191
203
 
192
204
  ### Patch Changes
193
205
 
194
- - [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
206
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
195
207
 
196
208
  ## 18.1.1
197
209
 
198
210
  ### Patch Changes
199
211
 
200
- - [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) - Upgrade profilecard to the latest major version of emotion
212
+ - [#28352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28352) [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) - Upgrade profilecard to the latest major version of emotion
201
213
 
202
214
  ## 18.1.0
203
215
 
204
216
  ### Minor Changes
205
217
 
206
- - [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow option to force team profilecard to use pf-directory
218
+ - [#28343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28343) [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow option to force team profilecard to use pf-directory
207
219
 
208
220
  ## 18.0.2
209
221
 
@@ -221,7 +233,7 @@
221
233
 
222
234
  ### Major Changes
223
235
 
224
- - [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch from styled-components to emotion for CSS
236
+ - [#27453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27453) [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch from styled-components to emotion for CSS
225
237
 
226
238
  ## 17.3.1
227
239
 
@@ -233,13 +245,13 @@
233
245
 
234
246
  ### Minor Changes
235
247
 
236
- - [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux] Don't shift focus when triggering user or team profilecard via hover
248
+ - [#27395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27395) [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux] Don't shift focus when triggering user or team profilecard via hover
237
249
 
238
250
  ## 17.2.7
239
251
 
240
252
  ### Patch Changes
241
253
 
242
- - [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) - Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for SLO failure
254
+ - [#27626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27626) [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) - Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for SLO failure
243
255
 
244
256
  ## 17.2.6
245
257
 
@@ -251,13 +263,13 @@
251
263
 
252
264
  ### Patch Changes
253
265
 
254
- - [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle both new and legacy Team ARIs
266
+ - [#26483](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26483) [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle both new and legacy Team ARIs
255
267
 
256
268
  ## 17.2.4
257
269
 
258
270
  ### Patch Changes
259
271
 
260
- - [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux] Removed ButtonGroup from team profile card to fix the layout of action buttons
272
+ - [#26481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26481) [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux] Removed ButtonGroup from team profile card to fix the layout of action buttons
261
273
 
262
274
  ## 17.2.3
263
275
 
@@ -269,19 +281,19 @@
269
281
 
270
282
  ### Patch Changes
271
283
 
272
- - [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) - no-issue: Translations update
284
+ - [#23053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23053) [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) - no-issue: Translations update
273
285
 
274
286
  ## 17.2.1
275
287
 
276
288
  ### Patch Changes
277
289
 
278
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
290
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
279
291
 
280
292
  ## 17.2.0
281
293
 
282
294
  ### Minor Changes
283
295
 
284
- - [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add mock for team central client workspace check
296
+ - [#25271](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25271) [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add mock for team central client workspace check
285
297
 
286
298
  ## 17.1.1
287
299
 
@@ -293,31 +305,31 @@
293
305
 
294
306
  ### Minor Changes
295
307
 
296
- - [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add cloudid as optional client prop and add workspace check for Atlas functionality
308
+ - [#24175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24175) [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add cloudid as optional client prop and add workspace check for Atlas functionality
297
309
 
298
310
  ## 17.0.0
299
311
 
300
312
  ### Major Changes
301
313
 
302
- - [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) - Deprecated the analytics prop and start emitting GASv3 analytics
314
+ - [#23125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23125) [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) - Deprecated the analytics prop and start emitting GASv3 analytics
303
315
 
304
316
  ## 16.12.1
305
317
 
306
318
  ### Patch Changes
307
319
 
308
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
320
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
309
321
 
310
322
  ## 16.12.0
311
323
 
312
324
  ### Minor Changes
313
325
 
314
- - [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux] Only show give kudos button on active profiles
326
+ - [#23898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23898) [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux] Only show give kudos button on active profiles
315
327
 
316
328
  ## 16.11.0
317
329
 
318
330
  ### Minor Changes
319
331
 
320
- - [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass event to onOpenChange consistently
332
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass event to onOpenChange consistently
321
333
 
322
334
  ### Patch Changes
323
335
 
@@ -333,7 +345,7 @@
333
345
 
334
346
  ### Minor Changes
335
347
 
336
- - [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove analytics prop from give kudos component
348
+ - [#23074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23074) [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove analytics prop from give kudos component
337
349
 
338
350
  ### Patch Changes
339
351
 
@@ -349,37 +361,37 @@
349
361
 
350
362
  ### Minor Changes
351
363
 
352
- - [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux] Add give kudos to Team profile card.
364
+ - [#22749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22749) [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux] Add give kudos to Team profile card.
353
365
 
354
366
  ## 16.8.0
355
367
 
356
368
  ### Minor Changes
357
369
 
358
- - [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux] Adding a button background animation when the give kudos button on the profile card is hovered over
370
+ - [#22618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22618) [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux] Adding a button background animation when the give kudos button on the profile card is hovered over
359
371
 
360
372
  ## 16.7.0
361
373
 
362
374
  ### Minor Changes
363
375
 
364
- - [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux] Adding meatballs overflow menu when the profile card has more than two action buttons
376
+ - [#22588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22588) [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux] Adding meatballs overflow menu when the profile card has more than two action buttons
365
377
 
366
378
  ## 16.6.1
367
379
 
368
380
  ### Patch Changes
369
381
 
370
- - [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made feature flag check extra context optional.
382
+ - [#22624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22624) [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made feature flag check extra context optional.
371
383
 
372
384
  ## 16.6.0
373
385
 
374
386
  ### Minor Changes
375
387
 
376
- - [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux] Launch the give kudos flow via a drawer from the profile-card.
388
+ - [#22152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22152) [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux] Launch the give kudos flow via a drawer from the profile-card.
377
389
 
378
390
  ## 16.5.0
379
391
 
380
392
  ### Minor Changes
381
393
 
382
- - [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux] Adding give kudos button to the profile card
394
+ - [#21848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21848) [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux] Adding give kudos button to the profile card
383
395
 
384
396
  ## 16.4.8
385
397
 
@@ -397,25 +409,25 @@
397
409
 
398
410
  ### Patch Changes
399
411
 
400
- - [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux] Fix hide handler when the profile card is triggered via click
412
+ - [#21462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21462) [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux] Fix hide handler when the profile card is triggered via click
401
413
 
402
414
  ## 16.4.5
403
415
 
404
416
  ### Patch Changes
405
417
 
406
- - [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter out certain types of failures for team profilecard data fetch
418
+ - [#20787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20787) [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter out certain types of failures for team profilecard data fetch
407
419
 
408
420
  ## 16.4.4
409
421
 
410
422
  ### Patch Changes
411
423
 
412
- - [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
424
+ - [#21005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21005) [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
413
425
 
414
426
  ## 16.4.3
415
427
 
416
428
  ### Patch Changes
417
429
 
418
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
430
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
419
431
  - Updated dependencies
420
432
 
421
433
  ## 16.4.2
@@ -428,14 +440,14 @@
428
440
 
429
441
  ### Patch Changes
430
442
 
431
- - [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
443
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
432
444
  - Updated dependencies
433
445
 
434
446
  ## 16.4.0
435
447
 
436
448
  ### Minor Changes
437
449
 
438
- - [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update profilecard to use analytics from teams common
450
+ - [#19693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19693) [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update profilecard to use analytics from teams common
439
451
 
440
452
  ## 16.3.1
441
453
 
@@ -447,19 +459,19 @@
447
459
 
448
460
  ### Minor Changes
449
461
 
450
- - [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add option to query teams with AGG
462
+ - [#17604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17604) [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add option to query teams with AGG
451
463
 
452
464
  ## 16.2.3
453
465
 
454
466
  ### Patch Changes
455
467
 
456
- - [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use entrypoints to import profilecard components
468
+ - [#18109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18109) [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use entrypoints to import profilecard components
457
469
 
458
470
  ## 16.2.2
459
471
 
460
472
  ### Patch Changes
461
473
 
462
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
474
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
463
475
  - Updated dependencies
464
476
 
465
477
  ## 16.2.1
@@ -472,31 +484,31 @@
472
484
 
473
485
  ### Minor Changes
474
486
 
475
- - [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) - Support lazy loading in the ProfileCardTrigger component
487
+ - [#17840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17840) [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) - Support lazy loading in the ProfileCardTrigger component
476
488
 
477
489
  ## 16.1.0
478
490
 
479
491
  ### Minor Changes
480
492
 
481
- - [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added manager and direct reports section to profile hover card"
493
+ - [#17298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17298) [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added manager and direct reports section to profile hover card"
482
494
 
483
495
  ## 16.0.2
484
496
 
485
497
  ### Patch Changes
486
498
 
487
- - [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
499
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
488
500
 
489
501
  ## 16.0.1
490
502
 
491
503
  ### Patch Changes
492
504
 
493
- - [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add optional `testId` prop to `ProfileCardTrigger` to ease testing
505
+ - [#16812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16812) [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add optional `testId` prop to `ProfileCardTrigger` to ease testing
494
506
 
495
507
  ## 16.0.0
496
508
 
497
509
  ### Major Changes
498
510
 
499
- - [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
511
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
500
512
 
501
513
  What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
502
514
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -550,7 +562,7 @@
550
562
 
551
563
  ### Minor Changes
552
564
 
553
- - [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux] Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
565
+ - [#15859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15859) [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux] Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
554
566
 
555
567
  New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
556
568
  These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
@@ -559,38 +571,38 @@
559
571
 
560
572
  ### Patch Changes
561
573
 
562
- - [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose some mock helpers
574
+ - [#15267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15267) [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose some mock helpers
563
575
 
564
576
  ## 15.7.0
565
577
 
566
578
  ### Minor Changes
567
579
 
568
- - [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export team profile card content to outside so we can use it to build legacy profile card in Jira FE
580
+ - [#15165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15165) [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export team profile card content to outside so we can use it to build legacy profile card in Jira FE
569
581
 
570
582
  ## 15.6.2
571
583
 
572
584
  ### Patch Changes
573
585
 
574
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
586
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
575
587
  - Updated dependencies
576
588
 
577
589
  ## 15.6.1
578
590
 
579
591
  ### Patch Changes
580
592
 
581
- - [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring `withOuterListeners` HOC back so that Jira can continue use it
593
+ - [#14411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14411) [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring `withOuterListeners` HOC back so that Jira can continue use it
582
594
 
583
595
  ## 15.6.0
584
596
 
585
597
  ### Minor Changes
586
598
 
587
- - [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass orgId on to service when querying team
599
+ - [#13464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13464) [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass orgId on to service when querying team
588
600
 
589
601
  ## 15.5.12
590
602
 
591
603
  ### Patch Changes
592
604
 
593
- - [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
605
+ - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136) [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
594
606
  - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
595
607
  - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
596
608
 
@@ -604,13 +616,13 @@
604
616
 
605
617
  ### Patch Changes
606
618
 
607
- - [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
619
+ - [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328) [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade date-fns to ^2.17
608
620
 
609
621
  ## 15.5.9
610
622
 
611
623
  ### Patch Changes
612
624
 
613
- - [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a bug - should re-render ProfileCard when "resourceClient" prop is changed
625
+ - [#11951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11951) [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a bug - should re-render ProfileCard when "resourceClient" prop is changed
614
626
 
615
627
  ## 15.5.8
616
628
 
@@ -622,37 +634,37 @@
622
634
 
623
635
  ### Patch Changes
624
636
 
625
- - [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix the behavior of command click and shift click on links
637
+ - [#10514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10514) [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix the behavior of command click and shift click on links
626
638
 
627
639
  ## 15.5.6
628
640
 
629
641
  ### Patch Changes
630
642
 
631
- - [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added error attributes to analytics after failures so we can track issue causes
643
+ - [#10136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10136) [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added error attributes to analytics after failures so we can track issue causes
632
644
 
633
645
  ## 15.5.5
634
646
 
635
647
  ### Patch Changes
636
648
 
637
- - [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix the props to allow better customization of links on avatars in team profilecards.
649
+ - [#9558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9558) [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix the props to allow better customization of links on avatars in team profilecards.
638
650
 
639
651
  ## 15.5.4
640
652
 
641
653
  ### Patch Changes
642
654
 
643
- - [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) - CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript will allow custom UserProfileClients to add custom lozenges to the ProfileCard
655
+ - [#9460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9460) [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) - CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript will allow custom UserProfileClients to add custom lozenges to the ProfileCard
644
656
 
645
657
  ## 15.5.3
646
658
 
647
659
  ### Patch Changes
648
660
 
649
- - [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
661
+ - [#9307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9307) [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
650
662
 
651
663
  ## 15.5.2
652
664
 
653
665
  ### Patch Changes
654
666
 
655
- - [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
667
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299) [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) - Downgrade back to date-fns 1.30.1
656
668
  We discovered big bundle size increases associated with the date-fns upgrade.
657
669
  We're reverting the upgarde to investigate
658
670
 
@@ -660,121 +672,121 @@
660
672
 
661
673
  ### Patch Changes
662
674
 
663
- - [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
675
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291) [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade date-fns to 2.17
664
676
 
665
677
  ## 15.5.0
666
678
 
667
679
  ### Minor Changes
668
680
 
669
- - [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) - Changed ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow internationalized <FormattedMessage> elements in addition to string
681
+ - [#9165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9165) [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) - Changed ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow internationalized <FormattedMessage> elements in addition to string
670
682
 
671
683
  ## 15.4.0
672
684
 
673
685
  ### Minor Changes
674
686
 
675
- - [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made cloudId optional, to increase usability in site-less contexts like new products.
687
+ - [#8973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8973) [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made cloudId optional, to increase usability in site-less contexts like new products.
676
688
 
677
689
  ## 15.3.1
678
690
 
679
691
  ### Patch Changes
680
692
 
681
- - [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux] Correct styling on Profile Card triggers
693
+ - [#9010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9010) [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux] Correct styling on Profile Card triggers
682
694
 
683
695
  ## 15.3.0
684
696
 
685
697
  ### Minor Changes
686
698
 
687
- - [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux] Added an optional prop to the Profilecard component for displaying custom lozenges
699
+ - [#8759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8759) [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux] Added an optional prop to the Profilecard component for displaying custom lozenges
688
700
 
689
701
  ## 15.2.0
690
702
 
691
703
  ### Minor Changes
692
704
 
693
- - [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added analytics to the Team profile card
705
+ - [#8844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8844) [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added analytics to the Team profile card
694
706
 
695
707
  ## 15.1.3
696
708
 
697
709
  ### Patch Changes
698
710
 
699
- - [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux] Fix zIndex for profile card and team profile card
711
+ - [#8566](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8566) [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux] Fix zIndex for profile card and team profile card
700
712
 
701
713
  ## 15.1.2
702
714
 
703
715
  ### Patch Changes
704
716
 
705
- - [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux] Enabled translations for team profile card messages
717
+ - [#8383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8383) [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux] Enabled translations for team profile card messages
706
718
 
707
719
  ## 15.1.1
708
720
 
709
721
  ### Patch Changes
710
722
 
711
- - [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux] Enable propagating onClick handlers to the Avatar Group
723
+ - [#8354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8354) [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux] Enable propagating onClick handlers to the Avatar Group
712
724
 
713
725
  ## 15.1.0
714
726
 
715
727
  ### Minor Changes
716
728
 
717
- - [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) - Introduce lazy loading for the team profile card
729
+ - [#8289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8289) [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) - Introduce lazy loading for the team profile card
718
730
 
719
731
  ## 15.0.2
720
732
 
721
733
  ### Patch Changes
722
734
 
723
- - [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux] Default to showing shadow around user profile cards
735
+ - [#8305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8305) [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux] Default to showing shadow around user profile cards
724
736
 
725
737
  ## 15.0.1
726
738
 
727
739
  ### Patch Changes
728
740
 
729
- - [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux] Position the header image on team profile cards correctly
741
+ - [#8295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8295) [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux] Position the header image on team profile cards correctly
730
742
 
731
743
  ## 15.0.0
732
744
 
733
745
  ### Major Changes
734
746
 
735
- - [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) - Introduced entrypoints to the profilecard package.
747
+ - [#8235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8235) [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) - Introduced entrypoints to the profilecard package.
736
748
 
737
749
  ## 14.3.1
738
750
 
739
751
  ### Patch Changes
740
752
 
741
- - [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux] Simplified the CSS being used and added improved testing
753
+ - [#8082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8082) [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux] Simplified the CSS being used and added improved testing
742
754
 
743
755
  ## 14.3.0
744
756
 
745
757
  ### Minor Changes
746
758
 
747
- - [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
759
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
748
760
 
749
761
  ## 14.2.0
750
762
 
751
763
  ### Minor Changes
752
764
 
753
- - [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux] Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
765
+ - [#7829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7829) [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux] Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
754
766
 
755
767
  ## 14.1.0
756
768
 
757
769
  ### Minor Changes
758
770
 
759
- - [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux] Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and remove/simplify unneeded code.
771
+ - [#7637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7637) [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux] Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and remove/simplify unneeded code.
760
772
 
761
773
  ## 14.0.2
762
774
 
763
775
  ### Patch Changes
764
776
 
765
- - [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added customisation to the new Team Profilecard examples.
777
+ - [#7625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7625) [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added customisation to the new Team Profilecard examples.
766
778
 
767
779
  ## 14.0.1
768
780
 
769
781
  ### Patch Changes
770
782
 
771
- - [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export the TeamProfileCardTrigger
783
+ - [#7600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7600) [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export the TeamProfileCardTrigger
772
784
 
773
785
  ## 14.0.0
774
786
 
775
787
  ### Major Changes
776
788
 
777
- - [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux] WARNING: This major release exists for testing purposes only. Avoid using this version as it contains some duplicated dependencies that will be improved in future when the next release is ready for use.
789
+ - [#7320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7320) [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux] WARNING: This major release exists for testing purposes only. Avoid using this version as it contains some duplicated dependencies that will be improved in future when the next release is ready for use.
778
790
 
779
791
  Introduced a new profile card type: the Team profile card. To support this new type, some changes have been made to the profile client structure to allow code reuse for managing both team and user profile card data collection.
780
792
 
@@ -782,7 +794,7 @@
782
794
 
783
795
  ### Patch Changes
784
796
 
785
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
797
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
786
798
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
787
799
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
788
800
 
@@ -802,7 +814,7 @@
802
814
 
803
815
  ### Patch Changes
804
816
 
805
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
817
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
806
818
 
807
819
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
808
820
  to prevent duplicates of tslib being bundled.
@@ -811,14 +823,14 @@
811
823
 
812
824
  ### Patch Changes
813
825
 
814
- - [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
826
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
815
827
  - Updated dependencies
816
828
 
817
829
  ## 13.0.2
818
830
 
819
831
  ### Patch Changes
820
832
 
821
- - [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
833
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
822
834
 
823
835
  ## 13.0.1
824
836
 
@@ -830,7 +842,7 @@
830
842
 
831
843
  ### Major Changes
832
844
 
833
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
845
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
834
846
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
835
847
 
836
848
  ### Patch Changes
@@ -847,19 +859,19 @@
847
859
 
848
860
  ### Patch Changes
849
861
 
850
- - [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
862
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
851
863
 
852
864
  ## 12.4.2
853
865
 
854
866
  ### Patch Changes
855
867
 
856
- - [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
868
+ - [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891) [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all the theme imports to something tree-shakable
857
869
 
858
870
  ## 12.4.1
859
871
 
860
872
  ### Patch Changes
861
873
 
862
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
874
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
863
875
  - [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to use the latest and more performant version of `@atlaskit/avatar`
864
876
  - Updated dependencies
865
877