@atlaskit/profilecard 19.14.0 → 19.15.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 (42) hide show
  1. package/CHANGELOG.md +1141 -1124
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/compass.yml +0 -2
  4. package/dist/cjs/client/ProfileCardClient.js +7 -0
  5. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  6. package/dist/cjs/components/Team/TeamProfileCardTrigger.js +2 -6
  7. package/dist/cjs/components/User/ProfileCardDetails.js +1 -1
  8. package/dist/cjs/components/User/ProfileCardTrigger.js +2 -6
  9. package/dist/cjs/styled/Card.js +42 -42
  10. package/dist/cjs/styled/Error.js +9 -5
  11. package/dist/cjs/styled/ReportingLines.js +8 -5
  12. package/dist/cjs/styled/TeamCard.js +21 -16
  13. package/dist/cjs/util/analytics.js +1 -1
  14. package/dist/es2019/client/ProfileCardClient.js +7 -0
  15. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  16. package/dist/es2019/components/Team/TeamProfileCardTrigger.js +2 -6
  17. package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
  18. package/dist/es2019/components/User/ProfileCardTrigger.js +2 -6
  19. package/dist/es2019/styled/Card.js +207 -208
  20. package/dist/es2019/styled/Error.js +9 -5
  21. package/dist/es2019/styled/ReportingLines.js +8 -5
  22. package/dist/es2019/styled/TeamCard.js +27 -22
  23. package/dist/es2019/util/analytics.js +1 -1
  24. package/dist/esm/client/ProfileCardClient.js +7 -0
  25. package/dist/esm/client/getTeamFromAGG.js +1 -1
  26. package/dist/esm/components/Team/TeamProfileCardTrigger.js +2 -6
  27. package/dist/esm/components/User/ProfileCardDetails.js +1 -1
  28. package/dist/esm/components/User/ProfileCardTrigger.js +2 -6
  29. package/dist/esm/styled/Card.js +42 -42
  30. package/dist/esm/styled/Error.js +9 -5
  31. package/dist/esm/styled/ReportingLines.js +8 -5
  32. package/dist/esm/styled/TeamCard.js +21 -16
  33. package/dist/esm/util/analytics.js +1 -1
  34. package/dist/types/index.d.ts +1 -1
  35. package/dist/types/types.d.ts +83 -89
  36. package/dist/types-ts4.5/index.d.ts +1 -1
  37. package/dist/types-ts4.5/types.d.ts +83 -89
  38. package/docs/0-intro.tsx +13 -18
  39. package/docs/1-profilecard-trigger.tsx +13 -19
  40. package/docs/2-team-profilecard.tsx +26 -32
  41. package/package.json +119 -117
  42. package/report.api.md +457 -496
package/CHANGELOG.md CHANGED
@@ -1,2320 +1,2337 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#111727](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111727)
8
+ [`1a3782b867ff9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a3782b867ff9) -
9
+ Removed displayConfig prop
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 19.14.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#110767](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110767)
20
+ [`c61ae33311e2e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c61ae33311e2e) -
21
+ PTC-9295 adopt isFedramp, and disable tc client if fedramp
22
+
3
23
  ## 19.14.0
4
24
 
5
25
  ### Minor Changes
6
26
 
7
- - [#102379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102379)
8
- [`d8643ec13c0c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8643ec13c0c) -
9
- Added displayConfig prop, it has showKudos to control whether to show kudos.
27
+ - [#102379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102379)
28
+ [`d8643ec13c0c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8643ec13c0c) -
29
+ Added displayConfig prop, it has showKudos to control whether to show kudos.
10
30
 
11
31
  ## 19.13.0
12
32
 
13
33
  ### Minor Changes
14
34
 
15
- - [#99727](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99727)
16
- [`80b09c8a9a96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/80b09c8a9a96) -
17
- hot-109153 Revert the changes PR#98596
35
+ - [#99727](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99727)
36
+ [`80b09c8a9a96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/80b09c8a9a96) -
37
+ hot-109153 Revert the changes PR#98596
18
38
 
19
39
  ## 19.12.0
20
40
 
21
41
  ### Minor Changes
22
42
 
23
- - [#98596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98596)
24
- [`73481a25ddad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73481a25ddad) -
25
- ECA11Y-189 Fix profile card reading order
43
+ - [#98596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98596)
44
+ [`73481a25ddad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73481a25ddad) -
45
+ ECA11Y-189 Fix profile card reading order
26
46
 
27
47
  ### Patch Changes
28
48
 
29
- - Updated dependencies
49
+ - Updated dependencies
30
50
 
31
51
  ## 19.11.8
32
52
 
33
53
  ### Patch Changes
34
54
 
35
- - [#90449](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90449)
36
- [`16cfcaa2c2dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16cfcaa2c2dd) -
37
- Clean up trigger FF
55
+ - [#90449](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90449)
56
+ [`16cfcaa2c2dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16cfcaa2c2dd) -
57
+ Clean up trigger FF
38
58
 
39
59
  ## 19.11.7
40
60
 
41
61
  ### Patch Changes
42
62
 
43
- - [#94338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94338)
44
- [`4da2886fcb36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4da2886fcb36) -
45
- JCA11Y-1390 Fix Non-modal dialog programmatically identified issue, add role and aria-labelledby
46
- to profilecard wrapper
63
+ - [#94338](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94338)
64
+ [`4da2886fcb36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4da2886fcb36) -
65
+ JCA11Y-1390 Fix Non-modal dialog programmatically identified issue, add role and aria-labelledby
66
+ to profilecard wrapper
47
67
 
48
68
  ## 19.11.6
49
69
 
50
70
  ### Patch Changes
51
71
 
52
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
53
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
54
- Migrated to the new button component
72
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
73
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
74
+ Migrated to the new button component
55
75
 
56
76
  ## 19.11.5
57
77
 
58
78
  ### Patch Changes
59
79
 
60
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
61
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
62
- Upgrade Typescript from `4.9.5` to `5.4.2`
80
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
81
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
82
+ Upgrade Typescript from `4.9.5` to `5.4.2`
63
83
 
64
84
  ## 19.11.4
65
85
 
66
86
  ### Patch Changes
67
87
 
68
- - [#77847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77847)
69
- [`7caee7ccfcc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7caee7ccfcc8) -
70
- updating these packages with the latest team-central dependencies
88
+ - [#77847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77847)
89
+ [`7caee7ccfcc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7caee7ccfcc8) -
90
+ updating these packages with the latest team-central dependencies
71
91
 
72
92
  ## 19.11.3
73
93
 
74
94
  ### Patch Changes
75
95
 
76
- - [#74684](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74684)
77
- [`077c9034fc89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/077c9034fc89) -
78
- Pass fullName as ariaLabel to ProfileCardTrigger props'
96
+ - [#74684](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74684)
97
+ [`077c9034fc89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/077c9034fc89) -
98
+ Pass fullName as ariaLabel to ProfileCardTrigger props'
79
99
 
80
100
  ## 19.11.2
81
101
 
82
102
  ### Patch Changes
83
103
 
84
- - [#74811](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74811)
85
- [`c30aee2e855c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c30aee2e855c) -
86
- PTC-8751 enforce space token usage in profilecard
87
- - Updated dependencies
104
+ - [#74811](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74811)
105
+ [`c30aee2e855c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c30aee2e855c) -
106
+ PTC-8751 enforce space token usage in profilecard
107
+ - Updated dependencies
88
108
 
89
109
  ## 19.11.1
90
110
 
91
111
  ### Patch Changes
92
112
 
93
- - [#73706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73706)
94
- [`3a5408573683`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a5408573683) -
95
- Fix bug causing profilecard to disappear early in some circumstances
113
+ - [#73706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73706)
114
+ [`3a5408573683`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a5408573683) -
115
+ Fix bug causing profilecard to disappear early in some circumstances
96
116
 
97
117
  ## 19.11.0
98
118
 
99
119
  ### Minor Changes
100
120
 
101
- - [#72021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72021)
102
- [`bfb147303ac8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfb147303ac8) -
103
- Pass fullName props to ProfileCardTrigger, and update aria-label message
121
+ - [#72021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72021)
122
+ [`bfb147303ac8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfb147303ac8) -
123
+ Pass fullName props to ProfileCardTrigger, and update aria-label message
104
124
 
105
125
  ### Patch Changes
106
126
 
107
- - Updated dependencies
127
+ - Updated dependencies
108
128
 
109
129
  ## 19.10.0
110
130
 
111
131
  ### Minor Changes
112
132
 
113
- - [#71508](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71508)
114
- [`e6125d2215ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6125d2215ef) -
115
- Added accountType prop
133
+ - [#71508](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71508)
134
+ [`e6125d2215ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6125d2215ef) -
135
+ Added accountType prop
116
136
 
117
137
  ## 19.9.0
118
138
 
119
139
  ### Minor Changes
120
140
 
121
- - [#70817](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70817)
122
- [`bc59c17947b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc59c17947b6) -
123
- Add focus to view profile button when Profile card display
141
+ - [#70817](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70817)
142
+ [`bc59c17947b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc59c17947b6) -
143
+ Add focus to view profile button when Profile card display
124
144
 
125
145
  ### Patch Changes
126
146
 
127
- - Updated dependencies
147
+ - Updated dependencies
128
148
 
129
149
  ## 19.8.0
130
150
 
131
151
  ### Minor Changes
132
152
 
133
- - [#68345](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68345)
134
- [`c769c4488d20`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c769c4488d20) -
135
- Add aria label to trigger & add ProfilecardTriggerNext
153
+ - [#68345](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68345)
154
+ [`c769c4488d20`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c769c4488d20) -
155
+ Add aria label to trigger & add ProfilecardTriggerNext
136
156
 
137
157
  ### Patch Changes
138
158
 
139
- - Updated dependencies
159
+ - Updated dependencies
140
160
 
141
161
  ## 19.7.15
142
162
 
143
163
  ### Patch Changes
144
164
 
145
- - [#67206](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67206)
146
- [`277421c217ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/277421c217ae) -
147
- PTC-8511 ENGHEALTH-5595 fix deprecated token
165
+ - [#67206](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67206)
166
+ [`277421c217ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/277421c217ae) -
167
+ PTC-8511 ENGHEALTH-5595 fix deprecated token
148
168
 
149
169
  ## 19.7.14
150
170
 
151
171
  ### Patch Changes
152
172
 
153
- - [#66217](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66217)
154
- [`60bb0cdab810`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60bb0cdab810) -
155
- Without providing button attribute in the hover state, it won't trigger by keyboard. That's why,
156
- we are providing button behavior as default to profilecard component.
157
- - Updated dependencies
173
+ - [#66217](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66217)
174
+ [`60bb0cdab810`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60bb0cdab810) -
175
+ Without providing button attribute in the hover state, it won't trigger by keyboard. That's why,
176
+ we are providing button behavior as default to profilecard component.
177
+ - Updated dependencies
158
178
 
159
179
  ## 19.7.13
160
180
 
161
181
  ### Patch Changes
162
182
 
163
- - [#64872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64872)
164
- [`146b7db2c017`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/146b7db2c017) -
165
- No changes, as far as I know
183
+ - [#64872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64872)
184
+ [`146b7db2c017`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/146b7db2c017) -
185
+ No changes, as far as I know
166
186
 
167
187
  ## 19.7.12
168
188
 
169
189
  ### Patch Changes
170
190
 
171
- - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
172
- [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
173
- ED-21609 Update adf-schema to 35.3.0
191
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
192
+ [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
193
+ ED-21609 Update adf-schema to 35.3.0
174
194
 
175
195
  ## 19.7.11
176
196
 
177
197
  ### Patch Changes
178
198
 
179
- - [#64821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64821)
180
- [`64e3db3a22e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64e3db3a22e4) -
181
- Remove SST feature flag
182
- - Updated dependencies
199
+ - [#64821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64821)
200
+ [`64e3db3a22e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64e3db3a22e4) -
201
+ Remove SST feature flag
202
+ - Updated dependencies
183
203
 
184
204
  ## 19.7.10
185
205
 
186
206
  ### Patch Changes
187
207
 
188
- - [#63681](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63681)
189
- [`0a62538b713e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a62538b713e) -
190
- role attribute updated for profile card. Previously we are not providing any role attribute for
191
- hover state. Now, we are providing dialog as role since it will open popup and show user's
192
- detail in popup. Also atlaskit component that we used for openning popup is providing popup aria
193
- attributes so just providing dialog is enough to pass a11y checks.
208
+ - [#63681](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63681)
209
+ [`0a62538b713e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a62538b713e) -
210
+ role attribute updated for profile card. Previously we are not providing any role attribute for
211
+ hover state. Now, we are providing dialog as role since it will open popup and show user's detail
212
+ in popup. Also atlaskit component that we used for openning popup is providing popup aria
213
+ attributes so just providing dialog is enough to pass a11y checks.
194
214
 
195
215
  ## 19.7.9
196
216
 
197
217
  ### Patch Changes
198
218
 
199
- - [#62980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62980)
200
- [`d85be9b35a7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d85be9b35a7b) -
201
- [ux] PTC-8115 add tooltip to the team name in team profile card
219
+ - [#62980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62980)
220
+ [`d85be9b35a7b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d85be9b35a7b) -
221
+ [ux] PTC-8115 add tooltip to the team name in team profile card
202
222
 
203
223
  ## 19.7.8
204
224
 
205
225
  ### Patch Changes
206
226
 
207
- - Updated dependencies
227
+ - Updated dependencies
208
228
 
209
229
  ## 19.7.7
210
230
 
211
231
  ### Patch Changes
212
232
 
213
- - [#57499](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57499)
214
- [`d66fad636c89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d66fad636c89) -
215
- Remove legacy theming logic (e.g. themed(), AtlaskitThemeProvider, etc) from platform packages.
216
- Theming is available via the new design token-based system.
233
+ - [#57499](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57499)
234
+ [`d66fad636c89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d66fad636c89) -
235
+ Remove legacy theming logic (e.g. themed(), AtlaskitThemeProvider, etc) from platform packages.
236
+ Theming is available via the new design token-based system.
217
237
 
218
238
  ## 19.7.6
219
239
 
220
240
  ### Patch Changes
221
241
 
222
- - [#43874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43874)
223
- [`71d228970ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71d228970ef) - Enrol
224
- packages to push model in JFE
242
+ - [#43874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43874)
243
+ [`71d228970ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71d228970ef) - Enrol
244
+ packages to push model in JFE
225
245
 
226
246
  ## 19.7.5
227
247
 
228
248
  ### Patch Changes
229
249
 
230
- - Updated dependencies
250
+ - Updated dependencies
231
251
 
232
252
  ## 19.7.4
233
253
 
234
254
  ### Patch Changes
235
255
 
236
- - Updated dependencies
256
+ - Updated dependencies
237
257
 
238
258
  ## 19.7.3
239
259
 
240
260
  ### Patch Changes
241
261
 
242
- - [#42285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42285)
243
- [`e9af0f05581`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9af0f05581) - [ux]
244
- PTC-8007 remove on focus handler to fix a11y issue for screen reader users
262
+ - [#42285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42285)
263
+ [`e9af0f05581`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9af0f05581) - [ux]
264
+ PTC-8007 remove on focus handler to fix a11y issue for screen reader users
245
265
 
246
266
  ## 19.7.2
247
267
 
248
268
  ### Patch Changes
249
269
 
250
- - [#41882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41882)
251
- [`54e68dcc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54e68dcc7da) - Pass
252
- en-US as default locale
270
+ - [#41882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41882)
271
+ [`54e68dcc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54e68dcc7da) - Pass
272
+ en-US as default locale
253
273
 
254
274
  ## 19.7.1
255
275
 
256
276
  ### Patch Changes
257
277
 
258
- - [#41768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41768)
259
- [`fe2e31821db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe2e31821db) - Dont
260
- fail SLO on IdentityUserNotFoundError
278
+ - [#41768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41768)
279
+ [`fe2e31821db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe2e31821db) - Dont
280
+ fail SLO on IdentityUserNotFoundError
261
281
 
262
282
  ## 19.7.0
263
283
 
264
284
  ### Minor Changes
265
285
 
266
- - [#41507](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41507)
267
- [`211ff35c18f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/211ff35c18f) -
268
- Handling of Jira custom client wrapping profile errors
286
+ - [#41507](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41507)
287
+ [`211ff35c18f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/211ff35c18f) - Handling
288
+ of Jira custom client wrapping profile errors
269
289
 
270
290
  ## 19.6.1
271
291
 
272
292
  ### Patch Changes
273
293
 
274
- - Updated dependencies
294
+ - Updated dependencies
275
295
 
276
296
  ## 19.6.0
277
297
 
278
298
  ### Minor Changes
279
299
 
280
- - [#41158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41158)
281
- [`573b0c53f09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/573b0c53f09) - [ux]
282
- Replaced h5 to h3
300
+ - [#41158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41158)
301
+ [`573b0c53f09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/573b0c53f09) - [ux]
302
+ Replaced h5 to h3
283
303
 
284
304
  ## 19.5.14
285
305
 
286
306
  ### Patch Changes
287
307
 
288
- - [#41283](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41283)
289
- [`4eb4f881efa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4eb4f881efa) - fix
290
- strict typescript errors
308
+ - [#41283](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41283)
309
+ [`4eb4f881efa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4eb4f881efa) - fix
310
+ strict typescript errors
291
311
 
292
312
  ## 19.5.13
293
313
 
294
314
  ### Patch Changes
295
315
 
296
- - [#41140](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41140)
297
- [`e54969bc4d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54969bc4d1) -
298
- PTC-7540 as a PIR, add unit tests for graphql queries
316
+ - [#41140](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41140)
317
+ [`e54969bc4d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54969bc4d1) - PTC-7540
318
+ as a PIR, add unit tests for graphql queries
299
319
 
300
320
  ## 19.5.12
301
321
 
302
322
  ### Patch Changes
303
323
 
304
- - [#41012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41012)
305
- [`99707f3ab56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99707f3ab56) - Fix
306
- destructing Directory error
324
+ - [#41012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41012)
325
+ [`99707f3ab56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99707f3ab56) - Fix
326
+ destructing Directory error
307
327
 
308
328
  ## 19.5.11
309
329
 
310
330
  ### Patch Changes
311
331
 
312
- - [#40822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40822)
313
- [`179ee5ba573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/179ee5ba573) - Better
314
- handling of errors
332
+ - [#40822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40822)
333
+ [`179ee5ba573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/179ee5ba573) - Better
334
+ handling of errors
315
335
 
316
336
  ## 19.5.10
317
337
 
318
338
  ### Patch Changes
319
339
 
320
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
321
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
322
- Internal changes to use space tokens. There is no expected visual or behaviour change.
340
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
341
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
342
+ changes to use space tokens. There is no expected visual or behaviour change.
323
343
 
324
344
  ## 19.5.9
325
345
 
326
346
  ### Patch Changes
327
347
 
328
- - [#39562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39562)
329
- [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux]
330
- [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
331
- - [#39559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39559)
332
- [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux]
333
- [ECA11Y-34] Replaced profile name span element with h2 tag
348
+ - [#39562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39562)
349
+ [`c18f1580f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c18f1580f12) - [ux]
350
+ [ECA11Y-33] Remove unncessary prefix from mention icons aria-label attribute
351
+ - [#39559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39559)
352
+ [`e9c9a4ea79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9c9a4ea79f) - [ux]
353
+ [ECA11Y-34] Replaced profile name span element with h2 tag
334
354
 
335
355
  ## 19.5.8
336
356
 
337
357
  ### Patch Changes
338
358
 
339
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
340
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
341
- version.json
342
- - Updated dependencies
359
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
360
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
361
+ version.json
362
+ - Updated dependencies
343
363
 
344
364
  ## 19.5.7
345
365
 
346
366
  ### Patch Changes
347
367
 
348
- - [#37372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37372)
349
- [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) -
350
- [ECA11Y-13] Make focus ring visible for 'Give kudos' button
351
- - Updated dependencies
368
+ - [#37372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37372)
369
+ [`834a98bdc7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/834a98bdc7b) -
370
+ [ECA11Y-13] Make focus ring visible for 'Give kudos' button
371
+ - Updated dependencies
352
372
 
353
373
  ## 19.5.6
354
374
 
355
375
  ### Patch Changes
356
376
 
357
- - [#38551](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38551)
358
- [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) -
359
- Cleanup the references to version.json
377
+ - [#38551](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38551)
378
+ [`3ef90d5fc2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef90d5fc2f) - Cleanup
379
+ the references to version.json
360
380
 
361
381
  ## 19.5.5
362
382
 
363
383
  ### Patch Changes
364
384
 
365
- - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
366
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
367
- injected env vars instead of version.json
385
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
386
+ [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
387
+ injected env vars instead of version.json
368
388
 
369
389
  ## 19.5.4
370
390
 
371
391
  ### Patch Changes
372
392
 
373
- - [#38237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38237)
374
- [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix
375
- for incorrect GraphQL query variable in team card
393
+ - [#38237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38237)
394
+ [`cc13658d9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc13658d9b4) - Fix for
395
+ incorrect GraphQL query variable in team card
376
396
 
377
397
  ## 19.5.3
378
398
 
379
399
  ### Patch Changes
380
400
 
381
- - Updated dependencies
401
+ - Updated dependencies
382
402
 
383
403
  ## 19.5.2
384
404
 
385
405
  ### Patch Changes
386
406
 
387
- - [#36576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36576)
388
- [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) -
389
- Resolved an issue with the team profile card query having invalid formatting
407
+ - [#36576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36576)
408
+ [`0c6a7acba8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c6a7acba8d) - Resolved
409
+ an issue with the team profile card query having invalid formatting
390
410
 
391
411
  ## 19.5.1
392
412
 
393
413
  ### Patch Changes
394
414
 
395
- - [#35908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35908)
396
- [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) -
397
- Replace calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
415
+ - [#35908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35908)
416
+ [`5259a126fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5259a126fa1) - Replace
417
+ calls to pf-directory `Team` and `TeamMembership` with AGG `teamV2` in Directory app.
398
418
 
399
419
  ## 19.5.0
400
420
 
401
421
  ### Minor Changes
402
422
 
403
- - [#35776](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35776)
404
- [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site
405
- scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
423
+ - [#35776](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35776)
424
+ [`5a5c412a944`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5c412a944) - Site
425
+ scoped changes for TeamProfileCard - behind FF platform.teams.site-scoped.m1
406
426
 
407
427
  ## 19.4.2
408
428
 
409
429
  ### Patch Changes
410
430
 
411
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
412
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
413
- Removing unused dependencies and dev dependencies
431
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
432
+ [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing
433
+ unused dependencies and dev dependencies
414
434
 
415
435
  ## 19.4.1
416
436
 
417
437
  ### Patch Changes
418
438
 
419
- - [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118)
420
- [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) -
421
- Internal change to enforce token usage for spacing properties. There is no expected visual or
422
- behaviour change.
439
+ - [#34118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34118)
440
+ [`2eb438477ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eb438477ab) - Internal
441
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
442
+ change.
423
443
 
424
444
  ## 19.4.0
425
445
 
426
446
  ### Minor Changes
427
447
 
428
- - [#34206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34206)
429
- [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) -
430
- Correctly export i18n messages from profilecard!
448
+ - [#34206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34206)
449
+ [`17fe8f92030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17fe8f92030) -
450
+ Correctly export i18n messages from profilecard!
431
451
 
432
452
  ## 19.3.2
433
453
 
434
454
  ### Patch Changes
435
455
 
436
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
437
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
438
- legacy types are published for TS 4.5-4.8
456
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
457
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
458
+ legacy types are published for TS 4.5-4.8
439
459
 
440
460
  ## 19.3.1
441
461
 
442
462
  ### Patch Changes
443
463
 
444
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
445
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
446
- Upgrade Typescript from `4.5.5` to `4.9.5`
464
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
465
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
466
+ Typescript from `4.5.5` to `4.9.5`
447
467
 
448
468
  ## 19.3.0
449
469
 
450
470
  ### Minor Changes
451
471
 
452
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
453
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
454
- minor dependency bump
472
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
473
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
474
+ minor dependency bump
455
475
 
456
476
  ### Patch Changes
457
477
 
458
- - Updated dependencies
478
+ - Updated dependencies
459
479
 
460
480
  ## 19.2.2
461
481
 
462
482
  ### Patch Changes
463
483
 
464
- - [#32030](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32030)
465
- [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) -
466
- Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
467
- behaviour change.
484
+ - [#32030](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32030)
485
+ [`c3d16d3164f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d16d3164f) - Migrated
486
+ use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
468
487
 
469
488
  ## 19.2.1
470
489
 
471
490
  ### Patch Changes
472
491
 
473
- - [#31560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31560)
474
- [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added
475
- errorSource to analytics events, added tests for fail events
492
+ - [#31560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31560)
493
+ [`052672d7eca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052672d7eca) - Added
494
+ errorSource to analytics events, added tests for fail events
476
495
 
477
496
  ## 19.2.0
478
497
 
479
498
  ### Minor Changes
480
499
 
481
- - [#31233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31233)
482
- [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux]
483
- This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that
484
- performs the same behavior as onHover. The change also adds an onBlur handler.
500
+ - [#31233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31233)
501
+ [`2af6359970f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2af6359970f) - [ux]
502
+ This change (related to TSLA-521) adds an onFocus handler for the profile card trigger that
503
+ performs the same behavior as onHover. The change also adds an onBlur handler.
485
504
 
486
505
  ## 19.1.1
487
506
 
488
507
  ### Patch Changes
489
508
 
490
- - [#31423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31423)
491
- [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added
492
- traceId, errorSource and errorMessage to analytic events
509
+ - [#31423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31423)
510
+ [`f80d2e43a41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f80d2e43a41) - Added
511
+ traceId, errorSource and errorMessage to analytic events
493
512
 
494
513
  ## 19.1.0
495
514
 
496
515
  ### Minor Changes
497
516
 
498
- - [#31160](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31160)
499
- [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux]
500
- TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card
501
- component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is
502
- trigged by click. This change also adds unit tests for the profile card trigger as well as
503
- notifcations.
517
+ - [#31160](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31160)
518
+ [`13af6ca0e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13af6ca0e48) - [ux]
519
+ TSLA-521 docs(changeset): [ux] This change (TSLA-521) adds keyboard support for the profile card
520
+ component by adding tabindex, an onKeyPress handler, and setting role="button" when the card is
521
+ trigged by click. This change also adds unit tests for the profile card trigger as well as
522
+ notifcations.
504
523
 
505
524
  ## 19.0.0
506
525
 
507
526
  ### Major Changes
508
527
 
509
- - [#31230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31230)
510
- [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) -
511
- makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2
512
- removed from ProfileCardClient, it will now always use V3.
528
+ - [#31230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31230)
529
+ [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) -
530
+ makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed
531
+ from ProfileCardClient, it will now always use V3.
513
532
 
514
533
  ## 18.4.0
515
534
 
516
535
  ### Minor Changes
517
536
 
518
- - [#30903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30903)
519
- [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always
520
- call AGG for team data'
537
+ - [#30903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30903)
538
+ [`312e4be46d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312e4be46d2) - Always
539
+ call AGG for team data'
521
540
 
522
541
  ## 18.3.0
523
542
 
524
543
  ### Minor Changes
525
544
 
526
- - [#30439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30439)
527
- [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux]
528
- Added an error state for team profile card that is displayed when the user lack of access to the
529
- team
545
+ - [#30439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30439)
546
+ [`9cbd4a1766b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cbd4a1766b) - [ux]
547
+ Added an error state for team profile card that is displayed when the user lack of access to the
548
+ team
530
549
 
531
550
  ## 18.2.4
532
551
 
533
552
  ### Patch Changes
534
553
 
535
- - Updated dependencies
554
+ - Updated dependencies
536
555
 
537
556
  ## 18.2.3
538
557
 
539
558
  ### Patch Changes
540
559
 
541
- - Updated dependencies
560
+ - Updated dependencies
542
561
 
543
562
  ## 18.2.2
544
563
 
545
564
  ### Patch Changes
546
565
 
547
- - [#29080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29080)
548
- [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) -
549
- Upgrade lru-fast@0.2.2 to lru_map
566
+ - [#29080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29080)
567
+ [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade
568
+ lru-fast@0.2.2 to lru_map
550
569
 
551
570
  ## 18.2.1
552
571
 
553
572
  ### Patch Changes
554
573
 
555
- - [#29094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29094)
556
- [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove
557
- usaged of themed for light and dark theme
574
+ - [#29094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29094)
575
+ [`20f162117fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f162117fb) - Remove
576
+ usaged of themed for light and dark theme
558
577
 
559
578
  ## 18.2.0
560
579
 
561
580
  ### Minor Changes
562
581
 
563
- - [#28622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28622)
564
- [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove
565
- Atlas give kudos M2 feature flag check
582
+ - [#28622](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28622)
583
+ [`da891855ee9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da891855ee9) - Remove
584
+ Atlas give kudos M2 feature flag check
566
585
 
567
586
  ## 18.1.3
568
587
 
569
588
  ### Patch Changes
570
589
 
571
- - [#28723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28723)
572
- [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux]
573
- Fix team header image bug
590
+ - [#28723](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28723)
591
+ [`5e697be0410`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e697be0410) - [ux] Fix
592
+ team header image bug
574
593
 
575
594
  ## 18.1.2
576
595
 
577
596
  ### Patch Changes
578
597
 
579
- - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
580
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
581
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
582
- tokens() function and improving performance.
598
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
599
+ [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
600
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
601
+ tokens() function and improving performance.
583
602
 
584
603
  ## 18.1.1
585
604
 
586
605
  ### Patch Changes
587
606
 
588
- - [#28352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28352)
589
- [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) -
590
- Upgrade profilecard to the latest major version of emotion
607
+ - [#28352](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28352)
608
+ [`60b1c9b0f05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b1c9b0f05) - Upgrade
609
+ profilecard to the latest major version of emotion
591
610
 
592
611
  ## 18.1.0
593
612
 
594
613
  ### Minor Changes
595
614
 
596
- - [#28343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28343)
597
- [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow
598
- option to force team profilecard to use pf-directory
615
+ - [#28343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28343)
616
+ [`227230d34f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/227230d34f2) - Allow
617
+ option to force team profilecard to use pf-directory
599
618
 
600
619
  ## 18.0.2
601
620
 
602
621
  ### Patch Changes
603
622
 
604
- - Updated dependencies
623
+ - Updated dependencies
605
624
 
606
625
  ## 18.0.1
607
626
 
608
627
  ### Patch Changes
609
628
 
610
- - Updated dependencies
629
+ - Updated dependencies
611
630
 
612
631
  ## 18.0.0
613
632
 
614
633
  ### Major Changes
615
634
 
616
- - [#27453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27453)
617
- [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch
618
- from styled-components to emotion for CSS
635
+ - [#27453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27453)
636
+ [`d1789629297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1789629297) - Switch
637
+ from styled-components to emotion for CSS
619
638
 
620
639
  ## 17.3.1
621
640
 
622
641
  ### Patch Changes
623
642
 
624
- - Updated dependencies
643
+ - Updated dependencies
625
644
 
626
645
  ## 17.3.0
627
646
 
628
647
  ### Minor Changes
629
648
 
630
- - [#27395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27395)
631
- [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux]
632
- Don't shift focus when triggering user or team profilecard via hover
649
+ - [#27395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27395)
650
+ [`b2ef0c20138`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ef0c20138) - [ux]
651
+ Don't shift focus when triggering user or team profilecard via hover
633
652
 
634
653
  ## 17.2.7
635
654
 
636
655
  ### Patch Changes
637
656
 
638
- - [#27626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27626)
639
- [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) -
640
- Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for
641
- SLO failure
657
+ - [#27626](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27626)
658
+ [`7bb86e9484c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb86e9484c) -
659
+ Transform errors from AGG and ignore 403(TEAMS_FORBIDDEN) and 410(TEAMS_TEAM_DELETED) errors for
660
+ SLO failure
642
661
 
643
662
  ## 17.2.6
644
663
 
645
664
  ### Patch Changes
646
665
 
647
- - Updated dependencies
666
+ - Updated dependencies
648
667
 
649
668
  ## 17.2.5
650
669
 
651
670
  ### Patch Changes
652
671
 
653
- - [#26483](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26483)
654
- [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle
655
- both new and legacy Team ARIs
672
+ - [#26483](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26483)
673
+ [`dbd0fa0aa5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbd0fa0aa5e) - Handle
674
+ both new and legacy Team ARIs
656
675
 
657
676
  ## 17.2.4
658
677
 
659
678
  ### Patch Changes
660
679
 
661
- - [#26481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26481)
662
- [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux]
663
- Removed ButtonGroup from team profile card to fix the layout of action buttons
680
+ - [#26481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26481)
681
+ [`250ad85dd78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/250ad85dd78) - [ux]
682
+ Removed ButtonGroup from team profile card to fix the layout of action buttons
664
683
 
665
684
  ## 17.2.3
666
685
 
667
686
  ### Patch Changes
668
687
 
669
- - Updated dependencies
688
+ - Updated dependencies
670
689
 
671
690
  ## 17.2.2
672
691
 
673
692
  ### Patch Changes
674
693
 
675
- - [#23053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23053)
676
- [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) -
677
- no-issue: Translations update
694
+ - [#23053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23053)
695
+ [`285ad326001`](https://bitbucket.org/atlassian/atlassian-frontend/commits/285ad326001) -
696
+ no-issue: Translations update
678
697
 
679
698
  ## 17.2.1
680
699
 
681
700
  ### Patch Changes
682
701
 
683
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
684
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
685
- Upgrade Typescript from `4.3.5` to `4.5.5`
702
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
703
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
704
+ Typescript from `4.3.5` to `4.5.5`
686
705
 
687
706
  ## 17.2.0
688
707
 
689
708
  ### Minor Changes
690
709
 
691
- - [#25271](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25271)
692
- [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add
693
- mock for team central client workspace check
710
+ - [#25271](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25271)
711
+ [`7f54d783d6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f54d783d6e) - Add mock
712
+ for team central client workspace check
694
713
 
695
714
  ## 17.1.1
696
715
 
697
716
  ### Patch Changes
698
717
 
699
- - Updated dependencies
718
+ - Updated dependencies
700
719
 
701
720
  ## 17.1.0
702
721
 
703
722
  ### Minor Changes
704
723
 
705
- - [#24175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24175)
706
- [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add
707
- cloudid as optional client prop and add workspace check for Atlas functionality
724
+ - [#24175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24175)
725
+ [`aa321e66c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa321e66c2a) - Add
726
+ cloudid as optional client prop and add workspace check for Atlas functionality
708
727
 
709
728
  ## 17.0.0
710
729
 
711
730
  ### Major Changes
712
731
 
713
- - [#23125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23125)
714
- [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) -
715
- Deprecated the analytics prop and start emitting GASv3 analytics
732
+ - [#23125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23125)
733
+ [`fae495c5956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae495c5956) -
734
+ Deprecated the analytics prop and start emitting GASv3 analytics
716
735
 
717
736
  ## 16.12.1
718
737
 
719
738
  ### Patch Changes
720
739
 
721
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
722
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
723
- Upgrade Typescript from `4.2.4` to `4.3.5`.
740
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
741
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
742
+ Typescript from `4.2.4` to `4.3.5`.
724
743
 
725
744
  ## 16.12.0
726
745
 
727
746
  ### Minor Changes
728
747
 
729
- - [#23898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23898)
730
- [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux]
731
- Only show give kudos button on active profiles
748
+ - [#23898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23898)
749
+ [`12835d685b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12835d685b4) - [ux]
750
+ Only show give kudos button on active profiles
732
751
 
733
752
  ## 16.11.0
734
753
 
735
754
  ### Minor Changes
736
755
 
737
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
738
- [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass
739
- event to onOpenChange consistently
756
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
757
+ [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass
758
+ event to onOpenChange consistently
740
759
 
741
760
  ### Patch Changes
742
761
 
743
- - Updated dependencies
762
+ - Updated dependencies
744
763
 
745
764
  ## 16.10.1
746
765
 
747
766
  ### Patch Changes
748
767
 
749
- - Updated dependencies
768
+ - Updated dependencies
750
769
 
751
770
  ## 16.10.0
752
771
 
753
772
  ### Minor Changes
754
773
 
755
- - [#23074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23074)
756
- [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove
757
- analytics prop from give kudos component
774
+ - [#23074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23074)
775
+ [`e5fbc101e73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5fbc101e73) - Remove
776
+ analytics prop from give kudos component
758
777
 
759
778
  ### Patch Changes
760
779
 
761
- - Updated dependencies
780
+ - Updated dependencies
762
781
 
763
782
  ## 16.9.1
764
783
 
765
784
  ### Patch Changes
766
785
 
767
- - Updated dependencies
786
+ - Updated dependencies
768
787
 
769
788
  ## 16.9.0
770
789
 
771
790
  ### Minor Changes
772
791
 
773
- - [#22749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22749)
774
- [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux]
775
- Add give kudos to Team profile card.
792
+ - [#22749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22749)
793
+ [`1f16cd80413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f16cd80413) - [ux] Add
794
+ give kudos to Team profile card.
776
795
 
777
796
  ## 16.8.0
778
797
 
779
798
  ### Minor Changes
780
799
 
781
- - [#22618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22618)
782
- [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux]
783
- Adding a button background animation when the give kudos button on the profile card is hovered
784
- over
800
+ - [#22618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22618)
801
+ [`319c46e77de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/319c46e77de) - [ux]
802
+ Adding a button background animation when the give kudos button on the profile card is hovered
803
+ over
785
804
 
786
805
  ## 16.7.0
787
806
 
788
807
  ### Minor Changes
789
808
 
790
- - [#22588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22588)
791
- [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux]
792
- Adding meatballs overflow menu when the profile card has more than two action buttons
809
+ - [#22588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22588)
810
+ [`4e9fbfb9e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e9fbfb9e85) - [ux]
811
+ Adding meatballs overflow menu when the profile card has more than two action buttons
793
812
 
794
813
  ## 16.6.1
795
814
 
796
815
  ### Patch Changes
797
816
 
798
- - [#22624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22624)
799
- [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made
800
- feature flag check extra context optional.
817
+ - [#22624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22624)
818
+ [`cf03bdf6b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf03bdf6b7e) - Made
819
+ feature flag check extra context optional.
801
820
 
802
821
  ## 16.6.0
803
822
 
804
823
  ### Minor Changes
805
824
 
806
- - [#22152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22152)
807
- [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux]
808
- Launch the give kudos flow via a drawer from the profile-card.
825
+ - [#22152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22152)
826
+ [`7c691c8e8a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c691c8e8a9) - [ux]
827
+ Launch the give kudos flow via a drawer from the profile-card.
809
828
 
810
829
  ## 16.5.0
811
830
 
812
831
  ### Minor Changes
813
832
 
814
- - [#21848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21848)
815
- [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux]
816
- Adding give kudos button to the profile card
833
+ - [#21848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21848)
834
+ [`31ca93c69a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ca93c69a3) - [ux]
835
+ Adding give kudos button to the profile card
817
836
 
818
837
  ## 16.4.8
819
838
 
820
839
  ### Patch Changes
821
840
 
822
- - Updated dependencies
841
+ - Updated dependencies
823
842
 
824
843
  ## 16.4.7
825
844
 
826
845
  ### Patch Changes
827
846
 
828
- - Updated dependencies
847
+ - Updated dependencies
829
848
 
830
849
  ## 16.4.6
831
850
 
832
851
  ### Patch Changes
833
852
 
834
- - [#21462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21462)
835
- [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux]
836
- Fix hide handler when the profile card is triggered via click
853
+ - [#21462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21462)
854
+ [`386249e4be4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/386249e4be4) - [ux] Fix
855
+ hide handler when the profile card is triggered via click
837
856
 
838
857
  ## 16.4.5
839
858
 
840
859
  ### Patch Changes
841
860
 
842
- - [#20787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20787)
843
- [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter
844
- out certain types of failures for team profilecard data fetch
861
+ - [#20787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20787)
862
+ [`18ab5ef3325`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18ab5ef3325) - Filter
863
+ out certain types of failures for team profilecard data fetch
845
864
 
846
865
  ## 16.4.4
847
866
 
848
867
  ### Patch Changes
849
868
 
850
- - [#21005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21005)
851
- [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure
852
- that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
869
+ - [#21005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21005)
870
+ [`b876346271a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b876346271a) - Ensure
871
+ that component wrapping a ProfileCardTrigger is not clicked when clicking the trigger
853
872
 
854
873
  ## 16.4.3
855
874
 
856
875
  ### Patch Changes
857
876
 
858
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
859
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
860
- Upgrade to TypeScript 4.2.4
861
- - Updated dependencies
877
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
878
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
879
+ to TypeScript 4.2.4
880
+ - Updated dependencies
862
881
 
863
882
  ## 16.4.2
864
883
 
865
884
  ### Patch Changes
866
885
 
867
- - Updated dependencies
886
+ - Updated dependencies
868
887
 
869
888
  ## 16.4.1
870
889
 
871
890
  ### Patch Changes
872
891
 
873
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
874
- [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) -
875
- Replaces usage of deprecated design tokens. No visual or functional changes
876
- - Updated dependencies
892
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
893
+ [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces
894
+ usage of deprecated design tokens. No visual or functional changes
895
+ - Updated dependencies
877
896
 
878
897
  ## 16.4.0
879
898
 
880
899
  ### Minor Changes
881
900
 
882
- - [#19693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19693)
883
- [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update
884
- profilecard to use analytics from teams common
901
+ - [#19693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19693)
902
+ [`4c94bc2d6c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c94bc2d6c4) - Update
903
+ profilecard to use analytics from teams common
885
904
 
886
905
  ## 16.3.1
887
906
 
888
907
  ### Patch Changes
889
908
 
890
- - Updated dependencies
909
+ - Updated dependencies
891
910
 
892
911
  ## 16.3.0
893
912
 
894
913
  ### Minor Changes
895
914
 
896
- - [#17604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17604)
897
- [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add
898
- option to query teams with AGG
915
+ - [#17604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17604)
916
+ [`ce207d8ea47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce207d8ea47) - Add
917
+ option to query teams with AGG
899
918
 
900
919
  ## 16.2.3
901
920
 
902
921
  ### Patch Changes
903
922
 
904
- - [#18109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18109)
905
- [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use
906
- entrypoints to import profilecard components
923
+ - [#18109](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18109)
924
+ [`4d4d5d66cb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d5d66cb8) - Use
925
+ entrypoints to import profilecard components
907
926
 
908
927
  ## 16.2.2
909
928
 
910
929
  ### Patch Changes
911
930
 
912
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
913
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
914
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
915
- auto-fixing by correctly formatting token ids.
916
- - Updated dependencies
931
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
932
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
933
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
934
+ auto-fixing by correctly formatting token ids.
935
+ - Updated dependencies
917
936
 
918
937
  ## 16.2.1
919
938
 
920
939
  ### Patch Changes
921
940
 
922
- - Updated dependencies
941
+ - Updated dependencies
923
942
 
924
943
  ## 16.2.0
925
944
 
926
945
  ### Minor Changes
927
946
 
928
- - [#17840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17840)
929
- [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) -
930
- Support lazy loading in the ProfileCardTrigger component
947
+ - [#17840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17840)
948
+ [`4039320b130`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4039320b130) - Support
949
+ lazy loading in the ProfileCardTrigger component
931
950
 
932
951
  ## 16.1.0
933
952
 
934
953
  ### Minor Changes
935
954
 
936
- - [#17298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17298)
937
- [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added
938
- manager and direct reports section to profile hover card"
955
+ - [#17298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17298)
956
+ [`a5c73ccaa58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5c73ccaa58) - Added
957
+ manager and direct reports section to profile hover card"
939
958
 
940
959
  ## 16.0.2
941
960
 
942
961
  ### Patch Changes
943
962
 
944
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
945
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
946
- VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
963
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
964
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
965
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
947
966
 
948
967
  ## 16.0.1
949
968
 
950
969
  ### Patch Changes
951
970
 
952
- - [#16812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16812)
953
- [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add
954
- optional `testId` prop to `ProfileCardTrigger` to ease testing
971
+ - [#16812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16812)
972
+ [`82099b76445`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82099b76445) - Add
973
+ optional `testId` prop to `ProfileCardTrigger` to ease testing
955
974
 
956
975
  ## 16.0.0
957
976
 
958
977
  ### Major Changes
959
978
 
960
- - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
961
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
962
- ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1
963
- including breaking API changes, types and tests in atlassian-frontend packages
964
-
965
- What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
966
- now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch
967
- with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade
968
- effort across AF packages, as react-intl v2 is quite dated. How consumer should update their
969
- code: Ensure react-intl ^5.18.1 is installed in consuming applications.
970
-
971
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second
972
- provider for the new version, using an npm alias
973
-
974
- ```js
975
- "react-intl": "^2.6.0",
976
- "react-intl-next": "npm:react-intl@^5.18.1",
977
- ```
978
-
979
- ```js
980
- import { IntlProvider } from 'react-intl';
981
- import { IntlProvider as IntlNextProvider } from 'react-intl-next';
982
-
983
- return (
984
- <IntlProvider
985
- key={locale}
986
- data-test-language={locale}
987
- locale={locale}
988
- defaultLocale={DEFAULT_LOCALE}
989
- messages={messages}
990
- >
991
- <IntlNextProvider
992
- key={locale}
993
- data-test-language={locale}
994
- locale={locale}
995
- defaultLocale={DEFAULT_LOCALE}
996
- messages={messages}
997
- >
998
- {children}
999
- </IntlNextProvider>
1000
- </IntlProvider>
1001
- );
1002
- ```
979
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
980
+ [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
981
+ ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
982
+ breaking API changes, types and tests in atlassian-frontend packages
983
+
984
+ What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
985
+ now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
986
+ actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
987
+ across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
988
+ react-intl ^5.18.1 is installed in consuming applications.
989
+
990
+ Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
991
+ for the new version, using an npm alias
992
+
993
+ ```js
994
+ "react-intl": "^2.6.0",
995
+ "react-intl-next": "npm:react-intl@^5.18.1",
996
+ ```
997
+
998
+ ```js
999
+ import { IntlProvider } from 'react-intl';
1000
+ import { IntlProvider as IntlNextProvider } from 'react-intl-next';
1001
+
1002
+ return (
1003
+ <IntlProvider
1004
+ key={locale}
1005
+ data-test-language={locale}
1006
+ locale={locale}
1007
+ defaultLocale={DEFAULT_LOCALE}
1008
+ messages={messages}
1009
+ >
1010
+ <IntlNextProvider
1011
+ key={locale}
1012
+ data-test-language={locale}
1013
+ locale={locale}
1014
+ defaultLocale={DEFAULT_LOCALE}
1015
+ messages={messages}
1016
+ >
1017
+ {children}
1018
+ </IntlNextProvider>
1019
+ </IntlProvider>
1020
+ );
1021
+ ```
1003
1022
 
1004
1023
  ## 15.8.2
1005
1024
 
1006
1025
  ### Patch Changes
1007
1026
 
1008
- - Updated dependencies
1027
+ - Updated dependencies
1009
1028
 
1010
1029
  ## 15.8.1
1011
1030
 
1012
1031
  ### Patch Changes
1013
1032
 
1014
- - Updated dependencies
1033
+ - Updated dependencies
1015
1034
 
1016
1035
  ## 15.8.0
1017
1036
 
1018
1037
  ### Minor Changes
1019
1038
 
1020
- - [#15859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15859)
1021
- [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux]
1022
- Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
1039
+ - [#15859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15859)
1040
+ [`1b9bc1e4b9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b9bc1e4b9a) - [ux]
1041
+ Instrumented profilecard with the new theming package, `@atlaskit/tokens`.
1023
1042
 
1024
- New tokens will be visible only in applications configured to use the new Tokens API (currently
1025
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
1026
- Legacy dark mode users should expect no visual or breaking changes.
1043
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
1044
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
1045
+ Legacy dark mode users should expect no visual or breaking changes.
1027
1046
 
1028
1047
  ## 15.7.1
1029
1048
 
1030
1049
  ### Patch Changes
1031
1050
 
1032
- - [#15267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15267)
1033
- [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose
1034
- some mock helpers
1051
+ - [#15267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15267)
1052
+ [`d04cae5d45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04cae5d45c) - Expose
1053
+ some mock helpers
1035
1054
 
1036
1055
  ## 15.7.0
1037
1056
 
1038
1057
  ### Minor Changes
1039
1058
 
1040
- - [#15165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15165)
1041
- [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export
1042
- team profile card content to outside so we can use it to build legacy profile card in Jira FE
1059
+ - [#15165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15165)
1060
+ [`322786b0386`](https://bitbucket.org/atlassian/atlassian-frontend/commits/322786b0386) - Export
1061
+ team profile card content to outside so we can use it to build legacy profile card in Jira FE
1043
1062
 
1044
1063
  ## 15.6.2
1045
1064
 
1046
1065
  ### Patch Changes
1047
1066
 
1048
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
1049
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) -
1050
- Internal changes to remove `@atlaskit/theme/math` usage.
1051
- - Updated dependencies
1067
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
1068
+ [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal
1069
+ changes to remove `@atlaskit/theme/math` usage.
1070
+ - Updated dependencies
1052
1071
 
1053
1072
  ## 15.6.1
1054
1073
 
1055
1074
  ### Patch Changes
1056
1075
 
1057
- - [#14411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14411)
1058
- [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring
1059
- `withOuterListeners` HOC back so that Jira can continue use it
1076
+ - [#14411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14411)
1077
+ [`301bf1b9e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/301bf1b9e08) - Bring
1078
+ `withOuterListeners` HOC back so that Jira can continue use it
1060
1079
 
1061
1080
  ## 15.6.0
1062
1081
 
1063
1082
  ### Minor Changes
1064
1083
 
1065
- - [#13464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13464)
1066
- [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass
1067
- orgId on to service when querying team
1084
+ - [#13464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13464)
1085
+ [`d07a1ced0bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d07a1ced0bd) - Pass
1086
+ orgId on to service when querying team
1068
1087
 
1069
1088
  ## 15.5.12
1070
1089
 
1071
1090
  ### Patch Changes
1072
1091
 
1073
- - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
1074
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
1075
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1076
- - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
1077
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1078
- - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
1079
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1092
+ - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
1093
+ [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
1094
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1095
+ - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
1096
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1097
+ - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
1098
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
1080
1099
 
1081
1100
  ## 15.5.11
1082
1101
 
1083
1102
  ### Patch Changes
1084
1103
 
1085
- - Updated dependencies
1104
+ - Updated dependencies
1086
1105
 
1087
1106
  ## 15.5.10
1088
1107
 
1089
1108
  ### Patch Changes
1090
1109
 
1091
- - [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
1092
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) -
1093
- Upgrade date-fns to ^2.17
1110
+ - [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
1111
+ [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - Upgrade
1112
+ date-fns to ^2.17
1094
1113
 
1095
1114
  ## 15.5.9
1096
1115
 
1097
1116
  ### Patch Changes
1098
1117
 
1099
- - [#11951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11951)
1100
- [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a
1101
- bug - should re-render ProfileCard when "resourceClient" prop is changed
1118
+ - [#11951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11951)
1119
+ [`d57d071183e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d57d071183e) - Fix a
1120
+ bug - should re-render ProfileCard when "resourceClient" prop is changed
1102
1121
 
1103
1122
  ## 15.5.8
1104
1123
 
1105
1124
  ### Patch Changes
1106
1125
 
1107
- - Updated dependencies
1126
+ - Updated dependencies
1108
1127
 
1109
1128
  ## 15.5.7
1110
1129
 
1111
1130
  ### Patch Changes
1112
1131
 
1113
- - [#10514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10514)
1114
- [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix
1115
- the behavior of command click and shift click on links
1132
+ - [#10514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10514)
1133
+ [`8b87ba0c18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b87ba0c18c) - Fix the
1134
+ behavior of command click and shift click on links
1116
1135
 
1117
1136
  ## 15.5.6
1118
1137
 
1119
1138
  ### Patch Changes
1120
1139
 
1121
- - [#10136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10136)
1122
- [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added
1123
- error attributes to analytics after failures so we can track issue causes
1140
+ - [#10136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10136)
1141
+ [`f8cf7c90c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8cf7c90c94) - Added
1142
+ error attributes to analytics after failures so we can track issue causes
1124
1143
 
1125
1144
  ## 15.5.5
1126
1145
 
1127
1146
  ### Patch Changes
1128
1147
 
1129
- - [#9558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9558)
1130
- [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix
1131
- the props to allow better customization of links on avatars in team profilecards.
1148
+ - [#9558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9558)
1149
+ [`f5c41936feb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5c41936feb) - Fix the
1150
+ props to allow better customization of links on avatars in team profilecards.
1132
1151
 
1133
1152
  ## 15.5.4
1134
1153
 
1135
1154
  ### Patch Changes
1136
1155
 
1137
- - [#9460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9460)
1138
- [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) -
1139
- CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript
1140
- will allow custom UserProfileClients to add custom lozenges to the ProfileCard
1156
+ - [#9460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9460)
1157
+ [`9f19d3e89fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f19d3e89fe) -
1158
+ CONFDEV-73945: Added optional customLozenges property to ProfileCardClientData so Typescript will
1159
+ allow custom UserProfileClients to add custom lozenges to the ProfileCard
1141
1160
 
1142
1161
  ## 15.5.3
1143
1162
 
1144
1163
  ### Patch Changes
1145
1164
 
1146
- - [#9307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9307)
1147
- [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed
1148
- analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
1165
+ - [#9307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9307)
1166
+ [`e7d0d61bfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d0d61bfc0) - Fixed
1167
+ analytics issues in Team Profilecard avatars and added key to User Profilecard lozenges
1149
1168
 
1150
1169
  ## 15.5.2
1151
1170
 
1152
1171
  ### Patch Changes
1153
1172
 
1154
- - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
1155
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
1156
- Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
1157
- date-fns upgrade. We're reverting the upgarde to investigate
1173
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
1174
+ [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
1175
+ Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
1176
+ date-fns upgrade. We're reverting the upgarde to investigate
1158
1177
 
1159
1178
  ## 15.5.1
1160
1179
 
1161
1180
  ### Patch Changes
1162
1181
 
1163
- - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
1164
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) -
1165
- Upgrade date-fns to 2.17
1182
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
1183
+ [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade
1184
+ date-fns to 2.17
1166
1185
 
1167
1186
  ## 15.5.0
1168
1187
 
1169
1188
  ### Minor Changes
1170
1189
 
1171
- - [#9165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9165)
1172
- [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) -
1173
- Changed ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow
1174
- internationalized <FormattedMessage> elements in addition to string
1190
+ - [#9165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9165)
1191
+ [`54f4ce55485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f4ce55485) - Changed
1192
+ ProfileCard's customLozenges' 'text' prop type to accept a ReactNode to allow internationalized
1193
+ <FormattedMessage> elements in addition to string
1175
1194
 
1176
1195
  ## 15.4.0
1177
1196
 
1178
1197
  ### Minor Changes
1179
1198
 
1180
- - [#8973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8973)
1181
- [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made
1182
- cloudId optional, to increase usability in site-less contexts like new products.
1199
+ - [#8973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8973)
1200
+ [`e76cdc56e39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e76cdc56e39) - Made
1201
+ cloudId optional, to increase usability in site-less contexts like new products.
1183
1202
 
1184
1203
  ## 15.3.1
1185
1204
 
1186
1205
  ### Patch Changes
1187
1206
 
1188
- - [#9010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9010)
1189
- [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux]
1190
- Correct styling on Profile Card triggers
1207
+ - [#9010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9010)
1208
+ [`620ddc14690`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620ddc14690) - [ux]
1209
+ Correct styling on Profile Card triggers
1191
1210
 
1192
1211
  ## 15.3.0
1193
1212
 
1194
1213
  ### Minor Changes
1195
1214
 
1196
- - [#8759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8759)
1197
- [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux]
1198
- Added an optional prop to the Profilecard component for displaying custom lozenges
1215
+ - [#8759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8759)
1216
+ [`5e7fbaa154f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e7fbaa154f) - [ux]
1217
+ Added an optional prop to the Profilecard component for displaying custom lozenges
1199
1218
 
1200
1219
  ## 15.2.0
1201
1220
 
1202
1221
  ### Minor Changes
1203
1222
 
1204
- - [#8844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8844)
1205
- [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added
1206
- analytics to the Team profile card
1223
+ - [#8844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8844)
1224
+ [`61544638935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61544638935) - Added
1225
+ analytics to the Team profile card
1207
1226
 
1208
1227
  ## 15.1.3
1209
1228
 
1210
1229
  ### Patch Changes
1211
1230
 
1212
- - [#8566](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8566)
1213
- [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux]
1214
- Fix zIndex for profile card and team profile card
1231
+ - [#8566](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8566)
1232
+ [`11f5b0da43e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11f5b0da43e) - [ux] Fix
1233
+ zIndex for profile card and team profile card
1215
1234
 
1216
1235
  ## 15.1.2
1217
1236
 
1218
1237
  ### Patch Changes
1219
1238
 
1220
- - [#8383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8383)
1221
- [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux]
1222
- Enabled translations for team profile card messages
1239
+ - [#8383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8383)
1240
+ [`e104d184c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e104d184c58) - [ux]
1241
+ Enabled translations for team profile card messages
1223
1242
 
1224
1243
  ## 15.1.1
1225
1244
 
1226
1245
  ### Patch Changes
1227
1246
 
1228
- - [#8354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8354)
1229
- [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux]
1230
- Enable propagating onClick handlers to the Avatar Group
1247
+ - [#8354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8354)
1248
+ [`771af9a49ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/771af9a49ed) - [ux]
1249
+ Enable propagating onClick handlers to the Avatar Group
1231
1250
 
1232
1251
  ## 15.1.0
1233
1252
 
1234
1253
  ### Minor Changes
1235
1254
 
1236
- - [#8289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8289)
1237
- [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) -
1238
- Introduce lazy loading for the team profile card
1255
+ - [#8289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8289)
1256
+ [`d30beab4f1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d30beab4f1e) -
1257
+ Introduce lazy loading for the team profile card
1239
1258
 
1240
1259
  ## 15.0.2
1241
1260
 
1242
1261
  ### Patch Changes
1243
1262
 
1244
- - [#8305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8305)
1245
- [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux]
1246
- Default to showing shadow around user profile cards
1263
+ - [#8305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8305)
1264
+ [`1d2da620745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d2da620745) - [ux]
1265
+ Default to showing shadow around user profile cards
1247
1266
 
1248
1267
  ## 15.0.1
1249
1268
 
1250
1269
  ### Patch Changes
1251
1270
 
1252
- - [#8295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8295)
1253
- [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux]
1254
- Position the header image on team profile cards correctly
1271
+ - [#8295](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8295)
1272
+ [`1e5d7f613f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e5d7f613f5) - [ux]
1273
+ Position the header image on team profile cards correctly
1255
1274
 
1256
1275
  ## 15.0.0
1257
1276
 
1258
1277
  ### Major Changes
1259
1278
 
1260
- - [#8235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8235)
1261
- [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) -
1262
- Introduced entrypoints to the profilecard package.
1279
+ - [#8235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8235)
1280
+ [`6d6aa2b4928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d6aa2b4928) -
1281
+ Introduced entrypoints to the profilecard package.
1263
1282
 
1264
1283
  ## 14.3.1
1265
1284
 
1266
1285
  ### Patch Changes
1267
1286
 
1268
- - [#8082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8082)
1269
- [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux]
1270
- Simplified the CSS being used and added improved testing
1287
+ - [#8082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8082)
1288
+ [`537b933d68f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/537b933d68f) - [ux]
1289
+ Simplified the CSS being used and added improved testing
1271
1290
 
1272
1291
  ## 14.3.0
1273
1292
 
1274
1293
  ### Minor Changes
1275
1294
 
1276
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
1277
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
1278
- Updated and added new translations
1295
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
1296
+ [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
1297
+ Updated and added new translations
1279
1298
 
1280
1299
  ## 14.2.0
1281
1300
 
1282
1301
  ### Minor Changes
1283
1302
 
1284
- - [#7829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7829)
1285
- [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux]
1286
- Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
1303
+ - [#7829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7829)
1304
+ [`78a52b31f84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a52b31f84) - [ux]
1305
+ Added triggerLinkType prop to allow customisation of the link that wraps the trigger.
1287
1306
 
1288
1307
  ## 14.1.0
1289
1308
 
1290
1309
  ### Minor Changes
1291
1310
 
1292
- - [#7637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7637)
1293
- [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux]
1294
- Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and
1295
- remove/simplify unneeded code.
1311
+ - [#7637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7637)
1312
+ [`8263a7a153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8263a7a153) - [ux]
1313
+ Update the user profile card trigger to use @atlaskit/popup for the popup behaviour, and
1314
+ remove/simplify unneeded code.
1296
1315
 
1297
1316
  ## 14.0.2
1298
1317
 
1299
1318
  ### Patch Changes
1300
1319
 
1301
- - [#7625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7625)
1302
- [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added
1303
- customisation to the new Team Profilecard examples.
1320
+ - [#7625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7625)
1321
+ [`9e021e9873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e021e9873) - Added
1322
+ customisation to the new Team Profilecard examples.
1304
1323
 
1305
1324
  ## 14.0.1
1306
1325
 
1307
1326
  ### Patch Changes
1308
1327
 
1309
- - [#7600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7600)
1310
- [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export
1311
- the TeamProfileCardTrigger
1328
+ - [#7600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7600)
1329
+ [`d2582c8e90`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2582c8e90) - Export the
1330
+ TeamProfileCardTrigger
1312
1331
 
1313
1332
  ## 14.0.0
1314
1333
 
1315
1334
  ### Major Changes
1316
1335
 
1317
- - [#7320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7320)
1318
- [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux]
1319
- WARNING: This major release exists for testing purposes only. Avoid using this version as it
1320
- contains some duplicated dependencies that will be improved in future when the next release is
1321
- ready for use.
1336
+ - [#7320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7320)
1337
+ [`bc57b32d3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc57b32d3a) - [ux]
1338
+ WARNING: This major release exists for testing purposes only. Avoid using this version as it
1339
+ contains some duplicated dependencies that will be improved in future when the next release is
1340
+ ready for use.
1322
1341
 
1323
- Introduced a new profile card type: the Team profile card. To support this new type, some
1324
- changes have been made to the profile client structure to allow code reuse for managing both
1325
- team and user profile card data collection.
1342
+ Introduced a new profile card type: the Team profile card. To support this new type, some changes
1343
+ have been made to the profile client structure to allow code reuse for managing both team and user
1344
+ profile card data collection.
1326
1345
 
1327
1346
  ## 13.0.7
1328
1347
 
1329
1348
  ### Patch Changes
1330
1349
 
1331
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
1332
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
1333
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
1334
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
1335
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
1336
- `devDependencies` to denote version that the package was built with.
1350
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
1351
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
1352
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
1353
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
1354
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
1355
+ `devDependencies` to denote version that the package was built with.
1337
1356
 
1338
1357
  ## 13.0.6
1339
1358
 
1340
1359
  ### Patch Changes
1341
1360
 
1342
- - Updated dependencies
1361
+ - Updated dependencies
1343
1362
 
1344
1363
  ## 13.0.5
1345
1364
 
1346
1365
  ### Patch Changes
1347
1366
 
1348
- - Updated dependencies
1367
+ - Updated dependencies
1349
1368
 
1350
1369
  ## 13.0.4
1351
1370
 
1352
1371
  ### Patch Changes
1353
1372
 
1354
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
1355
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
1356
- to TypeScript 3.9.6 and tslib to 2.0.0
1373
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
1374
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
1375
+ to TypeScript 3.9.6 and tslib to 2.0.0
1357
1376
 
1358
- Since tslib is a dependency for all our packages we recommend that products also follow this
1359
- tslib upgrade to prevent duplicates of tslib being bundled.
1377
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
1378
+ upgrade to prevent duplicates of tslib being bundled.
1360
1379
 
1361
1380
  ## 13.0.3
1362
1381
 
1363
1382
  ### Patch Changes
1364
1383
 
1365
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
1366
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
1367
- 'lodash' package instead of single-function 'lodash.\*' packages
1368
- - Updated dependencies
1384
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
1385
+ [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
1386
+ 'lodash' package instead of single-function 'lodash.\*' packages
1387
+ - Updated dependencies
1369
1388
 
1370
1389
  ## 13.0.2
1371
1390
 
1372
1391
  ### Patch Changes
1373
1392
 
1374
- - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
1375
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
1376
- translations
1393
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
1394
+ [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
1395
+ translations
1377
1396
 
1378
1397
  ## 13.0.1
1379
1398
 
1380
1399
  ### Patch Changes
1381
1400
 
1382
- - Updated dependencies
1401
+ - Updated dependencies
1383
1402
 
1384
1403
  ## 13.0.0
1385
1404
 
1386
1405
  ### Major Changes
1387
1406
 
1388
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
1389
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
1390
- Officially dropping IE11 support, from this version onwards there are no warranties of the
1391
- package working in IE11. For more information see:
1392
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
1407
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
1408
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
1409
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
1410
+ IE11. For more information see:
1411
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
1393
1412
 
1394
1413
  ### Patch Changes
1395
1414
 
1396
- - Updated dependencies
1415
+ - Updated dependencies
1397
1416
 
1398
1417
  ## 12.4.4
1399
1418
 
1400
1419
  ### Patch Changes
1401
1420
 
1402
- - Updated dependencies
1421
+ - Updated dependencies
1403
1422
 
1404
1423
  ## 12.4.3
1405
1424
 
1406
1425
  ### Patch Changes
1407
1426
 
1408
- - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
1409
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
1410
- translation files via Traduki build
1427
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
1428
+ [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
1429
+ translation files via Traduki build
1411
1430
 
1412
1431
  ## 12.4.2
1413
1432
 
1414
1433
  ### Patch Changes
1415
1434
 
1416
- - [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891)
1417
- [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update
1418
- all the theme imports to something tree-shakable
1435
+ - [#2891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2891)
1436
+ [`39faba6e98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39faba6e98) - Update all
1437
+ the theme imports to something tree-shakable
1419
1438
 
1420
1439
  ## 12.4.1
1421
1440
 
1422
1441
  ### Patch Changes
1423
1442
 
1424
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
1425
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
1426
- unused dependencies
1427
- - [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated
1428
- to use the latest and more performant version of `@atlaskit/avatar`
1429
- - Updated dependencies
1443
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
1444
+ [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
1445
+ unused dependencies
1446
+ - [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to
1447
+ use the latest and more performant version of `@atlaskit/avatar`
1448
+ - Updated dependencies
1430
1449
 
1431
1450
  ## 12.4.0
1432
1451
 
1433
1452
  ### Minor Changes
1434
1453
 
1435
- - [minor][e981669ba5](https://bitbucket.org/atlassian/atlassian-frontend/commits/e981669ba5):
1454
+ - [minor][e981669ba5](https://bitbucket.org/atlassian/atlassian-frontend/commits/e981669ba5):
1436
1455
 
1437
- Adds a new prop to actions: link. The link provided will be used to provide basic web link
1438
- functionality to the button (eg. URL preview, open link in new tab, etc.).
1456
+ Adds a new prop to actions: link. The link provided will be used to provide basic web link
1457
+ functionality to the button (eg. URL preview, open link in new tab, etc.).
1439
1458
 
1440
1459
  ### Patch Changes
1441
1460
 
1442
- - [patch][9957801602](https://bitbucket.org/atlassian/atlassian-frontend/commits/9957801602):
1461
+ - [patch][9957801602](https://bitbucket.org/atlassian/atlassian-frontend/commits/9957801602):
1443
1462
 
1444
- clear all timeout callbacks- Updated dependencies
1445
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1463
+ clear all timeout callbacks- Updated dependencies
1464
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1446
1465
 
1447
- - Updated dependencies
1448
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1449
- - Updated dependencies
1450
- [0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
1451
- - Updated dependencies
1452
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1453
- - Updated dependencies
1454
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1455
- - Updated dependencies
1456
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1457
- - @atlaskit/docs@8.4.0
1458
- - @atlaskit/icon@20.1.0
1459
- - @atlaskit/util-data-test@13.1.2
1460
- - @atlaskit/avatar@17.1.9
1461
- - @atlaskit/button@13.3.9
1462
- - @atlaskit/dynamic-table@13.7.2
1463
- - @atlaskit/lozenge@9.1.6
1464
- - @atlaskit/spinner@12.1.6
1466
+ - Updated dependencies
1467
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1468
+ - Updated dependencies
1469
+ [0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
1470
+ - Updated dependencies
1471
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1472
+ - Updated dependencies
1473
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1474
+ - Updated dependencies
1475
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1476
+ - @atlaskit/docs@8.4.0
1477
+ - @atlaskit/icon@20.1.0
1478
+ - @atlaskit/util-data-test@13.1.2
1479
+ - @atlaskit/avatar@17.1.9
1480
+ - @atlaskit/button@13.3.9
1481
+ - @atlaskit/dynamic-table@13.7.2
1482
+ - @atlaskit/lozenge@9.1.6
1483
+ - @atlaskit/spinner@12.1.6
1465
1484
 
1466
1485
  ## 12.3.8
1467
1486
 
1468
1487
  ### Patch Changes
1469
1488
 
1470
- - [patch][c913bb88f4](https://bitbucket.org/atlassian/atlassian-frontend/commits/c913bb88f4):
1489
+ - [patch][c913bb88f4](https://bitbucket.org/atlassian/atlassian-frontend/commits/c913bb88f4):
1471
1490
 
1472
- quickfix to kill stale timeouts
1491
+ quickfix to kill stale timeouts
1473
1492
 
1474
1493
  ## 12.3.7
1475
1494
 
1476
1495
  ### Patch Changes
1477
1496
 
1478
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1497
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1479
1498
 
1480
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1481
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1499
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1500
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1482
1501
 
1483
- - @atlaskit/docs@8.3.2
1484
- - @atlaskit/avatar@17.1.7
1485
- - @atlaskit/button@13.3.7
1486
- - @atlaskit/dynamic-table@13.6.2
1487
- - @atlaskit/icon@20.0.1
1488
- - @atlaskit/layer@8.0.1
1489
- - @atlaskit/lozenge@9.1.4
1490
- - @atlaskit/popper@3.1.11
1491
- - @atlaskit/portal@3.1.6
1492
- - @atlaskit/spinner@12.1.4
1493
- - @atlaskit/theme@9.5.1
1494
- - @atlaskit/util-data-test@13.1.1
1502
+ - @atlaskit/docs@8.3.2
1503
+ - @atlaskit/avatar@17.1.7
1504
+ - @atlaskit/button@13.3.7
1505
+ - @atlaskit/dynamic-table@13.6.2
1506
+ - @atlaskit/icon@20.0.1
1507
+ - @atlaskit/layer@8.0.1
1508
+ - @atlaskit/lozenge@9.1.4
1509
+ - @atlaskit/popper@3.1.11
1510
+ - @atlaskit/portal@3.1.6
1511
+ - @atlaskit/spinner@12.1.4
1512
+ - @atlaskit/theme@9.5.1
1513
+ - @atlaskit/util-data-test@13.1.1
1495
1514
 
1496
1515
  ## 12.3.6
1497
1516
 
1498
1517
  ### Patch Changes
1499
1518
 
1500
- - Updated dependencies
1501
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1502
- - Updated dependencies
1503
- [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
1504
- - @atlaskit/icon@20.0.0
1505
- - @atlaskit/layer@8.0.0
1506
- - @atlaskit/avatar@17.1.6
1507
- - @atlaskit/docs@8.3.1
1508
- - @atlaskit/button@13.3.6
1509
- - @atlaskit/portal@3.1.5
1519
+ - Updated dependencies
1520
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1521
+ - Updated dependencies
1522
+ [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
1523
+ - @atlaskit/icon@20.0.0
1524
+ - @atlaskit/layer@8.0.0
1525
+ - @atlaskit/avatar@17.1.6
1526
+ - @atlaskit/docs@8.3.1
1527
+ - @atlaskit/button@13.3.6
1528
+ - @atlaskit/portal@3.1.5
1510
1529
 
1511
1530
  ## 12.3.5
1512
1531
 
1513
1532
  ### Patch Changes
1514
1533
 
1515
- - [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
1534
+ - [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
1516
1535
 
1517
- Corrects the type exports for typography, colors, elevation and layers. If you were doing any
1518
- dynamic code it may break you. Refer to the
1519
- [upgrade guide](/packages/core/theme/docs/upgrade-guide) for help upgrading.- Updated
1520
- dependencies [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
1536
+ Corrects the type exports for typography, colors, elevation and layers. If you were doing any
1537
+ dynamic code it may break you. Refer to the
1538
+ [upgrade guide](/packages/core/theme/docs/upgrade-guide) for help upgrading.- Updated dependencies
1539
+ [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
1521
1540
 
1522
- - Updated dependencies
1523
- [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
1524
- - Updated dependencies
1525
- [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
1526
- - @atlaskit/icon@19.0.11
1527
- - @atlaskit/theme@9.3.0
1528
- - @atlaskit/portal@3.1.3
1541
+ - Updated dependencies
1542
+ [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
1543
+ - Updated dependencies
1544
+ [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
1545
+ - @atlaskit/icon@19.0.11
1546
+ - @atlaskit/theme@9.3.0
1547
+ - @atlaskit/portal@3.1.3
1529
1548
 
1530
1549
  ## 12.3.4
1531
1550
 
1532
1551
  ### Patch Changes
1533
1552
 
1534
- - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
1553
+ - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
1535
1554
 
1536
- Theme has been converted to Typescript. Typescript consumers will now get static type safety.
1537
- Flow types are no longer provided.
1555
+ Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
1556
+ types are no longer provided.
1538
1557
 
1539
- ### Breaking
1558
+ ### Breaking
1540
1559
 
1541
- ** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
1542
- getTokens parameter cannot be called without props; if no props are provided an empty object
1543
- `{}` must be passed in:
1560
+ ** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
1561
+ getTokens parameter cannot be called without props; if no props are provided an empty object `{}`
1562
+ must be passed in:
1544
1563
 
1545
- ```javascript
1546
- <CustomTheme.Provider
1547
- value={t => ({ ...t(), backgroundColor: '#333'})}
1548
- >
1549
- ```
1564
+ ```javascript
1565
+ <CustomTheme.Provider
1566
+ value={t => ({ ...t(), backgroundColor: '#333'})}
1567
+ >
1568
+ ```
1550
1569
 
1551
- becomes:
1570
+ becomes:
1552
1571
 
1553
- ```javascript
1554
- <CustomTheme.Provider
1555
- value={t => ({ ...t({}), backgroundColor: '#333'})}
1556
- >
1557
- ```
1572
+ ```javascript
1573
+ <CustomTheme.Provider
1574
+ value={t => ({ ...t({}), backgroundColor: '#333'})}
1575
+ >
1576
+ ```
1558
1577
 
1559
- ** Color palette changes ** Color palettes have been moved into their own file. Users will need
1560
- to update imports from this:
1578
+ ** Color palette changes ** Color palettes have been moved into their own file. Users will need to
1579
+ update imports from this:
1561
1580
 
1562
- ```javascript
1563
- import { colors } from '@atlaskit/theme';
1581
+ ```javascript
1582
+ import { colors } from '@atlaskit/theme';
1564
1583
 
1565
- colors.colorPalette('8');
1566
- ```
1584
+ colors.colorPalette('8');
1585
+ ```
1567
1586
 
1568
- to this:
1587
+ to this:
1569
1588
 
1570
- ```javascript
1571
- import { colorPalette } from '@atlaskit/theme';
1589
+ ```javascript
1590
+ import { colorPalette } from '@atlaskit/theme';
1572
1591
 
1573
- colorPalette.colorPalette('8');
1574
- ```
1592
+ colorPalette.colorPalette('8');
1593
+ ```
1575
1594
 
1576
- or for multi entry-point users:
1595
+ or for multi entry-point users:
1577
1596
 
1578
- ```javascript
1579
- import * as colors from '@atlaskit/theme/colors';
1597
+ ```javascript
1598
+ import * as colors from '@atlaskit/theme/colors';
1580
1599
 
1581
- colors.colorPalette('8');
1582
- ```
1600
+ colors.colorPalette('8');
1601
+ ```
1583
1602
 
1584
- to this:
1603
+ to this:
1585
1604
 
1586
- ```javascript
1587
- import * as colorPalettes from '@atlaskit/theme/color-palette';
1605
+ ```javascript
1606
+ import * as colorPalettes from '@atlaskit/theme/color-palette';
1588
1607
 
1589
- colorPalettes.colorPalette('8');
1590
- ```
1608
+ colorPalettes.colorPalette('8');
1609
+ ```
1591
1610
 
1592
1611
  ## 12.3.3
1593
1612
 
1594
- - Updated dependencies
1595
- [bd94b1d552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd94b1d552):
1596
- - Updated dependencies
1597
- [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1598
- - @atlaskit/util-data-test@13.0.0
1599
- - @atlaskit/i18n-tools@0.6.0
1613
+ - Updated dependencies
1614
+ [bd94b1d552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd94b1d552):
1615
+ - Updated dependencies
1616
+ [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1617
+ - @atlaskit/util-data-test@13.0.0
1618
+ - @atlaskit/i18n-tools@0.6.0
1600
1619
 
1601
1620
  ## 12.3.2
1602
1621
 
1603
1622
  ### Patch Changes
1604
1623
 
1605
- - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
1624
+ - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
1606
1625
 
1607
- @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
1626
+ @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
1608
1627
 
1609
1628
  ## 12.3.1
1610
1629
 
1611
1630
  ### Patch Changes
1612
1631
 
1613
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1632
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1614
1633
 
1615
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1634
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1616
1635
 
1617
1636
  ## 12.3.0
1618
1637
 
1619
1638
  ### Minor Changes
1620
1639
 
1621
- - [minor][84bedb23c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84bedb23c4):
1640
+ - [minor][84bedb23c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84bedb23c4):
1622
1641
 
1623
- Export profile-cards withOuterListeners wrapper
1642
+ Export profile-cards withOuterListeners wrapper
1624
1643
 
1625
1644
  ## 12.2.0
1626
1645
 
1627
1646
  ### Minor Changes
1628
1647
 
1629
- - [minor][8a3c534ec6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a3c534ec6):
1648
+ - [minor][8a3c534ec6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a3c534ec6):
1630
1649
 
1631
- Export show and hide delay times of profile card trigger
1650
+ Export show and hide delay times of profile card trigger
1632
1651
 
1633
1652
  ## 12.1.0
1634
1653
 
1635
1654
  ### Minor Changes
1636
1655
 
1637
- - [minor][16bf116576](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16bf116576):
1656
+ - [minor][16bf116576](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16bf116576):
1638
1657
 
1639
- Increased show/hide delay times for ProfileCardTrigger
1658
+ Increased show/hide delay times for ProfileCardTrigger
1640
1659
 
1641
1660
  ## 12.0.9
1642
1661
 
1643
1662
  ### Patch Changes
1644
1663
 
1645
- - [patch][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
1664
+ - [patch][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
1646
1665
 
1647
- @atlaskit/avatar has been converted to Typescript. Typescript consumers will now get static type
1648
- safety. Flow types are no longer provided. No API or behavioural changes.
1666
+ @atlaskit/avatar has been converted to Typescript. Typescript consumers will now get static type
1667
+ safety. Flow types are no longer provided. No API or behavioural changes.
1649
1668
 
1650
1669
  ## 12.0.8
1651
1670
 
1652
1671
  ### Patch Changes
1653
1672
 
1654
- - [patch][02f8d986b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02f8d986b5):
1673
+ - [patch][02f8d986b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02f8d986b5):
1655
1674
 
1656
- ProfileCardResourced should trigger analytics event when having error
1675
+ ProfileCardResourced should trigger analytics event when having error
1657
1676
 
1658
1677
  ## 12.0.7
1659
1678
 
1660
1679
  ### Patch Changes
1661
1680
 
1662
- - [patch][875282da30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875282da30):
1681
+ - [patch][875282da30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875282da30):
1663
1682
 
1664
- Fix a bug which causes ProfileCard triggers viewed analytics event twice
1683
+ Fix a bug which causes ProfileCard triggers viewed analytics event twice
1665
1684
 
1666
1685
  ## 12.0.6
1667
1686
 
1668
1687
  ### Patch Changes
1669
1688
 
1670
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1689
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1671
1690
 
1672
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1673
- non-relative imports as relative imports
1691
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1692
+ non-relative imports as relative imports
1674
1693
 
1675
1694
  ## 12.0.5
1676
1695
 
1677
1696
  ### Patch Changes
1678
1697
 
1679
- - [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
1698
+ - [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
1680
1699
 
1681
- Fixes various TypeScript errors which were previously failing silently
1700
+ Fixes various TypeScript errors which were previously failing silently
1682
1701
 
1683
1702
  ## 12.0.4
1684
1703
 
1685
- - Updated dependencies
1686
- [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1687
- - @atlaskit/popper@3.0.0
1704
+ - Updated dependencies
1705
+ [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1706
+ - @atlaskit/popper@3.0.0
1688
1707
 
1689
1708
  ## 12.0.3
1690
1709
 
1691
1710
  ### Patch Changes
1692
1711
 
1693
- - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1712
+ - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1694
1713
 
1695
- bugfix, fixes missing version.json file
1714
+ bugfix, fixes missing version.json file
1696
1715
 
1697
1716
  ## 12.0.2
1698
1717
 
1699
1718
  ### Patch Changes
1700
1719
 
1701
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1720
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1702
1721
 
1703
- In this PR, we are:
1722
+ In this PR, we are:
1704
1723
 
1705
- - Re-introducing dist build folders
1706
- - Adding back cjs
1707
- - Replacing es5 by cjs and es2015 by esm
1708
- - Creating folders at the root for entry-points
1709
- - Removing the generation of the entry-points at the root Please see this
1710
- [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
1711
- [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
1712
- for further details
1724
+ - Re-introducing dist build folders
1725
+ - Adding back cjs
1726
+ - Replacing es5 by cjs and es2015 by esm
1727
+ - Creating folders at the root for entry-points
1728
+ - Removing the generation of the entry-points at the root Please see this
1729
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
1730
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
1731
+ for further details
1713
1732
 
1714
1733
  ## 12.0.1
1715
1734
 
1716
- - Updated dependencies
1717
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1718
- - @atlaskit/docs@8.1.3
1719
- - @atlaskit/avatar@16.0.6
1720
- - @atlaskit/button@13.0.9
1721
- - @atlaskit/portal@3.0.7
1722
- - @atlaskit/icon@19.0.0
1735
+ - Updated dependencies
1736
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1737
+ - @atlaskit/docs@8.1.3
1738
+ - @atlaskit/avatar@16.0.6
1739
+ - @atlaskit/button@13.0.9
1740
+ - @atlaskit/portal@3.0.7
1741
+ - @atlaskit/icon@19.0.0
1723
1742
 
1724
1743
  ## 12.0.0
1725
1744
 
1726
1745
  ### Major Changes
1727
1746
 
1728
- - [major][2b333a4c6d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b333a4c6d):
1747
+ - [major][2b333a4c6d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b333a4c6d):
1729
1748
 
1730
- update api types; dispay user active state in ProfilecardResourced; change trigger component
1731
- display to inherit
1749
+ update api types; dispay user active state in ProfilecardResourced; change trigger component
1750
+ display to inherit
1732
1751
 
1733
1752
  ## 11.0.1
1734
1753
 
1735
1754
  ### Patch Changes
1736
1755
 
1737
- - [patch][0b87683d6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b87683d6c):
1756
+ - [patch][0b87683d6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b87683d6c):
1738
1757
 
1739
- fix unbound method in ProfilecardTrigger component
1758
+ fix unbound method in ProfilecardTrigger component
1740
1759
 
1741
1760
  ## 11.0.0
1742
1761
 
1743
1762
  ### Major Changes
1744
1763
 
1745
- - [major][a40f54404e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a40f54404e):
1764
+ - [major][a40f54404e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a40f54404e):
1746
1765
 
1747
- Profilecard is no longer internally wrapped by a react-intl IntlProvider. Consumers must now
1748
- ensure to Profilecard is wrapped inside a IntlProvider and provide messages from
1749
- @atlaskit/profilecard/i18n. See
1750
- https://hello.atlassian.net/wiki/spaces/AtlasKit/pages/287632890/i18n+API
1766
+ Profilecard is no longer internally wrapped by a react-intl IntlProvider. Consumers must now
1767
+ ensure to Profilecard is wrapped inside a IntlProvider and provide messages from
1768
+ @atlaskit/profilecard/i18n. See
1769
+ https://hello.atlassian.net/wiki/spaces/AtlasKit/pages/287632890/i18n+API
1751
1770
 
1752
1771
  ## 10.2.6
1753
1772
 
1754
- - Updated dependencies
1755
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1756
- - @atlaskit/docs@8.1.2
1757
- - @atlaskit/avatar@16.0.3
1758
- - @atlaskit/button@13.0.8
1759
- - @atlaskit/portal@3.0.3
1760
- - @atlaskit/icon@18.0.0
1773
+ - Updated dependencies
1774
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1775
+ - @atlaskit/docs@8.1.2
1776
+ - @atlaskit/avatar@16.0.3
1777
+ - @atlaskit/button@13.0.8
1778
+ - @atlaskit/portal@3.0.3
1779
+ - @atlaskit/icon@18.0.0
1761
1780
 
1762
1781
  ## 10.2.5
1763
1782
 
1764
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1783
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1765
1784
 
1766
- - This is just a safety release in case anything strange happened in in the previous one. See
1767
- Pull Request #5942 for details
1785
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
1786
+ Request #5942 for details
1768
1787
 
1769
1788
  ## 10.2.4
1770
1789
 
1771
- - Updated dependencies
1772
- [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
1773
- - Updated dependencies
1774
- [dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
1775
- - @atlaskit/button@13.0.4
1776
- - @atlaskit/dynamic-table@13.0.1
1777
- - @atlaskit/spinner@12.0.0
1778
- - @atlaskit/portal@3.0.0
1790
+ - Updated dependencies
1791
+ [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
1792
+ - Updated dependencies
1793
+ [dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
1794
+ - @atlaskit/button@13.0.4
1795
+ - @atlaskit/dynamic-table@13.0.1
1796
+ - @atlaskit/spinner@12.0.0
1797
+ - @atlaskit/portal@3.0.0
1779
1798
 
1780
1799
  ## 10.2.3
1781
1800
 
1782
- - Updated dependencies
1783
- [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
1784
- - @atlaskit/theme@9.0.3
1785
- - @atlaskit/lozenge@9.0.0
1801
+ - Updated dependencies
1802
+ [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
1803
+ - @atlaskit/theme@9.0.3
1804
+ - @atlaskit/lozenge@9.0.0
1786
1805
 
1787
1806
  ## 10.2.2
1788
1807
 
1789
- - [patch][afd34e36b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afd34e36b0):
1808
+ - [patch][afd34e36b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afd34e36b0):
1790
1809
 
1791
- - Hide public name when it matches the full name
1810
+ - Hide public name when it matches the full name
1792
1811
 
1793
1812
  ## 10.2.1
1794
1813
 
1795
- - Updated dependencies
1796
- [3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
1797
- - @atlaskit/icon@17.0.1
1798
- - @atlaskit/dynamic-table@13.0.0
1814
+ - Updated dependencies
1815
+ [3d95467c4b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d95467c4b):
1816
+ - @atlaskit/icon@17.0.1
1817
+ - @atlaskit/dynamic-table@13.0.0
1799
1818
 
1800
1819
  ## 10.2.0
1801
1820
 
1802
- - [minor][e7d7fe8252](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7d7fe8252):
1821
+ - [minor][e7d7fe8252](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7d7fe8252):
1803
1822
 
1804
- - Make full name and public name in the same line. Remove `@` symbol in front of public name.
1805
- Remove mention icon
1823
+ - Make full name and public name in the same line. Remove `@` symbol in front of public name.
1824
+ Remove mention icon
1806
1825
 
1807
1826
  ## 10.1.0
1808
1827
 
1809
- - [minor][5a49043dac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a49043dac):
1828
+ - [minor][5a49043dac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a49043dac):
1810
1829
 
1811
- - Enable strictPropertyInitialization in tsconfig.base
1830
+ - Enable strictPropertyInitialization in tsconfig.base
1812
1831
 
1813
1832
  ## 10.0.0
1814
1833
 
1815
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1834
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1816
1835
 
1817
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1818
- this package, please ensure you use at least this version of react and react-dom.
1836
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1837
+ this package, please ensure you use at least this version of react and react-dom.
1819
1838
 
1820
1839
  ## 9.0.5
1821
1840
 
1822
- - [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
1841
+ - [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
1823
1842
 
1824
- - Removes babel-runtime in favour of @babel/runtime
1843
+ - Removes babel-runtime in favour of @babel/runtime
1825
1844
 
1826
1845
  ## 9.0.4
1827
1846
 
1828
- - Updated dependencies
1829
- [5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
1830
- - Updated dependencies
1831
- [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1832
- - @atlaskit/portal@1.0.0
1833
- - @atlaskit/popper@1.0.0
1847
+ - Updated dependencies
1848
+ [5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
1849
+ - Updated dependencies
1850
+ [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1851
+ - @atlaskit/portal@1.0.0
1852
+ - @atlaskit/popper@1.0.0
1834
1853
 
1835
1854
  ## 9.0.3
1836
1855
 
1837
- - [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
1856
+ - [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
1838
1857
 
1839
- - index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
1858
+ - index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
1840
1859
 
1841
1860
  ## 9.0.2
1842
1861
 
1843
- - Updated dependencies
1844
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1845
- - @atlaskit/docs@7.0.3
1846
- - @atlaskit/avatar@15.0.4
1847
- - @atlaskit/button@12.0.3
1848
- - @atlaskit/dynamic-table@11.0.3
1849
- - @atlaskit/icon@16.0.9
1850
- - @atlaskit/lozenge@7.0.2
1851
- - @atlaskit/popper@0.4.3
1852
- - @atlaskit/spinner@10.0.7
1853
- - @atlaskit/theme@8.1.7
1862
+ - Updated dependencies
1863
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1864
+ - @atlaskit/docs@7.0.3
1865
+ - @atlaskit/avatar@15.0.4
1866
+ - @atlaskit/button@12.0.3
1867
+ - @atlaskit/dynamic-table@11.0.3
1868
+ - @atlaskit/icon@16.0.9
1869
+ - @atlaskit/lozenge@7.0.2
1870
+ - @atlaskit/popper@0.4.3
1871
+ - @atlaskit/spinner@10.0.7
1872
+ - @atlaskit/theme@8.1.7
1854
1873
 
1855
1874
  ## 9.0.1
1856
1875
 
1857
- - Updated dependencies
1858
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1859
- - @atlaskit/docs@7.0.2
1860
- - @atlaskit/avatar@15.0.3
1861
- - @atlaskit/dynamic-table@11.0.2
1862
- - @atlaskit/icon@16.0.8
1863
- - @atlaskit/popper@0.4.2
1864
- - @atlaskit/portal@0.3.1
1865
- - @atlaskit/spinner@10.0.5
1866
- - @atlaskit/theme@8.1.6
1867
- - @atlaskit/button@12.0.0
1876
+ - Updated dependencies
1877
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1878
+ - @atlaskit/docs@7.0.2
1879
+ - @atlaskit/avatar@15.0.3
1880
+ - @atlaskit/dynamic-table@11.0.2
1881
+ - @atlaskit/icon@16.0.8
1882
+ - @atlaskit/popper@0.4.2
1883
+ - @atlaskit/portal@0.3.1
1884
+ - @atlaskit/spinner@10.0.5
1885
+ - @atlaskit/theme@8.1.6
1886
+ - @atlaskit/button@12.0.0
1868
1887
 
1869
1888
  ## 9.0.0
1870
1889
 
1871
- - [major][bfca144ea5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfca144ea5):
1890
+ - [major][bfca144ea5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfca144ea5):
1872
1891
 
1873
- - Refactored internal components. Moved to Typescript. Updated named exports. Updated type
1874
- definitions.
1892
+ - Refactored internal components. Moved to Typescript. Updated named exports. Updated type
1893
+ definitions.
1875
1894
 
1876
1895
  ## 8.0.2
1877
1896
 
1878
- - Updated dependencies
1879
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1880
- - @atlaskit/docs@7.0.1
1881
- - @atlaskit/avatar@15.0.1
1882
- - @atlaskit/dynamic-table@11.0.1
1883
- - @atlaskit/icon@16.0.5
1884
- - @atlaskit/spinner@10.0.1
1885
- - @atlaskit/theme@8.0.1
1886
- - @atlaskit/i18n-tools@0.5.0
1887
- - @atlaskit/button@11.0.0
1888
- - @atlaskit/util-data-test@11.0.0
1897
+ - Updated dependencies
1898
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1899
+ - @atlaskit/docs@7.0.1
1900
+ - @atlaskit/avatar@15.0.1
1901
+ - @atlaskit/dynamic-table@11.0.1
1902
+ - @atlaskit/icon@16.0.5
1903
+ - @atlaskit/spinner@10.0.1
1904
+ - @atlaskit/theme@8.0.1
1905
+ - @atlaskit/i18n-tools@0.5.0
1906
+ - @atlaskit/button@11.0.0
1907
+ - @atlaskit/util-data-test@11.0.0
1889
1908
 
1890
1909
  ## 8.0.1
1891
1910
 
1892
- - [patch][9a0c34d490](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a0c34d490):
1911
+ - [patch][9a0c34d490](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a0c34d490):
1893
1912
 
1894
- - Fixes package.json to not exclude built files
1913
+ - Fixes package.json to not exclude built files
1895
1914
 
1896
1915
  ## 8.0.0
1897
1916
 
1898
- - [major][dbff4fdcf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbff4fdcf9):
1917
+ - [major][dbff4fdcf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbff4fdcf9):
1899
1918
 
1900
- - Remove presence from profilecard now that users cannot use Stride to control it
1919
+ - Remove presence from profilecard now that users cannot use Stride to control it
1901
1920
 
1902
1921
  ## 7.0.0
1903
1922
 
1904
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1923
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1905
1924
 
1906
- - Drop ES5 from all the flow modules
1925
+ - Drop ES5 from all the flow modules
1907
1926
 
1908
- ### Dropping CJS support in all @atlaskit packages
1927
+ ### Dropping CJS support in all @atlaskit packages
1909
1928
 
1910
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1911
- distribute esm. This means all distributed code will be transpiled, but will still contain
1912
- `import` and `export` declarations.
1929
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1930
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1931
+ `import` and `export` declarations.
1913
1932
 
1914
- The major reason for doing this is to allow us to support multiple entry points in packages,
1915
- e.g:
1933
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
1916
1934
 
1917
- ```js
1918
- import colors from `@atlaskit/theme/colors`;
1919
- ```
1935
+ ```js
1936
+ import colors from `@atlaskit/theme/colors`;
1937
+ ```
1920
1938
 
1921
- Previously this was sort of possible for consumers by doing something like:
1939
+ Previously this was sort of possible for consumers by doing something like:
1922
1940
 
1923
- ```js
1924
- import colors from `@atlaskit/theme/dist/esm/colors`;
1925
- ```
1941
+ ```js
1942
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1943
+ ```
1926
1944
 
1927
- This has a couple of issues. 1, it treats the file system as API making internal refactors
1928
- harder, we have to worry about how consumers might be using things that aren't _actually_
1929
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1930
- to lots of packages bundling all of theme, just to use a single color, especially in situations
1931
- where tree shaking fails.
1945
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1946
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1947
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1948
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1949
+ shaking fails.
1932
1950
 
1933
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
1934
- multiple distributions as they would need to have very different imports from of their own
1935
- internal dependencies.
1951
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1952
+ multiple distributions as they would need to have very different imports from of their own
1953
+ internal dependencies.
1936
1954
 
1937
- ES Modules are widely supported by all modern bundlers and can be worked around in node
1938
- environments.
1955
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1956
+ environments.
1939
1957
 
1940
- We may choose to revisit this solution in the future if we find any unintended condequences, but
1941
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1942
- saner API's and simpler package architecture.
1958
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1959
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1960
+ saner API's and simpler package architecture.
1943
1961
 
1944
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
1945
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1946
- external) if you have any questions or queries about this.
1962
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1963
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1964
+ external) if you have any questions or queries about this.
1947
1965
 
1948
1966
  ## 6.2.0
1949
1967
 
1950
- - [minor][e0e5dd69a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0e5dd69a7):
1968
+ - [minor][e0e5dd69a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0e5dd69a7):
1951
1969
 
1952
- - Support 2 new props "hasStatusLozengeForDisabledAccount" and
1953
- "customMessageForDisabledAccount"
1970
+ - Support 2 new props "hasStatusLozengeForDisabledAccount" and "customMessageForDisabledAccount"
1954
1971
 
1955
1972
  ## 6.1.5
1956
1973
 
1957
- - Updated dependencies
1958
- [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1959
- - @atlaskit/docs@6.0.1
1960
- - @atlaskit/avatar@14.1.8
1961
- - @atlaskit/button@10.1.2
1962
- - @atlaskit/icon@16.0.0
1974
+ - Updated dependencies
1975
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1976
+ - @atlaskit/docs@6.0.1
1977
+ - @atlaskit/avatar@14.1.8
1978
+ - @atlaskit/button@10.1.2
1979
+ - @atlaskit/icon@16.0.0
1963
1980
 
1964
1981
  ## 6.1.4
1965
1982
 
1966
- - [patch][ba95c0e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba95c0e):
1983
+ - [patch][ba95c0e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba95c0e):
1967
1984
 
1968
- - Remove typescript type InjectedIntlProps from flow js code
1985
+ - Remove typescript type InjectedIntlProps from flow js code
1969
1986
 
1970
1987
  ## 6.1.3
1971
1988
 
1972
- - [patch][3ef5292](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ef5292):
1989
+ - [patch][3ef5292](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ef5292):
1973
1990
 
1974
- - Include type definitions in npm package
1991
+ - Include type definitions in npm package
1975
1992
 
1976
1993
  ## 6.1.2
1977
1994
 
1978
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1979
- - @atlaskit/avatar@14.1.7
1980
- - @atlaskit/button@10.1.1
1981
- - @atlaskit/dynamic-table@10.0.22
1982
- - @atlaskit/icon@15.0.2
1983
- - @atlaskit/layer@5.0.10
1984
- - @atlaskit/lozenge@6.2.4
1985
- - @atlaskit/spinner@9.0.13
1986
- - @atlaskit/theme@7.0.1
1987
- - @atlaskit/util-data-test@10.0.25
1988
- - @atlaskit/docs@6.0.0
1995
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1996
+ - @atlaskit/avatar@14.1.7
1997
+ - @atlaskit/button@10.1.1
1998
+ - @atlaskit/dynamic-table@10.0.22
1999
+ - @atlaskit/icon@15.0.2
2000
+ - @atlaskit/layer@5.0.10
2001
+ - @atlaskit/lozenge@6.2.4
2002
+ - @atlaskit/spinner@9.0.13
2003
+ - @atlaskit/theme@7.0.1
2004
+ - @atlaskit/util-data-test@10.0.25
2005
+ - @atlaskit/docs@6.0.0
1989
2006
 
1990
2007
  ## 6.1.1
1991
2008
 
1992
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1993
- - @atlaskit/docs@5.2.3
1994
- - @atlaskit/button@10.0.4
1995
- - @atlaskit/dynamic-table@10.0.20
1996
- - @atlaskit/icon@15.0.1
1997
- - @atlaskit/spinner@9.0.12
1998
- - @atlaskit/theme@7.0.0
1999
- - @atlaskit/avatar@14.1.6
2000
- - @atlaskit/lozenge@6.2.3
2009
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
2010
+ - @atlaskit/docs@5.2.3
2011
+ - @atlaskit/button@10.0.4
2012
+ - @atlaskit/dynamic-table@10.0.20
2013
+ - @atlaskit/icon@15.0.1
2014
+ - @atlaskit/spinner@9.0.12
2015
+ - @atlaskit/theme@7.0.0
2016
+ - @atlaskit/avatar@14.1.6
2017
+ - @atlaskit/lozenge@6.2.3
2001
2018
 
2002
2019
  ## 6.1.0
2003
2020
 
2004
- - [minor][a2da489](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2da489):
2021
+ - [minor][a2da489](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2da489):
2005
2022
 
2006
- - - wrap profile card in IntlProvider and support i18n
2023
+ - - wrap profile card in IntlProvider and support i18n
2007
2024
 
2008
2025
  ## 6.0.3
2009
2026
 
2010
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
2011
- - @atlaskit/docs@5.2.2
2012
- - @atlaskit/avatar@14.1.5
2013
- - @atlaskit/button@10.0.1
2014
- - @atlaskit/icon@15.0.0
2027
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
2028
+ - @atlaskit/docs@5.2.2
2029
+ - @atlaskit/avatar@14.1.5
2030
+ - @atlaskit/button@10.0.1
2031
+ - @atlaskit/icon@15.0.0
2015
2032
 
2016
2033
  ## 6.0.2
2017
2034
 
2018
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
2019
- - @atlaskit/docs@5.2.1
2020
- - @atlaskit/avatar@14.1.4
2021
- - @atlaskit/dynamic-table@10.0.18
2022
- - @atlaskit/icon@14.6.1
2023
- - @atlaskit/spinner@9.0.11
2024
- - @atlaskit/theme@6.2.1
2025
- - @atlaskit/button@10.0.0
2035
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
2036
+ - @atlaskit/docs@5.2.1
2037
+ - @atlaskit/avatar@14.1.4
2038
+ - @atlaskit/dynamic-table@10.0.18
2039
+ - @atlaskit/icon@14.6.1
2040
+ - @atlaskit/spinner@9.0.11
2041
+ - @atlaskit/theme@6.2.1
2042
+ - @atlaskit/button@10.0.0
2026
2043
 
2027
2044
  ## 6.0.1
2028
2045
 
2029
- - [patch][9d63842](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d63842):
2046
+ - [patch][9d63842](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d63842):
2030
2047
 
2031
- - Fixed a bug where content is not rendered for cards of users whose accounts are closed
2048
+ - Fixed a bug where content is not rendered for cards of users whose accounts are closed
2032
2049
 
2033
2050
  ## 6.0.0
2034
2051
 
2035
- - [major][9c0844d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0844d):
2052
+ - [major][9c0844d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0844d):
2036
2053
 
2037
- - Replace "isActive" prop with new "status" prop and adding react-intl messages
2054
+ - Replace "isActive" prop with new "status" prop and adding react-intl messages
2038
2055
 
2039
2056
  ## 5.0.0
2040
2057
 
2041
- - [major][a6dd6e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6dd6e3):
2058
+ - [major][a6dd6e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6dd6e3):
2042
2059
 
2043
- - Removed isCensored prop as this state no longer exists
2060
+ - Removed isCensored prop as this state no longer exists
2044
2061
 
2045
2062
  ## 4.0.10
2046
2063
 
2047
- - [patch] Updated dependencies
2048
- [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
2049
- - @atlaskit/docs@5.0.8
2050
- - @atlaskit/avatar@14.0.11
2051
- - @atlaskit/button@9.0.13
2052
- - @atlaskit/icon@14.0.0
2064
+ - [patch] Updated dependencies
2065
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
2066
+ - @atlaskit/docs@5.0.8
2067
+ - @atlaskit/avatar@14.0.11
2068
+ - @atlaskit/button@9.0.13
2069
+ - @atlaskit/icon@14.0.0
2053
2070
 
2054
2071
  ## 4.0.9
2055
2072
 
2056
- - [patch] Remove promise polyfill to fix Jira SSR
2057
- [e793f6e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e793f6e)
2073
+ - [patch] Remove promise polyfill to fix Jira SSR
2074
+ [e793f6e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e793f6e)
2058
2075
 
2059
2076
  ## 4.0.8
2060
2077
 
2061
- - [patch] Updated dependencies
2062
- [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
2063
- - @atlaskit/util-data-test@10.0.7
2078
+ - [patch] Updated dependencies
2079
+ [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
2080
+ - @atlaskit/util-data-test@10.0.7
2064
2081
 
2065
2082
  ## 4.0.7
2066
2083
 
2067
- - [patch] Updated dependencies
2068
- [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
2069
- - @atlaskit/theme@6.0.0
2070
- - @atlaskit/spinner@9.0.6
2071
- - @atlaskit/icon@13.2.5
2072
- - @atlaskit/dynamic-table@10.0.9
2073
- - @atlaskit/button@9.0.6
2074
- - @atlaskit/avatar@14.0.8
2075
- - @atlaskit/docs@5.0.6
2084
+ - [patch] Updated dependencies
2085
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
2086
+ - @atlaskit/theme@6.0.0
2087
+ - @atlaskit/spinner@9.0.6
2088
+ - @atlaskit/icon@13.2.5
2089
+ - @atlaskit/dynamic-table@10.0.9
2090
+ - @atlaskit/button@9.0.6
2091
+ - @atlaskit/avatar@14.0.8
2092
+ - @atlaskit/docs@5.0.6
2076
2093
 
2077
2094
  ## 4.0.6
2078
2095
 
2079
- - [patch] Updated dependencies
2080
- [8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529)
2081
- - @atlaskit/layer@5.0.5
2096
+ - [patch] Updated dependencies
2097
+ [8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529)
2098
+ - @atlaskit/layer@5.0.5
2082
2099
 
2083
2100
  ## 4.0.5
2084
2101
 
2085
- - [patch] use size prop small when using icon component
2086
- [27e074e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27e074e)
2087
- - [none] Updated dependencies
2088
- [27e074e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27e074e)
2102
+ - [patch] use size prop small when using icon component
2103
+ [27e074e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27e074e)
2104
+ - [none] Updated dependencies
2105
+ [27e074e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27e074e)
2089
2106
 
2090
2107
  ## 4.0.4
2091
2108
 
2092
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
2093
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
2094
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2095
- - [none] Updated dependencies
2096
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2097
- - @atlaskit/util-data-test@10.0.4
2098
- - @atlaskit/dynamic-table@10.0.7
2099
- - @atlaskit/button@9.0.5
2100
- - @atlaskit/theme@5.1.3
2101
- - @atlaskit/spinner@9.0.5
2102
- - @atlaskit/layer@5.0.4
2103
- - @atlaskit/icon@13.2.4
2104
- - @atlaskit/avatar@14.0.6
2109
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
2110
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
2111
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2112
+ - [none] Updated dependencies
2113
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2114
+ - @atlaskit/util-data-test@10.0.4
2115
+ - @atlaskit/dynamic-table@10.0.7
2116
+ - @atlaskit/button@9.0.5
2117
+ - @atlaskit/theme@5.1.3
2118
+ - @atlaskit/spinner@9.0.5
2119
+ - @atlaskit/layer@5.0.4
2120
+ - @atlaskit/icon@13.2.4
2121
+ - @atlaskit/avatar@14.0.6
2105
2122
 
2106
2123
  ## 4.0.3
2107
2124
 
2108
- - [patch] Bumping dependency on util-data-test
2109
- [597e0bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/597e0bd)
2110
-
2111
- * [none] Updated dependencies
2112
- [597e0bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/597e0bd)
2113
- - @atlaskit/util-data-test@10.0.3
2114
- * [none] Updated dependencies
2115
- [61df453](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61df453)
2116
- - @atlaskit/util-data-test@10.0.3
2117
- * [none] Updated dependencies
2118
- [812a39c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/812a39c)
2119
- - @atlaskit/dynamic-table@10.0.6
2120
- - @atlaskit/util-data-test@10.0.3
2121
- * [none] Updated dependencies
2122
- [c8eb097](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8eb097)
2123
- - @atlaskit/util-data-test@10.0.3
2124
- * [none] Updated dependencies
2125
- [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
2126
- - @atlaskit/util-data-test@10.0.3
2125
+ - [patch] Bumping dependency on util-data-test
2126
+ [597e0bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/597e0bd)
2127
+
2128
+ * [none] Updated dependencies
2129
+ [597e0bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/597e0bd)
2130
+ - @atlaskit/util-data-test@10.0.3
2131
+ * [none] Updated dependencies
2132
+ [61df453](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61df453)
2133
+ - @atlaskit/util-data-test@10.0.3
2134
+ * [none] Updated dependencies
2135
+ [812a39c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/812a39c)
2136
+ - @atlaskit/dynamic-table@10.0.6
2137
+ - @atlaskit/util-data-test@10.0.3
2138
+ * [none] Updated dependencies
2139
+ [c8eb097](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8eb097)
2140
+ - @atlaskit/util-data-test@10.0.3
2141
+ * [none] Updated dependencies
2142
+ [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
2143
+ - @atlaskit/util-data-test@10.0.3
2127
2144
 
2128
2145
  ## 4.0.2
2129
2146
 
2130
- - [patch] Updated dependencies
2131
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2132
- - @atlaskit/util-data-test@10.0.2
2133
- - @atlaskit/icon@13.2.2
2134
- - @atlaskit/dynamic-table@10.0.5
2135
- - @atlaskit/button@9.0.4
2136
- - @atlaskit/theme@5.1.2
2137
- - @atlaskit/spinner@9.0.4
2138
- - @atlaskit/docs@5.0.2
2139
- - @atlaskit/layer@5.0.3
2140
- - @atlaskit/avatar@14.0.5
2147
+ - [patch] Updated dependencies
2148
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2149
+ - @atlaskit/util-data-test@10.0.2
2150
+ - @atlaskit/icon@13.2.2
2151
+ - @atlaskit/dynamic-table@10.0.5
2152
+ - @atlaskit/button@9.0.4
2153
+ - @atlaskit/theme@5.1.2
2154
+ - @atlaskit/spinner@9.0.4
2155
+ - @atlaskit/docs@5.0.2
2156
+ - @atlaskit/layer@5.0.3
2157
+ - @atlaskit/avatar@14.0.5
2141
2158
 
2142
2159
  ## 4.0.1
2143
2160
 
2144
- - [patch] Remove \$FlowFixMe, move styled-components to peerDependencies and move tests under src
2145
- and a unit folder [36b595c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36b595c)
2146
- - [none] Updated dependencies
2147
- [36b595c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36b595c)
2161
+ - [patch] Remove \$FlowFixMe, move styled-components to peerDependencies and move tests under src
2162
+ and a unit folder [36b595c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36b595c)
2163
+ - [none] Updated dependencies
2164
+ [36b595c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36b595c)
2148
2165
 
2149
2166
  ## 4.0.0
2150
2167
 
2151
- - [major] Updates to React ^16.4.0
2152
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2153
- - [major] Updated dependencies
2154
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2155
- - @atlaskit/util-data-test@10.0.0
2156
- - @atlaskit/dynamic-table@10.0.0
2157
- - @atlaskit/button@9.0.0
2158
- - @atlaskit/theme@5.0.0
2159
- - @atlaskit/spinner@9.0.0
2160
- - @atlaskit/docs@5.0.0
2161
- - @atlaskit/layer@5.0.0
2162
- - @atlaskit/icon@13.0.0
2163
- - @atlaskit/avatar@14.0.0
2164
- - [major] Updated dependencies
2165
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2166
- - @atlaskit/util-data-test@10.0.0
2167
- - @atlaskit/dynamic-table@10.0.0
2168
- - @atlaskit/button@9.0.0
2169
- - @atlaskit/theme@5.0.0
2170
- - @atlaskit/spinner@9.0.0
2171
- - @atlaskit/docs@5.0.0
2172
- - @atlaskit/layer@5.0.0
2173
- - @atlaskit/icon@13.0.0
2174
- - @atlaskit/avatar@14.0.0
2168
+ - [major] Updates to React ^16.4.0
2169
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2170
+ - [major] Updated dependencies
2171
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2172
+ - @atlaskit/util-data-test@10.0.0
2173
+ - @atlaskit/dynamic-table@10.0.0
2174
+ - @atlaskit/button@9.0.0
2175
+ - @atlaskit/theme@5.0.0
2176
+ - @atlaskit/spinner@9.0.0
2177
+ - @atlaskit/docs@5.0.0
2178
+ - @atlaskit/layer@5.0.0
2179
+ - @atlaskit/icon@13.0.0
2180
+ - @atlaskit/avatar@14.0.0
2181
+ - [major] Updated dependencies
2182
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2183
+ - @atlaskit/util-data-test@10.0.0
2184
+ - @atlaskit/dynamic-table@10.0.0
2185
+ - @atlaskit/button@9.0.0
2186
+ - @atlaskit/theme@5.0.0
2187
+ - @atlaskit/spinner@9.0.0
2188
+ - @atlaskit/docs@5.0.0
2189
+ - @atlaskit/layer@5.0.0
2190
+ - @atlaskit/icon@13.0.0
2191
+ - @atlaskit/avatar@14.0.0
2175
2192
 
2176
2193
  ## 3.13.4
2177
2194
 
2178
- - [none] Updated dependencies
2179
- [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
2180
- - @atlaskit/button@8.2.5
2181
- - @atlaskit/dynamic-table@9.2.6
2182
- - @atlaskit/avatar@13.0.0
2183
- - [patch] Updated dependencies
2184
- [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
2185
- - @atlaskit/avatar@13.0.0
2186
- - @atlaskit/button@8.2.5
2187
- - @atlaskit/dynamic-table@9.2.6
2195
+ - [none] Updated dependencies
2196
+ [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
2197
+ - @atlaskit/button@8.2.5
2198
+ - @atlaskit/dynamic-table@9.2.6
2199
+ - @atlaskit/avatar@13.0.0
2200
+ - [patch] Updated dependencies
2201
+ [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
2202
+ - @atlaskit/avatar@13.0.0
2203
+ - @atlaskit/button@8.2.5
2204
+ - @atlaskit/dynamic-table@9.2.6
2188
2205
 
2189
2206
  ## 3.13.3
2190
2207
 
2191
- - [patch] Fix flow config and add back flow fix me
2192
- [107da09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/107da09)
2193
- - [none] Updated dependencies
2194
- [107da09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/107da09)
2208
+ - [patch] Fix flow config and add back flow fix me
2209
+ [107da09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/107da09)
2210
+ - [none] Updated dependencies
2211
+ [107da09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/107da09)
2195
2212
 
2196
2213
  ## 3.13.2
2197
2214
 
2198
- - [patch] Update package.json to point to correct build directories
2199
- [2362f0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2362f0b)
2200
- - [none] Updated dependencies
2201
- [2362f0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2362f0b)
2215
+ - [patch] Update package.json to point to correct build directories
2216
+ [2362f0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2362f0b)
2217
+ - [none] Updated dependencies
2218
+ [2362f0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2362f0b)
2202
2219
 
2203
2220
  ## 3.13.1
2204
2221
 
2205
- - [patch] Migrate Profilecard to AKM2 DIR-553
2206
- [9bac948](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9bac948)
2207
- - [none] Updated dependencies
2208
- [99446e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/99446e3)
2209
- - @atlaskit/docs@4.2.2
2210
- - [none] Updated dependencies
2211
- [9bac948](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9bac948)
2212
- - @atlaskit/docs@4.2.2
2222
+ - [patch] Migrate Profilecard to AKM2 DIR-553
2223
+ [9bac948](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9bac948)
2224
+ - [none] Updated dependencies
2225
+ [99446e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/99446e3)
2226
+ - @atlaskit/docs@4.2.2
2227
+ - [none] Updated dependencies
2228
+ [9bac948](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9bac948)
2229
+ - @atlaskit/docs@4.2.2
2213
2230
 
2214
2231
  ## 3.12.3 (2017-12-13)
2215
2232
 
2216
- - bug fix; cap profilecard cache age at 30 days
2217
- ([6e112c0](https://bitbucket.org/atlassian/atlaskit/commits/6e112c0))
2233
+ - bug fix; cap profilecard cache age at 30 days
2234
+ ([6e112c0](https://bitbucket.org/atlassian/atlaskit/commits/6e112c0))
2218
2235
 
2219
2236
  ## 3.12.2 (2017-12-06)
2220
2237
 
2221
- - bug fix; add max-width to profilecard trigger to allow CSS truncation of children (issues
2222
- closed: ak-3989) ([ad721a1](https://bitbucket.org/atlassian/atlaskit/commits/ad721a1))
2238
+ - bug fix; add max-width to profilecard trigger to allow CSS truncation of children (issues closed:
2239
+ ak-3989) ([ad721a1](https://bitbucket.org/atlassian/atlaskit/commits/ad721a1))
2223
2240
 
2224
2241
  ## 3.12.1 (2017-11-27)
2225
2242
 
2226
- - bug fix; fix profilecard error when user has null presenceMessage
2227
- ([b250e2b](https://bitbucket.org/atlassian/atlaskit/commits/b250e2b))
2243
+ - bug fix; fix profilecard error when user has null presenceMessage
2244
+ ([b250e2b](https://bitbucket.org/atlassian/atlaskit/commits/b250e2b))
2228
2245
 
2229
2246
  ## 3.12.0 (2017-11-20)
2230
2247
 
2231
- - feature; add presence message to profilecard (issues closed: dir-459)
2232
- ([a927c12](https://bitbucket.org/atlassian/atlaskit/commits/a927c12))
2248
+ - feature; add presence message to profilecard (issues closed: dir-459)
2249
+ ([a927c12](https://bitbucket.org/atlassian/atlaskit/commits/a927c12))
2233
2250
 
2234
2251
  ## 3.11.0 (2017-11-17)
2235
2252
 
2236
- - feature; add support for focus state to profilecard (issues closed: dir-453)
2237
- ([51185f4](https://bitbucket.org/atlassian/atlaskit/commits/51185f4))
2253
+ - feature; add support for focus state to profilecard (issues closed: dir-453)
2254
+ ([51185f4](https://bitbucket.org/atlassian/atlaskit/commits/51185f4))
2238
2255
 
2239
2256
  ## 3.10.0 (2017-11-01)
2240
2257
 
2241
- - bug fix; fix profilecard graphql api client (issues closed: dir-444)
2242
- ([8adce3a](https://bitbucket.org/atlassian/atlaskit/commits/8adce3a))
2243
- - feature; add card states for deactivated and app users (issues closed: dir-436)
2244
- ([0343cb6](https://bitbucket.org/atlassian/atlaskit/commits/0343cb6))
2258
+ - bug fix; fix profilecard graphql api client (issues closed: dir-444)
2259
+ ([8adce3a](https://bitbucket.org/atlassian/atlaskit/commits/8adce3a))
2260
+ - feature; add card states for deactivated and app users (issues closed: dir-436)
2261
+ ([0343cb6](https://bitbucket.org/atlassian/atlaskit/commits/0343cb6))
2245
2262
 
2246
2263
  ## 3.9.0 (2017-10-27)
2247
2264
 
2248
- - feature; add new profile data keys to graphql query
2249
- ([44d81d4](https://bitbucket.org/atlassian/atlaskit/commits/44d81d4))
2265
+ - feature; add new profile data keys to graphql query
2266
+ ([44d81d4](https://bitbucket.org/atlassian/atlaskit/commits/44d81d4))
2250
2267
 
2251
- - feature; add predicate method to profile card actions (issues closed: dir-423)
2252
- ([2737016](https://bitbucket.org/atlassian/atlaskit/commits/2737016))
2268
+ - feature; add predicate method to profile card actions (issues closed: dir-423)
2269
+ ([2737016](https://bitbucket.org/atlassian/atlaskit/commits/2737016))
2253
2270
 
2254
2271
  ## 3.8.1 (2017-10-22)
2255
2272
 
2256
- - bug fix; update styled-components dep and react peerDep
2257
- ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
2273
+ - bug fix; update styled-components dep and react peerDep
2274
+ ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
2258
2275
 
2259
2276
  ## 3.8.0 (2017-10-16)
2260
2277
 
2261
- - feature; add new detail label for a users email to the profilecard (issues closed: dir-324)
2262
- ([84f12aa](https://bitbucket.org/atlassian/atlaskit/commits/84f12aa))
2278
+ - feature; add new detail label for a users email to the profilecard (issues closed: dir-324)
2279
+ ([84f12aa](https://bitbucket.org/atlassian/atlaskit/commits/84f12aa))
2263
2280
 
2264
2281
  ## 3.7.4 (2017-10-12)
2265
2282
 
2266
- - bug fix; fix dark mode colors for profilecard (issues closed: dir-413)
2267
- ([27a6981](https://bitbucket.org/atlassian/atlaskit/commits/27a6981))
2283
+ - bug fix; fix dark mode colors for profilecard (issues closed: dir-413)
2284
+ ([27a6981](https://bitbucket.org/atlassian/atlaskit/commits/27a6981))
2268
2285
 
2269
- - bug fix; fix unit tests for profilecard (issues closed: dir-407)
2270
- ([9a488fe](https://bitbucket.org/atlassian/atlaskit/commits/9a488fe))
2271
- - bug fix; refactor profilecard to styled components (issues closed: dir-407)
2272
- ([2a0a834](https://bitbucket.org/atlassian/atlaskit/commits/2a0a834))
2286
+ - bug fix; fix unit tests for profilecard (issues closed: dir-407)
2287
+ ([9a488fe](https://bitbucket.org/atlassian/atlaskit/commits/9a488fe))
2288
+ - bug fix; refactor profilecard to styled components (issues closed: dir-407)
2289
+ ([2a0a834](https://bitbucket.org/atlassian/atlaskit/commits/2a0a834))
2273
2290
 
2274
2291
  ## 3.7.3 (2017-10-10)
2275
2292
 
2276
- - bug fix; align default status messages of profilecard with Stride (issues closed: dir-414)
2277
- ([4d65674](https://bitbucket.org/atlassian/atlaskit/commits/4d65674))
2278
- - bug fix; bump dependeny versions for profilecard to latest (issues closed: dir-408)
2279
- ([839922d](https://bitbucket.org/atlassian/atlaskit/commits/839922d))
2293
+ - bug fix; align default status messages of profilecard with Stride (issues closed: dir-414)
2294
+ ([4d65674](https://bitbucket.org/atlassian/atlaskit/commits/4d65674))
2295
+ - bug fix; bump dependeny versions for profilecard to latest (issues closed: dir-408)
2296
+ ([839922d](https://bitbucket.org/atlassian/atlaskit/commits/839922d))
2280
2297
 
2281
2298
  ## 3.7.2 (2017-09-20)
2282
2299
 
2283
- - bug fix; fix non array value of \`oneOf\` proptype in profilecard.jsx
2284
- ([39131f7](https://bitbucket.org/atlassian/atlaskit/commits/39131f7))
2300
+ - bug fix; fix non array value of \`oneOf\` proptype in profilecard.jsx
2301
+ ([39131f7](https://bitbucket.org/atlassian/atlaskit/commits/39131f7))
2285
2302
 
2286
2303
  ## 3.7.1 (2017-09-08)
2287
2304
 
2288
- - bug fix; limit profilecards error types to the two available from the api (issues closed:
2289
- dir-376) ([b9b8532](https://bitbucket.org/atlassian/atlaskit/commits/b9b8532))
2305
+ - bug fix; limit profilecards error types to the two available from the api (issues closed: dir-376)
2306
+ ([b9b8532](https://bitbucket.org/atlassian/atlaskit/commits/b9b8532))
2290
2307
 
2291
2308
  ## 3.7.0 (2017-08-14)
2292
2309
 
2293
- - feature; add not-found error state to profilecard (issues closed: dir-340)
2294
- ([8021368](https://bitbucket.org/atlassian/atlaskit/commits/8021368))
2310
+ - feature; add not-found error state to profilecard (issues closed: dir-340)
2311
+ ([8021368](https://bitbucket.org/atlassian/atlaskit/commits/8021368))
2295
2312
 
2296
2313
  ## 3.6.4 (2017-08-09)
2297
2314
 
2298
- - bug fix; make profilecard type def also available through lerna link (issues closed: ed-2435)
2299
- ([fb15d63](https://bitbucket.org/atlassian/atlaskit/commits/fb15d63))
2315
+ - bug fix; make profilecard type def also available through lerna link (issues closed: ed-2435)
2316
+ ([fb15d63](https://bitbucket.org/atlassian/atlaskit/commits/fb15d63))
2300
2317
 
2301
- * bug fix; Merged in fix/ED-2266-profile-card (pull request #3650) (issues closed: ed-2266)
2302
- ([2a5b88e](https://bitbucket.org/atlassian/atlaskit/commits/2a5b88e))
2318
+ * bug fix; Merged in fix/ED-2266-profile-card (pull request #3650) (issues closed: ed-2266)
2319
+ ([2a5b88e](https://bitbucket.org/atlassian/atlaskit/commits/2a5b88e))
2303
2320
 
2304
2321
  ## 3.6.3 (2017-07-27)
2305
2322
 
2306
- - fix; rename jsnext:main to jsnext:experimental:main temporarily
2307
- ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
2323
+ - fix; rename jsnext:main to jsnext:experimental:main temporarily
2324
+ ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
2308
2325
 
2309
2326
  ## 3.6.2 (2017-07-25)
2310
2327
 
2311
- - fix; use class transform in loose mode in babel to improve load performance in apps
2312
- ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2328
+ - fix; use class transform in loose mode in babel to improve load performance in apps
2329
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2313
2330
 
2314
2331
  ## 3.6.1 (2017-07-20)
2315
2332
 
2316
- - fix; use \`title\` instead of \`position\` from directory data for job title
2317
- ([3d0864b](https://bitbucket.org/atlassian/atlaskit/commits/3d0864b))
2333
+ - fix; use \`title\` instead of \`position\` from directory data for job title
2334
+ ([3d0864b](https://bitbucket.org/atlassian/atlaskit/commits/3d0864b))
2318
2335
 
2319
2336
  ## 3.6.0 (2017-07-18)
2320
2337
 
@@ -2322,94 +2339,94 @@
2322
2339
 
2323
2340
  ## 3.2.0 (2017-07-17)
2324
2341
 
2325
- - feature; fix analytics event names for profilecard
2326
- ([2225d04](https://bitbucket.org/atlassian/atlaskit/commits/2225d04))
2342
+ - feature; fix analytics event names for profilecard
2343
+ ([2225d04](https://bitbucket.org/atlassian/atlaskit/commits/2225d04))
2327
2344
 
2328
2345
  ## 3.2.0 (2017-07-17)
2329
2346
 
2330
- - fix; rerelease, failed prepublish scripts
2331
- ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
2347
+ - fix; rerelease, failed prepublish scripts
2348
+ ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
2332
2349
 
2333
2350
  ## 3.2.0 (2017-07-17)
2334
2351
 
2335
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages
2336
- ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
2352
+ - feature; added ES module builds to dist and add jsnext:main to most ADG packages
2353
+ ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
2337
2354
 
2338
2355
  ## 3.1.0 (2017-07-17)
2339
2356
 
2340
- - feature; add trigger property to AkProfilecardTrigger (possible values: click, hover (defaul
2341
- ([6f7b508](https://bitbucket.org/atlassian/atlaskit/commits/6f7b508))
2357
+ - feature; add trigger property to AkProfilecardTrigger (possible values: click, hover (defaul
2358
+ ([6f7b508](https://bitbucket.org/atlassian/atlaskit/commits/6f7b508))
2342
2359
 
2343
2360
  ## 3.0.2 (2017-07-12)
2344
2361
 
2345
- - fix; export modifyResponse for util-data-test
2346
- ([67d5784](https://bitbucket.org/atlassian/atlaskit/commits/67d5784))
2347
- - fix; add prop-types as a dependency to avoid React 15.x warnings
2348
- ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
2362
+ - fix; export modifyResponse for util-data-test
2363
+ ([67d5784](https://bitbucket.org/atlassian/atlaskit/commits/67d5784))
2364
+ - fix; add prop-types as a dependency to avoid React 15.x warnings
2365
+ ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
2349
2366
 
2350
2367
  ## 3.0.1 (2017-05-12)
2351
2368
 
2352
- - fix; fix profilecard caching issue
2353
- ([53223a1](https://bitbucket.org/atlassian/atlaskit/commits/53223a1))
2354
- - fix; add required cloudId props to stories
2355
- ([5aa1e8a](https://bitbucket.org/atlassian/atlaskit/commits/5aa1e8a))
2369
+ - fix; fix profilecard caching issue
2370
+ ([53223a1](https://bitbucket.org/atlassian/atlaskit/commits/53223a1))
2371
+ - fix; add required cloudId props to stories
2372
+ ([5aa1e8a](https://bitbucket.org/atlassian/atlaskit/commits/5aa1e8a))
2356
2373
 
2357
2374
  ## 3.0.0 (2017-05-10)
2358
2375
 
2359
2376
  ## 2.4.0 (2017-05-09)
2360
2377
 
2361
- - fix; fix profilecards retry button to only show up when retry method is passed
2362
- ([4c67a6d](https://bitbucket.org/atlassian/atlaskit/commits/4c67a6d))
2378
+ - fix; fix profilecards retry button to only show up when retry method is passed
2379
+ ([4c67a6d](https://bitbucket.org/atlassian/atlaskit/commits/4c67a6d))
2363
2380
 
2364
- * feature; stop render empty layer while profilecard is not visible anyway
2365
- ([8d56ab3](https://bitbucket.org/atlassian/atlaskit/commits/8d56ab3))
2366
- * feature; use new GraphQL query in profilecard-client
2367
- ([66b846d](https://bitbucket.org/atlassian/atlaskit/commits/66b846d))
2381
+ * feature; stop render empty layer while profilecard is not visible anyway
2382
+ ([8d56ab3](https://bitbucket.org/atlassian/atlaskit/commits/8d56ab3))
2383
+ * feature; use new GraphQL query in profilecard-client
2384
+ ([66b846d](https://bitbucket.org/atlassian/atlaskit/commits/66b846d))
2368
2385
 
2369
- - breaking; cloudId is now required for resourced component
2386
+ - breaking; cloudId is now required for resourced component
2370
2387
 
2371
2388
  ISSUES CLOSED: DIR-248, DIR-249, DIR-250
2372
2389
 
2373
2390
  ## 2.3.2 (2017-04-27)
2374
2391
 
2375
- - fix; update legal copy to be more clear. Not all modules include ADG license.
2376
- ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2392
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
2393
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2377
2394
 
2378
2395
  ## 2.3.1 (2017-04-26)
2379
2396
 
2380
- - fix; update legal copy and fix broken links for component README on npm. New contribution and
2381
- ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2397
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
2398
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2382
2399
 
2383
2400
  ## 2.3.0 (2017-04-20)
2384
2401
 
2385
- - feature; add analytics to profilecard component
2386
- ([77fa03e](https://bitbucket.org/atlassian/atlaskit/commits/77fa03e))
2402
+ - feature; add analytics to profilecard component
2403
+ ([77fa03e](https://bitbucket.org/atlassian/atlaskit/commits/77fa03e))
2387
2404
 
2388
2405
  ## 2.2.0 (2017-04-20)
2389
2406
 
2390
- - feature; removed explicit style! imports, set style-loader in webpack config
2391
- ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
2407
+ - feature; removed explicit style! imports, set style-loader in webpack config
2408
+ ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
2392
2409
 
2393
2410
  ## 2.1.1 (2017-04-18)
2394
2411
 
2395
- - fix; minor profilecard fixes for integration with Home
2396
- ([7140657](https://bitbucket.org/atlassian/atlaskit/commits/7140657))
2412
+ - fix; minor profilecard fixes for integration with Home
2413
+ ([7140657](https://bitbucket.org/atlassian/atlaskit/commits/7140657))
2397
2414
 
2398
2415
  ## 2.1.0 (2017-04-12)
2399
2416
 
2400
- - feature; add trigger wrapper component for profile cards
2401
- ([cff0f87](https://bitbucket.org/atlassian/atlaskit/commits/cff0f87))
2417
+ - feature; add trigger wrapper component for profile cards
2418
+ ([cff0f87](https://bitbucket.org/atlassian/atlaskit/commits/cff0f87))
2402
2419
 
2403
2420
  ## 2.0.0 (2017-03-31)
2404
2421
 
2405
2422
  ## 1.3.0 (2017-03-31)
2406
2423
 
2407
- - feature; add LRU cache to AkProfileClient
2408
- ([cb34168](https://bitbucket.org/atlassian/atlaskit/commits/cb34168))
2409
- - feature; add wrapper for height transition animation around profilecard
2410
- ([23cea8c](https://bitbucket.org/atlassian/atlaskit/commits/23cea8c))
2424
+ - feature; add LRU cache to AkProfileClient
2425
+ ([cb34168](https://bitbucket.org/atlassian/atlaskit/commits/cb34168))
2426
+ - feature; add wrapper for height transition animation around profilecard
2427
+ ([23cea8c](https://bitbucket.org/atlassian/atlaskit/commits/23cea8c))
2411
2428
 
2412
- * breaking; made resourceClient a required prop, resourceClients method names changed
2429
+ * breaking; made resourceClient a required prop, resourceClients method names changed
2413
2430
 
2414
2431
  ISSUES CLOSED: FAB-2671
2415
2432
 
@@ -2417,49 +2434,49 @@ ISSUES CLOSED: FAB-2671
2417
2434
 
2418
2435
  ## 1.2.3 (2017-03-21)
2419
2436
 
2420
- - fix; maintainers for all the packages were added
2421
- ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2437
+ - fix; maintainers for all the packages were added
2438
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2422
2439
 
2423
2440
  ## 1.2.2 (2017-03-20)
2424
2441
 
2425
- - fix; make sure profilecard has a minimum height even without any labels
2426
- ([88b07a5](https://bitbucket.org/atlassian/atlaskit/commits/88b07a5))
2442
+ - fix; make sure profilecard has a minimum height even without any labels
2443
+ ([88b07a5](https://bitbucket.org/atlassian/atlaskit/commits/88b07a5))
2427
2444
 
2428
2445
  ## 1.2.1 (2017-03-07)
2429
2446
 
2430
2447
  ## 1.2.0 (2017-03-02)
2431
2448
 
2432
- - feature; fixing error component in profilecard
2433
- ([66f533c](https://bitbucket.org/atlassian/atlaskit/commits/66f533c))
2449
+ - feature; fixing error component in profilecard
2450
+ ([66f533c](https://bitbucket.org/atlassian/atlaskit/commits/66f533c))
2434
2451
 
2435
2452
  ## 1.1.2 (2017-02-28)
2436
2453
 
2437
- - fix; adds warning to usage.md about editing readme
2438
- ([4496574](https://bitbucket.org/atlassian/atlaskit/commits/4496574))
2439
- - fix; removes jsdoc annoations and moves content to usage.md
2440
- ([dc12a0d](https://bitbucket.org/atlassian/atlaskit/commits/dc12a0d))
2441
- - fix; dummy commit to release stories
2442
- ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
2454
+ - fix; adds warning to usage.md about editing readme
2455
+ ([4496574](https://bitbucket.org/atlassian/atlaskit/commits/4496574))
2456
+ - fix; removes jsdoc annoations and moves content to usage.md
2457
+ ([dc12a0d](https://bitbucket.org/atlassian/atlaskit/commits/dc12a0d))
2458
+ - fix; dummy commit to release stories
2459
+ ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
2443
2460
 
2444
2461
  ## 1.1.1 (2017-02-27)
2445
2462
 
2446
- - fix; change action button appearance
2447
- ([e13175f](https://bitbucket.org/atlassian/atlaskit/commits/e13175f))
2448
- - empty commit to make components release themselves
2449
- ([5511fbe](https://bitbucket.org/atlassian/atlaskit/commits/5511fbe))
2463
+ - fix; change action button appearance
2464
+ ([e13175f](https://bitbucket.org/atlassian/atlaskit/commits/e13175f))
2465
+ - empty commit to make components release themselves
2466
+ ([5511fbe](https://bitbucket.org/atlassian/atlaskit/commits/5511fbe))
2450
2467
 
2451
2468
  ## 1.1.0 (2017-02-17)
2452
2469
 
2453
- - feature; Adding isLoading and hasError props to the stateless AkProfilecard component
2454
- ([b988ff8](https://bitbucket.org/atlassian/atlaskit/commits/b988ff8))
2455
- - fixing lint error ([da369d3](https://bitbucket.org/atlassian/atlaskit/commits/da369d3))
2470
+ - feature; Adding isLoading and hasError props to the stateless AkProfilecard component
2471
+ ([b988ff8](https://bitbucket.org/atlassian/atlaskit/commits/b988ff8))
2472
+ - fixing lint error ([da369d3](https://bitbucket.org/atlassian/atlaskit/commits/da369d3))
2456
2473
 
2457
2474
  ## 1.0.2 (2017-02-07)
2458
2475
 
2459
- - fix; Updates docs to mention using yarn
2460
- ([8259add](https://bitbucket.org/atlassian/atlaskit/commits/8259add))
2476
+ - fix; Updates docs to mention using yarn
2477
+ ([8259add](https://bitbucket.org/atlassian/atlaskit/commits/8259add))
2461
2478
 
2462
2479
  ## 1.0.1 (2017-02-06)
2463
2480
 
2464
- - fix; Updates package to use scoped ak packges
2465
- ([26b9140](https://bitbucket.org/atlassian/atlaskit/commits/26b9140))
2481
+ - fix; Updates package to use scoped ak packges
2482
+ ([26b9140](https://bitbucket.org/atlassian/atlaskit/commits/26b9140))