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