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