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