@atlaskit/profilecard 19.14.0 → 19.14.1

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