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