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