@atlaskit/profilecard 19.11.6 → 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 +1124 -658
- package/afm-cc/tsconfig.json +0 -3
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/User/ProfileCard.js +3 -1
- package/dist/cjs/components/User/ProfileCardDetails.js +4 -2
- 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/ProfileCard.js +3 -1
- package/dist/es2019/components/User/ProfileCardDetails.js +4 -2
- 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/ProfileCard.js +3 -1
- package/dist/esm/components/User/ProfileCardDetails.js +4 -2
- 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,1856 +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
|
+
|
|
11
|
+
## 19.11.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
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
|
|
19
|
+
|
|
3
20
|
## 19.11.6
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
6
23
|
|
|
7
|
-
-
|
|
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
|
|
8
27
|
|
|
9
28
|
## 19.11.5
|
|
10
29
|
|
|
11
30
|
### Patch Changes
|
|
12
31
|
|
|
13
|
-
-
|
|
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`
|
|
14
35
|
|
|
15
36
|
## 19.11.4
|
|
16
37
|
|
|
17
38
|
### Patch Changes
|
|
18
39
|
|
|
19
|
-
-
|
|
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
|
|
20
43
|
|
|
21
44
|
## 19.11.3
|
|
22
45
|
|
|
23
46
|
### Patch Changes
|
|
24
47
|
|
|
25
|
-
-
|
|
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'
|
|
26
51
|
|
|
27
52
|
## 19.11.2
|
|
28
53
|
|
|
29
54
|
### Patch Changes
|
|
30
55
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
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
|
|
33
60
|
|
|
34
61
|
## 19.11.1
|
|
35
62
|
|
|
36
63
|
### Patch Changes
|
|
37
64
|
|
|
38
|
-
-
|
|
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
|
|
39
68
|
|
|
40
69
|
## 19.11.0
|
|
41
70
|
|
|
42
71
|
### Minor Changes
|
|
43
72
|
|
|
44
|
-
-
|
|
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
|
|
45
76
|
|
|
46
77
|
### Patch Changes
|
|
47
78
|
|
|
48
|
-
-
|
|
79
|
+
- Updated dependencies
|
|
49
80
|
|
|
50
81
|
## 19.10.0
|
|
51
82
|
|
|
52
83
|
### Minor Changes
|
|
53
84
|
|
|
54
|
-
-
|
|
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
|
|
55
88
|
|
|
56
89
|
## 19.9.0
|
|
57
90
|
|
|
58
91
|
### Minor Changes
|
|
59
92
|
|
|
60
|
-
-
|
|
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
|
|
61
96
|
|
|
62
97
|
### Patch Changes
|
|
63
98
|
|
|
64
|
-
-
|
|
99
|
+
- Updated dependencies
|
|
65
100
|
|
|
66
101
|
## 19.8.0
|
|
67
102
|
|
|
68
103
|
### Minor Changes
|
|
69
104
|
|
|
70
|
-
-
|
|
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
|
|
71
108
|
|
|
72
109
|
### Patch Changes
|
|
73
110
|
|
|
74
|
-
-
|
|
111
|
+
- Updated dependencies
|
|
75
112
|
|
|
76
113
|
## 19.7.15
|
|
77
114
|
|
|
78
115
|
### Patch Changes
|
|
79
116
|
|
|
80
|
-
-
|
|
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
|
|
81
120
|
|
|
82
121
|
## 19.7.14
|
|
83
122
|
|
|
84
123
|
### Patch Changes
|
|
85
124
|
|
|
86
|
-
-
|
|
87
|
-
-
|
|
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
|
|
88
130
|
|
|
89
131
|
## 19.7.13
|
|
90
132
|
|
|
91
133
|
### Patch Changes
|
|
92
134
|
|
|
93
|
-
-
|
|
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
|
|
94
138
|
|
|
95
139
|
## 19.7.12
|
|
96
140
|
|
|
97
141
|
### Patch Changes
|
|
98
142
|
|
|
99
|
-
-
|
|
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
|
|
100
146
|
|
|
101
147
|
## 19.7.11
|
|
102
148
|
|
|
103
149
|
### Patch Changes
|
|
104
150
|
|
|
105
|
-
-
|
|
106
|
-
-
|
|
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
|
|
107
155
|
|
|
108
156
|
## 19.7.10
|
|
109
157
|
|
|
110
158
|
### Patch Changes
|
|
111
159
|
|
|
112
|
-
-
|
|
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.
|
|
113
166
|
|
|
114
167
|
## 19.7.9
|
|
115
168
|
|
|
116
169
|
### Patch Changes
|
|
117
170
|
|
|
118
|
-
-
|
|
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
|
|
119
174
|
|
|
120
175
|
## 19.7.8
|
|
121
176
|
|
|
122
177
|
### Patch Changes
|
|
123
178
|
|
|
124
|
-
-
|
|
179
|
+
- Updated dependencies
|
|
125
180
|
|
|
126
181
|
## 19.7.7
|
|
127
182
|
|
|
128
183
|
### Patch Changes
|
|
129
184
|
|
|
130
|
-
-
|
|
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.
|
|
131
189
|
|
|
132
190
|
## 19.7.6
|
|
133
191
|
|
|
134
192
|
### Patch Changes
|
|
135
193
|
|
|
136
|
-
-
|
|
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
|
|
137
197
|
|
|
138
198
|
## 19.7.5
|
|
139
199
|
|
|
140
200
|
### Patch Changes
|
|
141
201
|
|
|
142
|
-
-
|
|
202
|
+
- Updated dependencies
|
|
143
203
|
|
|
144
204
|
## 19.7.4
|
|
145
205
|
|
|
146
206
|
### Patch Changes
|
|
147
207
|
|
|
148
|
-
-
|
|
208
|
+
- Updated dependencies
|
|
149
209
|
|
|
150
210
|
## 19.7.3
|
|
151
211
|
|
|
152
212
|
### Patch Changes
|
|
153
213
|
|
|
154
|
-
-
|
|
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
|
|
155
217
|
|
|
156
218
|
## 19.7.2
|
|
157
219
|
|
|
158
220
|
### Patch Changes
|
|
159
221
|
|
|
160
|
-
-
|
|
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
|
|
161
225
|
|
|
162
226
|
## 19.7.1
|
|
163
227
|
|
|
164
228
|
### Patch Changes
|
|
165
229
|
|
|
166
|
-
-
|
|
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
|
|
167
233
|
|
|
168
234
|
## 19.7.0
|
|
169
235
|
|
|
170
236
|
### Minor Changes
|
|
171
237
|
|
|
172
|
-
-
|
|
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
|
|
173
241
|
|
|
174
242
|
## 19.6.1
|
|
175
243
|
|
|
176
244
|
### Patch Changes
|
|
177
245
|
|
|
178
|
-
-
|
|
246
|
+
- Updated dependencies
|
|
179
247
|
|
|
180
248
|
## 19.6.0
|
|
181
249
|
|
|
182
250
|
### Minor Changes
|
|
183
251
|
|
|
184
|
-
-
|
|
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
|
|
185
255
|
|
|
186
256
|
## 19.5.14
|
|
187
257
|
|
|
188
258
|
### Patch Changes
|
|
189
259
|
|
|
190
|
-
-
|
|
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
|
|
191
263
|
|
|
192
264
|
## 19.5.13
|
|
193
265
|
|
|
194
266
|
### Patch Changes
|
|
195
267
|
|
|
196
|
-
-
|
|
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
|
|
197
271
|
|
|
198
272
|
## 19.5.12
|
|
199
273
|
|
|
200
274
|
### Patch Changes
|
|
201
275
|
|
|
202
|
-
-
|
|
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
|
|
203
279
|
|
|
204
280
|
## 19.5.11
|
|
205
281
|
|
|
206
282
|
### Patch Changes
|
|
207
283
|
|
|
208
|
-
-
|
|
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
|
|
209
287
|
|
|
210
288
|
## 19.5.10
|
|
211
289
|
|
|
212
290
|
### Patch Changes
|
|
213
291
|
|
|
214
|
-
-
|
|
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.
|
|
215
295
|
|
|
216
296
|
## 19.5.9
|
|
217
297
|
|
|
218
298
|
### Patch Changes
|
|
219
299
|
|
|
220
|
-
-
|
|
221
|
-
|
|
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
|
|
222
306
|
|
|
223
307
|
## 19.5.8
|
|
224
308
|
|
|
225
309
|
### Patch Changes
|
|
226
310
|
|
|
227
|
-
-
|
|
228
|
-
-
|
|
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
|
|
229
315
|
|
|
230
316
|
## 19.5.7
|
|
231
317
|
|
|
232
318
|
### Patch Changes
|
|
233
319
|
|
|
234
|
-
-
|
|
235
|
-
-
|
|
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
|
|
236
324
|
|
|
237
325
|
## 19.5.6
|
|
238
326
|
|
|
239
327
|
### Patch Changes
|
|
240
328
|
|
|
241
|
-
-
|
|
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
|
|
242
332
|
|
|
243
333
|
## 19.5.5
|
|
244
334
|
|
|
245
335
|
### Patch Changes
|
|
246
336
|
|
|
247
|
-
-
|
|
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
|
|
248
340
|
|
|
249
341
|
## 19.5.4
|
|
250
342
|
|
|
251
343
|
### Patch Changes
|
|
252
344
|
|
|
253
|
-
-
|
|
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
|
|
254
348
|
|
|
255
349
|
## 19.5.3
|
|
256
350
|
|
|
257
351
|
### Patch Changes
|
|
258
352
|
|
|
259
|
-
-
|
|
353
|
+
- Updated dependencies
|
|
260
354
|
|
|
261
355
|
## 19.5.2
|
|
262
356
|
|
|
263
357
|
### Patch Changes
|
|
264
358
|
|
|
265
|
-
-
|
|
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
|
|
266
362
|
|
|
267
363
|
## 19.5.1
|
|
268
364
|
|
|
269
365
|
### Patch Changes
|
|
270
366
|
|
|
271
|
-
-
|
|
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.
|
|
272
370
|
|
|
273
371
|
## 19.5.0
|
|
274
372
|
|
|
275
373
|
### Minor Changes
|
|
276
374
|
|
|
277
|
-
-
|
|
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
|
|
278
378
|
|
|
279
379
|
## 19.4.2
|
|
280
380
|
|
|
281
381
|
### Patch Changes
|
|
282
382
|
|
|
283
|
-
-
|
|
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
|
|
284
386
|
|
|
285
387
|
## 19.4.1
|
|
286
388
|
|
|
287
389
|
### Patch Changes
|
|
288
390
|
|
|
289
|
-
-
|
|
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.
|
|
290
395
|
|
|
291
396
|
## 19.4.0
|
|
292
397
|
|
|
293
398
|
### Minor Changes
|
|
294
399
|
|
|
295
|
-
-
|
|
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!
|
|
296
403
|
|
|
297
404
|
## 19.3.2
|
|
298
405
|
|
|
299
406
|
### Patch Changes
|
|
300
407
|
|
|
301
|
-
-
|
|
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
|
|
302
411
|
|
|
303
412
|
## 19.3.1
|
|
304
413
|
|
|
305
414
|
### Patch Changes
|
|
306
415
|
|
|
307
|
-
-
|
|
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`
|
|
308
419
|
|
|
309
420
|
## 19.3.0
|
|
310
421
|
|
|
311
422
|
### Minor Changes
|
|
312
423
|
|
|
313
|
-
-
|
|
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
|
|
314
427
|
|
|
315
428
|
### Patch Changes
|
|
316
429
|
|
|
317
|
-
-
|
|
430
|
+
- Updated dependencies
|
|
318
431
|
|
|
319
432
|
## 19.2.2
|
|
320
433
|
|
|
321
434
|
### Patch Changes
|
|
322
435
|
|
|
323
|
-
-
|
|
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.
|
|
324
440
|
|
|
325
441
|
## 19.2.1
|
|
326
442
|
|
|
327
443
|
### Patch Changes
|
|
328
444
|
|
|
329
|
-
-
|
|
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
|
|
330
448
|
|
|
331
449
|
## 19.2.0
|
|
332
450
|
|
|
333
451
|
### Minor Changes
|
|
334
452
|
|
|
335
|
-
-
|
|
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.
|
|
336
457
|
|
|
337
458
|
## 19.1.1
|
|
338
459
|
|
|
339
460
|
### Patch Changes
|
|
340
461
|
|
|
341
|
-
-
|
|
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
|
|
342
465
|
|
|
343
466
|
## 19.1.0
|
|
344
467
|
|
|
345
468
|
### Minor Changes
|
|
346
469
|
|
|
347
|
-
-
|
|
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.
|
|
348
476
|
|
|
349
477
|
## 19.0.0
|
|
350
478
|
|
|
351
479
|
### Major Changes
|
|
352
480
|
|
|
353
|
-
-
|
|
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.
|
|
354
485
|
|
|
355
486
|
## 18.4.0
|
|
356
487
|
|
|
357
488
|
### Minor Changes
|
|
358
489
|
|
|
359
|
-
-
|
|
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'
|
|
360
493
|
|
|
361
494
|
## 18.3.0
|
|
362
495
|
|
|
363
496
|
### Minor Changes
|
|
364
497
|
|
|
365
|
-
-
|
|
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
|
|
366
502
|
|
|
367
503
|
## 18.2.4
|
|
368
504
|
|
|
369
505
|
### Patch Changes
|
|
370
506
|
|
|
371
|
-
-
|
|
507
|
+
- Updated dependencies
|
|
372
508
|
|
|
373
509
|
## 18.2.3
|
|
374
510
|
|
|
375
511
|
### Patch Changes
|
|
376
512
|
|
|
377
|
-
-
|
|
513
|
+
- Updated dependencies
|
|
378
514
|
|
|
379
515
|
## 18.2.2
|
|
380
516
|
|
|
381
517
|
### Patch Changes
|
|
382
518
|
|
|
383
|
-
-
|
|
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
|
|
384
522
|
|
|
385
523
|
## 18.2.1
|
|
386
524
|
|
|
387
525
|
### Patch Changes
|
|
388
526
|
|
|
389
|
-
-
|
|
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
|
|
390
530
|
|
|
391
531
|
## 18.2.0
|
|
392
532
|
|
|
393
533
|
### Minor Changes
|
|
394
534
|
|
|
395
|
-
-
|
|
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
|
|
396
538
|
|
|
397
539
|
## 18.1.3
|
|
398
540
|
|
|
399
541
|
### Patch Changes
|
|
400
542
|
|
|
401
|
-
-
|
|
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
|
|
402
546
|
|
|
403
547
|
## 18.1.2
|
|
404
548
|
|
|
405
549
|
### Patch Changes
|
|
406
550
|
|
|
407
|
-
-
|
|
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.
|
|
408
555
|
|
|
409
556
|
## 18.1.1
|
|
410
557
|
|
|
411
558
|
### Patch Changes
|
|
412
559
|
|
|
413
|
-
-
|
|
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
|
|
414
563
|
|
|
415
564
|
## 18.1.0
|
|
416
565
|
|
|
417
566
|
### Minor Changes
|
|
418
567
|
|
|
419
|
-
-
|
|
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
|
|
420
571
|
|
|
421
572
|
## 18.0.2
|
|
422
573
|
|
|
423
574
|
### Patch Changes
|
|
424
575
|
|
|
425
|
-
-
|
|
576
|
+
- Updated dependencies
|
|
426
577
|
|
|
427
578
|
## 18.0.1
|
|
428
579
|
|
|
429
580
|
### Patch Changes
|
|
430
581
|
|
|
431
|
-
-
|
|
582
|
+
- Updated dependencies
|
|
432
583
|
|
|
433
584
|
## 18.0.0
|
|
434
585
|
|
|
435
586
|
### Major Changes
|
|
436
587
|
|
|
437
|
-
-
|
|
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
|
|
438
591
|
|
|
439
592
|
## 17.3.1
|
|
440
593
|
|
|
441
594
|
### Patch Changes
|
|
442
595
|
|
|
443
|
-
-
|
|
596
|
+
- Updated dependencies
|
|
444
597
|
|
|
445
598
|
## 17.3.0
|
|
446
599
|
|
|
447
600
|
### Minor Changes
|
|
448
601
|
|
|
449
|
-
-
|
|
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
|
|
450
605
|
|
|
451
606
|
## 17.2.7
|
|
452
607
|
|
|
453
608
|
### Patch Changes
|
|
454
609
|
|
|
455
|
-
-
|
|
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
|
|
456
614
|
|
|
457
615
|
## 17.2.6
|
|
458
616
|
|
|
459
617
|
### Patch Changes
|
|
460
618
|
|
|
461
|
-
-
|
|
619
|
+
- Updated dependencies
|
|
462
620
|
|
|
463
621
|
## 17.2.5
|
|
464
622
|
|
|
465
623
|
### Patch Changes
|
|
466
624
|
|
|
467
|
-
-
|
|
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
|
|
468
628
|
|
|
469
629
|
## 17.2.4
|
|
470
630
|
|
|
471
631
|
### Patch Changes
|
|
472
632
|
|
|
473
|
-
-
|
|
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
|
|
474
636
|
|
|
475
637
|
## 17.2.3
|
|
476
638
|
|
|
477
639
|
### Patch Changes
|
|
478
640
|
|
|
479
|
-
-
|
|
641
|
+
- Updated dependencies
|
|
480
642
|
|
|
481
643
|
## 17.2.2
|
|
482
644
|
|
|
483
645
|
### Patch Changes
|
|
484
646
|
|
|
485
|
-
-
|
|
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
|
|
486
650
|
|
|
487
651
|
## 17.2.1
|
|
488
652
|
|
|
489
653
|
### Patch Changes
|
|
490
654
|
|
|
491
|
-
-
|
|
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`
|
|
492
658
|
|
|
493
659
|
## 17.2.0
|
|
494
660
|
|
|
495
661
|
### Minor Changes
|
|
496
662
|
|
|
497
|
-
-
|
|
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
|
|
498
666
|
|
|
499
667
|
## 17.1.1
|
|
500
668
|
|
|
501
669
|
### Patch Changes
|
|
502
670
|
|
|
503
|
-
-
|
|
671
|
+
- Updated dependencies
|
|
504
672
|
|
|
505
673
|
## 17.1.0
|
|
506
674
|
|
|
507
675
|
### Minor Changes
|
|
508
676
|
|
|
509
|
-
-
|
|
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
|
|
510
680
|
|
|
511
681
|
## 17.0.0
|
|
512
682
|
|
|
513
683
|
### Major Changes
|
|
514
684
|
|
|
515
|
-
-
|
|
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
|
|
516
688
|
|
|
517
689
|
## 16.12.1
|
|
518
690
|
|
|
519
691
|
### Patch Changes
|
|
520
692
|
|
|
521
|
-
-
|
|
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`.
|
|
522
696
|
|
|
523
697
|
## 16.12.0
|
|
524
698
|
|
|
525
699
|
### Minor Changes
|
|
526
700
|
|
|
527
|
-
-
|
|
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
|
|
528
704
|
|
|
529
705
|
## 16.11.0
|
|
530
706
|
|
|
531
707
|
### Minor Changes
|
|
532
708
|
|
|
533
|
-
-
|
|
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
|
|
534
712
|
|
|
535
713
|
### Patch Changes
|
|
536
714
|
|
|
537
|
-
-
|
|
715
|
+
- Updated dependencies
|
|
538
716
|
|
|
539
717
|
## 16.10.1
|
|
540
718
|
|
|
541
719
|
### Patch Changes
|
|
542
720
|
|
|
543
|
-
-
|
|
721
|
+
- Updated dependencies
|
|
544
722
|
|
|
545
723
|
## 16.10.0
|
|
546
724
|
|
|
547
725
|
### Minor Changes
|
|
548
726
|
|
|
549
|
-
-
|
|
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
|
|
550
730
|
|
|
551
731
|
### Patch Changes
|
|
552
732
|
|
|
553
|
-
-
|
|
733
|
+
- Updated dependencies
|
|
554
734
|
|
|
555
735
|
## 16.9.1
|
|
556
736
|
|
|
557
737
|
### Patch Changes
|
|
558
738
|
|
|
559
|
-
-
|
|
739
|
+
- Updated dependencies
|
|
560
740
|
|
|
561
741
|
## 16.9.0
|
|
562
742
|
|
|
563
743
|
### Minor Changes
|
|
564
744
|
|
|
565
|
-
-
|
|
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.
|
|
566
748
|
|
|
567
749
|
## 16.8.0
|
|
568
750
|
|
|
569
751
|
### Minor Changes
|
|
570
752
|
|
|
571
|
-
-
|
|
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
|
|
572
757
|
|
|
573
758
|
## 16.7.0
|
|
574
759
|
|
|
575
760
|
### Minor Changes
|
|
576
761
|
|
|
577
|
-
-
|
|
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
|
|
578
765
|
|
|
579
766
|
## 16.6.1
|
|
580
767
|
|
|
581
768
|
### Patch Changes
|
|
582
769
|
|
|
583
|
-
-
|
|
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.
|
|
584
773
|
|
|
585
774
|
## 16.6.0
|
|
586
775
|
|
|
587
776
|
### Minor Changes
|
|
588
777
|
|
|
589
|
-
-
|
|
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.
|
|
590
781
|
|
|
591
782
|
## 16.5.0
|
|
592
783
|
|
|
593
784
|
### Minor Changes
|
|
594
785
|
|
|
595
|
-
-
|
|
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
|
|
596
789
|
|
|
597
790
|
## 16.4.8
|
|
598
791
|
|
|
599
792
|
### Patch Changes
|
|
600
793
|
|
|
601
|
-
-
|
|
794
|
+
- Updated dependencies
|
|
602
795
|
|
|
603
796
|
## 16.4.7
|
|
604
797
|
|
|
605
798
|
### Patch Changes
|
|
606
799
|
|
|
607
|
-
-
|
|
800
|
+
- Updated dependencies
|
|
608
801
|
|
|
609
802
|
## 16.4.6
|
|
610
803
|
|
|
611
804
|
### Patch Changes
|
|
612
805
|
|
|
613
|
-
-
|
|
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
|
|
614
809
|
|
|
615
810
|
## 16.4.5
|
|
616
811
|
|
|
617
812
|
### Patch Changes
|
|
618
813
|
|
|
619
|
-
-
|
|
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
|
|
620
817
|
|
|
621
818
|
## 16.4.4
|
|
622
819
|
|
|
623
820
|
### Patch Changes
|
|
624
821
|
|
|
625
|
-
-
|
|
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
|
|
626
825
|
|
|
627
826
|
## 16.4.3
|
|
628
827
|
|
|
629
828
|
### Patch Changes
|
|
630
829
|
|
|
631
|
-
-
|
|
632
|
-
-
|
|
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
|
|
633
834
|
|
|
634
835
|
## 16.4.2
|
|
635
836
|
|
|
636
837
|
### Patch Changes
|
|
637
838
|
|
|
638
|
-
-
|
|
839
|
+
- Updated dependencies
|
|
639
840
|
|
|
640
841
|
## 16.4.1
|
|
641
842
|
|
|
642
843
|
### Patch Changes
|
|
643
844
|
|
|
644
|
-
-
|
|
645
|
-
-
|
|
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
|
|
646
849
|
|
|
647
850
|
## 16.4.0
|
|
648
851
|
|
|
649
852
|
### Minor Changes
|
|
650
853
|
|
|
651
|
-
-
|
|
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
|
|
652
857
|
|
|
653
858
|
## 16.3.1
|
|
654
859
|
|
|
655
860
|
### Patch Changes
|
|
656
861
|
|
|
657
|
-
-
|
|
862
|
+
- Updated dependencies
|
|
658
863
|
|
|
659
864
|
## 16.3.0
|
|
660
865
|
|
|
661
866
|
### Minor Changes
|
|
662
867
|
|
|
663
|
-
-
|
|
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
|
|
664
871
|
|
|
665
872
|
## 16.2.3
|
|
666
873
|
|
|
667
874
|
### Patch Changes
|
|
668
875
|
|
|
669
|
-
-
|
|
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
|
|
670
879
|
|
|
671
880
|
## 16.2.2
|
|
672
881
|
|
|
673
882
|
### Patch Changes
|
|
674
883
|
|
|
675
|
-
-
|
|
676
|
-
-
|
|
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
|
|
677
889
|
|
|
678
890
|
## 16.2.1
|
|
679
891
|
|
|
680
892
|
### Patch Changes
|
|
681
893
|
|
|
682
|
-
-
|
|
894
|
+
- Updated dependencies
|
|
683
895
|
|
|
684
896
|
## 16.2.0
|
|
685
897
|
|
|
686
898
|
### Minor Changes
|
|
687
899
|
|
|
688
|
-
-
|
|
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
|
|
689
903
|
|
|
690
904
|
## 16.1.0
|
|
691
905
|
|
|
692
906
|
### Minor Changes
|
|
693
907
|
|
|
694
|
-
-
|
|
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"
|
|
695
911
|
|
|
696
912
|
## 16.0.2
|
|
697
913
|
|
|
698
914
|
### Patch Changes
|
|
699
915
|
|
|
700
|
-
-
|
|
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
|
|
701
919
|
|
|
702
920
|
## 16.0.1
|
|
703
921
|
|
|
704
922
|
### Patch Changes
|
|
705
923
|
|
|
706
|
-
-
|
|
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
|
|
707
927
|
|
|
708
928
|
## 16.0.0
|
|
709
929
|
|
|
710
930
|
### Major Changes
|
|
711
931
|
|
|
712
|
-
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
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
|
-
|
|
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
|
+
```
|
|
749
975
|
|
|
750
976
|
## 15.8.2
|
|
751
977
|
|
|
752
978
|
### Patch Changes
|
|
753
979
|
|
|
754
|
-
-
|
|
980
|
+
- Updated dependencies
|
|
755
981
|
|
|
756
982
|
## 15.8.1
|
|
757
983
|
|
|
758
984
|
### Patch Changes
|
|
759
985
|
|
|
760
|
-
-
|
|
986
|
+
- Updated dependencies
|
|
761
987
|
|
|
762
988
|
## 15.8.0
|
|
763
989
|
|
|
764
990
|
### Minor Changes
|
|
765
991
|
|
|
766
|
-
-
|
|
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`.
|
|
767
995
|
|
|
768
|
-
|
|
769
|
-
|
|
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.
|
|
770
999
|
|
|
771
1000
|
## 15.7.1
|
|
772
1001
|
|
|
773
1002
|
### Patch Changes
|
|
774
1003
|
|
|
775
|
-
-
|
|
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
|
|
776
1007
|
|
|
777
1008
|
## 15.7.0
|
|
778
1009
|
|
|
779
1010
|
### Minor Changes
|
|
780
1011
|
|
|
781
|
-
-
|
|
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
|
|
782
1015
|
|
|
783
1016
|
## 15.6.2
|
|
784
1017
|
|
|
785
1018
|
### Patch Changes
|
|
786
1019
|
|
|
787
|
-
-
|
|
788
|
-
-
|
|
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
|
|
789
1024
|
|
|
790
1025
|
## 15.6.1
|
|
791
1026
|
|
|
792
1027
|
### Patch Changes
|
|
793
1028
|
|
|
794
|
-
-
|
|
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
|
|
795
1032
|
|
|
796
1033
|
## 15.6.0
|
|
797
1034
|
|
|
798
1035
|
### Minor Changes
|
|
799
1036
|
|
|
800
|
-
-
|
|
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
|
|
801
1040
|
|
|
802
1041
|
## 15.5.12
|
|
803
1042
|
|
|
804
1043
|
### Patch Changes
|
|
805
1044
|
|
|
806
|
-
-
|
|
807
|
-
|
|
808
|
-
|
|
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
|
|
809
1052
|
|
|
810
1053
|
## 15.5.11
|
|
811
1054
|
|
|
812
1055
|
### Patch Changes
|
|
813
1056
|
|
|
814
|
-
-
|
|
1057
|
+
- Updated dependencies
|
|
815
1058
|
|
|
816
1059
|
## 15.5.10
|
|
817
1060
|
|
|
818
1061
|
### Patch Changes
|
|
819
1062
|
|
|
820
|
-
-
|
|
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
|
|
821
1066
|
|
|
822
1067
|
## 15.5.9
|
|
823
1068
|
|
|
824
1069
|
### Patch Changes
|
|
825
1070
|
|
|
826
|
-
-
|
|
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
|
|
827
1074
|
|
|
828
1075
|
## 15.5.8
|
|
829
1076
|
|
|
830
1077
|
### Patch Changes
|
|
831
1078
|
|
|
832
|
-
-
|
|
1079
|
+
- Updated dependencies
|
|
833
1080
|
|
|
834
1081
|
## 15.5.7
|
|
835
1082
|
|
|
836
1083
|
### Patch Changes
|
|
837
1084
|
|
|
838
|
-
-
|
|
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
|
|
839
1088
|
|
|
840
1089
|
## 15.5.6
|
|
841
1090
|
|
|
842
1091
|
### Patch Changes
|
|
843
1092
|
|
|
844
|
-
-
|
|
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
|
|
845
1096
|
|
|
846
1097
|
## 15.5.5
|
|
847
1098
|
|
|
848
1099
|
### Patch Changes
|
|
849
1100
|
|
|
850
|
-
-
|
|
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.
|
|
851
1104
|
|
|
852
1105
|
## 15.5.4
|
|
853
1106
|
|
|
854
1107
|
### Patch Changes
|
|
855
1108
|
|
|
856
|
-
-
|
|
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
|
|
857
1113
|
|
|
858
1114
|
## 15.5.3
|
|
859
1115
|
|
|
860
1116
|
### Patch Changes
|
|
861
1117
|
|
|
862
|
-
-
|
|
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
|
|
863
1121
|
|
|
864
1122
|
## 15.5.2
|
|
865
1123
|
|
|
866
1124
|
### Patch Changes
|
|
867
1125
|
|
|
868
|
-
-
|
|
869
|
-
|
|
870
|
-
|
|
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
|
|
871
1130
|
|
|
872
1131
|
## 15.5.1
|
|
873
1132
|
|
|
874
1133
|
### Patch Changes
|
|
875
1134
|
|
|
876
|
-
-
|
|
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
|
|
877
1138
|
|
|
878
1139
|
## 15.5.0
|
|
879
1140
|
|
|
880
1141
|
### Minor Changes
|
|
881
1142
|
|
|
882
|
-
-
|
|
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
|
|
883
1147
|
|
|
884
1148
|
## 15.4.0
|
|
885
1149
|
|
|
886
1150
|
### Minor Changes
|
|
887
1151
|
|
|
888
|
-
-
|
|
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.
|
|
889
1155
|
|
|
890
1156
|
## 15.3.1
|
|
891
1157
|
|
|
892
1158
|
### Patch Changes
|
|
893
1159
|
|
|
894
|
-
-
|
|
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
|
|
895
1163
|
|
|
896
1164
|
## 15.3.0
|
|
897
1165
|
|
|
898
1166
|
### Minor Changes
|
|
899
1167
|
|
|
900
|
-
-
|
|
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
|
|
901
1171
|
|
|
902
1172
|
## 15.2.0
|
|
903
1173
|
|
|
904
1174
|
### Minor Changes
|
|
905
1175
|
|
|
906
|
-
-
|
|
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
|
|
907
1179
|
|
|
908
1180
|
## 15.1.3
|
|
909
1181
|
|
|
910
1182
|
### Patch Changes
|
|
911
1183
|
|
|
912
|
-
-
|
|
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
|
|
913
1187
|
|
|
914
1188
|
## 15.1.2
|
|
915
1189
|
|
|
916
1190
|
### Patch Changes
|
|
917
1191
|
|
|
918
|
-
-
|
|
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
|
|
919
1195
|
|
|
920
1196
|
## 15.1.1
|
|
921
1197
|
|
|
922
1198
|
### Patch Changes
|
|
923
1199
|
|
|
924
|
-
-
|
|
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
|
|
925
1203
|
|
|
926
1204
|
## 15.1.0
|
|
927
1205
|
|
|
928
1206
|
### Minor Changes
|
|
929
1207
|
|
|
930
|
-
-
|
|
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
|
|
931
1211
|
|
|
932
1212
|
## 15.0.2
|
|
933
1213
|
|
|
934
1214
|
### Patch Changes
|
|
935
1215
|
|
|
936
|
-
-
|
|
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
|
|
937
1219
|
|
|
938
1220
|
## 15.0.1
|
|
939
1221
|
|
|
940
1222
|
### Patch Changes
|
|
941
1223
|
|
|
942
|
-
-
|
|
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
|
|
943
1227
|
|
|
944
1228
|
## 15.0.0
|
|
945
1229
|
|
|
946
1230
|
### Major Changes
|
|
947
1231
|
|
|
948
|
-
-
|
|
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.
|
|
949
1235
|
|
|
950
1236
|
## 14.3.1
|
|
951
1237
|
|
|
952
1238
|
### Patch Changes
|
|
953
1239
|
|
|
954
|
-
-
|
|
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
|
|
955
1243
|
|
|
956
1244
|
## 14.3.0
|
|
957
1245
|
|
|
958
1246
|
### Minor Changes
|
|
959
1247
|
|
|
960
|
-
-
|
|
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
|
|
961
1251
|
|
|
962
1252
|
## 14.2.0
|
|
963
1253
|
|
|
964
1254
|
### Minor Changes
|
|
965
1255
|
|
|
966
|
-
-
|
|
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.
|
|
967
1259
|
|
|
968
1260
|
## 14.1.0
|
|
969
1261
|
|
|
970
1262
|
### Minor Changes
|
|
971
1263
|
|
|
972
|
-
-
|
|
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.
|
|
973
1268
|
|
|
974
1269
|
## 14.0.2
|
|
975
1270
|
|
|
976
1271
|
### Patch Changes
|
|
977
1272
|
|
|
978
|
-
-
|
|
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.
|
|
979
1276
|
|
|
980
1277
|
## 14.0.1
|
|
981
1278
|
|
|
982
1279
|
### Patch Changes
|
|
983
1280
|
|
|
984
|
-
-
|
|
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
|
|
985
1284
|
|
|
986
1285
|
## 14.0.0
|
|
987
1286
|
|
|
988
1287
|
### Major Changes
|
|
989
1288
|
|
|
990
|
-
-
|
|
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.
|
|
991
1294
|
|
|
992
|
-
|
|
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.
|
|
993
1298
|
|
|
994
1299
|
## 13.0.7
|
|
995
1300
|
|
|
996
1301
|
### Patch Changes
|
|
997
1302
|
|
|
998
|
-
-
|
|
999
|
-
|
|
1000
|
-
|
|
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.
|
|
1001
1309
|
|
|
1002
1310
|
## 13.0.6
|
|
1003
1311
|
|
|
1004
1312
|
### Patch Changes
|
|
1005
1313
|
|
|
1006
|
-
-
|
|
1314
|
+
- Updated dependencies
|
|
1007
1315
|
|
|
1008
1316
|
## 13.0.5
|
|
1009
1317
|
|
|
1010
1318
|
### Patch Changes
|
|
1011
1319
|
|
|
1012
|
-
-
|
|
1320
|
+
- Updated dependencies
|
|
1013
1321
|
|
|
1014
1322
|
## 13.0.4
|
|
1015
1323
|
|
|
1016
1324
|
### Patch Changes
|
|
1017
1325
|
|
|
1018
|
-
-
|
|
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
|
|
1019
1329
|
|
|
1020
|
-
|
|
1021
|
-
|
|
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.
|
|
1022
1332
|
|
|
1023
1333
|
## 13.0.3
|
|
1024
1334
|
|
|
1025
1335
|
### Patch Changes
|
|
1026
1336
|
|
|
1027
|
-
-
|
|
1028
|
-
-
|
|
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
|
|
1029
1341
|
|
|
1030
1342
|
## 13.0.2
|
|
1031
1343
|
|
|
1032
1344
|
### Patch Changes
|
|
1033
1345
|
|
|
1034
|
-
-
|
|
1346
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
|
|
1347
|
+
[`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
|
|
1348
|
+
translations
|
|
1035
1349
|
|
|
1036
1350
|
## 13.0.1
|
|
1037
1351
|
|
|
1038
1352
|
### Patch Changes
|
|
1039
1353
|
|
|
1040
|
-
-
|
|
1354
|
+
- Updated dependencies
|
|
1041
1355
|
|
|
1042
1356
|
## 13.0.0
|
|
1043
1357
|
|
|
1044
1358
|
### Major Changes
|
|
1045
1359
|
|
|
1046
|
-
-
|
|
1047
|
-
|
|
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
|
|
1048
1365
|
|
|
1049
1366
|
### Patch Changes
|
|
1050
1367
|
|
|
1051
|
-
-
|
|
1368
|
+
- Updated dependencies
|
|
1052
1369
|
|
|
1053
1370
|
## 12.4.4
|
|
1054
1371
|
|
|
1055
1372
|
### Patch Changes
|
|
1056
1373
|
|
|
1057
|
-
-
|
|
1374
|
+
- Updated dependencies
|
|
1058
1375
|
|
|
1059
1376
|
## 12.4.3
|
|
1060
1377
|
|
|
1061
1378
|
### Patch Changes
|
|
1062
1379
|
|
|
1063
|
-
-
|
|
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
|
|
1064
1383
|
|
|
1065
1384
|
## 12.4.2
|
|
1066
1385
|
|
|
1067
1386
|
### Patch Changes
|
|
1068
1387
|
|
|
1069
|
-
-
|
|
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
|
|
1070
1391
|
|
|
1071
1392
|
## 12.4.1
|
|
1072
1393
|
|
|
1073
1394
|
### Patch Changes
|
|
1074
1395
|
|
|
1075
|
-
-
|
|
1076
|
-
|
|
1077
|
-
|
|
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
|
|
1078
1402
|
|
|
1079
1403
|
## 12.4.0
|
|
1080
1404
|
|
|
1081
1405
|
### Minor Changes
|
|
1082
1406
|
|
|
1083
|
-
-
|
|
1407
|
+
- [minor][e981669ba5](https://bitbucket.org/atlassian/atlassian-frontend/commits/e981669ba5):
|
|
1084
1408
|
|
|
1085
|
-
|
|
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.).
|
|
1086
1411
|
|
|
1087
1412
|
### Patch Changes
|
|
1088
1413
|
|
|
1089
|
-
-
|
|
1414
|
+
- [patch][9957801602](https://bitbucket.org/atlassian/atlassian-frontend/commits/9957801602):
|
|
1090
1415
|
|
|
1091
|
-
|
|
1416
|
+
clear all timeout callbacks- Updated dependencies
|
|
1417
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
1092
1418
|
|
|
1093
|
-
-
|
|
1094
|
-
|
|
1095
|
-
-
|
|
1096
|
-
|
|
1097
|
-
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
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
|
|
1106
1437
|
|
|
1107
1438
|
## 12.3.8
|
|
1108
1439
|
|
|
1109
1440
|
### Patch Changes
|
|
1110
1441
|
|
|
1111
|
-
-
|
|
1442
|
+
- [patch][c913bb88f4](https://bitbucket.org/atlassian/atlassian-frontend/commits/c913bb88f4):
|
|
1112
1443
|
|
|
1113
|
-
|
|
1444
|
+
quickfix to kill stale timeouts
|
|
1114
1445
|
|
|
1115
1446
|
## 12.3.7
|
|
1116
1447
|
|
|
1117
1448
|
### Patch Changes
|
|
1118
1449
|
|
|
1119
|
-
-
|
|
1450
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1120
1451
|
|
|
1121
|
-
|
|
1452
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1453
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1122
1454
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
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
|
|
1135
1467
|
|
|
1136
1468
|
## 12.3.6
|
|
1137
1469
|
|
|
1138
1470
|
### Patch Changes
|
|
1139
1471
|
|
|
1140
|
-
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
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
|
|
1148
1482
|
|
|
1149
1483
|
## 12.3.5
|
|
1150
1484
|
|
|
1151
1485
|
### Patch Changes
|
|
1152
1486
|
|
|
1153
|
-
-
|
|
1487
|
+
- [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
|
|
1154
1488
|
|
|
1155
|
-
|
|
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):
|
|
1156
1493
|
|
|
1157
|
-
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
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
|
|
1162
1501
|
|
|
1163
1502
|
## 12.3.4
|
|
1164
1503
|
|
|
1165
1504
|
### Patch Changes
|
|
1166
1505
|
|
|
1167
|
-
-
|
|
1506
|
+
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
1168
1507
|
|
|
1169
|
-
|
|
1508
|
+
Theme has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
1509
|
+
Flow types are no longer provided.
|
|
1170
1510
|
|
|
1171
|
-
|
|
1511
|
+
### Breaking
|
|
1172
1512
|
|
|
1173
|
-
|
|
1174
|
-
|
|
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:
|
|
1175
1516
|
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1517
|
+
```javascript
|
|
1518
|
+
<CustomTheme.Provider
|
|
1519
|
+
value={t => ({ ...t(), backgroundColor: '#333'})}
|
|
1520
|
+
>
|
|
1521
|
+
```
|
|
1181
1522
|
|
|
1182
|
-
|
|
1523
|
+
becomes:
|
|
1183
1524
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1525
|
+
```javascript
|
|
1526
|
+
<CustomTheme.Provider
|
|
1527
|
+
value={t => ({ ...t({}), backgroundColor: '#333'})}
|
|
1528
|
+
>
|
|
1529
|
+
```
|
|
1189
1530
|
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
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:
|
|
1193
1533
|
|
|
1194
|
-
|
|
1195
|
-
|
|
1534
|
+
```javascript
|
|
1535
|
+
import { colors } from '@atlaskit/theme';
|
|
1196
1536
|
|
|
1197
|
-
|
|
1198
|
-
|
|
1537
|
+
colors.colorPalette('8');
|
|
1538
|
+
```
|
|
1199
1539
|
|
|
1200
|
-
|
|
1540
|
+
to this:
|
|
1201
1541
|
|
|
1202
|
-
|
|
1203
|
-
|
|
1542
|
+
```javascript
|
|
1543
|
+
import { colorPalette } from '@atlaskit/theme';
|
|
1204
1544
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1545
|
+
colorPalette.colorPalette('8');
|
|
1546
|
+
```
|
|
1207
1547
|
|
|
1208
|
-
|
|
1548
|
+
or for multi entry-point users:
|
|
1209
1549
|
|
|
1210
|
-
|
|
1211
|
-
|
|
1550
|
+
```javascript
|
|
1551
|
+
import * as colors from '@atlaskit/theme/colors';
|
|
1212
1552
|
|
|
1213
|
-
|
|
1214
|
-
|
|
1553
|
+
colors.colorPalette('8');
|
|
1554
|
+
```
|
|
1215
1555
|
|
|
1216
|
-
|
|
1556
|
+
to this:
|
|
1217
1557
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1558
|
+
```javascript
|
|
1559
|
+
import * as colorPalettes from '@atlaskit/theme/color-palette';
|
|
1220
1560
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1561
|
+
colorPalettes.colorPalette('8');
|
|
1562
|
+
```
|
|
1223
1563
|
|
|
1224
1564
|
## 12.3.3
|
|
1225
1565
|
|
|
1226
|
-
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
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
|
|
1230
1572
|
|
|
1231
1573
|
## 12.3.2
|
|
1232
1574
|
|
|
1233
1575
|
### Patch Changes
|
|
1234
1576
|
|
|
1235
|
-
-
|
|
1577
|
+
- [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
|
|
1236
1578
|
|
|
1237
|
-
|
|
1579
|
+
@atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
|
|
1238
1580
|
|
|
1239
1581
|
## 12.3.1
|
|
1240
1582
|
|
|
1241
1583
|
### Patch Changes
|
|
1242
1584
|
|
|
1243
|
-
-
|
|
1585
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1244
1586
|
|
|
1245
|
-
|
|
1587
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1246
1588
|
|
|
1247
1589
|
## 12.3.0
|
|
1248
1590
|
|
|
1249
1591
|
### Minor Changes
|
|
1250
1592
|
|
|
1251
|
-
-
|
|
1593
|
+
- [minor][84bedb23c4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84bedb23c4):
|
|
1252
1594
|
|
|
1253
|
-
|
|
1595
|
+
Export profile-cards withOuterListeners wrapper
|
|
1254
1596
|
|
|
1255
1597
|
## 12.2.0
|
|
1256
1598
|
|
|
1257
1599
|
### Minor Changes
|
|
1258
1600
|
|
|
1259
|
-
-
|
|
1601
|
+
- [minor][8a3c534ec6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a3c534ec6):
|
|
1260
1602
|
|
|
1261
|
-
|
|
1603
|
+
Export show and hide delay times of profile card trigger
|
|
1262
1604
|
|
|
1263
1605
|
## 12.1.0
|
|
1264
1606
|
|
|
1265
1607
|
### Minor Changes
|
|
1266
1608
|
|
|
1267
|
-
-
|
|
1609
|
+
- [minor][16bf116576](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16bf116576):
|
|
1268
1610
|
|
|
1269
|
-
|
|
1611
|
+
Increased show/hide delay times for ProfileCardTrigger
|
|
1270
1612
|
|
|
1271
1613
|
## 12.0.9
|
|
1272
1614
|
|
|
1273
1615
|
### Patch Changes
|
|
1274
1616
|
|
|
1275
|
-
-
|
|
1617
|
+
- [patch][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
1276
1618
|
|
|
1277
|
-
|
|
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.
|
|
1278
1621
|
|
|
1279
1622
|
## 12.0.8
|
|
1280
1623
|
|
|
1281
1624
|
### Patch Changes
|
|
1282
1625
|
|
|
1283
|
-
-
|
|
1626
|
+
- [patch][02f8d986b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02f8d986b5):
|
|
1284
1627
|
|
|
1285
|
-
|
|
1628
|
+
ProfileCardResourced should trigger analytics event when having error
|
|
1286
1629
|
|
|
1287
1630
|
## 12.0.7
|
|
1288
1631
|
|
|
1289
1632
|
### Patch Changes
|
|
1290
1633
|
|
|
1291
|
-
-
|
|
1634
|
+
- [patch][875282da30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875282da30):
|
|
1292
1635
|
|
|
1293
|
-
|
|
1636
|
+
Fix a bug which causes ProfileCard triggers viewed analytics event twice
|
|
1294
1637
|
|
|
1295
1638
|
## 12.0.6
|
|
1296
1639
|
|
|
1297
1640
|
### Patch Changes
|
|
1298
1641
|
|
|
1299
|
-
-
|
|
1642
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1300
1643
|
|
|
1301
|
-
|
|
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
|
|
1302
1646
|
|
|
1303
1647
|
## 12.0.5
|
|
1304
1648
|
|
|
1305
1649
|
### Patch Changes
|
|
1306
1650
|
|
|
1307
|
-
-
|
|
1651
|
+
- [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
|
|
1308
1652
|
|
|
1309
|
-
|
|
1653
|
+
Fixes various TypeScript errors which were previously failing silently
|
|
1310
1654
|
|
|
1311
1655
|
## 12.0.4
|
|
1312
1656
|
|
|
1313
|
-
-
|
|
1314
|
-
|
|
1657
|
+
- Updated dependencies
|
|
1658
|
+
[ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
|
|
1659
|
+
- @atlaskit/popper@3.0.0
|
|
1315
1660
|
|
|
1316
1661
|
## 12.0.3
|
|
1317
1662
|
|
|
1318
1663
|
### Patch Changes
|
|
1319
1664
|
|
|
1320
|
-
-
|
|
1665
|
+
- [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
|
|
1321
1666
|
|
|
1322
|
-
|
|
1667
|
+
bugfix, fixes missing version.json file
|
|
1323
1668
|
|
|
1324
1669
|
## 12.0.2
|
|
1325
1670
|
|
|
1326
1671
|
### Patch Changes
|
|
1327
1672
|
|
|
1328
|
-
-
|
|
1673
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1329
1674
|
|
|
1330
|
-
|
|
1675
|
+
In this PR, we are:
|
|
1331
1676
|
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
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
|
|
1338
1685
|
|
|
1339
1686
|
## 12.0.1
|
|
1340
1687
|
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
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
|
|
1347
1695
|
|
|
1348
1696
|
## 12.0.0
|
|
1349
1697
|
|
|
1350
1698
|
### Major Changes
|
|
1351
1699
|
|
|
1352
|
-
-
|
|
1700
|
+
- [major][2b333a4c6d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b333a4c6d):
|
|
1353
1701
|
|
|
1354
|
-
|
|
1702
|
+
update api types; dispay user active state in ProfilecardResourced; change trigger component
|
|
1703
|
+
display to inherit
|
|
1355
1704
|
|
|
1356
1705
|
## 11.0.1
|
|
1357
1706
|
|
|
1358
1707
|
### Patch Changes
|
|
1359
1708
|
|
|
1360
|
-
-
|
|
1709
|
+
- [patch][0b87683d6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b87683d6c):
|
|
1361
1710
|
|
|
1362
|
-
|
|
1711
|
+
fix unbound method in ProfilecardTrigger component
|
|
1363
1712
|
|
|
1364
1713
|
## 11.0.0
|
|
1365
1714
|
|
|
1366
1715
|
### Major Changes
|
|
1367
1716
|
|
|
1368
|
-
-
|
|
1717
|
+
- [major][a40f54404e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a40f54404e):
|
|
1369
1718
|
|
|
1370
|
-
|
|
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
|
|
1371
1723
|
|
|
1372
1724
|
## 10.2.6
|
|
1373
1725
|
|
|
1374
|
-
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
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
|
|
1380
1733
|
|
|
1381
1734
|
## 10.2.5
|
|
1382
1735
|
|
|
1383
|
-
-
|
|
1736
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1384
1737
|
|
|
1385
|
-
|
|
1738
|
+
- This is just a safety release in case anything strange happened in in the previous one. See
|
|
1739
|
+
Pull Request #5942 for details
|
|
1386
1740
|
|
|
1387
1741
|
## 10.2.4
|
|
1388
1742
|
|
|
1389
|
-
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
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
|
|
1395
1751
|
|
|
1396
1752
|
## 10.2.3
|
|
1397
1753
|
|
|
1398
|
-
-
|
|
1399
|
-
|
|
1400
|
-
|
|
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
|
|
1401
1758
|
|
|
1402
1759
|
## 10.2.2
|
|
1403
1760
|
|
|
1404
|
-
-
|
|
1761
|
+
- [patch][afd34e36b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afd34e36b0):
|
|
1405
1762
|
|
|
1406
|
-
|
|
1763
|
+
- Hide public name when it matches the full name
|
|
1407
1764
|
|
|
1408
1765
|
## 10.2.1
|
|
1409
1766
|
|
|
1410
|
-
-
|
|
1411
|
-
|
|
1412
|
-
|
|
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
|
|
1413
1771
|
|
|
1414
1772
|
## 10.2.0
|
|
1415
1773
|
|
|
1416
|
-
-
|
|
1774
|
+
- [minor][e7d7fe8252](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7d7fe8252):
|
|
1417
1775
|
|
|
1418
|
-
|
|
1776
|
+
- Make full name and public name in the same line. Remove `@` symbol in front of public name.
|
|
1777
|
+
Remove mention icon
|
|
1419
1778
|
|
|
1420
1779
|
## 10.1.0
|
|
1421
1780
|
|
|
1422
|
-
-
|
|
1781
|
+
- [minor][5a49043dac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a49043dac):
|
|
1423
1782
|
|
|
1424
|
-
|
|
1783
|
+
- Enable strictPropertyInitialization in tsconfig.base
|
|
1425
1784
|
|
|
1426
1785
|
## 10.0.0
|
|
1427
1786
|
|
|
1428
|
-
-
|
|
1787
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1429
1788
|
|
|
1430
|
-
|
|
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.
|
|
1431
1791
|
|
|
1432
1792
|
## 9.0.5
|
|
1433
1793
|
|
|
1434
|
-
-
|
|
1794
|
+
- [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
|
|
1435
1795
|
|
|
1436
|
-
|
|
1796
|
+
- Removes babel-runtime in favour of @babel/runtime
|
|
1437
1797
|
|
|
1438
1798
|
## 9.0.4
|
|
1439
1799
|
|
|
1440
|
-
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
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
|
|
1444
1806
|
|
|
1445
1807
|
## 9.0.3
|
|
1446
1808
|
|
|
1447
|
-
-
|
|
1809
|
+
- [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
|
|
1448
1810
|
|
|
1449
|
-
|
|
1811
|
+
- index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
|
|
1450
1812
|
|
|
1451
1813
|
## 9.0.2
|
|
1452
1814
|
|
|
1453
|
-
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
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
|
|
1463
1826
|
|
|
1464
1827
|
## 9.0.1
|
|
1465
1828
|
|
|
1466
|
-
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
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
|
|
1476
1840
|
|
|
1477
1841
|
## 9.0.0
|
|
1478
1842
|
|
|
1479
|
-
-
|
|
1843
|
+
- [major][bfca144ea5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfca144ea5):
|
|
1480
1844
|
|
|
1481
|
-
|
|
1845
|
+
- Refactored internal components. Moved to Typescript. Updated named exports. Updated type
|
|
1846
|
+
definitions.
|
|
1482
1847
|
|
|
1483
1848
|
## 8.0.2
|
|
1484
1849
|
|
|
1485
|
-
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
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
|
|
1495
1861
|
|
|
1496
1862
|
## 8.0.1
|
|
1497
1863
|
|
|
1498
|
-
-
|
|
1864
|
+
- [patch][9a0c34d490](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a0c34d490):
|
|
1499
1865
|
|
|
1500
|
-
|
|
1866
|
+
- Fixes package.json to not exclude built files
|
|
1501
1867
|
|
|
1502
1868
|
## 8.0.0
|
|
1503
1869
|
|
|
1504
|
-
-
|
|
1870
|
+
- [major][dbff4fdcf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbff4fdcf9):
|
|
1505
1871
|
|
|
1506
|
-
|
|
1872
|
+
- Remove presence from profilecard now that users cannot use Stride to control it
|
|
1507
1873
|
|
|
1508
1874
|
## 7.0.0
|
|
1509
1875
|
|
|
1510
|
-
-
|
|
1876
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1511
1877
|
|
|
1512
|
-
|
|
1878
|
+
- Drop ES5 from all the flow modules
|
|
1513
1879
|
|
|
1514
|
-
|
|
1880
|
+
### Dropping CJS support in all @atlaskit packages
|
|
1515
1881
|
|
|
1516
|
-
|
|
1517
|
-
|
|
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.
|
|
1518
1885
|
|
|
1519
|
-
|
|
1886
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
1887
|
+
e.g:
|
|
1520
1888
|
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1889
|
+
```js
|
|
1890
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1891
|
+
```
|
|
1524
1892
|
|
|
1525
|
-
|
|
1893
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1526
1894
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1895
|
+
```js
|
|
1896
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1897
|
+
```
|
|
1530
1898
|
|
|
1531
|
-
|
|
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.
|
|
1532
1904
|
|
|
1533
|
-
|
|
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.
|
|
1534
1908
|
|
|
1535
|
-
|
|
1909
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1910
|
+
environments.
|
|
1536
1911
|
|
|
1537
|
-
|
|
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.
|
|
1538
1915
|
|
|
1539
|
-
|
|
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.
|
|
1540
1919
|
|
|
1541
1920
|
## 6.2.0
|
|
1542
1921
|
|
|
1543
|
-
-
|
|
1922
|
+
- [minor][e0e5dd69a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0e5dd69a7):
|
|
1544
1923
|
|
|
1545
|
-
|
|
1924
|
+
- Support 2 new props "hasStatusLozengeForDisabledAccount" and
|
|
1925
|
+
"customMessageForDisabledAccount"
|
|
1546
1926
|
|
|
1547
1927
|
## 6.1.5
|
|
1548
1928
|
|
|
1549
|
-
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
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
|
|
1554
1935
|
|
|
1555
1936
|
## 6.1.4
|
|
1556
1937
|
|
|
1557
|
-
-
|
|
1938
|
+
- [patch][ba95c0e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba95c0e):
|
|
1558
1939
|
|
|
1559
|
-
|
|
1940
|
+
- Remove typescript type InjectedIntlProps from flow js code
|
|
1560
1941
|
|
|
1561
1942
|
## 6.1.3
|
|
1562
1943
|
|
|
1563
|
-
-
|
|
1944
|
+
- [patch][3ef5292](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ef5292):
|
|
1564
1945
|
|
|
1565
|
-
|
|
1946
|
+
- Include type definitions in npm package
|
|
1566
1947
|
|
|
1567
1948
|
## 6.1.2
|
|
1568
1949
|
|
|
1569
|
-
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
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
|
|
1580
1961
|
|
|
1581
1962
|
## 6.1.1
|
|
1582
1963
|
|
|
1583
|
-
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
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
|
|
1592
1973
|
|
|
1593
1974
|
## 6.1.0
|
|
1594
1975
|
|
|
1595
|
-
-
|
|
1976
|
+
- [minor][a2da489](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2da489):
|
|
1596
1977
|
|
|
1597
|
-
|
|
1978
|
+
- - wrap profile card in IntlProvider and support i18n
|
|
1598
1979
|
|
|
1599
1980
|
## 6.0.3
|
|
1600
1981
|
|
|
1601
|
-
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
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
|
|
1606
1987
|
|
|
1607
1988
|
## 6.0.2
|
|
1608
1989
|
|
|
1609
|
-
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
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
|
|
1617
1998
|
|
|
1618
1999
|
## 6.0.1
|
|
1619
2000
|
|
|
1620
|
-
-
|
|
2001
|
+
- [patch][9d63842](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d63842):
|
|
1621
2002
|
|
|
1622
|
-
|
|
2003
|
+
- Fixed a bug where content is not rendered for cards of users whose accounts are closed
|
|
1623
2004
|
|
|
1624
2005
|
## 6.0.0
|
|
1625
2006
|
|
|
1626
|
-
-
|
|
2007
|
+
- [major][9c0844d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0844d):
|
|
1627
2008
|
|
|
1628
|
-
|
|
2009
|
+
- Replace "isActive" prop with new "status" prop and adding react-intl messages
|
|
1629
2010
|
|
|
1630
2011
|
## 5.0.0
|
|
1631
2012
|
|
|
1632
|
-
-
|
|
2013
|
+
- [major][a6dd6e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6dd6e3):
|
|
1633
2014
|
|
|
1634
|
-
|
|
2015
|
+
- Removed isCensored prop as this state no longer exists
|
|
1635
2016
|
|
|
1636
2017
|
## 4.0.10
|
|
1637
2018
|
|
|
1638
|
-
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
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
|
|
1643
2025
|
|
|
1644
2026
|
## 4.0.9
|
|
1645
2027
|
|
|
1646
|
-
-
|
|
2028
|
+
- [patch] Remove promise polyfill to fix Jira SSR
|
|
2029
|
+
[e793f6e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e793f6e)
|
|
1647
2030
|
|
|
1648
2031
|
## 4.0.8
|
|
1649
2032
|
|
|
1650
|
-
-
|
|
1651
|
-
|
|
2033
|
+
- [patch] Updated dependencies
|
|
2034
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
2035
|
+
- @atlaskit/util-data-test@10.0.7
|
|
1652
2036
|
|
|
1653
2037
|
## 4.0.7
|
|
1654
2038
|
|
|
1655
|
-
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
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
|
|
1663
2048
|
|
|
1664
2049
|
## 4.0.6
|
|
1665
2050
|
|
|
1666
|
-
-
|
|
1667
|
-
|
|
2051
|
+
- [patch] Updated dependencies
|
|
2052
|
+
[8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529)
|
|
2053
|
+
- @atlaskit/layer@5.0.5
|
|
1668
2054
|
|
|
1669
2055
|
## 4.0.5
|
|
1670
2056
|
|
|
1671
|
-
-
|
|
1672
|
-
|
|
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)
|
|
1673
2061
|
|
|
1674
2062
|
## 4.0.4
|
|
1675
2063
|
|
|
1676
|
-
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
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
|
|
1686
2077
|
|
|
1687
2078
|
## 4.0.3
|
|
1688
2079
|
|
|
1689
|
-
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
*
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
*
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
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
|
|
1702
2099
|
|
|
1703
2100
|
## 4.0.2
|
|
1704
2101
|
|
|
1705
|
-
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
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
|
|
1715
2113
|
|
|
1716
2114
|
## 4.0.1
|
|
1717
2115
|
|
|
1718
|
-
-
|
|
1719
|
-
|
|
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)
|
|
1720
2120
|
|
|
1721
2121
|
## 4.0.0
|
|
1722
2122
|
|
|
1723
|
-
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
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
|
|
1744
2147
|
|
|
1745
2148
|
## 3.13.4
|
|
1746
2149
|
|
|
1747
|
-
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
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
|
|
1755
2160
|
|
|
1756
2161
|
## 3.13.3
|
|
1757
2162
|
|
|
1758
|
-
-
|
|
1759
|
-
|
|
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)
|
|
1760
2167
|
|
|
1761
2168
|
## 3.13.2
|
|
1762
2169
|
|
|
1763
|
-
-
|
|
1764
|
-
|
|
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)
|
|
1765
2174
|
|
|
1766
2175
|
## 3.13.1
|
|
1767
2176
|
|
|
1768
|
-
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
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
|
|
1773
2185
|
|
|
1774
2186
|
## 3.12.3 (2017-12-13)
|
|
1775
2187
|
|
|
1776
|
-
-
|
|
2188
|
+
- bug fix; cap profilecard cache age at 30 days
|
|
2189
|
+
([6e112c0](https://bitbucket.org/atlassian/atlaskit/commits/6e112c0))
|
|
1777
2190
|
|
|
1778
2191
|
## 3.12.2 (2017-12-06)
|
|
1779
2192
|
|
|
1780
|
-
-
|
|
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))
|
|
1781
2195
|
|
|
1782
2196
|
## 3.12.1 (2017-11-27)
|
|
1783
2197
|
|
|
1784
|
-
-
|
|
2198
|
+
- bug fix; fix profilecard error when user has null presenceMessage
|
|
2199
|
+
([b250e2b](https://bitbucket.org/atlassian/atlaskit/commits/b250e2b))
|
|
1785
2200
|
|
|
1786
2201
|
## 3.12.0 (2017-11-20)
|
|
1787
2202
|
|
|
1788
|
-
-
|
|
2203
|
+
- feature; add presence message to profilecard (issues closed: dir-459)
|
|
2204
|
+
([a927c12](https://bitbucket.org/atlassian/atlaskit/commits/a927c12))
|
|
1789
2205
|
|
|
1790
2206
|
## 3.11.0 (2017-11-17)
|
|
1791
2207
|
|
|
1792
|
-
-
|
|
2208
|
+
- feature; add support for focus state to profilecard (issues closed: dir-453)
|
|
2209
|
+
([51185f4](https://bitbucket.org/atlassian/atlaskit/commits/51185f4))
|
|
1793
2210
|
|
|
1794
2211
|
## 3.10.0 (2017-11-01)
|
|
1795
2212
|
|
|
1796
|
-
-
|
|
1797
|
-
|
|
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))
|
|
1798
2217
|
|
|
1799
2218
|
## 3.9.0 (2017-10-27)
|
|
1800
2219
|
|
|
1801
|
-
-
|
|
2220
|
+
- feature; add new profile data keys to graphql query
|
|
2221
|
+
([44d81d4](https://bitbucket.org/atlassian/atlaskit/commits/44d81d4))
|
|
1802
2222
|
|
|
1803
|
-
-
|
|
2223
|
+
- feature; add predicate method to profile card actions (issues closed: dir-423)
|
|
2224
|
+
([2737016](https://bitbucket.org/atlassian/atlaskit/commits/2737016))
|
|
1804
2225
|
|
|
1805
2226
|
## 3.8.1 (2017-10-22)
|
|
1806
2227
|
|
|
1807
|
-
-
|
|
2228
|
+
- bug fix; update styled-components dep and react peerDep
|
|
2229
|
+
([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
|
|
1808
2230
|
|
|
1809
2231
|
## 3.8.0 (2017-10-16)
|
|
1810
2232
|
|
|
1811
|
-
-
|
|
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))
|
|
1812
2235
|
|
|
1813
2236
|
## 3.7.4 (2017-10-12)
|
|
1814
2237
|
|
|
1815
|
-
-
|
|
2238
|
+
- bug fix; fix dark mode colors for profilecard (issues closed: dir-413)
|
|
2239
|
+
([27a6981](https://bitbucket.org/atlassian/atlaskit/commits/27a6981))
|
|
1816
2240
|
|
|
1817
|
-
-
|
|
1818
|
-
|
|
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))
|
|
1819
2245
|
|
|
1820
2246
|
## 3.7.3 (2017-10-10)
|
|
1821
2247
|
|
|
1822
|
-
-
|
|
1823
|
-
|
|
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))
|
|
1824
2252
|
|
|
1825
2253
|
## 3.7.2 (2017-09-20)
|
|
1826
2254
|
|
|
1827
|
-
-
|
|
2255
|
+
- bug fix; fix non array value of \`oneOf\` proptype in profilecard.jsx
|
|
2256
|
+
([39131f7](https://bitbucket.org/atlassian/atlaskit/commits/39131f7))
|
|
1828
2257
|
|
|
1829
2258
|
## 3.7.1 (2017-09-08)
|
|
1830
2259
|
|
|
1831
|
-
-
|
|
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))
|
|
1832
2262
|
|
|
1833
2263
|
## 3.7.0 (2017-08-14)
|
|
1834
2264
|
|
|
1835
|
-
-
|
|
2265
|
+
- feature; add not-found error state to profilecard (issues closed: dir-340)
|
|
2266
|
+
([8021368](https://bitbucket.org/atlassian/atlaskit/commits/8021368))
|
|
1836
2267
|
|
|
1837
2268
|
## 3.6.4 (2017-08-09)
|
|
1838
2269
|
|
|
1839
|
-
-
|
|
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))
|
|
1840
2272
|
|
|
1841
|
-
*
|
|
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))
|
|
1842
2275
|
|
|
1843
2276
|
## 3.6.3 (2017-07-27)
|
|
1844
2277
|
|
|
1845
|
-
-
|
|
2278
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
2279
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
1846
2280
|
|
|
1847
2281
|
## 3.6.2 (2017-07-25)
|
|
1848
2282
|
|
|
1849
|
-
-
|
|
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))
|
|
1850
2285
|
|
|
1851
2286
|
## 3.6.1 (2017-07-20)
|
|
1852
2287
|
|
|
1853
|
-
-
|
|
2288
|
+
- fix; use \`title\` instead of \`position\` from directory data for job title
|
|
2289
|
+
([3d0864b](https://bitbucket.org/atlassian/atlaskit/commits/3d0864b))
|
|
1854
2290
|
|
|
1855
2291
|
## 3.6.0 (2017-07-18)
|
|
1856
2292
|
|
|
@@ -1858,75 +2294,94 @@
|
|
|
1858
2294
|
|
|
1859
2295
|
## 3.2.0 (2017-07-17)
|
|
1860
2296
|
|
|
1861
|
-
-
|
|
2297
|
+
- feature; fix analytics event names for profilecard
|
|
2298
|
+
([2225d04](https://bitbucket.org/atlassian/atlaskit/commits/2225d04))
|
|
1862
2299
|
|
|
1863
2300
|
## 3.2.0 (2017-07-17)
|
|
1864
2301
|
|
|
1865
|
-
-
|
|
2302
|
+
- fix; rerelease, failed prepublish scripts
|
|
2303
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
1866
2304
|
|
|
1867
2305
|
## 3.2.0 (2017-07-17)
|
|
1868
2306
|
|
|
1869
|
-
-
|
|
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))
|
|
1870
2309
|
|
|
1871
2310
|
## 3.1.0 (2017-07-17)
|
|
1872
2311
|
|
|
1873
|
-
-
|
|
2312
|
+
- feature; add trigger property to AkProfilecardTrigger (possible values: click, hover (defaul
|
|
2313
|
+
([6f7b508](https://bitbucket.org/atlassian/atlaskit/commits/6f7b508))
|
|
1874
2314
|
|
|
1875
2315
|
## 3.0.2 (2017-07-12)
|
|
1876
2316
|
|
|
1877
|
-
-
|
|
1878
|
-
|
|
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))
|
|
1879
2321
|
|
|
1880
2322
|
## 3.0.1 (2017-05-12)
|
|
1881
2323
|
|
|
1882
|
-
-
|
|
1883
|
-
|
|
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))
|
|
1884
2328
|
|
|
1885
2329
|
## 3.0.0 (2017-05-10)
|
|
1886
2330
|
|
|
1887
2331
|
## 2.4.0 (2017-05-09)
|
|
1888
2332
|
|
|
1889
|
-
-
|
|
2333
|
+
- fix; fix profilecards retry button to only show up when retry method is passed
|
|
2334
|
+
([4c67a6d](https://bitbucket.org/atlassian/atlaskit/commits/4c67a6d))
|
|
1890
2335
|
|
|
1891
|
-
*
|
|
1892
|
-
|
|
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))
|
|
1893
2340
|
|
|
1894
|
-
-
|
|
2341
|
+
- breaking; cloudId is now required for resourced component
|
|
1895
2342
|
|
|
1896
2343
|
ISSUES CLOSED: DIR-248, DIR-249, DIR-250
|
|
1897
2344
|
|
|
1898
2345
|
## 2.3.2 (2017-04-27)
|
|
1899
2346
|
|
|
1900
|
-
-
|
|
2347
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
2348
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
1901
2349
|
|
|
1902
2350
|
## 2.3.1 (2017-04-26)
|
|
1903
2351
|
|
|
1904
|
-
-
|
|
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))
|
|
1905
2354
|
|
|
1906
2355
|
## 2.3.0 (2017-04-20)
|
|
1907
2356
|
|
|
1908
|
-
-
|
|
2357
|
+
- feature; add analytics to profilecard component
|
|
2358
|
+
([77fa03e](https://bitbucket.org/atlassian/atlaskit/commits/77fa03e))
|
|
1909
2359
|
|
|
1910
2360
|
## 2.2.0 (2017-04-20)
|
|
1911
2361
|
|
|
1912
|
-
-
|
|
2362
|
+
- feature; removed explicit style! imports, set style-loader in webpack config
|
|
2363
|
+
([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
|
|
1913
2364
|
|
|
1914
2365
|
## 2.1.1 (2017-04-18)
|
|
1915
2366
|
|
|
1916
|
-
-
|
|
2367
|
+
- fix; minor profilecard fixes for integration with Home
|
|
2368
|
+
([7140657](https://bitbucket.org/atlassian/atlaskit/commits/7140657))
|
|
1917
2369
|
|
|
1918
2370
|
## 2.1.0 (2017-04-12)
|
|
1919
2371
|
|
|
1920
|
-
-
|
|
2372
|
+
- feature; add trigger wrapper component for profile cards
|
|
2373
|
+
([cff0f87](https://bitbucket.org/atlassian/atlaskit/commits/cff0f87))
|
|
1921
2374
|
|
|
1922
2375
|
## 2.0.0 (2017-03-31)
|
|
1923
2376
|
|
|
1924
2377
|
## 1.3.0 (2017-03-31)
|
|
1925
2378
|
|
|
1926
|
-
-
|
|
1927
|
-
|
|
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))
|
|
1928
2383
|
|
|
1929
|
-
*
|
|
2384
|
+
* breaking; made resourceClient a required prop, resourceClients method names changed
|
|
1930
2385
|
|
|
1931
2386
|
ISSUES CLOSED: FAB-2671
|
|
1932
2387
|
|
|
@@ -1934,38 +2389,49 @@ ISSUES CLOSED: FAB-2671
|
|
|
1934
2389
|
|
|
1935
2390
|
## 1.2.3 (2017-03-21)
|
|
1936
2391
|
|
|
1937
|
-
-
|
|
2392
|
+
- fix; maintainers for all the packages were added
|
|
2393
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
1938
2394
|
|
|
1939
2395
|
## 1.2.2 (2017-03-20)
|
|
1940
2396
|
|
|
1941
|
-
-
|
|
2397
|
+
- fix; make sure profilecard has a minimum height even without any labels
|
|
2398
|
+
([88b07a5](https://bitbucket.org/atlassian/atlaskit/commits/88b07a5))
|
|
1942
2399
|
|
|
1943
2400
|
## 1.2.1 (2017-03-07)
|
|
1944
2401
|
|
|
1945
2402
|
## 1.2.0 (2017-03-02)
|
|
1946
2403
|
|
|
1947
|
-
-
|
|
2404
|
+
- feature; fixing error component in profilecard
|
|
2405
|
+
([66f533c](https://bitbucket.org/atlassian/atlaskit/commits/66f533c))
|
|
1948
2406
|
|
|
1949
2407
|
## 1.1.2 (2017-02-28)
|
|
1950
2408
|
|
|
1951
|
-
-
|
|
1952
|
-
|
|
1953
|
-
-
|
|
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))
|
|
1954
2415
|
|
|
1955
2416
|
## 1.1.1 (2017-02-27)
|
|
1956
2417
|
|
|
1957
|
-
-
|
|
1958
|
-
|
|
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))
|
|
1959
2422
|
|
|
1960
2423
|
## 1.1.0 (2017-02-17)
|
|
1961
2424
|
|
|
1962
|
-
-
|
|
1963
|
-
|
|
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))
|
|
1964
2428
|
|
|
1965
2429
|
## 1.0.2 (2017-02-07)
|
|
1966
2430
|
|
|
1967
|
-
-
|
|
2431
|
+
- fix; Updates docs to mention using yarn
|
|
2432
|
+
([8259add](https://bitbucket.org/atlassian/atlaskit/commits/8259add))
|
|
1968
2433
|
|
|
1969
2434
|
## 1.0.1 (2017-02-06)
|
|
1970
2435
|
|
|
1971
|
-
-
|
|
2436
|
+
- fix; Updates package to use scoped ak packges
|
|
2437
|
+
([26b9140](https://bitbucket.org/atlassian/atlaskit/commits/26b9140))
|