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