@atlaskit/user-picker 10.20.3 → 10.21.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 +1117 -1104
- package/afm-cc/tsconfig.json +0 -3
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/BaseUserPicker.js +0 -59
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/BaseUserPicker.js +0 -50
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/BaseUserPicker.js +0 -59
- package/dist/types/components/BaseUserPicker.d.ts +0 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/components/BaseUserPicker.d.ts +0 -2
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/docs/0-intro.tsx +30 -36
- package/docs/1-smart-user-picker.tsx +12 -12
- package/docs/2-popup-user-picker.tsx +16 -22
- package/package.json +8 -16
- package/report.api.md +416 -429
package/CHANGELOG.md
CHANGED
|
@@ -1,2597 +1,2610 @@
|
|
|
1
1
|
# @atlaskit/user-picker
|
|
2
2
|
|
|
3
|
+
## 10.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#104824](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104824)
|
|
8
|
+
[`10443be28cedb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10443be28cedb) -
|
|
9
|
+
converting tagged template syntax to object syntax for remanining styles from DSP-17626
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 10.20.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#108084](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108084)
|
|
20
|
+
[`54cc1daf07c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54cc1daf07c9) -
|
|
21
|
+
Clean up unused feature of aria-activedescendant
|
|
22
|
+
|
|
3
23
|
## 10.20.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
6
26
|
|
|
7
|
-
-
|
|
27
|
+
- Updated dependencies
|
|
8
28
|
|
|
9
29
|
## 10.20.2
|
|
10
30
|
|
|
11
31
|
### Patch Changes
|
|
12
32
|
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
33
|
+
- [#101781](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101781)
|
|
34
|
+
[`ea3386009a3f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ea3386009a3f) -
|
|
35
|
+
A bug has been fixed where aria-activedescendant on the input elemnt would be try to set to a menu
|
|
36
|
+
list item before the menu was rendered.
|
|
37
|
+
- Updated dependencies
|
|
18
38
|
|
|
19
39
|
## 10.20.1
|
|
20
40
|
|
|
21
41
|
### Patch Changes
|
|
22
42
|
|
|
23
|
-
-
|
|
43
|
+
- Updated dependencies
|
|
24
44
|
|
|
25
45
|
## 10.20.0
|
|
26
46
|
|
|
27
47
|
### Minor Changes
|
|
28
48
|
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
49
|
+
- [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
|
|
50
|
+
[`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
|
|
51
|
+
[ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
|
|
52
|
+
color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
|
|
33
53
|
|
|
34
54
|
### Patch Changes
|
|
35
55
|
|
|
36
|
-
-
|
|
56
|
+
- Updated dependencies
|
|
37
57
|
|
|
38
58
|
## 10.19.12
|
|
39
59
|
|
|
40
60
|
### Patch Changes
|
|
41
61
|
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
|
|
62
|
+
- [#95567](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95567)
|
|
63
|
+
[`cae88cc191c5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cae88cc191c5) -
|
|
64
|
+
Open userpicker on first click when UNSAFE_hasDraggableParentComponent is enabled
|
|
45
65
|
|
|
46
66
|
## 10.19.11
|
|
47
67
|
|
|
48
68
|
### Patch Changes
|
|
49
69
|
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
70
|
+
- [#91429](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91429)
|
|
71
|
+
[`3de462db1b3f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3de462db1b3f) -
|
|
72
|
+
Minor changes to Typescript types to improve compatibility with React 18
|
|
53
73
|
|
|
54
74
|
## 10.19.10
|
|
55
75
|
|
|
56
76
|
### Patch Changes
|
|
57
77
|
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
-
|
|
78
|
+
- [#85437](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85437)
|
|
79
|
+
[`b3bed8af54a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3bed8af54a0) -
|
|
80
|
+
Remove duplicate hidden name announcement in single-value picker
|
|
81
|
+
- Updated dependencies
|
|
62
82
|
|
|
63
83
|
## 10.19.9
|
|
64
84
|
|
|
65
85
|
### Patch Changes
|
|
66
86
|
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
87
|
+
- [#85640](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85640)
|
|
88
|
+
[`da6c4e34a2a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da6c4e34a2a0) -
|
|
89
|
+
[ux] Removed name prop being passed to Avatar to fix an issue where VoiceOver users have the
|
|
90
|
+
selected user name repeated twice.
|
|
71
91
|
|
|
72
92
|
## 10.19.8
|
|
73
93
|
|
|
74
94
|
### Patch Changes
|
|
75
95
|
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
96
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
97
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
98
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
79
99
|
|
|
80
100
|
## 10.19.7
|
|
81
101
|
|
|
82
102
|
### Patch Changes
|
|
83
103
|
|
|
84
|
-
-
|
|
104
|
+
- Updated dependencies
|
|
85
105
|
|
|
86
106
|
## 10.19.6
|
|
87
107
|
|
|
88
108
|
### Patch Changes
|
|
89
109
|
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
|
|
110
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
111
|
+
[`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
|
|
112
|
+
Update usage of `React.FC` to explicity include `children`
|
|
93
113
|
|
|
94
114
|
## 10.19.5
|
|
95
115
|
|
|
96
116
|
### Patch Changes
|
|
97
117
|
|
|
98
|
-
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
118
|
+
- [#80533](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80533)
|
|
119
|
+
[`d34234ee0106`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d34234ee0106) -
|
|
120
|
+
Fixed bug where user picker rendered infinitely when 2 pickers are selected consecutively
|
|
121
|
+
- Updated dependencies
|
|
102
122
|
|
|
103
123
|
## 10.19.4
|
|
104
124
|
|
|
105
125
|
### Patch Changes
|
|
106
126
|
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
|
|
127
|
+
- [#78018](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78018)
|
|
128
|
+
[`036a9f353a72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/036a9f353a72) -
|
|
129
|
+
onFocus event added when openMenuOnClick is true
|
|
110
130
|
|
|
111
131
|
## 10.19.3
|
|
112
132
|
|
|
113
133
|
### Patch Changes
|
|
114
134
|
|
|
115
|
-
-
|
|
135
|
+
- Updated dependencies
|
|
116
136
|
|
|
117
137
|
## 10.19.2
|
|
118
138
|
|
|
119
139
|
### Patch Changes
|
|
120
140
|
|
|
121
|
-
-
|
|
141
|
+
- Updated dependencies
|
|
122
142
|
|
|
123
143
|
## 10.19.1
|
|
124
144
|
|
|
125
145
|
### Patch Changes
|
|
126
146
|
|
|
127
|
-
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
behaviour.
|
|
147
|
+
- [#74482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74482)
|
|
148
|
+
[`b10803d85d88`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b10803d85d88) -
|
|
149
|
+
The internal composition of this component has changed. There is no expected change in behaviour.
|
|
131
150
|
|
|
132
151
|
## 10.19.0
|
|
133
152
|
|
|
134
153
|
### Minor Changes
|
|
135
154
|
|
|
136
|
-
-
|
|
137
|
-
|
|
138
|
-
|
|
155
|
+
- [#69996](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69996)
|
|
156
|
+
[`1b320a82df61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b320a82df61) -
|
|
157
|
+
Add Team fallback avatar
|
|
139
158
|
|
|
140
159
|
### Patch Changes
|
|
141
160
|
|
|
142
|
-
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
-
|
|
161
|
+
- [#74949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74949)
|
|
162
|
+
[`ba44973e5e90`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba44973e5e90) -
|
|
163
|
+
openMenuOnClick prop added to support userpicker to work as select
|
|
164
|
+
- Updated dependencies
|
|
146
165
|
|
|
147
166
|
## 10.18.0
|
|
148
167
|
|
|
149
168
|
### Minor Changes
|
|
150
169
|
|
|
151
|
-
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
170
|
+
- [#71808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71808)
|
|
171
|
+
[`eaf1018c6017`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eaf1018c6017) -
|
|
172
|
+
Displaying users title in Atlas search results and changing meta style to align to the right
|
|
173
|
+
without fixed width
|
|
155
174
|
|
|
156
175
|
## 10.17.1
|
|
157
176
|
|
|
158
177
|
### Patch Changes
|
|
159
178
|
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
179
|
+
- [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162)
|
|
180
|
+
[`dadc682d36ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dadc682d36ba) -
|
|
181
|
+
Replace hardcoded values with space tokens
|
|
163
182
|
|
|
164
183
|
## 10.17.0
|
|
165
184
|
|
|
166
185
|
### Minor Changes
|
|
167
186
|
|
|
168
|
-
-
|
|
169
|
-
|
|
170
|
-
|
|
187
|
+
- [#73914](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73914)
|
|
188
|
+
[`ca85dd7a4109`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ca85dd7a4109) -
|
|
189
|
+
Added ExternalUserType and exported it in the public API
|
|
171
190
|
|
|
172
191
|
## 10.16.1
|
|
173
192
|
|
|
174
193
|
### Patch Changes
|
|
175
194
|
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
195
|
+
- [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460)
|
|
196
|
+
[`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) -
|
|
197
|
+
The internal composition of a component in this package has changed. There is no expected change
|
|
198
|
+
in behaviour.
|
|
180
199
|
|
|
181
200
|
## 10.16.0
|
|
182
201
|
|
|
183
202
|
### Minor Changes
|
|
184
203
|
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
|
|
190
|
-
|
|
204
|
+
- [#69969](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69969)
|
|
205
|
+
[`c9939127a605`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9939127a605) -
|
|
206
|
+
[ux] Render the custom byline instead of email for external users.
|
|
207
|
+
- [#70375](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70375)
|
|
208
|
+
[`723e4a0302b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/723e4a0302b6) -
|
|
209
|
+
[ux] Adding tooltip to option shown on hover
|
|
191
210
|
|
|
192
211
|
## 10.15.0
|
|
193
212
|
|
|
194
213
|
### Minor Changes
|
|
195
214
|
|
|
196
|
-
-
|
|
197
|
-
|
|
198
|
-
|
|
215
|
+
- [#68878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68878)
|
|
216
|
+
[`6c49996cd842`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6c49996cd842) -
|
|
217
|
+
update user recommendations api to return user's title
|
|
199
218
|
|
|
200
219
|
### Patch Changes
|
|
201
220
|
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
-
|
|
221
|
+
- [#69272](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69272)
|
|
222
|
+
[`35f47019f443`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35f47019f443) -
|
|
223
|
+
Migrate packages to use declarative entry points
|
|
224
|
+
- Updated dependencies
|
|
206
225
|
|
|
207
226
|
## 10.14.0
|
|
208
227
|
|
|
209
228
|
### Minor Changes
|
|
210
229
|
|
|
211
|
-
-
|
|
212
|
-
|
|
213
|
-
|
|
230
|
+
- [#67525](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67525)
|
|
231
|
+
[`835694a1696a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/835694a1696a) -
|
|
232
|
+
Add third party sources to user invited and access requested event attributes
|
|
214
233
|
|
|
215
234
|
## 10.13.6
|
|
216
235
|
|
|
217
236
|
### Patch Changes
|
|
218
237
|
|
|
219
|
-
-
|
|
220
|
-
|
|
221
|
-
|
|
238
|
+
- [#66699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66699)
|
|
239
|
+
[`1a2d36021791`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a2d36021791) -
|
|
240
|
+
PTC-8552 avatar on selected users should be presentational, for screen readers
|
|
222
241
|
|
|
223
242
|
## 10.13.5
|
|
224
243
|
|
|
225
244
|
### Patch Changes
|
|
226
245
|
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
246
|
+
- [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
|
|
247
|
+
[`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) -
|
|
248
|
+
This package has been added to the Jira push model.
|
|
230
249
|
|
|
231
250
|
## 10.13.4
|
|
232
251
|
|
|
233
252
|
### Patch Changes
|
|
234
253
|
|
|
235
|
-
-
|
|
236
|
-
|
|
237
|
-
|
|
254
|
+
- [#64330](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64330)
|
|
255
|
+
[`797c300a51d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/797c300a51d4) -
|
|
256
|
+
Minor internal refactor to reduce bundle size
|
|
238
257
|
|
|
239
258
|
## 10.13.3
|
|
240
259
|
|
|
241
260
|
### Patch Changes
|
|
242
261
|
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
262
|
+
- [#61371](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61371)
|
|
263
|
+
[`eae2cd4f6dc2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eae2cd4f6dc2) -
|
|
264
|
+
Adds new prop, UNSAFE_hasDraggableParentComponent, as a workaround when using user pickers inside
|
|
265
|
+
of a react-beautiful-dnd Draggable.
|
|
247
266
|
|
|
248
267
|
## 10.13.2
|
|
249
268
|
|
|
250
269
|
### Patch Changes
|
|
251
270
|
|
|
252
|
-
-
|
|
253
|
-
|
|
254
|
-
|
|
271
|
+
- [#60464](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60464)
|
|
272
|
+
[`a30f9a5f3e0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a30f9a5f3e0d) -
|
|
273
|
+
Removing unused dependencies
|
|
255
274
|
|
|
256
275
|
## 10.13.1
|
|
257
276
|
|
|
258
277
|
### Patch Changes
|
|
259
278
|
|
|
260
|
-
-
|
|
261
|
-
|
|
262
|
-
|
|
279
|
+
- [#60025](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60025)
|
|
280
|
+
[`5127b5ed9cdb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5127b5ed9cdb) -
|
|
281
|
+
Added test for required attribute
|
|
263
282
|
|
|
264
283
|
## 10.13.0
|
|
265
284
|
|
|
266
285
|
### Minor Changes
|
|
267
286
|
|
|
268
|
-
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
287
|
+
- [#59712](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59712)
|
|
288
|
+
[`229363c1c1b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/229363c1c1b3) -
|
|
289
|
+
Add required attribute to the user-picker components and add its consumption in the share
|
|
290
|
+
component.
|
|
272
291
|
|
|
273
292
|
## 10.12.7
|
|
274
293
|
|
|
275
294
|
### Patch Changes
|
|
276
295
|
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
|
|
296
|
+
- [#58511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58511)
|
|
297
|
+
[`25cdcae132b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/25cdcae132b5) -
|
|
298
|
+
Fix for user picker correctly rendering noOptionsMessage when provided a react node
|
|
280
299
|
|
|
281
300
|
## 10.12.6
|
|
282
301
|
|
|
283
302
|
### Patch Changes
|
|
284
303
|
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
304
|
+
- [#57137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57137)
|
|
305
|
+
[`9b9900944973`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b9900944973) -
|
|
306
|
+
Remove legacy theming logic from @atlaskit/date, @atlaskit/mention, @atlaskit/task-decision and
|
|
307
|
+
@atlaskit/user-picker.
|
|
289
308
|
|
|
290
309
|
## 10.12.5
|
|
291
310
|
|
|
292
311
|
### Patch Changes
|
|
293
312
|
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
|
|
313
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
314
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
315
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
297
316
|
|
|
298
317
|
## 10.12.4
|
|
299
318
|
|
|
300
319
|
### Patch Changes
|
|
301
320
|
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
321
|
+
- [#58426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58426)
|
|
322
|
+
[`24ada9dfb10d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/24ada9dfb10d) -
|
|
323
|
+
Add defensive code for MutationObserver in node to avoid ssr error
|
|
305
324
|
|
|
306
325
|
## 10.12.3
|
|
307
326
|
|
|
308
327
|
### Patch Changes
|
|
309
328
|
|
|
310
|
-
-
|
|
329
|
+
- Updated dependencies
|
|
311
330
|
|
|
312
331
|
## 10.12.2
|
|
313
332
|
|
|
314
333
|
### Patch Changes
|
|
315
334
|
|
|
316
|
-
-
|
|
335
|
+
- Updated dependencies
|
|
317
336
|
|
|
318
337
|
## 10.12.1
|
|
319
338
|
|
|
320
339
|
### Patch Changes
|
|
321
340
|
|
|
322
|
-
-
|
|
341
|
+
- Updated dependencies
|
|
323
342
|
|
|
324
343
|
## 10.12.0
|
|
325
344
|
|
|
326
345
|
### Minor Changes
|
|
327
346
|
|
|
328
|
-
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
347
|
+
- [#42184](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42184)
|
|
348
|
+
[`f0685d50c55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0685d50c55) - This
|
|
349
|
+
change adds `ariaLabel` prop to `UserPicker` that allows us to provide an accessible label for the
|
|
350
|
+
input.
|
|
332
351
|
|
|
333
352
|
### Patch Changes
|
|
334
353
|
|
|
335
|
-
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
354
|
+
- [#42184](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42184)
|
|
355
|
+
[`7f7cb1e8f0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f7cb1e8f0a) - This
|
|
356
|
+
change adds `ariaLabel` prop to `UserPicker` that allows us to provide an accessible label for the
|
|
357
|
+
input.
|
|
339
358
|
|
|
340
359
|
## 10.11.2
|
|
341
360
|
|
|
342
361
|
### Patch Changes
|
|
343
362
|
|
|
344
|
-
-
|
|
345
|
-
|
|
346
|
-
|
|
363
|
+
- [#41424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41424)
|
|
364
|
+
[`3a85e7b6eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a85e7b6eb1) - [ux]
|
|
365
|
+
Added z-index of 400 to menu for user picker as per design system popup guidelines
|
|
347
366
|
|
|
348
367
|
## 10.11.1
|
|
349
368
|
|
|
350
369
|
### Patch Changes
|
|
351
370
|
|
|
352
|
-
-
|
|
353
|
-
|
|
354
|
-
|
|
371
|
+
- [#41252](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41252)
|
|
372
|
+
[`8aa48820027`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aa48820027) - Support
|
|
373
|
+
aria-activedescendant on select input
|
|
355
374
|
|
|
356
375
|
## 10.11.0
|
|
357
376
|
|
|
358
377
|
### Minor Changes
|
|
359
378
|
|
|
360
|
-
-
|
|
361
|
-
|
|
362
|
-
|
|
379
|
+
- [#41027](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41027)
|
|
380
|
+
[`5c316f5eee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c316f5eee6) - Added
|
|
381
|
+
header for menu
|
|
363
382
|
|
|
364
383
|
## 10.10.2
|
|
365
384
|
|
|
366
385
|
### Patch Changes
|
|
367
386
|
|
|
368
|
-
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
387
|
+
- [#40328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40328)
|
|
388
|
+
[`ea5e724623c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea5e724623c) - [ux]
|
|
389
|
+
Fixed a minor bug where typing into the input for the user picker whilst it was in a closed state
|
|
390
|
+
would result in the the loadOptions callback being called with undefined
|
|
372
391
|
|
|
373
392
|
## 10.10.1
|
|
374
393
|
|
|
375
394
|
### Patch Changes
|
|
376
395
|
|
|
377
|
-
-
|
|
378
|
-
|
|
379
|
-
|
|
396
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
397
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
398
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
380
399
|
|
|
381
400
|
## 10.10.0
|
|
382
401
|
|
|
383
402
|
### Minor Changes
|
|
384
403
|
|
|
385
|
-
-
|
|
386
|
-
|
|
387
|
-
|
|
404
|
+
- [#39589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39589)
|
|
405
|
+
[`faccaf9aac7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faccaf9aac7) - Added
|
|
406
|
+
baseUserPicker as an argument to the onSelection callback
|
|
388
407
|
|
|
389
408
|
### Patch Changes
|
|
390
409
|
|
|
391
|
-
-
|
|
410
|
+
- Updated dependencies
|
|
392
411
|
|
|
393
412
|
## 10.9.1
|
|
394
413
|
|
|
395
414
|
### Patch Changes
|
|
396
415
|
|
|
397
|
-
-
|
|
398
|
-
|
|
399
|
-
|
|
416
|
+
- [#39646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39646)
|
|
417
|
+
[`fc67a1928e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc67a1928e7) - [ux]
|
|
418
|
+
Added z-index of 400 to menu list for user picker as per design system popup guidelines
|
|
400
419
|
|
|
401
420
|
## 10.9.0
|
|
402
421
|
|
|
403
422
|
### Minor Changes
|
|
404
423
|
|
|
405
|
-
-
|
|
406
|
-
|
|
407
|
-
|
|
424
|
+
- [#39239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39239)
|
|
425
|
+
[`f78b73387c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78b73387c6) - Add
|
|
426
|
+
onKeyDown handler to props
|
|
408
427
|
|
|
409
428
|
## 10.8.0
|
|
410
429
|
|
|
411
430
|
### Minor Changes
|
|
412
431
|
|
|
413
|
-
-
|
|
414
|
-
|
|
415
|
-
|
|
432
|
+
- [#39115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39115)
|
|
433
|
+
[`38c3ed63070`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38c3ed63070) - Export
|
|
434
|
+
sub-components of Option
|
|
416
435
|
|
|
417
436
|
## 10.7.0
|
|
418
437
|
|
|
419
438
|
### Minor Changes
|
|
420
439
|
|
|
421
|
-
-
|
|
422
|
-
|
|
423
|
-
|
|
440
|
+
- [#38945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38945)
|
|
441
|
+
[`406273e2aa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/406273e2aa8) - Export
|
|
442
|
+
Option component from /option entrypoint
|
|
424
443
|
|
|
425
444
|
## 10.6.0
|
|
426
445
|
|
|
427
446
|
### Minor Changes
|
|
428
447
|
|
|
429
|
-
-
|
|
430
|
-
|
|
431
|
-
|
|
448
|
+
- [#38819](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38819)
|
|
449
|
+
[`7b8ae37bf88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ae37bf88) - Allow
|
|
450
|
+
passing a component for noOptionsMessage prop
|
|
432
451
|
|
|
433
452
|
### Patch Changes
|
|
434
453
|
|
|
435
|
-
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
-
|
|
454
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
455
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
456
|
+
version.json
|
|
457
|
+
- Updated dependencies
|
|
439
458
|
|
|
440
459
|
## 10.5.1
|
|
441
460
|
|
|
442
461
|
### Patch Changes
|
|
443
462
|
|
|
444
|
-
-
|
|
445
|
-
|
|
446
|
-
|
|
463
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
|
|
464
|
+
[`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
|
|
465
|
+
injected env vars instead of version.json
|
|
447
466
|
|
|
448
467
|
## 10.5.0
|
|
449
468
|
|
|
450
469
|
### Minor Changes
|
|
451
470
|
|
|
452
|
-
-
|
|
453
|
-
|
|
454
|
-
|
|
471
|
+
- [#37123](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37123)
|
|
472
|
+
[`eaf4a174f64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf4a174f64) - Added
|
|
473
|
+
optional onOpen callback
|
|
455
474
|
|
|
456
475
|
## 10.4.0
|
|
457
476
|
|
|
458
477
|
### Minor Changes
|
|
459
478
|
|
|
460
|
-
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
479
|
+
- [#35452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35452)
|
|
480
|
+
[`6734af6576d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6734af6576d) - Improved
|
|
481
|
+
the behaviour of the aria-labelledby prop on the Input component. It used to use aria-describedby
|
|
482
|
+
and if it didn't exist, fall back to using aria-labelledby. This has now been swapped to give
|
|
483
|
+
aria-labelledby precedence with aria-describedby now being the fallback.
|
|
465
484
|
|
|
466
485
|
## 10.3.0
|
|
467
486
|
|
|
468
487
|
### Minor Changes
|
|
469
488
|
|
|
470
|
-
-
|
|
471
|
-
|
|
472
|
-
|
|
489
|
+
- [#34944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34944)
|
|
490
|
+
[`413f440129c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/413f440129c) - [ux]
|
|
491
|
+
Customised Menu component to allow users to include a footer in the dropdown list
|
|
473
492
|
|
|
474
493
|
## 10.2.5
|
|
475
494
|
|
|
476
495
|
### Patch Changes
|
|
477
496
|
|
|
478
|
-
-
|
|
479
|
-
|
|
480
|
-
|
|
497
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
|
|
498
|
+
[`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing
|
|
499
|
+
unused dependencies and dev dependencies
|
|
481
500
|
|
|
482
501
|
## 10.2.4
|
|
483
502
|
|
|
484
503
|
### Patch Changes
|
|
485
504
|
|
|
486
|
-
-
|
|
487
|
-
|
|
488
|
-
|
|
505
|
+
- [#34290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34290)
|
|
506
|
+
[`17aec239f54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17aec239f54) - [ux]
|
|
507
|
+
aria-describedby and aria-labelledby proper association in between input and placeholder
|
|
489
508
|
|
|
490
509
|
## 10.2.3
|
|
491
510
|
|
|
492
511
|
### Patch Changes
|
|
493
512
|
|
|
494
|
-
-
|
|
495
|
-
|
|
496
|
-
|
|
513
|
+
- [#33584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33584)
|
|
514
|
+
[`e8dbb0a281b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8dbb0a281b) - add a11y
|
|
515
|
+
support for alert messages
|
|
497
516
|
|
|
498
517
|
## 10.2.2
|
|
499
518
|
|
|
500
519
|
### Patch Changes
|
|
501
520
|
|
|
502
|
-
-
|
|
503
|
-
|
|
504
|
-
|
|
521
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
522
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
523
|
+
legacy types are published for TS 4.5-4.8
|
|
505
524
|
|
|
506
525
|
## 10.2.1
|
|
507
526
|
|
|
508
527
|
### Patch Changes
|
|
509
528
|
|
|
510
|
-
-
|
|
511
|
-
|
|
512
|
-
|
|
529
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
530
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
531
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
513
532
|
|
|
514
533
|
## 10.2.0
|
|
515
534
|
|
|
516
535
|
### Minor Changes
|
|
517
536
|
|
|
518
|
-
-
|
|
519
|
-
|
|
520
|
-
|
|
537
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
538
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
539
|
+
minor dependency bump
|
|
521
540
|
|
|
522
541
|
### Patch Changes
|
|
523
542
|
|
|
524
|
-
-
|
|
543
|
+
- Updated dependencies
|
|
525
544
|
|
|
526
545
|
## 10.1.1
|
|
527
546
|
|
|
528
547
|
### Patch Changes
|
|
529
548
|
|
|
530
|
-
-
|
|
549
|
+
- Updated dependencies
|
|
531
550
|
|
|
532
551
|
## 10.1.0
|
|
533
552
|
|
|
534
553
|
### Minor Changes
|
|
535
554
|
|
|
536
|
-
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
prop.
|
|
555
|
+
- [#29759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29759)
|
|
556
|
+
[`6e27d7c6682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e27d7c6682) - [ux]
|
|
557
|
+
UserPicker now shows an error message when there has been a Promise failure for the provided
|
|
558
|
+
loadOptions prop. You can customize the error message by providing a loadOptionsErrorMessage prop.
|
|
541
559
|
|
|
542
560
|
## 10.0.3
|
|
543
561
|
|
|
544
562
|
### Patch Changes
|
|
545
563
|
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
|
|
564
|
+
- [#30011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30011)
|
|
565
|
+
[`62e83249cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62e83249cb2) - [ux]
|
|
566
|
+
PopupUserPicker now supports user-defined styles prop for adding styling to PopupUserPicker.
|
|
549
567
|
|
|
550
568
|
## 10.0.2
|
|
551
569
|
|
|
552
570
|
### Patch Changes
|
|
553
571
|
|
|
554
|
-
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
572
|
+
- [#29607](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29607)
|
|
573
|
+
[`edc295b63a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc295b63a2) - [ux]
|
|
574
|
+
Fixes bug where the user picker opens the menu on click, but doesn't reopen the menu on the second
|
|
575
|
+
click.
|
|
558
576
|
|
|
559
577
|
## 10.0.1
|
|
560
578
|
|
|
561
579
|
### Patch Changes
|
|
562
580
|
|
|
563
|
-
-
|
|
581
|
+
- Updated dependencies
|
|
564
582
|
|
|
565
583
|
## 10.0.0
|
|
566
584
|
|
|
567
585
|
### Major Changes
|
|
568
586
|
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
587
|
+
- [#28453](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28453)
|
|
588
|
+
[`ed632fa5f70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed632fa5f70) - Changing
|
|
589
|
+
the typing for noOptionsMessage to accept either functions/null. No strings accepted; previously,
|
|
590
|
+
due to a downstream change, providing strings did not work. Also fixed onClose behavior,
|
|
591
|
+
previously did not work. Converted some tests to react testing library.
|
|
574
592
|
|
|
575
593
|
## 9.7.4
|
|
576
594
|
|
|
577
595
|
### Patch Changes
|
|
578
596
|
|
|
579
|
-
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
597
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
|
|
598
|
+
[`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
|
|
599
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
600
|
+
tokens() function and improving performance.
|
|
583
601
|
|
|
584
602
|
## 9.7.3
|
|
585
603
|
|
|
586
604
|
### Patch Changes
|
|
587
605
|
|
|
588
|
-
-
|
|
606
|
+
- Updated dependencies
|
|
589
607
|
|
|
590
608
|
## 9.7.2
|
|
591
609
|
|
|
592
610
|
### Patch Changes
|
|
593
611
|
|
|
594
|
-
-
|
|
612
|
+
- Updated dependencies
|
|
595
613
|
|
|
596
614
|
## 9.7.1
|
|
597
615
|
|
|
598
616
|
### Patch Changes
|
|
599
617
|
|
|
600
|
-
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
-
|
|
618
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
619
|
+
[`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update
|
|
620
|
+
types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a
|
|
621
|
+
pipeline issue.
|
|
622
|
+
- Updated dependencies
|
|
605
623
|
|
|
606
624
|
## 9.7.0
|
|
607
625
|
|
|
608
626
|
### Minor Changes
|
|
609
627
|
|
|
610
|
-
-
|
|
611
|
-
|
|
612
|
-
|
|
628
|
+
- [#27883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27883)
|
|
629
|
+
[`f1bb023364d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1bb023364d) - Add
|
|
630
|
+
optional field `hasProductAccess` to `ExternalUser`.
|
|
613
631
|
|
|
614
632
|
## 9.6.3
|
|
615
633
|
|
|
616
634
|
### Patch Changes
|
|
617
635
|
|
|
618
|
-
-
|
|
619
|
-
|
|
620
|
-
|
|
636
|
+
- [#27674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27674)
|
|
637
|
+
[`d4e917e03fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4e917e03fd) - Bump to
|
|
638
|
+
@emotion v11
|
|
621
639
|
|
|
622
640
|
## 9.6.2
|
|
623
641
|
|
|
624
642
|
### Patch Changes
|
|
625
643
|
|
|
626
|
-
-
|
|
644
|
+
- Updated dependencies
|
|
627
645
|
|
|
628
646
|
## 9.6.1
|
|
629
647
|
|
|
630
648
|
### Patch Changes
|
|
631
649
|
|
|
632
|
-
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
650
|
+
- [#27136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27136)
|
|
651
|
+
[`8ad846932fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ad846932fc) - [ux]
|
|
652
|
+
Fixes incorrect border colour displayed when hovering a user picker with subtle appearance
|
|
653
|
+
applied.
|
|
636
654
|
|
|
637
655
|
## 9.6.0
|
|
638
656
|
|
|
639
657
|
### Minor Changes
|
|
640
658
|
|
|
641
|
-
-
|
|
642
|
-
|
|
643
|
-
|
|
659
|
+
- [#26601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26601)
|
|
660
|
+
[`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) -
|
|
661
|
+
Implementing new CustomOption which will allow for a custom avatar
|
|
644
662
|
|
|
645
663
|
## 9.5.1
|
|
646
664
|
|
|
647
665
|
### Patch Changes
|
|
648
666
|
|
|
649
|
-
-
|
|
650
|
-
|
|
651
|
-
|
|
667
|
+
- [#26318](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26318)
|
|
668
|
+
[`c522aeea1da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c522aeea1da) - bumped
|
|
669
|
+
up @atlaskit/tokens version to ^0.10.19
|
|
652
670
|
|
|
653
671
|
## 9.5.0
|
|
654
672
|
|
|
655
673
|
### Minor Changes
|
|
656
674
|
|
|
657
|
-
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
675
|
+
- [#25871](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25871)
|
|
676
|
+
[`a4d4f93b480`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d4f93b480) - [ux]
|
|
677
|
+
UserPicker now supports disabling option items through a new optional `isDisabled` field on data
|
|
678
|
+
passed to the `options` prop.
|
|
661
679
|
|
|
662
680
|
## 9.4.1
|
|
663
681
|
|
|
664
682
|
### Patch Changes
|
|
665
683
|
|
|
666
|
-
-
|
|
667
|
-
|
|
668
|
-
|
|
684
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
685
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
686
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
669
687
|
|
|
670
688
|
## 9.4.0
|
|
671
689
|
|
|
672
690
|
### Minor Changes
|
|
673
691
|
|
|
674
|
-
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
692
|
+
- [#25327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25327)
|
|
693
|
+
[`47c6607c914`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c6607c914) - [ux]
|
|
694
|
+
Adding ability for Options of type Team to allow for custom html in the lozenge prop. Added byline
|
|
695
|
+
prop for type Team which will override the default byline generated from includesYou and
|
|
696
|
+
memberCount props.
|
|
679
697
|
|
|
680
698
|
## 9.3.6
|
|
681
699
|
|
|
682
700
|
### Patch Changes
|
|
683
701
|
|
|
684
|
-
-
|
|
685
|
-
|
|
686
|
-
|
|
702
|
+
- [#24878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24878)
|
|
703
|
+
[`cb4c9cdd28b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb4c9cdd28b) - [ux]
|
|
704
|
+
Update input component to use input tokens
|
|
687
705
|
|
|
688
706
|
## 9.3.5
|
|
689
707
|
|
|
690
708
|
### Patch Changes
|
|
691
709
|
|
|
692
|
-
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
710
|
+
- [#24786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24786)
|
|
711
|
+
[`45da4e093b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45da4e093b9) - [ux]
|
|
712
|
+
User picker now shows the "X" clear indicator on mobile, which previously wasn't working because
|
|
713
|
+
hover was required which doesn't work on mobile.
|
|
696
714
|
|
|
697
715
|
## 9.3.4
|
|
698
716
|
|
|
699
717
|
### Patch Changes
|
|
700
718
|
|
|
701
|
-
-
|
|
702
|
-
|
|
703
|
-
|
|
719
|
+
- [#24670](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24670)
|
|
720
|
+
[`dbff164b600`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbff164b600) - [ux] Fix
|
|
721
|
+
for appearance=compact not being applied correctly to user pickers
|
|
704
722
|
|
|
705
723
|
## 9.3.3
|
|
706
724
|
|
|
707
725
|
### Patch Changes
|
|
708
726
|
|
|
709
|
-
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
727
|
+
- [#24561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24561)
|
|
728
|
+
[`2c7609cef36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c7609cef36) -
|
|
729
|
+
onSelection prop is now also called for user pickers where isMulti=true. Previously onSelection
|
|
730
|
+
was only called for user picker where isMulti was false
|
|
713
731
|
|
|
714
732
|
## 9.3.2
|
|
715
733
|
|
|
716
734
|
### Patch Changes
|
|
717
735
|
|
|
718
|
-
-
|
|
719
|
-
|
|
720
|
-
|
|
736
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
737
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
738
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
721
739
|
|
|
722
740
|
## 9.3.1
|
|
723
741
|
|
|
724
742
|
### Patch Changes
|
|
725
743
|
|
|
726
|
-
-
|
|
727
|
-
|
|
728
|
-
|
|
744
|
+
- [#23743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23743)
|
|
745
|
+
[`fd025cbb820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd025cbb820) - [ux] Fix
|
|
746
|
+
input cursor position relative to the placeholder
|
|
729
747
|
|
|
730
748
|
## 9.3.0
|
|
731
749
|
|
|
732
750
|
### Minor Changes
|
|
733
751
|
|
|
734
|
-
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
752
|
+
- [#23577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23577)
|
|
753
|
+
[`bc0b47732f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc0b47732f8) - [ux] Fix
|
|
754
|
+
bug where user picker input is not being unfocused when disableInput is set. The new behavior will
|
|
755
|
+
enable you to still focus on the input but not interact with it, unless it is to delete selected
|
|
756
|
+
users.
|
|
739
757
|
|
|
740
758
|
## 9.2.2
|
|
741
759
|
|
|
742
760
|
### Patch Changes
|
|
743
761
|
|
|
744
|
-
-
|
|
745
|
-
|
|
746
|
-
|
|
762
|
+
- [#23405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23405)
|
|
763
|
+
[`d27d65448a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d27d65448a2) - [ux] Add
|
|
764
|
+
margin-left to addMoreText field
|
|
747
765
|
|
|
748
766
|
## 9.2.1
|
|
749
767
|
|
|
750
768
|
### Patch Changes
|
|
751
769
|
|
|
752
|
-
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
770
|
+
- [#23196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23196)
|
|
771
|
+
[`607b182bb8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607b182bb8a) - Add
|
|
772
|
+
typecasting to prevent type errors during multivaluecontainer placeholder translations. Also fix
|
|
773
|
+
warnings for importing json attributes from version.json for analytics.
|
|
756
774
|
|
|
757
775
|
## 9.2.0
|
|
758
776
|
|
|
759
777
|
### Minor Changes
|
|
760
778
|
|
|
761
|
-
-
|
|
762
|
-
|
|
763
|
-
|
|
779
|
+
- [#22899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22899)
|
|
780
|
+
[`64dc40c32bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64dc40c32bc) - Add
|
|
781
|
+
support for aria-labelledby and aria-live
|
|
764
782
|
|
|
765
783
|
## 9.1.1
|
|
766
784
|
|
|
767
785
|
### Patch Changes
|
|
768
786
|
|
|
769
|
-
-
|
|
787
|
+
- Updated dependencies
|
|
770
788
|
|
|
771
789
|
## 9.1.0
|
|
772
790
|
|
|
773
791
|
### Minor Changes
|
|
774
792
|
|
|
775
|
-
-
|
|
776
|
-
|
|
777
|
-
|
|
793
|
+
- [#21796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21796)
|
|
794
|
+
[`cc40ab95bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc40ab95bd4) - Adds a
|
|
795
|
+
list of team members under OptionData for Teams
|
|
778
796
|
|
|
779
797
|
## 9.0.7
|
|
780
798
|
|
|
781
799
|
### Patch Changes
|
|
782
800
|
|
|
783
|
-
-
|
|
801
|
+
- Updated dependencies
|
|
784
802
|
|
|
785
803
|
## 9.0.6
|
|
786
804
|
|
|
787
805
|
### Patch Changes
|
|
788
806
|
|
|
789
|
-
-
|
|
790
|
-
|
|
791
|
-
|
|
807
|
+
- [#21465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21465)
|
|
808
|
+
[`1d0b82f07d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d0b82f07d6) - Added
|
|
809
|
+
numberOfResults to clicked and pressed events.
|
|
792
810
|
|
|
793
811
|
## 9.0.5
|
|
794
812
|
|
|
795
813
|
### Patch Changes
|
|
796
814
|
|
|
797
|
-
-
|
|
798
|
-
|
|
799
|
-
|
|
815
|
+
- [#21393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21393)
|
|
816
|
+
[`9b66179b615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b66179b615) - Removed
|
|
817
|
+
potential logging of PII in the external user hover analytics event.
|
|
800
818
|
|
|
801
819
|
## 9.0.4
|
|
802
820
|
|
|
803
821
|
### Patch Changes
|
|
804
822
|
|
|
805
|
-
-
|
|
806
|
-
|
|
807
|
-
|
|
823
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
824
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
825
|
+
to TypeScript 4.2.4
|
|
808
826
|
|
|
809
827
|
## 9.0.3
|
|
810
828
|
|
|
811
829
|
### Patch Changes
|
|
812
830
|
|
|
813
|
-
-
|
|
831
|
+
- Updated dependencies
|
|
814
832
|
|
|
815
833
|
## 9.0.2
|
|
816
834
|
|
|
817
835
|
### Patch Changes
|
|
818
836
|
|
|
819
|
-
-
|
|
820
|
-
|
|
821
|
-
|
|
837
|
+
- [#20561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20561)
|
|
838
|
+
[`85c0dcfe911`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85c0dcfe911) - Added
|
|
839
|
+
analytics event when the sources tooltip is displayed for an external user
|
|
822
840
|
|
|
823
841
|
## 9.0.1
|
|
824
842
|
|
|
825
843
|
### Patch Changes
|
|
826
844
|
|
|
827
|
-
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
845
|
+
- [#19959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19959)
|
|
846
|
+
[`6df37fef2c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6df37fef2c2) - Internal
|
|
847
|
+
changes to migrate package from 'styled-components' to @emotion. There should be no change to the
|
|
848
|
+
UX.
|
|
831
849
|
|
|
832
850
|
## 9.0.0
|
|
833
851
|
|
|
834
852
|
### Major Changes
|
|
835
853
|
|
|
836
|
-
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
854
|
+
- [#18988](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18988)
|
|
855
|
+
[`973e01bba77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/973e01bba77) - The
|
|
856
|
+
deprecated SmartUserPicker module is now removed from @atlaskit/user-picker. The module has now
|
|
857
|
+
moved to its own dedicated package, @atlaskit/smart-user-picker.
|
|
840
858
|
|
|
841
|
-
|
|
859
|
+
### What this means for you as a @atlaskit/user-picker/smart-user-picker consumer
|
|
842
860
|
|
|
843
|
-
|
|
844
|
-
|
|
861
|
+
- If you require an urgent change to SmartUserPicker, you will need to migrate and make changes to
|
|
862
|
+
@atlaskit/smart-user-picker.
|
|
845
863
|
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
864
|
+
- if you just want to keep your packages up-to-date, please try to hold off on the migration. The
|
|
865
|
+
long-term strategy for Smart experiences is to also deprecate @atlaskit/smart-user-picker in
|
|
866
|
+
favor of a React hook approach to recommending users.
|
|
849
867
|
|
|
850
868
|
## 8.8.6
|
|
851
869
|
|
|
852
870
|
### Patch Changes
|
|
853
871
|
|
|
854
|
-
-
|
|
855
|
-
|
|
856
|
-
|
|
872
|
+
- [#19987](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19987)
|
|
873
|
+
[`c78ab0991dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c78ab0991dd) - [ux]
|
|
874
|
+
fixed external user source tooltip heading in user-picker
|
|
857
875
|
|
|
858
876
|
## 8.8.5
|
|
859
877
|
|
|
860
878
|
### Patch Changes
|
|
861
879
|
|
|
862
|
-
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
-
|
|
880
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
881
|
+
[`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces
|
|
882
|
+
usage of deprecated design tokens. No visual or functional changes
|
|
883
|
+
- [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
|
|
884
|
+
all usage of brand tokens to either selected or information tokens. This change is purely for
|
|
885
|
+
semantic reasons, there are no visual or behavioural changes.
|
|
886
|
+
- Updated dependencies
|
|
869
887
|
|
|
870
888
|
## 8.8.4
|
|
871
889
|
|
|
872
890
|
### Patch Changes
|
|
873
891
|
|
|
874
|
-
-
|
|
875
|
-
|
|
876
|
-
|
|
892
|
+
- [#19724](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19724)
|
|
893
|
+
[`d9b9077397d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b9077397d) - [ux]
|
|
894
|
+
Updated the default copy for the byline when selecting email options in UserPicker.
|
|
877
895
|
|
|
878
896
|
## 8.8.3
|
|
879
897
|
|
|
880
898
|
### Patch Changes
|
|
881
899
|
|
|
882
|
-
-
|
|
883
|
-
|
|
884
|
-
|
|
900
|
+
- [#19308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19308)
|
|
901
|
+
[`3553b21ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3553b21ec20) - Render
|
|
902
|
+
time of user picker list is now tracked with UFO
|
|
885
903
|
|
|
886
904
|
## 8.8.2
|
|
887
905
|
|
|
888
906
|
### Patch Changes
|
|
889
907
|
|
|
890
|
-
-
|
|
891
|
-
|
|
892
|
-
|
|
908
|
+
- [#19508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19508)
|
|
909
|
+
[`cc773aa7ecc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc773aa7ecc) - [ux]
|
|
910
|
+
show error message in tooltip when there is no user source
|
|
893
911
|
|
|
894
912
|
## 8.8.1
|
|
895
913
|
|
|
896
914
|
### Patch Changes
|
|
897
915
|
|
|
898
|
-
-
|
|
916
|
+
- Updated dependencies
|
|
899
917
|
|
|
900
918
|
## 8.8.0
|
|
901
919
|
|
|
902
920
|
### Minor Changes
|
|
903
921
|
|
|
904
|
-
-
|
|
905
|
-
|
|
906
|
-
|
|
922
|
+
- [#19319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19319)
|
|
923
|
+
[`091da1d5f88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/091da1d5f88) - [ux]
|
|
924
|
+
Ensure items in the User Sources tooltip are unique and ordered correctly
|
|
907
925
|
|
|
908
926
|
## 8.7.4
|
|
909
927
|
|
|
910
928
|
### Patch Changes
|
|
911
929
|
|
|
912
|
-
-
|
|
913
|
-
|
|
914
|
-
|
|
930
|
+
- [#18946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18946)
|
|
931
|
+
[`35be12dee47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35be12dee47) - updated
|
|
932
|
+
content copies for Org People Picker in user-picker and invite-people
|
|
915
933
|
|
|
916
934
|
## 8.7.3
|
|
917
935
|
|
|
918
936
|
### Patch Changes
|
|
919
937
|
|
|
920
|
-
-
|
|
921
|
-
|
|
922
|
-
|
|
938
|
+
- [#19373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19373)
|
|
939
|
+
[`7f37f923832`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f37f923832) - updated
|
|
940
|
+
analytics event for org people picker in core invites
|
|
923
941
|
|
|
924
942
|
## 8.7.2
|
|
925
943
|
|
|
926
944
|
### Patch Changes
|
|
927
945
|
|
|
928
|
-
-
|
|
929
|
-
|
|
930
|
-
|
|
946
|
+
- [#19298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19298)
|
|
947
|
+
[`4d4d565e8ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d4d565e8ad) - Skip
|
|
948
|
+
sending UFO success if already failed
|
|
931
949
|
|
|
932
950
|
## 8.7.1
|
|
933
951
|
|
|
934
952
|
### Patch Changes
|
|
935
953
|
|
|
936
|
-
-
|
|
937
|
-
|
|
938
|
-
|
|
954
|
+
- [#19186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19186)
|
|
955
|
+
[`dace9a85101`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dace9a85101) - Add new
|
|
956
|
+
attribute to analytics events
|
|
939
957
|
|
|
940
958
|
## 8.7.0
|
|
941
959
|
|
|
942
960
|
### Minor Changes
|
|
943
961
|
|
|
944
|
-
-
|
|
945
|
-
|
|
946
|
-
|
|
962
|
+
- [#19180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19180)
|
|
963
|
+
[`90f5bb4745c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90f5bb4745c) - [ux]
|
|
964
|
+
Sources tooltip: support 'Other Atlassian products', change heading
|
|
947
965
|
|
|
948
966
|
## 8.6.4
|
|
949
967
|
|
|
950
968
|
### Patch Changes
|
|
951
969
|
|
|
952
|
-
-
|
|
953
|
-
|
|
954
|
-
|
|
970
|
+
- [#19132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19132)
|
|
971
|
+
[`3899f24cdd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3899f24cdd6) - track
|
|
972
|
+
mount error for User Picker in UFO
|
|
955
973
|
|
|
956
974
|
## 8.6.3
|
|
957
975
|
|
|
958
976
|
### Patch Changes
|
|
959
977
|
|
|
960
|
-
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
978
|
+
- [#19060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19060)
|
|
979
|
+
[`6503f21cfc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6503f21cfc0) - [ux] Fix
|
|
980
|
+
defaultValue behavior for user-picker and smart-user-picker. user-picker previously advertised
|
|
981
|
+
hydrating default values if provided in unhydrated form. This was never the case; it is only
|
|
982
|
+
hydrated from smart-user-picker. defaultValue would also be ignored if provided as a single
|
|
983
|
+
OptionValue despite the typing being advertised as supporting it - this is now fixed.
|
|
966
984
|
|
|
967
985
|
## 8.6.2
|
|
968
986
|
|
|
969
987
|
### Patch Changes
|
|
970
988
|
|
|
971
|
-
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
989
|
+
- [#18930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18930)
|
|
990
|
+
[`5df1ae17438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5df1ae17438) -
|
|
991
|
+
@atlassian/smart-user-picker will now be made public and renamed @atlaskit/smart-user-picker to
|
|
992
|
+
provide a 1-1 replacement for @atlaskit/user-picker/smart-user-picker (UR-3417).
|
|
975
993
|
|
|
976
994
|
## 8.6.1
|
|
977
995
|
|
|
978
996
|
### Patch Changes
|
|
979
997
|
|
|
980
|
-
-
|
|
981
|
-
|
|
982
|
-
|
|
998
|
+
- [#18956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18956)
|
|
999
|
+
[`9cadd6e79ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cadd6e79ac) - Add in
|
|
1000
|
+
UFO events
|
|
983
1001
|
|
|
984
1002
|
## 8.6.0
|
|
985
1003
|
|
|
986
1004
|
### Minor Changes
|
|
987
1005
|
|
|
988
|
-
-
|
|
989
|
-
|
|
990
|
-
|
|
1006
|
+
- [#18908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18908)
|
|
1007
|
+
[`d2a8de20d08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2a8de20d08) - Add
|
|
1008
|
+
support in SmartUserPicker for org id for team search
|
|
991
1009
|
|
|
992
1010
|
## 8.5.0
|
|
993
1011
|
|
|
994
1012
|
### Minor Changes
|
|
995
1013
|
|
|
996
|
-
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1014
|
+
- [#18768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18768)
|
|
1015
|
+
[`b74959620f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b74959620f2) - added
|
|
1016
|
+
hover state for info icon, and updated primary color correspondingly separated avatar item option
|
|
1017
|
+
for external users and applied different css settings
|
|
1000
1018
|
|
|
1001
1019
|
## 8.4.1
|
|
1002
1020
|
|
|
1003
1021
|
### Patch Changes
|
|
1004
1022
|
|
|
1005
|
-
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1023
|
+
- [#18555](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18555)
|
|
1024
|
+
[`22928ac80d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22928ac80d0) - Fix:
|
|
1025
|
+
user sources would keep being fetched in a loop as long as the tooltip was displayed
|
|
1008
1026
|
|
|
1009
1027
|
## 8.4.0
|
|
1010
1028
|
|
|
1011
1029
|
### Minor Changes
|
|
1012
1030
|
|
|
1013
|
-
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1031
|
+
- [#18273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18273)
|
|
1032
|
+
[`29dd0cee8cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dd0cee8cf) - [ux] Add
|
|
1033
|
+
support for Jira and Confluence user sources
|
|
1016
1034
|
|
|
1017
1035
|
## 8.3.5
|
|
1018
1036
|
|
|
1019
1037
|
### Patch Changes
|
|
1020
1038
|
|
|
1021
|
-
-
|
|
1039
|
+
- Updated dependencies
|
|
1022
1040
|
|
|
1023
1041
|
## 8.3.4
|
|
1024
1042
|
|
|
1025
1043
|
### Patch Changes
|
|
1026
1044
|
|
|
1027
|
-
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1045
|
+
- [#18303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18303)
|
|
1046
|
+
[`7f48efc8487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f48efc8487) - Use
|
|
1047
|
+
baseUrl prop in default user value hydration query
|
|
1030
1048
|
|
|
1031
1049
|
## 8.3.3
|
|
1032
1050
|
|
|
1033
1051
|
### Patch Changes
|
|
1034
1052
|
|
|
1035
|
-
-
|
|
1053
|
+
- Updated dependencies
|
|
1036
1054
|
|
|
1037
1055
|
## 8.3.2
|
|
1038
1056
|
|
|
1039
1057
|
### Patch Changes
|
|
1040
1058
|
|
|
1041
|
-
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1059
|
+
- [#17940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17940)
|
|
1060
|
+
[`9fd6117d5e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd6117d5e4) - Fix
|
|
1061
|
+
behavior of base URL so that API calls use baseUrl as base url
|
|
1044
1062
|
|
|
1045
1063
|
## 8.3.1
|
|
1046
1064
|
|
|
1047
1065
|
### Patch Changes
|
|
1048
1066
|
|
|
1049
|
-
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1067
|
+
- [#17994](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17994)
|
|
1068
|
+
[`e75137a9eff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e75137a9eff) - Adding
|
|
1069
|
+
ability to mark which external users need their sources hydrated
|
|
1052
1070
|
|
|
1053
1071
|
## 8.3.0
|
|
1054
1072
|
|
|
1055
1073
|
### Minor Changes
|
|
1056
1074
|
|
|
1057
|
-
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1075
|
+
- [#16673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16673)
|
|
1076
|
+
[`88551bad1ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88551bad1ec) - [ux] Add
|
|
1077
|
+
support for asychronously fetching the sources for an external user when a user hovers over the
|
|
1078
|
+
sources tooltip
|
|
1061
1079
|
|
|
1062
1080
|
## 8.2.1
|
|
1063
1081
|
|
|
1064
1082
|
### Patch Changes
|
|
1065
1083
|
|
|
1066
|
-
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1084
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
|
|
1085
|
+
[`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
|
|
1086
|
+
VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
1069
1087
|
|
|
1070
1088
|
## 8.2.0
|
|
1071
1089
|
|
|
1072
1090
|
### Minor Changes
|
|
1073
1091
|
|
|
1074
|
-
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1092
|
+
- [#16998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16998)
|
|
1093
|
+
[`35b466f6fb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35b466f6fb5) -
|
|
1094
|
+
Asynchronously load user options in user-picker
|
|
1077
1095
|
|
|
1078
1096
|
## 8.1.0
|
|
1079
1097
|
|
|
1080
1098
|
### Minor Changes
|
|
1081
1099
|
|
|
1082
|
-
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1100
|
+
- [#17163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17163)
|
|
1101
|
+
[`c48834ce234`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48834ce234) - [ux]
|
|
1102
|
+
Instrumented `@atlaskit/user-picker` with the new theming package, `@atlaskit/tokens`.
|
|
1085
1103
|
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1104
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently in
|
|
1105
|
+
alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
1106
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
1089
1107
|
|
|
1090
1108
|
## 8.0.0
|
|
1091
1109
|
|
|
1092
1110
|
### Major Changes
|
|
1093
1111
|
|
|
1094
|
-
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1112
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
1113
|
+
[`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
|
|
1114
|
+
ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
|
|
1115
|
+
breaking API changes, types and tests in atlassian-frontend packages
|
|
1116
|
+
|
|
1117
|
+
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
1118
|
+
now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
|
|
1119
|
+
actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
|
|
1120
|
+
across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
|
|
1121
|
+
react-intl ^5.18.1 is installed in consuming applications.
|
|
1122
|
+
|
|
1123
|
+
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
|
|
1124
|
+
for the new version, using an npm alias
|
|
1125
|
+
|
|
1126
|
+
```js
|
|
1127
|
+
"react-intl": "^2.6.0",
|
|
1128
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
1129
|
+
```
|
|
1130
|
+
|
|
1131
|
+
```js
|
|
1132
|
+
import { IntlProvider } from 'react-intl';
|
|
1133
|
+
import { IntlProvider as IntlNextProvider } from 'react-intl-next';
|
|
1134
|
+
|
|
1135
|
+
return (
|
|
1136
|
+
<IntlProvider
|
|
1137
|
+
key={locale}
|
|
1138
|
+
data-test-language={locale}
|
|
1139
|
+
locale={locale}
|
|
1140
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
1141
|
+
messages={messages}
|
|
1142
|
+
>
|
|
1143
|
+
<IntlNextProvider
|
|
1144
|
+
key={locale}
|
|
1145
|
+
data-test-language={locale}
|
|
1146
|
+
locale={locale}
|
|
1147
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
1148
|
+
messages={messages}
|
|
1149
|
+
>
|
|
1150
|
+
{children}
|
|
1151
|
+
</IntlNextProvider>
|
|
1152
|
+
</IntlProvider>
|
|
1153
|
+
);
|
|
1154
|
+
```
|
|
1137
1155
|
|
|
1138
1156
|
## 7.16.6
|
|
1139
1157
|
|
|
1140
1158
|
### Patch Changes
|
|
1141
1159
|
|
|
1142
|
-
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1160
|
+
- [#16666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16666)
|
|
1161
|
+
[`d194015e2a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d194015e2a9) - Remove
|
|
1162
|
+
bulk import for colors
|
|
1145
1163
|
|
|
1146
1164
|
## 7.16.5
|
|
1147
1165
|
|
|
1148
1166
|
### Patch Changes
|
|
1149
1167
|
|
|
1150
|
-
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1168
|
+
- [#15950](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15950)
|
|
1169
|
+
[`b3d1a103c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3d1a103c04) - Remove
|
|
1170
|
+
field-base deprecated dependency
|
|
1153
1171
|
|
|
1154
1172
|
## 7.16.4
|
|
1155
1173
|
|
|
1156
1174
|
### Patch Changes
|
|
1157
1175
|
|
|
1158
|
-
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1176
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
|
|
1177
|
+
[`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal
|
|
1178
|
+
upgrade of memoize-one to 6.0.0
|
|
1161
1179
|
|
|
1162
1180
|
## 7.16.3
|
|
1163
1181
|
|
|
1164
1182
|
### Patch Changes
|
|
1165
1183
|
|
|
1166
|
-
-
|
|
1184
|
+
- Updated dependencies
|
|
1167
1185
|
|
|
1168
1186
|
## 7.16.2
|
|
1169
1187
|
|
|
1170
1188
|
### Patch Changes
|
|
1171
1189
|
|
|
1172
|
-
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1190
|
+
- [#14000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14000)
|
|
1191
|
+
[`8ea7c48af73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ea7c48af73) - [ux]
|
|
1192
|
+
Email options now only show email icon
|
|
1175
1193
|
|
|
1176
1194
|
## 7.16.1
|
|
1177
1195
|
|
|
1178
1196
|
### Patch Changes
|
|
1179
1197
|
|
|
1180
|
-
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
-
|
|
1198
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
1199
|
+
[`5fe6e21a9a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fe6e21a9a0) - [ux]
|
|
1200
|
+
Upgrade to the latest version of @atlaskit/modal-dialog. This change includes shifting the primary
|
|
1201
|
+
button in the footer of the modal to be on the right instead of the left.
|
|
1202
|
+
- Updated dependencies
|
|
1185
1203
|
|
|
1186
1204
|
## 7.16.0
|
|
1187
1205
|
|
|
1188
1206
|
### Minor Changes
|
|
1189
1207
|
|
|
1190
|
-
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1208
|
+
- [#13638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13638)
|
|
1209
|
+
[`b6fa102efa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6fa102efa0) - [ux]
|
|
1210
|
+
Updated appearance of email options to use mail icon
|
|
1193
1211
|
|
|
1194
1212
|
## 7.15.2
|
|
1195
1213
|
|
|
1196
1214
|
### Patch Changes
|
|
1197
1215
|
|
|
1198
|
-
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1216
|
+
- [#13609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13609)
|
|
1217
|
+
[`5c34064da77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c34064da77) -
|
|
1218
|
+
Utilising useMemo hook to avoid re-merging i18n messages with parent provider on render
|
|
1201
1219
|
|
|
1202
1220
|
## 7.15.1
|
|
1203
1221
|
|
|
1204
1222
|
### Patch Changes
|
|
1205
1223
|
|
|
1206
|
-
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1224
|
+
- [#13580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13580)
|
|
1225
|
+
[`7cc3a4c74a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cc3a4c74a2) - Pass on
|
|
1226
|
+
parent IntlProvider messages so components passed as props from the parent (such as a placeholder)
|
|
1227
|
+
will have i18n
|
|
1210
1228
|
|
|
1211
1229
|
## 7.15.0
|
|
1212
1230
|
|
|
1213
1231
|
### Minor Changes
|
|
1214
1232
|
|
|
1215
|
-
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1233
|
+
- [#13189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13189)
|
|
1234
|
+
[`ccda387eede`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccda387eede) -
|
|
1235
|
+
smart-user-picker extracted out from user-picker to smart-user-picker package. smart-user-picker
|
|
1236
|
+
in user-picker is now deprecated but still backwards compatible. Please use
|
|
1237
|
+
@atlassian/smart-user-picker for smart-user-picker.
|
|
1220
1238
|
|
|
1221
1239
|
## 7.14.3
|
|
1222
1240
|
|
|
1223
1241
|
### Patch Changes
|
|
1224
1242
|
|
|
1225
|
-
-
|
|
1243
|
+
- Updated dependencies
|
|
1226
1244
|
|
|
1227
1245
|
## 7.14.2
|
|
1228
1246
|
|
|
1229
1247
|
### Patch Changes
|
|
1230
1248
|
|
|
1231
|
-
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
Safari.
|
|
1249
|
+
- [#13040](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13040)
|
|
1250
|
+
[`7ca4b74ff54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ca4b74ff54) - [ux]
|
|
1251
|
+
Bugfix for removing a weird box blip that extends outside of the avatar for user picker in Safari.
|
|
1235
1252
|
|
|
1236
1253
|
## 7.14.1
|
|
1237
1254
|
|
|
1238
1255
|
### Patch Changes
|
|
1239
1256
|
|
|
1240
|
-
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1257
|
+
- [#12045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12045)
|
|
1258
|
+
[`f8630220e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8630220e88) - Fix
|
|
1259
|
+
typing in MultiValueContainer
|
|
1243
1260
|
|
|
1244
1261
|
## 7.14.0
|
|
1245
1262
|
|
|
1246
1263
|
### Minor Changes
|
|
1247
1264
|
|
|
1248
|
-
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1265
|
+
- [#12490](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12490)
|
|
1266
|
+
[`de907e45ad1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de907e45ad1) - Removed
|
|
1267
|
+
the tag component to address accessibility isssues
|
|
1251
1268
|
|
|
1252
1269
|
## 7.13.1
|
|
1253
1270
|
|
|
1254
1271
|
### Patch Changes
|
|
1255
1272
|
|
|
1256
|
-
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
-
|
|
1273
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
1274
|
+
[`1648ac429ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648ac429ee) - [ux]
|
|
1275
|
+
Updated to use the new `@atlaskit/select` design.
|
|
1276
|
+
- Updated dependencies
|
|
1260
1277
|
|
|
1261
1278
|
## 7.13.0
|
|
1262
1279
|
|
|
1263
1280
|
### Minor Changes
|
|
1264
1281
|
|
|
1265
|
-
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
suggestions.
|
|
1282
|
+
- [#12373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12373)
|
|
1283
|
+
[`869e1fdef2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/869e1fdef2f) - [ux]
|
|
1284
|
+
Prioritize filterOptions prop over onEmpty. Now, filterOptions is called AFTER onEmpty is applied
|
|
1285
|
+
to URS suggestions. This means that SUP can show empty results if filterOptions filters out all
|
|
1286
|
+
results. This fixes a bug where updated filterOptions does not get applied to suggestions.
|
|
1271
1287
|
|
|
1272
1288
|
## 7.12.0
|
|
1273
1289
|
|
|
1274
1290
|
### Minor Changes
|
|
1275
1291
|
|
|
1276
|
-
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1292
|
+
- [#12143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12143)
|
|
1293
|
+
[`92f34fa25a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92f34fa25a7) -
|
|
1294
|
+
Switching compass over to using its own user search index instead of jira's
|
|
1279
1295
|
|
|
1280
1296
|
## 7.11.0
|
|
1281
1297
|
|
|
1282
1298
|
### Minor Changes
|
|
1283
1299
|
|
|
1284
|
-
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1300
|
+
- [#11257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11257)
|
|
1301
|
+
[`5dcf1001d62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5dcf1001d62) - [ux]
|
|
1302
|
+
Added tooltips for Confluence ExCo/Guest lozenges for Smart User Picker
|
|
1287
1303
|
|
|
1288
1304
|
## 7.10.7
|
|
1289
1305
|
|
|
1290
1306
|
### Patch Changes
|
|
1291
1307
|
|
|
1292
|
-
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1308
|
+
- [#11368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11368)
|
|
1309
|
+
[`bdf81a467fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf81a467fd) -
|
|
1310
|
+
Translation bugfix for text within user picker
|
|
1295
1311
|
|
|
1296
1312
|
## 7.10.6
|
|
1297
1313
|
|
|
1298
1314
|
### Patch Changes
|
|
1299
1315
|
|
|
1300
|
-
-
|
|
1316
|
+
- Updated dependencies
|
|
1301
1317
|
|
|
1302
1318
|
## 7.10.5
|
|
1303
1319
|
|
|
1304
1320
|
### Patch Changes
|
|
1305
1321
|
|
|
1306
|
-
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1322
|
+
- [#10964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10964)
|
|
1323
|
+
[`048fd26b847`](https://bitbucket.org/atlassian/atlassian-frontend/commits/048fd26b847) - Updating
|
|
1324
|
+
Smart User Picker atlaskit documentation
|
|
1309
1325
|
|
|
1310
1326
|
## 7.10.4
|
|
1311
1327
|
|
|
1312
1328
|
### Patch Changes
|
|
1313
1329
|
|
|
1314
|
-
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1330
|
+
- [#11099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11099)
|
|
1331
|
+
[`f22daa70ff0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f22daa70ff0) - Unit
|
|
1332
|
+
test and some doco for defaultValue
|
|
1317
1333
|
|
|
1318
1334
|
## 7.10.3
|
|
1319
1335
|
|
|
1320
1336
|
### Patch Changes
|
|
1321
1337
|
|
|
1322
|
-
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1338
|
+
- [#10234](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10234)
|
|
1339
|
+
[`ac30a1340a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac30a1340a2) - Groups
|
|
1340
|
+
with external collaborators will now have the Guest lozenge shown next to them on the smart user
|
|
1341
|
+
picker
|
|
1326
1342
|
|
|
1327
1343
|
## 7.10.2
|
|
1328
1344
|
|
|
1329
1345
|
### Patch Changes
|
|
1330
1346
|
|
|
1331
|
-
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1347
|
+
- [#10330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10330)
|
|
1348
|
+
[`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated
|
|
1349
|
+
AK examples to use new jdog cloudid
|
|
1334
1350
|
|
|
1335
1351
|
## 7.10.1
|
|
1336
1352
|
|
|
1337
1353
|
### Patch Changes
|
|
1338
1354
|
|
|
1339
|
-
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1355
|
+
- [#10325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10325)
|
|
1356
|
+
[`772e15b76d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/772e15b76d2) - UR-1409
|
|
1357
|
+
handle request races gracefully
|
|
1342
1358
|
|
|
1343
1359
|
## 7.10.0
|
|
1344
1360
|
|
|
1345
1361
|
### Minor Changes
|
|
1346
1362
|
|
|
1347
|
-
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1363
|
+
- [#10082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10082)
|
|
1364
|
+
[`659f69d349a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/659f69d349a) - [ux]
|
|
1365
|
+
Added closeMenuOnScroll and menuShouldBlockScroll Select props which allows easier integrations
|
|
1366
|
+
inside modals
|
|
1351
1367
|
|
|
1352
1368
|
## 7.9.3
|
|
1353
1369
|
|
|
1354
1370
|
### Patch Changes
|
|
1355
1371
|
|
|
1356
|
-
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1372
|
+
- [#10293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10293)
|
|
1373
|
+
[`40dc90330e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40dc90330e4) - UR-2530
|
|
1374
|
+
accept empty placeholder values
|
|
1359
1375
|
|
|
1360
1376
|
## 7.9.2
|
|
1361
1377
|
|
|
1362
1378
|
### Patch Changes
|
|
1363
1379
|
|
|
1364
|
-
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
-
|
|
1380
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
1381
|
+
[`78c54a8761f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c54a8761f) -
|
|
1382
|
+
Rewording some comments/types/descriptions to remove unnecessarily gendered phrasing
|
|
1383
|
+
- Updated dependencies
|
|
1368
1384
|
|
|
1369
1385
|
## 7.9.1
|
|
1370
1386
|
|
|
1371
1387
|
### Patch Changes
|
|
1372
1388
|
|
|
1373
|
-
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1389
|
+
- [#10056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10056)
|
|
1390
|
+
[`2ed498a11d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ed498a11d4) - Export
|
|
1391
|
+
getUserRecommendations for external use and test mocking
|
|
1376
1392
|
|
|
1377
1393
|
## 7.9.0
|
|
1378
1394
|
|
|
1379
1395
|
### Minor Changes
|
|
1380
1396
|
|
|
1381
|
-
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1397
|
+
- [#9493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9493)
|
|
1398
|
+
[`83812c6e1a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83812c6e1a6) - Add
|
|
1399
|
+
productAttributes into SmartUserPicker usersRequest analytics event
|
|
1384
1400
|
|
|
1385
1401
|
## 7.8.0
|
|
1386
1402
|
|
|
1387
1403
|
### Minor Changes
|
|
1388
1404
|
|
|
1389
|
-
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1405
|
+
- [#8895](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8895)
|
|
1406
|
+
[`3f551db7bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f551db7bed) -
|
|
1407
|
+
filterOptions will include the query as an optional import
|
|
1392
1408
|
|
|
1393
1409
|
## 7.7.0
|
|
1394
1410
|
|
|
1395
1411
|
### Minor Changes
|
|
1396
1412
|
|
|
1397
|
-
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1413
|
+
- [#8736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8736)
|
|
1414
|
+
[`de8d3656da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8d3656da6) - Added
|
|
1415
|
+
user markes to user-picker/smart-user-picker. Confluence guests will now appear with a lozenge
|
|
1416
|
+
containing the text 'GUEST'. Updated tests to match this behaviour and updated the
|
|
1417
|
+
smart-user-picker example.
|
|
1402
1418
|
|
|
1403
1419
|
## 7.6.0
|
|
1404
1420
|
|
|
1405
1421
|
### Minor Changes
|
|
1406
1422
|
|
|
1407
|
-
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1423
|
+
- [#8663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8663)
|
|
1424
|
+
[`0076cad2d37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0076cad2d37) - Added
|
|
1425
|
+
the prop bootstrapOptions for Smart User Picker. This allows to override the bootstrap options.
|
|
1410
1426
|
|
|
1411
1427
|
## 7.5.5
|
|
1412
1428
|
|
|
1413
1429
|
### Patch Changes
|
|
1414
1430
|
|
|
1415
|
-
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1431
|
+
- [#8820](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8820)
|
|
1432
|
+
[`12493bf342e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12493bf342e) - Add
|
|
1433
|
+
bugfix to make principalId actually optional. Backwards compatible.
|
|
1418
1434
|
|
|
1419
1435
|
## 7.5.4
|
|
1420
1436
|
|
|
1421
1437
|
### Patch Changes
|
|
1422
1438
|
|
|
1423
|
-
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
-
|
|
1439
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
1440
|
+
[`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) - Upgrade
|
|
1441
|
+
`@types/react-select` to `v3.1.2` and fix type breaks
|
|
1442
|
+
- Updated dependencies
|
|
1427
1443
|
|
|
1428
1444
|
## 7.5.3
|
|
1429
1445
|
|
|
1430
1446
|
### Patch Changes
|
|
1431
1447
|
|
|
1432
|
-
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1448
|
+
- [#8536](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8536)
|
|
1449
|
+
[`5aa6e51ed2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5aa6e51ed2f) - [ux] Add
|
|
1450
|
+
GitHub as an external source for the user-picker
|
|
1435
1451
|
|
|
1436
1452
|
## 7.5.2
|
|
1437
1453
|
|
|
1438
1454
|
### Patch Changes
|
|
1439
1455
|
|
|
1440
|
-
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1456
|
+
- [#8147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8147)
|
|
1457
|
+
[`6bbba22c60b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bbba22c60b) - Prevent
|
|
1458
|
+
PII from being fired for UP analytics events
|
|
1443
1459
|
|
|
1444
1460
|
## 7.5.1
|
|
1445
1461
|
|
|
1446
1462
|
### Patch Changes
|
|
1447
1463
|
|
|
1448
|
-
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1464
|
+
- [#7861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7861)
|
|
1465
|
+
[`e55c8004986`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55c8004986) - [ux] Add
|
|
1466
|
+
Team prefix to team option bylines to increase clarity.
|
|
1451
1467
|
|
|
1452
1468
|
## 7.5.0
|
|
1453
1469
|
|
|
1454
1470
|
### Minor Changes
|
|
1455
1471
|
|
|
1456
|
-
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1472
|
+
- [#8048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8048)
|
|
1473
|
+
[`93adccb79a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93adccb79a4) - The
|
|
1474
|
+
Smart User Picker now has the ability to use menuPosition which can allow it to be displayed on
|
|
1475
|
+
top of a dialog box.
|
|
1460
1476
|
|
|
1461
1477
|
## 7.4.0
|
|
1462
1478
|
|
|
1463
1479
|
### Minor Changes
|
|
1464
1480
|
|
|
1465
|
-
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1481
|
+
- [#7571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7571)
|
|
1482
|
+
[`4c7bc9847a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c7bc9847a4) - Added
|
|
1483
|
+
the Smart User Picker to Confluence quicksearch
|
|
1468
1484
|
|
|
1469
1485
|
## 7.3.3
|
|
1470
1486
|
|
|
1471
1487
|
### Patch Changes
|
|
1472
1488
|
|
|
1473
|
-
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1489
|
+
- [#7745](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7745)
|
|
1490
|
+
[`224d0251bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224d0251bd1) - Update
|
|
1491
|
+
examples to function components for use in react storybook
|
|
1476
1492
|
|
|
1477
1493
|
## 7.3.2
|
|
1478
1494
|
|
|
1479
1495
|
### Patch Changes
|
|
1480
1496
|
|
|
1481
|
-
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1497
|
+
- [#6792](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6792)
|
|
1498
|
+
[`9a206f99b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a206f99b1) - [ux] Added
|
|
1499
|
+
'MEMBER' lozenge to SUP is workspaceMember attribute exists (from bitbucket recommendations
|
|
1500
|
+
response)
|
|
1485
1501
|
|
|
1486
1502
|
## 7.3.1
|
|
1487
1503
|
|
|
1488
1504
|
### Patch Changes
|
|
1489
1505
|
|
|
1490
|
-
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1506
|
+
- [#6830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6830)
|
|
1507
|
+
[`8af040a491`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8af040a491) -
|
|
1508
|
+
Reformating suggested emails if user inputs a space in the picker, aligning email suggestion
|
|
1509
|
+
avatar size with other options in the picker
|
|
1494
1510
|
|
|
1495
1511
|
## 7.3.0
|
|
1496
1512
|
|
|
1497
1513
|
### Minor Changes
|
|
1498
1514
|
|
|
1499
|
-
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1515
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
1516
|
+
[`39055f3ac5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39055f3ac5) - ED-10694:
|
|
1517
|
+
Fix FieldComponent defaultValue behaviour losing value due to mutation
|
|
1502
1518
|
|
|
1503
1519
|
## 7.2.1
|
|
1504
1520
|
|
|
1505
1521
|
### Patch Changes
|
|
1506
1522
|
|
|
1507
|
-
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1523
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
1524
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
1525
|
+
packages using babel rather than tsc
|
|
1510
1526
|
|
|
1511
1527
|
## 7.2.0
|
|
1512
1528
|
|
|
1513
1529
|
### Minor Changes
|
|
1514
1530
|
|
|
1515
|
-
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1531
|
+
- [#6323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6323)
|
|
1532
|
+
[`70c3d3cab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70c3d3cab0) - [ux] allow
|
|
1533
|
+
displaying a constant recommendation to invite users from a specific email domain, based on the
|
|
1534
|
+
users input value
|
|
1519
1535
|
|
|
1520
1536
|
## 7.1.0
|
|
1521
1537
|
|
|
1522
1538
|
### Minor Changes
|
|
1523
1539
|
|
|
1524
|
-
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1540
|
+
- [#6175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6175)
|
|
1541
|
+
[`c9327fc11e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9327fc11e) - [ux] Add
|
|
1542
|
+
ability to user picker to display the external users along with the sources they come from.
|
|
1527
1543
|
|
|
1528
1544
|
## 7.0.0
|
|
1529
1545
|
|
|
1530
1546
|
### Major Changes
|
|
1531
1547
|
|
|
1532
|
-
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1548
|
+
- [#6050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6050)
|
|
1549
|
+
[`2c148c9eb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c148c9eb9) - Update the
|
|
1550
|
+
on Error prop to allow fail-over search client implementation for products. Confluence fail-over
|
|
1551
|
+
client.
|
|
1536
1552
|
|
|
1537
1553
|
## 6.9.3
|
|
1538
1554
|
|
|
1539
1555
|
### Patch Changes
|
|
1540
1556
|
|
|
1541
|
-
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1557
|
+
- [#6238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6238)
|
|
1558
|
+
[`6e859f4e7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e859f4e7d) - Fix
|
|
1559
|
+
analytics to not expose email addresses as part of payload
|
|
1544
1560
|
|
|
1545
1561
|
## 6.9.2
|
|
1546
1562
|
|
|
1547
1563
|
### Patch Changes
|
|
1548
1564
|
|
|
1549
|
-
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1565
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
|
|
1566
|
+
[`677744c680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/677744c680) - Add
|
|
1567
|
+
UserSelect field for ConfigPanel, and expose types in SmartUserPicker
|
|
1552
1568
|
|
|
1553
1569
|
## 6.9.1
|
|
1554
1570
|
|
|
1555
1571
|
### Patch Changes
|
|
1556
1572
|
|
|
1557
|
-
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
change
|
|
1573
|
+
- [#5932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5932)
|
|
1574
|
+
[`d46c67b902`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d46c67b902) - [ux] Added
|
|
1575
|
+
further props to the PopupUserPicker for enabling offsets/shouldFlip/boundary settings. This
|
|
1576
|
+
change is backwards compatible. PopperProps have been updated to conform with Popper2.0 change
|
|
1562
1577
|
|
|
1563
1578
|
## 6.9.0
|
|
1564
1579
|
|
|
1565
1580
|
### Minor Changes
|
|
1566
1581
|
|
|
1567
|
-
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1582
|
+
- [#5901](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5901)
|
|
1583
|
+
[`c8061b65de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8061b65de) - Allow
|
|
1584
|
+
style passthrough to mergeStyles in atlaskit select
|
|
1570
1585
|
|
|
1571
1586
|
## 6.8.0
|
|
1572
1587
|
|
|
1573
1588
|
### Minor Changes
|
|
1574
1589
|
|
|
1575
|
-
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1590
|
+
- [#5732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5732)
|
|
1591
|
+
[`57ef50f4d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57ef50f4d4) - Retain
|
|
1592
|
+
requested order for defaultValue hydration. Hydrate an "Unknown" user if no result from hydration.
|
|
1593
|
+
Converted example to a function component.
|
|
1579
1594
|
|
|
1580
1595
|
## 6.7.2
|
|
1581
1596
|
|
|
1582
1597
|
### Patch Changes
|
|
1583
1598
|
|
|
1584
|
-
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1599
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1600
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
1601
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
1602
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
1603
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
1604
|
+
`devDependencies` to denote version that the package was built with.
|
|
1590
1605
|
|
|
1591
1606
|
## 6.7.1
|
|
1592
1607
|
|
|
1593
1608
|
### Patch Changes
|
|
1594
1609
|
|
|
1595
|
-
-
|
|
1610
|
+
- Updated dependencies
|
|
1596
1611
|
|
|
1597
1612
|
## 6.7.0
|
|
1598
1613
|
|
|
1599
1614
|
### Minor Changes
|
|
1600
1615
|
|
|
1601
|
-
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1616
|
+
- [#5357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5357)
|
|
1617
|
+
[`fe292139a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe292139a7) - [ux] Added
|
|
1618
|
+
support for lozenge in the options dropdown
|
|
1604
1619
|
|
|
1605
1620
|
## 6.6.1
|
|
1606
1621
|
|
|
1607
1622
|
### Patch Changes
|
|
1608
1623
|
|
|
1609
|
-
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1624
|
+
- [#5325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5325)
|
|
1625
|
+
[`8c68430770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c68430770) - Added
|
|
1626
|
+
onValueError callback to handle hydration errors
|
|
1612
1627
|
|
|
1613
1628
|
## 6.6.0
|
|
1614
1629
|
|
|
1615
1630
|
### Minor Changes
|
|
1616
1631
|
|
|
1617
|
-
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1632
|
+
- [#5141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5141)
|
|
1633
|
+
[`defe93e5fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/defe93e5fe) - Added auto
|
|
1634
|
+
hydration for defaultValue user identifier types to SmartUserPicker
|
|
1620
1635
|
|
|
1621
1636
|
## 6.5.7
|
|
1622
1637
|
|
|
1623
1638
|
### Patch Changes
|
|
1624
1639
|
|
|
1625
|
-
-
|
|
1640
|
+
- Updated dependencies
|
|
1626
1641
|
|
|
1627
1642
|
## 6.5.6
|
|
1628
1643
|
|
|
1629
1644
|
### Patch Changes
|
|
1630
1645
|
|
|
1631
|
-
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1646
|
+
- [#5061](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5061)
|
|
1647
|
+
[`38cc5d88da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38cc5d88da) - Update
|
|
1648
|
+
type of Target to match popup-select's
|
|
1634
1649
|
|
|
1635
1650
|
## 6.5.5
|
|
1636
1651
|
|
|
1637
1652
|
### Patch Changes
|
|
1638
1653
|
|
|
1639
|
-
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1654
|
+
- [#4945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4945)
|
|
1655
|
+
[`46bb7d498e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46bb7d498e) - [ux] Popup
|
|
1656
|
+
user picker styling bug fixed where the placeholder was placed in the wrong position
|
|
1642
1657
|
|
|
1643
1658
|
## 6.5.4
|
|
1644
1659
|
|
|
1645
1660
|
### Patch Changes
|
|
1646
1661
|
|
|
1647
|
-
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1662
|
+
- [#4844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4844)
|
|
1663
|
+
[`4111de09de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4111de09de) - Allow
|
|
1664
|
+
emailLabel to be an empty string
|
|
1650
1665
|
|
|
1651
1666
|
## 6.5.3
|
|
1652
1667
|
|
|
1653
1668
|
### Patch Changes
|
|
1654
1669
|
|
|
1655
|
-
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1670
|
+
- [#4817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4817)
|
|
1671
|
+
[`0ea18048ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ea18048ed) - Fix
|
|
1672
|
+
emailLabel not being passed in pickerProps
|
|
1658
1673
|
|
|
1659
1674
|
## 6.5.2
|
|
1660
1675
|
|
|
1661
1676
|
### Patch Changes
|
|
1662
1677
|
|
|
1663
|
-
-
|
|
1678
|
+
- Updated dependencies
|
|
1664
1679
|
|
|
1665
1680
|
## 6.5.1
|
|
1666
1681
|
|
|
1667
1682
|
### Patch Changes
|
|
1668
1683
|
|
|
1669
|
-
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1684
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1685
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1686
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
1672
1687
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1688
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
1689
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
1675
1690
|
|
|
1676
1691
|
## 6.5.0
|
|
1677
1692
|
|
|
1678
1693
|
### Minor Changes
|
|
1679
1694
|
|
|
1680
|
-
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1695
|
+
- [#4404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4404)
|
|
1696
|
+
[`63715cc332`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63715cc332) - Add
|
|
1697
|
+
noBorder option to match confluence styling
|
|
1683
1698
|
|
|
1684
1699
|
### Patch Changes
|
|
1685
1700
|
|
|
1686
|
-
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1701
|
+
- [#4410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4410)
|
|
1702
|
+
[`1685d02525`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1685d02525) - Fix
|
|
1703
|
+
styling issue for noBorder
|
|
1689
1704
|
|
|
1690
1705
|
## 6.4.2
|
|
1691
1706
|
|
|
1692
1707
|
### Patch Changes
|
|
1693
1708
|
|
|
1694
|
-
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1709
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
|
|
1710
|
+
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
|
|
1711
|
+
required because of conflicts on wadmal release
|
|
1697
1712
|
|
|
1698
1713
|
## 6.4.1
|
|
1699
1714
|
|
|
1700
1715
|
### Patch Changes
|
|
1701
1716
|
|
|
1702
|
-
-
|
|
1717
|
+
- Updated dependencies
|
|
1703
1718
|
|
|
1704
1719
|
## 6.4.0
|
|
1705
1720
|
|
|
1706
1721
|
### Minor Changes
|
|
1707
1722
|
|
|
1708
|
-
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1723
|
+
- [#4167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4167)
|
|
1724
|
+
[`0d5890d800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d5890d800) - Added
|
|
1725
|
+
props for bitbucket support - isPublicRepo, workspaceIds, emailDomain
|
|
1711
1726
|
|
|
1712
1727
|
## 6.3.0
|
|
1713
1728
|
|
|
1714
1729
|
### Minor Changes
|
|
1715
1730
|
|
|
1716
|
-
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1731
|
+
- [#4009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4009)
|
|
1732
|
+
[`d645e8d753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d645e8d753) - Added
|
|
1733
|
+
includeUsers prop to allow results for team or groups only
|
|
1719
1734
|
|
|
1720
1735
|
## 6.2.4
|
|
1721
1736
|
|
|
1722
1737
|
### Patch Changes
|
|
1723
1738
|
|
|
1724
|
-
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1739
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
|
|
1740
|
+
[`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
|
|
1741
|
+
translations
|
|
1727
1742
|
|
|
1728
1743
|
## 6.2.3
|
|
1729
1744
|
|
|
1730
1745
|
### Patch Changes
|
|
1731
1746
|
|
|
1732
|
-
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1747
|
+
- [#3930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3930)
|
|
1748
|
+
[`9ef8a85f82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ef8a85f82) - Reenable
|
|
1749
|
+
subtle and compact style flags
|
|
1735
1750
|
|
|
1736
1751
|
## 6.2.2
|
|
1737
1752
|
|
|
1738
1753
|
### Patch Changes
|
|
1739
1754
|
|
|
1740
|
-
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1755
|
+
- [#3908](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3908)
|
|
1756
|
+
[`37e5a70532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e5a70532) - Fix
|
|
1757
|
+
deselect bug when defaultValue props provided
|
|
1743
1758
|
|
|
1744
1759
|
## 6.2.1
|
|
1745
1760
|
|
|
1746
1761
|
### Patch Changes
|
|
1747
1762
|
|
|
1748
|
-
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1763
|
+
- [#3883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3883)
|
|
1764
|
+
[`cfbae59ca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfbae59ca9) - Map groups
|
|
1765
|
+
through to picker results
|
|
1751
1766
|
|
|
1752
1767
|
## 6.2.0
|
|
1753
1768
|
|
|
1754
1769
|
### Minor Changes
|
|
1755
1770
|
|
|
1756
|
-
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1771
|
+
- [#3770](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3770)
|
|
1772
|
+
[`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added
|
|
1773
|
+
includeGroups prop for the retrieval of confluence groups in smart user picker
|
|
1759
1774
|
|
|
1760
1775
|
## 6.1.0
|
|
1761
1776
|
|
|
1762
1777
|
### Minor Changes
|
|
1763
1778
|
|
|
1764
|
-
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
added.
|
|
1779
|
+
- [#3749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3749)
|
|
1780
|
+
[`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed
|
|
1781
|
+
visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using
|
|
1782
|
+
a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
|
|
1769
1783
|
|
|
1770
1784
|
## 6.0.2
|
|
1771
1785
|
|
|
1772
1786
|
### Patch Changes
|
|
1773
1787
|
|
|
1774
|
-
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
-
|
|
1788
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1789
|
+
[`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Bumps
|
|
1790
|
+
Avatar and AvatarGroup depenedencies
|
|
1791
|
+
- Updated dependencies
|
|
1778
1792
|
|
|
1779
1793
|
## 6.0.1
|
|
1780
1794
|
|
|
1781
1795
|
### Patch Changes
|
|
1782
1796
|
|
|
1783
|
-
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1797
|
+
- [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226)
|
|
1798
|
+
[`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the
|
|
1799
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
1786
1800
|
|
|
1787
1801
|
## 6.0.0
|
|
1788
1802
|
|
|
1789
1803
|
### Major Changes
|
|
1790
1804
|
|
|
1791
|
-
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1805
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1806
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
1807
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
1808
|
+
IE11. For more information see:
|
|
1809
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1796
1810
|
|
|
1797
1811
|
### Patch Changes
|
|
1798
1812
|
|
|
1799
|
-
-
|
|
1813
|
+
- Updated dependencies
|
|
1800
1814
|
|
|
1801
1815
|
## 5.1.4
|
|
1802
1816
|
|
|
1803
1817
|
### Patch Changes
|
|
1804
1818
|
|
|
1805
|
-
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1819
|
+
- [#3143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3143)
|
|
1820
|
+
[`7f61836218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f61836218) - Re-fire
|
|
1821
|
+
userPicker searched event after an option has been selected (allows mapping between userPicker
|
|
1822
|
+
clicked/enetered with userPicker searched for multiple pick case).
|
|
1809
1823
|
|
|
1810
1824
|
## 5.1.3
|
|
1811
1825
|
|
|
1812
1826
|
### Patch Changes
|
|
1813
1827
|
|
|
1814
|
-
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1828
|
+
- [#3230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3230)
|
|
1829
|
+
[`f4fb91cf47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4fb91cf47) - Fix blank
|
|
1830
|
+
space after deleting items in multi
|
|
1817
1831
|
|
|
1818
1832
|
## 5.1.2
|
|
1819
1833
|
|
|
1820
1834
|
### Patch Changes
|
|
1821
1835
|
|
|
1822
|
-
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1836
|
+
- [#2488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2488)
|
|
1837
|
+
[`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart
|
|
1838
|
+
user picker prop for share dialog. Only works if enableSmartUserPicker is true and product =
|
|
1839
|
+
'jira'.
|
|
1826
1840
|
|
|
1827
|
-
|
|
1828
|
-
|
|
1841
|
+
Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the
|
|
1842
|
+
prop was called maxPickerHeight).
|
|
1829
1843
|
|
|
1830
|
-
|
|
1844
|
+
Fix alignment issues of tags inside user-picker.
|
|
1831
1845
|
|
|
1832
|
-
|
|
1846
|
+
Enable deletion animation for user-picker.
|
|
1833
1847
|
|
|
1834
1848
|
## 5.1.1
|
|
1835
1849
|
|
|
1836
1850
|
### Patch Changes
|
|
1837
1851
|
|
|
1838
|
-
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1852
|
+
- [#3057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3057)
|
|
1853
|
+
[`50d6079274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d6079274) - Fix
|
|
1854
|
+
analytics bug exposing PII for usersRequest succeeded
|
|
1841
1855
|
|
|
1842
1856
|
## 5.1.0
|
|
1843
1857
|
|
|
1844
1858
|
### Minor Changes
|
|
1845
1859
|
|
|
1846
|
-
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1860
|
+
- [#2903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2903)
|
|
1861
|
+
[`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add
|
|
1862
|
+
maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up
|
|
1863
|
+
to because of the picked items. Modified subtle prop version of user picker. When subtle, the user
|
|
1864
|
+
picker's border will be removed. The background color will remain the same (Grey N10). These
|
|
1865
|
+
changes were spurred by recent style changes in user picker, which impacted the style of the
|
|
1866
|
+
shares dialog. Consumers need to be aware of whether an infinitely growing number of users in the
|
|
1867
|
+
user picker can affect their styling. If it does, they will need to provide a suitable
|
|
1868
|
+
maxPickerHeight. Consumers who also wish for a borderless user picker must set the subtle prop to
|
|
1869
|
+
true.
|
|
1856
1870
|
|
|
1857
|
-
|
|
1871
|
+
Change the background color from N10 to N20 to align with other select background colors.
|
|
1858
1872
|
|
|
1859
|
-
|
|
1873
|
+
In share dialog, set the maxPickerHeight prop to 102 for the user picker.
|
|
1860
1874
|
|
|
1861
1875
|
## 5.0.0
|
|
1862
1876
|
|
|
1863
1877
|
### Major Changes
|
|
1864
1878
|
|
|
1865
|
-
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1879
|
+
- [#2833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2833)
|
|
1880
|
+
[`510b57c393`](https://bitbucket.org/atlassian/atlassian-frontend/commits/510b57c393) -
|
|
1881
|
+
SupportedProduct type changed from enum to a string union type of products. \n This change was a
|
|
1882
|
+
result of migration compatibility for smart-user-picker into ForgeUI. Enum types were forcing
|
|
1883
|
+
ForgeUI to eager load the whole package. Consumers should look to change their uses of
|
|
1884
|
+
SupportedProduct from enum to string identifiers. Possible values are listed in the package
|
|
1885
|
+
documentation.
|
|
1872
1886
|
|
|
1873
1887
|
## 4.6.4
|
|
1874
1888
|
|
|
1875
1889
|
### Patch Changes
|
|
1876
1890
|
|
|
1877
|
-
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1891
|
+
- [#2540](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2540)
|
|
1892
|
+
[`cdb9e0c4de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdb9e0c4de) - UI bug
|
|
1893
|
+
fixes
|
|
1880
1894
|
|
|
1881
1895
|
## 4.6.3
|
|
1882
1896
|
|
|
1883
1897
|
### Patch Changes
|
|
1884
1898
|
|
|
1885
|
-
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1899
|
+
- [#2694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2694)
|
|
1900
|
+
[`ac965ef48d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac965ef48d) - Fix
|
|
1901
|
+
selected user alignment issue in single user picker
|
|
1888
1902
|
|
|
1889
1903
|
## 4.6.2
|
|
1890
1904
|
|
|
1891
1905
|
### Patch Changes
|
|
1892
1906
|
|
|
1893
|
-
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
-
|
|
1897
|
-
|
|
1898
|
-
-
|
|
1907
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
1908
|
+
[`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
|
|
1909
|
+
unused dependencies
|
|
1910
|
+
- [`baaad91b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baaad91b65) - Updated to
|
|
1911
|
+
use the latest and more performant version of `@atlaskit/avatar`
|
|
1912
|
+
- Updated dependencies
|
|
1899
1913
|
|
|
1900
1914
|
## 4.6.1
|
|
1901
1915
|
|
|
1902
1916
|
### Patch Changes
|
|
1903
1917
|
|
|
1904
|
-
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1918
|
+
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
|
|
1919
|
+
[`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all
|
|
1920
|
+
packages that are used by confluence that have a broken es2019 dist
|
|
1907
1921
|
|
|
1908
1922
|
## 4.6.0
|
|
1909
1923
|
|
|
1910
1924
|
### Minor Changes
|
|
1911
1925
|
|
|
1912
|
-
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1926
|
+
- [#2262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2262)
|
|
1927
|
+
[`5e93392923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e93392923) - filter out
|
|
1928
|
+
inactive users from suggestions
|
|
1915
1929
|
|
|
1916
1930
|
### Patch Changes
|
|
1917
1931
|
|
|
1918
|
-
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1932
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
|
|
1933
|
+
[`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
|
|
1934
|
+
missing tslib dependency
|
|
1921
1935
|
|
|
1922
1936
|
## 4.5.1
|
|
1923
1937
|
|
|
1924
1938
|
### Patch Changes
|
|
1925
1939
|
|
|
1926
|
-
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1940
|
+
- [#2233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2233)
|
|
1941
|
+
[`d8df7262f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8df7262f9) - expose a
|
|
1942
|
+
method to change env so confluence local development is easier
|
|
1929
1943
|
|
|
1930
1944
|
## 4.5.0
|
|
1931
1945
|
|
|
1932
1946
|
### Minor Changes
|
|
1933
1947
|
|
|
1934
|
-
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1948
|
+
- [#2213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2213)
|
|
1949
|
+
[`a046c939c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a046c939c7) - Fix wrong
|
|
1950
|
+
url bug, add onEmpty property
|
|
1937
1951
|
|
|
1938
1952
|
## 4.4.0
|
|
1939
1953
|
|
|
1940
1954
|
### Minor Changes
|
|
1941
1955
|
|
|
1942
|
-
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1956
|
+
- [#2071](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2071)
|
|
1957
|
+
[`a546558e20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a546558e20) - add
|
|
1958
|
+
prefetch prop to smart user picker
|
|
1945
1959
|
|
|
1946
1960
|
## 4.3.0
|
|
1947
1961
|
|
|
1948
1962
|
### Minor Changes
|
|
1949
1963
|
|
|
1950
|
-
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1964
|
+
- [#1998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1998)
|
|
1965
|
+
[`650d5ece5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/650d5ece5b) - add smart
|
|
1966
|
+
user picker
|
|
1953
1967
|
|
|
1954
1968
|
## 4.2.3
|
|
1955
1969
|
|
|
1956
1970
|
### Patch Changes
|
|
1957
1971
|
|
|
1958
|
-
-
|
|
1972
|
+
- [patch][845feddce2](https://bitbucket.org/atlassian/atlassian-frontend/commits/845feddce2):
|
|
1959
1973
|
|
|
1960
|
-
|
|
1961
|
-
|
|
1974
|
+
This fixes the multi user select bug in user picker- Updated dependencies
|
|
1975
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
1962
1976
|
|
|
1963
|
-
-
|
|
1964
|
-
|
|
1965
|
-
-
|
|
1966
|
-
|
|
1967
|
-
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1977
|
+
- Updated dependencies
|
|
1978
|
+
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
|
|
1979
|
+
- Updated dependencies
|
|
1980
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
1981
|
+
- Updated dependencies
|
|
1982
|
+
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
|
|
1983
|
+
- @atlaskit/docs@8.5.1
|
|
1984
|
+
- @atlaskit/theme@9.5.3
|
|
1985
|
+
- @atlaskit/analytics-next@6.3.6
|
|
1986
|
+
- @atlaskit/button@13.3.10
|
|
1973
1987
|
|
|
1974
1988
|
## 4.2.2
|
|
1975
1989
|
|
|
1976
1990
|
### Patch Changes
|
|
1977
1991
|
|
|
1978
|
-
-
|
|
1992
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1979
1993
|
|
|
1980
|
-
|
|
1981
|
-
|
|
1994
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1995
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1982
1996
|
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
+
- @atlaskit/docs@8.3.2
|
|
1998
|
+
- @atlaskit/analytics-next@6.3.5
|
|
1999
|
+
- @atlaskit/avatar@17.1.7
|
|
2000
|
+
- @atlaskit/button@13.3.7
|
|
2001
|
+
- @atlaskit/field-base@14.0.1
|
|
2002
|
+
- @atlaskit/icon@20.0.1
|
|
2003
|
+
- @atlaskit/lozenge@9.1.4
|
|
2004
|
+
- @atlaskit/select@11.0.7
|
|
2005
|
+
- @atlaskit/tag@9.0.13
|
|
2006
|
+
- @atlaskit/theme@9.5.1
|
|
2007
|
+
- @atlaskit/tooltip@15.2.3
|
|
2008
|
+
- @atlaskit/analytics-viewer@0.3.9
|
|
2009
|
+
- @atlaskit/elements-test-helpers@0.6.7
|
|
2010
|
+
- @atlaskit/util-data-test@13.1.1
|
|
1997
2011
|
|
|
1998
2012
|
## 4.2.1
|
|
1999
2013
|
|
|
2000
2014
|
### Patch Changes
|
|
2001
2015
|
|
|
2002
|
-
-
|
|
2003
|
-
|
|
2004
|
-
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2016
|
+
- Updated dependencies
|
|
2017
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
2018
|
+
- Updated dependencies
|
|
2019
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
2020
|
+
- @atlaskit/field-base@14.0.0
|
|
2021
|
+
- @atlaskit/icon@20.0.0
|
|
2022
|
+
- @atlaskit/avatar@17.1.6
|
|
2023
|
+
- @atlaskit/docs@8.3.1
|
|
2024
|
+
- @atlaskit/button@13.3.6
|
|
2025
|
+
- @atlaskit/select@11.0.6
|
|
2026
|
+
- @atlaskit/tag@9.0.12
|
|
2027
|
+
- @atlaskit/tooltip@15.2.2
|
|
2014
2028
|
|
|
2015
2029
|
## 4.2.0
|
|
2016
2030
|
|
|
2017
2031
|
### Minor Changes
|
|
2018
2032
|
|
|
2019
|
-
-
|
|
2033
|
+
- [minor][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2020
2034
|
|
|
2021
|
-
|
|
2035
|
+
Fix some broken CSS layout in IE 11
|
|
2022
2036
|
|
|
2023
2037
|
### Patch Changes
|
|
2024
2038
|
|
|
2025
|
-
-
|
|
2026
|
-
|
|
2027
|
-
-
|
|
2028
|
-
|
|
2029
|
-
-
|
|
2030
|
-
|
|
2031
|
-
-
|
|
2032
|
-
|
|
2033
|
-
-
|
|
2034
|
-
|
|
2035
|
-
-
|
|
2036
|
-
|
|
2037
|
-
-
|
|
2038
|
-
|
|
2039
|
-
-
|
|
2040
|
-
|
|
2041
|
-
-
|
|
2042
|
-
|
|
2043
|
-
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2039
|
+
- Updated dependencies
|
|
2040
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2041
|
+
- Updated dependencies
|
|
2042
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2043
|
+
- Updated dependencies
|
|
2044
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2045
|
+
- Updated dependencies
|
|
2046
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2047
|
+
- Updated dependencies
|
|
2048
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2049
|
+
- Updated dependencies
|
|
2050
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2051
|
+
- Updated dependencies
|
|
2052
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2053
|
+
- Updated dependencies
|
|
2054
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2055
|
+
- Updated dependencies
|
|
2056
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2057
|
+
- Updated dependencies
|
|
2058
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
2059
|
+
- @atlaskit/tooltip@15.2.0
|
|
2060
|
+
- @atlaskit/analytics-next@6.3.3
|
|
2061
|
+
- @atlaskit/select@11.0.3
|
|
2062
|
+
- @atlaskit/avatar@17.1.5
|
|
2063
|
+
- @atlaskit/field-base@13.0.16
|
|
2050
2064
|
|
|
2051
2065
|
## 4.1.5
|
|
2052
2066
|
|
|
2053
2067
|
### Patch Changes
|
|
2054
2068
|
|
|
2055
|
-
-
|
|
2069
|
+
- [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
2056
2070
|
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2071
|
+
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
|
|
2072
|
+
Updated dependencies
|
|
2073
|
+
[3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
2060
2074
|
|
|
2061
|
-
|
|
2075
|
+
- @atlaskit/select@11.0.2
|
|
2062
2076
|
|
|
2063
2077
|
## 4.1.4
|
|
2064
2078
|
|
|
2065
2079
|
### Patch Changes
|
|
2066
2080
|
|
|
2067
|
-
-
|
|
2081
|
+
- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
2068
2082
|
|
|
2069
|
-
|
|
2070
|
-
|
|
2083
|
+
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
|
|
2084
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
2071
2085
|
|
|
2072
2086
|
## 4.1.3
|
|
2073
2087
|
|
|
2074
|
-
-
|
|
2075
|
-
|
|
2076
|
-
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2088
|
+
- Updated dependencies
|
|
2089
|
+
[bd94b1d552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd94b1d552):
|
|
2090
|
+
- Updated dependencies
|
|
2091
|
+
[ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
|
|
2092
|
+
- @atlaskit/util-data-test@13.0.0
|
|
2093
|
+
- @atlaskit/i18n-tools@0.6.0
|
|
2080
2094
|
|
|
2081
2095
|
## 4.1.2
|
|
2082
2096
|
|
|
2083
2097
|
### Patch Changes
|
|
2084
2098
|
|
|
2085
|
-
-
|
|
2099
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
2086
2100
|
|
|
2087
|
-
|
|
2101
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
2088
2102
|
|
|
2089
2103
|
## 4.1.1
|
|
2090
2104
|
|
|
2091
2105
|
### Patch Changes
|
|
2092
2106
|
|
|
2093
|
-
-
|
|
2107
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
2094
2108
|
|
|
2095
|
-
|
|
2109
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
2096
2110
|
|
|
2097
2111
|
## 4.1.0
|
|
2098
2112
|
|
|
2099
2113
|
### Minor Changes
|
|
2100
2114
|
|
|
2101
|
-
-
|
|
2115
|
+
- [minor][c9fbef651f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9fbef651f):
|
|
2102
2116
|
|
|
2103
|
-
|
|
2117
|
+
Add Group as a new Option
|
|
2104
2118
|
|
|
2105
2119
|
## 4.0.23
|
|
2106
2120
|
|
|
2107
2121
|
### Patch Changes
|
|
2108
2122
|
|
|
2109
|
-
-
|
|
2123
|
+
- [patch][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
2110
2124
|
|
|
2111
|
-
|
|
2112
|
-
|
|
2125
|
+
@atlaskit/avatar has been converted to Typescript. Typescript consumers will now get static type
|
|
2126
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
2113
2127
|
|
|
2114
2128
|
## 4.0.22
|
|
2115
2129
|
|
|
2116
2130
|
### Patch Changes
|
|
2117
2131
|
|
|
2118
|
-
-
|
|
2132
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
2119
2133
|
|
|
2120
|
-
|
|
2121
|
-
|
|
2134
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
2135
|
+
non-relative imports as relative imports
|
|
2122
2136
|
|
|
2123
2137
|
## 4.0.21
|
|
2124
2138
|
|
|
2125
2139
|
### Patch Changes
|
|
2126
2140
|
|
|
2127
|
-
-
|
|
2141
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
2128
2142
|
|
|
2129
|
-
|
|
2143
|
+
Upgraded Typescript to 3.3.x
|
|
2130
2144
|
|
|
2131
2145
|
## 4.0.20
|
|
2132
2146
|
|
|
2133
2147
|
### Patch Changes
|
|
2134
2148
|
|
|
2135
|
-
-
|
|
2149
|
+
- [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
|
|
2136
2150
|
|
|
2137
|
-
|
|
2138
|
-
|
|
2151
|
+
Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
|
|
2152
|
+
typescript support so it is recommended that typescript consumers use it also.
|
|
2139
2153
|
|
|
2140
2154
|
## 4.0.19
|
|
2141
2155
|
|
|
2142
2156
|
### Patch Changes
|
|
2143
2157
|
|
|
2144
|
-
-
|
|
2158
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
2145
2159
|
|
|
2146
|
-
|
|
2147
|
-
|
|
2160
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
2161
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
2148
2162
|
|
|
2149
|
-
|
|
2163
|
+
**Breaking changes**
|
|
2150
2164
|
|
|
2151
|
-
|
|
2152
|
-
|
|
2165
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
2166
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
2153
2167
|
|
|
2154
|
-
|
|
2168
|
+
**Breaking changes to TypeScript annotations**
|
|
2155
2169
|
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2170
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
2171
|
+
props as a generic type.
|
|
2172
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
2173
|
+
props as a generic type.
|
|
2174
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
|
|
2175
|
+
code
|
|
2176
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
2177
|
+
source code
|
|
2178
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
|
|
2179
|
+
source code
|
|
2180
|
+
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
2181
|
+
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
2182
|
+
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
2183
|
+
- Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
|
|
2184
|
+
- Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
|
|
2185
|
+
- Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
|
|
2172
2186
|
|
|
2173
2187
|
## 4.0.18
|
|
2174
2188
|
|
|
2175
|
-
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2189
|
+
- Updated dependencies
|
|
2190
|
+
[1adb8727e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1adb8727e3):
|
|
2191
|
+
- @atlaskit/tag@9.0.0
|
|
2178
2192
|
|
|
2179
2193
|
## 4.0.17
|
|
2180
2194
|
|
|
2181
2195
|
### Patch Changes
|
|
2182
2196
|
|
|
2183
|
-
-
|
|
2197
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
2184
2198
|
|
|
2185
|
-
|
|
2199
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
2186
2200
|
|
|
2187
2201
|
## 4.0.16
|
|
2188
2202
|
|
|
2189
2203
|
### Patch Changes
|
|
2190
2204
|
|
|
2191
|
-
-
|
|
2205
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
2192
2206
|
|
|
2193
|
-
|
|
2207
|
+
Fixes bug, missing version.json file
|
|
2194
2208
|
|
|
2195
2209
|
## 4.0.15
|
|
2196
2210
|
|
|
2197
2211
|
### Patch Changes
|
|
2198
2212
|
|
|
2199
|
-
-
|
|
2213
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2200
2214
|
|
|
2201
|
-
|
|
2215
|
+
In this PR, we are:
|
|
2202
2216
|
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2217
|
+
- Re-introducing dist build folders
|
|
2218
|
+
- Adding back cjs
|
|
2219
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
2220
|
+
- Creating folders at the root for entry-points
|
|
2221
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
2222
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
2223
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
2224
|
+
for further details
|
|
2211
2225
|
|
|
2212
2226
|
## 4.0.14
|
|
2213
2227
|
|
|
2214
2228
|
### Patch Changes
|
|
2215
2229
|
|
|
2216
|
-
-
|
|
2230
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
2217
2231
|
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2232
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
2233
|
+
as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
|
|
2234
|
+
of the returned component.
|
|
2221
2235
|
|
|
2222
|
-
|
|
2236
|
+
Before:
|
|
2223
2237
|
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2238
|
+
```typescript
|
|
2239
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
2240
|
+
```
|
|
2227
2241
|
|
|
2228
|
-
|
|
2242
|
+
After:
|
|
2229
2243
|
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2244
|
+
```typescript
|
|
2245
|
+
withAnalyticsEvents<Props>()(Button);
|
|
2246
|
+
```
|
|
2233
2247
|
|
|
2234
2248
|
## 4.0.13
|
|
2235
2249
|
|
|
2236
|
-
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2250
|
+
- Updated dependencies
|
|
2251
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
2252
|
+
- @atlaskit/select@10.0.0
|
|
2239
2253
|
|
|
2240
2254
|
## 4.0.12
|
|
2241
2255
|
|
|
2242
|
-
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2256
|
+
- Updated dependencies
|
|
2257
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
2258
|
+
- @atlaskit/docs@8.1.3
|
|
2259
|
+
- @atlaskit/avatar@16.0.6
|
|
2260
|
+
- @atlaskit/field-base@13.0.6
|
|
2261
|
+
- @atlaskit/select@9.1.8
|
|
2262
|
+
- @atlaskit/tag@8.0.5
|
|
2263
|
+
- @atlaskit/tooltip@15.0.2
|
|
2264
|
+
- @atlaskit/icon@19.0.0
|
|
2251
2265
|
|
|
2252
2266
|
## 4.0.11
|
|
2253
2267
|
|
|
2254
2268
|
### Patch Changes
|
|
2255
2269
|
|
|
2256
|
-
-
|
|
2270
|
+
- [patch][40e6908409](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40e6908409):
|
|
2257
2271
|
|
|
2258
|
-
|
|
2272
|
+
pass session id to on selection
|
|
2259
2273
|
|
|
2260
2274
|
## 4.0.10
|
|
2261
2275
|
|
|
2262
2276
|
### Patch Changes
|
|
2263
2277
|
|
|
2264
|
-
-
|
|
2278
|
+
- [patch][06f5bbf5a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06f5bbf5a9):
|
|
2265
2279
|
|
|
2266
|
-
|
|
2280
|
+
start session onfocus
|
|
2267
2281
|
|
|
2268
2282
|
## 4.0.9
|
|
2269
2283
|
|
|
2270
2284
|
### Patch Changes
|
|
2271
2285
|
|
|
2272
|
-
-
|
|
2286
|
+
- [patch][c91e37e5f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c91e37e5f1):
|
|
2273
2287
|
|
|
2274
|
-
|
|
2288
|
+
pass session id to onFocus, onBlur, onClose and onInputChange
|
|
2275
2289
|
|
|
2276
2290
|
## 4.0.8
|
|
2277
2291
|
|
|
2278
2292
|
### Patch Changes
|
|
2279
2293
|
|
|
2280
|
-
-
|
|
2294
|
+
- [patch][77ef850a35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/77ef850a35):
|
|
2281
2295
|
|
|
2282
|
-
|
|
2296
|
+
Fix click and hover behaviours of disabled single user picker
|
|
2283
2297
|
|
|
2284
2298
|
## 4.0.7
|
|
2285
2299
|
|
|
2286
2300
|
### Patch Changes
|
|
2287
2301
|
|
|
2288
|
-
-
|
|
2302
|
+
- [patch][25b3ec24af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25b3ec24af):
|
|
2289
2303
|
|
|
2290
|
-
|
|
2304
|
+
add optional session id to async loadoption
|
|
2291
2305
|
|
|
2292
2306
|
## 4.0.6
|
|
2293
2307
|
|
|
2294
2308
|
### Patch Changes
|
|
2295
2309
|
|
|
2296
|
-
-
|
|
2310
|
+
- [patch][b029d82e8c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b029d82e8c):
|
|
2297
2311
|
|
|
2298
|
-
|
|
2312
|
+
Handle scroll of box of user picker component
|
|
2299
2313
|
|
|
2300
2314
|
## 4.0.5
|
|
2301
2315
|
|
|
2302
2316
|
### Patch Changes
|
|
2303
2317
|
|
|
2304
|
-
-
|
|
2318
|
+
- [patch][9b0adb4ce7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0adb4ce7):
|
|
2305
2319
|
|
|
2306
|
-
|
|
2320
|
+
Fix scrolling behaviour when picking a user in the multi user picker
|
|
2307
2321
|
|
|
2308
2322
|
## 4.0.4
|
|
2309
2323
|
|
|
2310
|
-
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2324
|
+
- Updated dependencies
|
|
2325
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
2326
|
+
- @atlaskit/avatar@16.0.4
|
|
2327
|
+
- @atlaskit/icon@18.0.1
|
|
2328
|
+
- @atlaskit/select@9.1.6
|
|
2329
|
+
- @atlaskit/tooltip@15.0.0
|
|
2316
2330
|
|
|
2317
2331
|
## 4.0.3
|
|
2318
2332
|
|
|
2319
|
-
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2333
|
+
- Updated dependencies
|
|
2334
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
2335
|
+
- @atlaskit/docs@8.1.2
|
|
2336
|
+
- @atlaskit/avatar@16.0.3
|
|
2337
|
+
- @atlaskit/field-base@13.0.4
|
|
2338
|
+
- @atlaskit/section-message@4.0.2
|
|
2339
|
+
- @atlaskit/select@9.1.5
|
|
2340
|
+
- @atlaskit/tag@8.0.3
|
|
2341
|
+
- @atlaskit/tooltip@14.0.3
|
|
2342
|
+
- @atlaskit/icon@18.0.0
|
|
2329
2343
|
|
|
2330
2344
|
## 4.0.2
|
|
2331
2345
|
|
|
2332
|
-
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2346
|
+
- Updated dependencies
|
|
2347
|
+
[ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
|
|
2348
|
+
- @atlaskit/theme@9.0.3
|
|
2349
|
+
- @atlaskit/lozenge@9.0.0
|
|
2336
2350
|
|
|
2337
2351
|
## 4.0.1
|
|
2338
2352
|
|
|
2339
|
-
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2353
|
+
- Updated dependencies
|
|
2354
|
+
[6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
|
|
2355
|
+
- @atlaskit/avatar@16.0.2
|
|
2356
|
+
- @atlaskit/icon@17.1.1
|
|
2357
|
+
- @atlaskit/tag@8.0.2
|
|
2358
|
+
- @atlaskit/theme@9.0.2
|
|
2359
|
+
- @atlaskit/section-message@4.0.0
|
|
2346
2360
|
|
|
2347
2361
|
## 4.0.0
|
|
2348
2362
|
|
|
2349
|
-
-
|
|
2363
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2350
2364
|
|
|
2351
|
-
|
|
2352
|
-
|
|
2365
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2366
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
2353
2367
|
|
|
2354
2368
|
## 3.5.5
|
|
2355
2369
|
|
|
2356
|
-
-
|
|
2370
|
+
- [patch][87c47cd667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87c47cd667):
|
|
2357
2371
|
|
|
2358
|
-
|
|
2372
|
+
- Getting updated styles from tag
|
|
2359
2373
|
|
|
2360
2374
|
## 3.5.4
|
|
2361
2375
|
|
|
2362
|
-
-
|
|
2376
|
+
- [patch][b8bc454675](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8bc454675):
|
|
2363
2377
|
|
|
2364
|
-
|
|
2378
|
+
- Add inputId prop to allow label to open the user picker
|
|
2365
2379
|
|
|
2366
2380
|
## 3.5.3
|
|
2367
2381
|
|
|
2368
|
-
-
|
|
2382
|
+
- [patch][171feaa473](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/171feaa473):
|
|
2369
2383
|
|
|
2370
|
-
|
|
2384
|
+
- FS-3792 clear results after selection
|
|
2371
2385
|
|
|
2372
2386
|
## 3.5.2
|
|
2373
2387
|
|
|
2374
|
-
-
|
|
2388
|
+
- [patch][7cb36f2603](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cb36f2603):
|
|
2375
2389
|
|
|
2376
|
-
|
|
2390
|
+
- Fixed User Picker showing the spinner forever in some async use cases.
|
|
2377
2391
|
|
|
2378
2392
|
## 3.5.1
|
|
2379
2393
|
|
|
2380
|
-
-
|
|
2394
|
+
- [patch][3fbfd9d7f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3fbfd9d7f5):
|
|
2381
2395
|
|
|
2382
|
-
|
|
2396
|
+
- updated byline message for EmailOption based on email validity in user-picker
|
|
2383
2397
|
|
|
2384
2398
|
## 3.5.0
|
|
2385
2399
|
|
|
2386
|
-
-
|
|
2400
|
+
- [minor][e1abf3f31a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1abf3f31a):
|
|
2387
2401
|
|
|
2388
|
-
|
|
2402
|
+
- Prevent popup user picker from being dismissed on clear.
|
|
2389
2403
|
|
|
2390
2404
|
## 3.4.3
|
|
2391
2405
|
|
|
2392
|
-
-
|
|
2406
|
+
- [patch][2f8c041db5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f8c041db5):
|
|
2393
2407
|
|
|
2394
|
-
|
|
2408
|
+
- Corrected asynchronous user picker behaviour
|
|
2395
2409
|
|
|
2396
2410
|
## 3.4.2
|
|
2397
2411
|
|
|
2398
|
-
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2412
|
+
- Updated dependencies
|
|
2413
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
2414
|
+
- @atlaskit/docs@7.0.3
|
|
2415
|
+
- @atlaskit/avatar@15.0.4
|
|
2416
|
+
- @atlaskit/field-base@12.0.2
|
|
2417
|
+
- @atlaskit/icon@16.0.9
|
|
2418
|
+
- @atlaskit/lozenge@7.0.2
|
|
2419
|
+
- @atlaskit/section-message@2.0.3
|
|
2420
|
+
- @atlaskit/select@8.1.1
|
|
2421
|
+
- @atlaskit/tag@7.0.2
|
|
2422
|
+
- @atlaskit/tooltip@13.0.4
|
|
2423
|
+
- @atlaskit/theme@8.1.7
|
|
2410
2424
|
|
|
2411
2425
|
## 3.4.1
|
|
2412
2426
|
|
|
2413
|
-
-
|
|
2427
|
+
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
2414
2428
|
|
|
2415
|
-
|
|
2416
|
-
|
|
2429
|
+
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
2430
|
+
supplied from itself.
|
|
2417
2431
|
|
|
2418
2432
|
## 3.4.0
|
|
2419
2433
|
|
|
2420
|
-
-
|
|
2434
|
+
- [minor][4a8effc046](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a8effc046):
|
|
2421
2435
|
|
|
2422
|
-
|
|
2436
|
+
- FS-3741 expose boundariesElement for integrators to pass in custom boundary
|
|
2423
2437
|
|
|
2424
2438
|
## 3.3.5
|
|
2425
2439
|
|
|
2426
|
-
-
|
|
2440
|
+
- [patch][0f4109e919](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f4109e919):
|
|
2427
2441
|
|
|
2428
|
-
|
|
2442
|
+
- FS-3743 remove loading message from user picker
|
|
2429
2443
|
|
|
2430
2444
|
## 3.3.4
|
|
2431
2445
|
|
|
2432
|
-
-
|
|
2446
|
+
- [patch][93464f09e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93464f09e8):
|
|
2433
2447
|
|
|
2434
|
-
|
|
2448
|
+
- TEAMS-328 : Changing byline logic
|
|
2435
2449
|
|
|
2436
2450
|
## 3.3.3
|
|
2437
2451
|
|
|
2438
|
-
-
|
|
2452
|
+
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
2439
2453
|
|
|
2440
|
-
|
|
2454
|
+
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
2441
2455
|
|
|
2442
2456
|
## 3.3.2
|
|
2443
2457
|
|
|
2444
|
-
-
|
|
2458
|
+
- [patch][3718bdc361](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3718bdc361):
|
|
2445
2459
|
|
|
2446
|
-
|
|
2460
|
+
- Updated InviteAvatorIcon in UserPicker to be not transparent
|
|
2447
2461
|
|
|
2448
2462
|
## 3.3.1
|
|
2449
2463
|
|
|
2450
|
-
-
|
|
2464
|
+
- [patch][83ad0552d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83ad0552d4):
|
|
2451
2465
|
|
|
2452
|
-
|
|
2466
|
+
- Workaround SSR avatar issue in user-picker ssr tests
|
|
2453
2467
|
|
|
2454
2468
|
## 3.3.0
|
|
2455
2469
|
|
|
2456
|
-
-
|
|
2470
|
+
- [minor][4526b178cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4526b178cb):
|
|
2457
2471
|
|
|
2458
|
-
|
|
2472
|
+
- Fixed uncaptured Enter key press on Input
|
|
2459
2473
|
|
|
2460
2474
|
## 3.2.0
|
|
2461
2475
|
|
|
2462
|
-
-
|
|
2476
|
+
- [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
|
|
2463
2477
|
|
|
2464
|
-
|
|
2478
|
+
- reset jest modules before hydration
|
|
2465
2479
|
|
|
2466
2480
|
## 3.1.1
|
|
2467
2481
|
|
|
2468
|
-
-
|
|
2482
|
+
- [patch][3161a93cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3161a93cdb):
|
|
2469
2483
|
|
|
2470
|
-
|
|
2484
|
+
- FS-3289 update share copy
|
|
2471
2485
|
|
|
2472
2486
|
## 3.1.0
|
|
2473
2487
|
|
|
2474
|
-
-
|
|
2488
|
+
- [minor][1da59f9d31](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da59f9d31):
|
|
2475
2489
|
|
|
2476
|
-
|
|
2490
|
+
- added ssr tests to user-picker
|
|
2477
2491
|
|
|
2478
2492
|
## 3.0.0
|
|
2479
2493
|
|
|
2480
|
-
-
|
|
2494
|
+
- [major][3ea3f5ea55](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ea3f5ea55):
|
|
2481
2495
|
|
|
2482
|
-
|
|
2496
|
+
- FS-3548 integrators must explicitly set the context prop in user-picker
|
|
2483
2497
|
|
|
2484
2498
|
## 2.0.3
|
|
2485
2499
|
|
|
2486
|
-
-
|
|
2500
|
+
- [patch][552843a739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/552843a739):
|
|
2487
2501
|
|
|
2488
|
-
|
|
2502
|
+
- FS-3639 fix analytics when no item is removed
|
|
2489
2503
|
|
|
2490
2504
|
## 2.0.2
|
|
2491
2505
|
|
|
2492
|
-
-
|
|
2506
|
+
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2493
2507
|
|
|
2494
|
-
|
|
2495
|
-
index.js
|
|
2508
|
+
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2496
2509
|
|
|
2497
2510
|
## 2.0.1
|
|
2498
2511
|
|
|
2499
|
-
-
|
|
2512
|
+
- [patch][de8123519a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de8123519a):
|
|
2500
2513
|
|
|
2501
|
-
|
|
2514
|
+
- FS-3675 add ability for integrator to add title to popup picker
|
|
2502
2515
|
|
|
2503
2516
|
## 2.0.0
|
|
2504
2517
|
|
|
2505
|
-
-
|
|
2518
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2506
2519
|
|
|
2507
|
-
|
|
2520
|
+
- Dropped ES5 distributables from the typescript packages
|
|
2508
2521
|
|
|
2509
2522
|
## 1.1.1
|
|
2510
2523
|
|
|
2511
|
-
-
|
|
2524
|
+
- [patch][64c306c904](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64c306c904):
|
|
2512
2525
|
|
|
2513
|
-
|
|
2526
|
+
- FS-3599 remove logic to hide add more placeholder
|
|
2514
2527
|
|
|
2515
2528
|
## 1.1.0
|
|
2516
2529
|
|
|
2517
|
-
-
|
|
2530
|
+
- [minor][14af4044ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14af4044ea):
|
|
2518
2531
|
|
|
2519
|
-
|
|
2532
|
+
- FS-3354 introduce PopupUserPicker to package
|
|
2520
2533
|
|
|
2521
2534
|
## 1.0.25
|
|
2522
2535
|
|
|
2523
|
-
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2536
|
+
- Updated dependencies
|
|
2537
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
2538
|
+
- @atlaskit/icon@16.0.4
|
|
2539
|
+
- @atlaskit/util-data-test@10.2.3
|
|
2540
|
+
- @atlaskit/analytics-viewer@0.1.7
|
|
2541
|
+
- @atlaskit/docs@7.0.0
|
|
2542
|
+
- @atlaskit/analytics-next@4.0.0
|
|
2543
|
+
- @atlaskit/avatar@15.0.0
|
|
2544
|
+
- @atlaskit/lozenge@7.0.0
|
|
2545
|
+
- @atlaskit/section-message@2.0.0
|
|
2546
|
+
- @atlaskit/select@8.0.0
|
|
2547
|
+
- @atlaskit/tag@7.0.0
|
|
2548
|
+
- @atlaskit/theme@8.0.0
|
|
2549
|
+
- @atlaskit/tooltip@13.0.0
|
|
2537
2550
|
|
|
2538
2551
|
## 1.0.24
|
|
2539
2552
|
|
|
2540
|
-
-
|
|
2553
|
+
- [patch][97307d9dd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97307d9dd1):
|
|
2541
2554
|
|
|
2542
|
-
|
|
2555
|
+
- FS-3618 add isValidEmail prop to UserPicker
|
|
2543
2556
|
|
|
2544
2557
|
## 1.0.23
|
|
2545
2558
|
|
|
2546
|
-
-
|
|
2559
|
+
- [patch][ad1bd2a92e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ad1bd2a92e):
|
|
2547
2560
|
|
|
2548
|
-
|
|
2561
|
+
- FS-3605 expose prop to disable input
|
|
2549
2562
|
|
|
2550
2563
|
## 1.0.22
|
|
2551
2564
|
|
|
2552
|
-
-
|
|
2565
|
+
- [patch][46ffd45f21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46ffd45f21):
|
|
2553
2566
|
|
|
2554
|
-
|
|
2555
|
-
|
|
2567
|
+
- Added ability to toggle animations in atlaskit/select, updated UserPicker to disable animations
|
|
2568
|
+
using this new behaviour
|
|
2556
2569
|
|
|
2557
2570
|
## 1.0.21
|
|
2558
2571
|
|
|
2559
|
-
-
|
|
2572
|
+
- [patch][b38b2098e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b38b2098e3):
|
|
2560
2573
|
|
|
2561
|
-
|
|
2574
|
+
- FS-3417 export utils functions
|
|
2562
2575
|
|
|
2563
2576
|
## 1.0.20
|
|
2564
2577
|
|
|
2565
|
-
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2578
|
+
- Updated dependencies
|
|
2579
|
+
[06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
2580
|
+
- @atlaskit/select@7.0.0
|
|
2568
2581
|
|
|
2569
2582
|
## 1.0.19
|
|
2570
2583
|
|
|
2571
|
-
-
|
|
2584
|
+
- [patch][1050084e29](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1050084e29):
|
|
2572
2585
|
|
|
2573
|
-
|
|
2586
|
+
- TEAMS-242 : Change user picker placeholder
|
|
2574
2587
|
|
|
2575
2588
|
## 1.0.18
|
|
2576
2589
|
|
|
2577
|
-
-
|
|
2590
|
+
- [patch][0809a67d7b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0809a67d7b):
|
|
2578
2591
|
|
|
2579
|
-
|
|
2592
|
+
- FS-3591 hide selected users from multi picker
|
|
2580
2593
|
|
|
2581
2594
|
## 1.0.17
|
|
2582
2595
|
|
|
2583
|
-
-
|
|
2596
|
+
- [patch][67f0d11134](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f0d11134):
|
|
2584
2597
|
|
|
2585
|
-
|
|
2598
|
+
- FS-3577 show selected options by default
|
|
2586
2599
|
|
|
2587
2600
|
## 1.0.16
|
|
2588
2601
|
|
|
2589
|
-
-
|
|
2602
|
+
- [patch][c51d1e2e51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c51d1e2e51):
|
|
2590
2603
|
|
|
2591
|
-
|
|
2604
|
+
- FS-3573 show user avatar on focus
|
|
2592
2605
|
|
|
2593
2606
|
## 1.0.15
|
|
2594
2607
|
|
|
2595
|
-
-
|
|
2608
|
+
- [patch][1ce3a8812b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ce3a8812b):
|
|
2596
2609
|
|
|
2597
|
-
|
|
2610
|
+
- FS-3458 call loadOptions if open prop is controlled
|