@atlaskit/user-picker 10.19.10 → 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 +1102 -558
- 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/components/PopupUserPicker.d.ts +2 -18
- package/dist/types/types.d.ts +1 -1
- package/dist/types-ts4.5/components/BaseUserPicker.d.ts +1 -1
- package/dist/types-ts4.5/components/PopupUserPicker.d.ts +2 -18
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/package.json +16 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,2018 +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
|
+
|
|
11
|
+
## 10.19.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
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
|
|
18
|
+
|
|
3
19
|
## 10.19.10
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
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
|
|
9
27
|
|
|
10
28
|
## 10.19.9
|
|
11
29
|
|
|
12
30
|
### Patch Changes
|
|
13
31
|
|
|
14
|
-
-
|
|
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.
|
|
15
36
|
|
|
16
37
|
## 10.19.8
|
|
17
38
|
|
|
18
39
|
### Patch Changes
|
|
19
40
|
|
|
20
|
-
-
|
|
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`
|
|
21
44
|
|
|
22
45
|
## 10.19.7
|
|
23
46
|
|
|
24
47
|
### Patch Changes
|
|
25
48
|
|
|
26
|
-
-
|
|
49
|
+
- Updated dependencies
|
|
27
50
|
|
|
28
51
|
## 10.19.6
|
|
29
52
|
|
|
30
53
|
### Patch Changes
|
|
31
54
|
|
|
32
|
-
-
|
|
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`
|
|
33
58
|
|
|
34
59
|
## 10.19.5
|
|
35
60
|
|
|
36
61
|
### Patch Changes
|
|
37
62
|
|
|
38
|
-
-
|
|
39
|
-
-
|
|
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
|
|
40
67
|
|
|
41
68
|
## 10.19.4
|
|
42
69
|
|
|
43
70
|
### Patch Changes
|
|
44
71
|
|
|
45
|
-
-
|
|
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
|
|
46
75
|
|
|
47
76
|
## 10.19.3
|
|
48
77
|
|
|
49
78
|
### Patch Changes
|
|
50
79
|
|
|
51
|
-
-
|
|
80
|
+
- Updated dependencies
|
|
52
81
|
|
|
53
82
|
## 10.19.2
|
|
54
83
|
|
|
55
84
|
### Patch Changes
|
|
56
85
|
|
|
57
|
-
-
|
|
86
|
+
- Updated dependencies
|
|
58
87
|
|
|
59
88
|
## 10.19.1
|
|
60
89
|
|
|
61
90
|
### Patch Changes
|
|
62
91
|
|
|
63
|
-
-
|
|
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.
|
|
64
96
|
|
|
65
97
|
## 10.19.0
|
|
66
98
|
|
|
67
99
|
### Minor Changes
|
|
68
100
|
|
|
69
|
-
-
|
|
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
|
|
70
104
|
|
|
71
105
|
### Patch Changes
|
|
72
106
|
|
|
73
|
-
-
|
|
74
|
-
-
|
|
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
|
|
75
111
|
|
|
76
112
|
## 10.18.0
|
|
77
113
|
|
|
78
114
|
### Minor Changes
|
|
79
115
|
|
|
80
|
-
-
|
|
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
|
|
81
120
|
|
|
82
121
|
## 10.17.1
|
|
83
122
|
|
|
84
123
|
### Patch Changes
|
|
85
124
|
|
|
86
|
-
-
|
|
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
|
|
87
128
|
|
|
88
129
|
## 10.17.0
|
|
89
130
|
|
|
90
131
|
### Minor Changes
|
|
91
132
|
|
|
92
|
-
-
|
|
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
|
|
93
136
|
|
|
94
137
|
## 10.16.1
|
|
95
138
|
|
|
96
139
|
### Patch Changes
|
|
97
140
|
|
|
98
|
-
-
|
|
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.
|
|
99
145
|
|
|
100
146
|
## 10.16.0
|
|
101
147
|
|
|
102
148
|
### Minor Changes
|
|
103
149
|
|
|
104
|
-
-
|
|
105
|
-
|
|
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
|
|
106
156
|
|
|
107
157
|
## 10.15.0
|
|
108
158
|
|
|
109
159
|
### Minor Changes
|
|
110
160
|
|
|
111
|
-
-
|
|
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
|
|
112
164
|
|
|
113
165
|
### Patch Changes
|
|
114
166
|
|
|
115
|
-
-
|
|
116
|
-
-
|
|
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
|
|
117
171
|
|
|
118
172
|
## 10.14.0
|
|
119
173
|
|
|
120
174
|
### Minor Changes
|
|
121
175
|
|
|
122
|
-
-
|
|
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
|
|
123
179
|
|
|
124
180
|
## 10.13.6
|
|
125
181
|
|
|
126
182
|
### Patch Changes
|
|
127
183
|
|
|
128
|
-
-
|
|
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
|
|
129
187
|
|
|
130
188
|
## 10.13.5
|
|
131
189
|
|
|
132
190
|
### Patch Changes
|
|
133
191
|
|
|
134
|
-
-
|
|
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.
|
|
135
195
|
|
|
136
196
|
## 10.13.4
|
|
137
197
|
|
|
138
198
|
### Patch Changes
|
|
139
199
|
|
|
140
|
-
-
|
|
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
|
|
141
203
|
|
|
142
204
|
## 10.13.3
|
|
143
205
|
|
|
144
206
|
### Patch Changes
|
|
145
207
|
|
|
146
|
-
-
|
|
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.
|
|
147
212
|
|
|
148
213
|
## 10.13.2
|
|
149
214
|
|
|
150
215
|
### Patch Changes
|
|
151
216
|
|
|
152
|
-
-
|
|
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
|
|
153
220
|
|
|
154
221
|
## 10.13.1
|
|
155
222
|
|
|
156
223
|
### Patch Changes
|
|
157
224
|
|
|
158
|
-
-
|
|
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
|
|
159
228
|
|
|
160
229
|
## 10.13.0
|
|
161
230
|
|
|
162
231
|
### Minor Changes
|
|
163
232
|
|
|
164
|
-
-
|
|
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.
|
|
165
237
|
|
|
166
238
|
## 10.12.7
|
|
167
239
|
|
|
168
240
|
### Patch Changes
|
|
169
241
|
|
|
170
|
-
-
|
|
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
|
|
171
245
|
|
|
172
246
|
## 10.12.6
|
|
173
247
|
|
|
174
248
|
### Patch Changes
|
|
175
249
|
|
|
176
|
-
-
|
|
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.
|
|
177
254
|
|
|
178
255
|
## 10.12.5
|
|
179
256
|
|
|
180
257
|
### Patch Changes
|
|
181
258
|
|
|
182
|
-
-
|
|
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).
|
|
183
262
|
|
|
184
263
|
## 10.12.4
|
|
185
264
|
|
|
186
265
|
### Patch Changes
|
|
187
266
|
|
|
188
|
-
-
|
|
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
|
|
189
270
|
|
|
190
271
|
## 10.12.3
|
|
191
272
|
|
|
192
273
|
### Patch Changes
|
|
193
274
|
|
|
194
|
-
-
|
|
275
|
+
- Updated dependencies
|
|
195
276
|
|
|
196
277
|
## 10.12.2
|
|
197
278
|
|
|
198
279
|
### Patch Changes
|
|
199
280
|
|
|
200
|
-
-
|
|
281
|
+
- Updated dependencies
|
|
201
282
|
|
|
202
283
|
## 10.12.1
|
|
203
284
|
|
|
204
285
|
### Patch Changes
|
|
205
286
|
|
|
206
|
-
-
|
|
287
|
+
- Updated dependencies
|
|
207
288
|
|
|
208
289
|
## 10.12.0
|
|
209
290
|
|
|
210
291
|
### Minor Changes
|
|
211
292
|
|
|
212
|
-
-
|
|
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.
|
|
213
297
|
|
|
214
298
|
### Patch Changes
|
|
215
299
|
|
|
216
|
-
-
|
|
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.
|
|
217
304
|
|
|
218
305
|
## 10.11.2
|
|
219
306
|
|
|
220
307
|
### Patch Changes
|
|
221
308
|
|
|
222
|
-
-
|
|
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
|
|
223
312
|
|
|
224
313
|
## 10.11.1
|
|
225
314
|
|
|
226
315
|
### Patch Changes
|
|
227
316
|
|
|
228
|
-
-
|
|
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
|
|
229
320
|
|
|
230
321
|
## 10.11.0
|
|
231
322
|
|
|
232
323
|
### Minor Changes
|
|
233
324
|
|
|
234
|
-
-
|
|
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
|
|
235
328
|
|
|
236
329
|
## 10.10.2
|
|
237
330
|
|
|
238
331
|
### Patch Changes
|
|
239
332
|
|
|
240
|
-
-
|
|
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
|
|
241
337
|
|
|
242
338
|
## 10.10.1
|
|
243
339
|
|
|
244
340
|
### Patch Changes
|
|
245
341
|
|
|
246
|
-
-
|
|
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.
|
|
247
345
|
|
|
248
346
|
## 10.10.0
|
|
249
347
|
|
|
250
348
|
### Minor Changes
|
|
251
349
|
|
|
252
|
-
-
|
|
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
|
|
253
353
|
|
|
254
354
|
### Patch Changes
|
|
255
355
|
|
|
256
|
-
-
|
|
356
|
+
- Updated dependencies
|
|
257
357
|
|
|
258
358
|
## 10.9.1
|
|
259
359
|
|
|
260
360
|
### Patch Changes
|
|
261
361
|
|
|
262
|
-
-
|
|
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
|
|
263
365
|
|
|
264
366
|
## 10.9.0
|
|
265
367
|
|
|
266
368
|
### Minor Changes
|
|
267
369
|
|
|
268
|
-
-
|
|
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
|
|
269
373
|
|
|
270
374
|
## 10.8.0
|
|
271
375
|
|
|
272
376
|
### Minor Changes
|
|
273
377
|
|
|
274
|
-
-
|
|
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
|
|
275
381
|
|
|
276
382
|
## 10.7.0
|
|
277
383
|
|
|
278
384
|
### Minor Changes
|
|
279
385
|
|
|
280
|
-
-
|
|
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
|
|
281
389
|
|
|
282
390
|
## 10.6.0
|
|
283
391
|
|
|
284
392
|
### Minor Changes
|
|
285
393
|
|
|
286
|
-
-
|
|
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
|
|
287
397
|
|
|
288
398
|
### Patch Changes
|
|
289
399
|
|
|
290
|
-
-
|
|
291
|
-
-
|
|
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
|
|
292
404
|
|
|
293
405
|
## 10.5.1
|
|
294
406
|
|
|
295
407
|
### Patch Changes
|
|
296
408
|
|
|
297
|
-
-
|
|
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
|
|
298
412
|
|
|
299
413
|
## 10.5.0
|
|
300
414
|
|
|
301
415
|
### Minor Changes
|
|
302
416
|
|
|
303
|
-
-
|
|
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
|
|
304
420
|
|
|
305
421
|
## 10.4.0
|
|
306
422
|
|
|
307
423
|
### Minor Changes
|
|
308
424
|
|
|
309
|
-
-
|
|
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.
|
|
310
430
|
|
|
311
431
|
## 10.3.0
|
|
312
432
|
|
|
313
433
|
### Minor Changes
|
|
314
434
|
|
|
315
|
-
-
|
|
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
|
|
316
438
|
|
|
317
439
|
## 10.2.5
|
|
318
440
|
|
|
319
441
|
### Patch Changes
|
|
320
442
|
|
|
321
|
-
-
|
|
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
|
|
322
446
|
|
|
323
447
|
## 10.2.4
|
|
324
448
|
|
|
325
449
|
### Patch Changes
|
|
326
450
|
|
|
327
|
-
-
|
|
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
|
|
328
454
|
|
|
329
455
|
## 10.2.3
|
|
330
456
|
|
|
331
457
|
### Patch Changes
|
|
332
458
|
|
|
333
|
-
-
|
|
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
|
|
334
462
|
|
|
335
463
|
## 10.2.2
|
|
336
464
|
|
|
337
465
|
### Patch Changes
|
|
338
466
|
|
|
339
|
-
-
|
|
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
|
|
340
470
|
|
|
341
471
|
## 10.2.1
|
|
342
472
|
|
|
343
473
|
### Patch Changes
|
|
344
474
|
|
|
345
|
-
-
|
|
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`
|
|
346
478
|
|
|
347
479
|
## 10.2.0
|
|
348
480
|
|
|
349
481
|
### Minor Changes
|
|
350
482
|
|
|
351
|
-
-
|
|
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
|
|
352
486
|
|
|
353
487
|
### Patch Changes
|
|
354
488
|
|
|
355
|
-
-
|
|
489
|
+
- Updated dependencies
|
|
356
490
|
|
|
357
491
|
## 10.1.1
|
|
358
492
|
|
|
359
493
|
### Patch Changes
|
|
360
494
|
|
|
361
|
-
-
|
|
495
|
+
- Updated dependencies
|
|
362
496
|
|
|
363
497
|
## 10.1.0
|
|
364
498
|
|
|
365
499
|
### Minor Changes
|
|
366
500
|
|
|
367
|
-
-
|
|
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.
|
|
368
506
|
|
|
369
507
|
## 10.0.3
|
|
370
508
|
|
|
371
509
|
### Patch Changes
|
|
372
510
|
|
|
373
|
-
-
|
|
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.
|
|
374
514
|
|
|
375
515
|
## 10.0.2
|
|
376
516
|
|
|
377
517
|
### Patch Changes
|
|
378
518
|
|
|
379
|
-
-
|
|
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.
|
|
380
523
|
|
|
381
524
|
## 10.0.1
|
|
382
525
|
|
|
383
526
|
### Patch Changes
|
|
384
527
|
|
|
385
|
-
-
|
|
528
|
+
- Updated dependencies
|
|
386
529
|
|
|
387
530
|
## 10.0.0
|
|
388
531
|
|
|
389
532
|
### Major Changes
|
|
390
533
|
|
|
391
|
-
-
|
|
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.
|
|
392
539
|
|
|
393
540
|
## 9.7.4
|
|
394
541
|
|
|
395
542
|
### Patch Changes
|
|
396
543
|
|
|
397
|
-
-
|
|
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.
|
|
398
548
|
|
|
399
549
|
## 9.7.3
|
|
400
550
|
|
|
401
551
|
### Patch Changes
|
|
402
552
|
|
|
403
|
-
-
|
|
553
|
+
- Updated dependencies
|
|
404
554
|
|
|
405
555
|
## 9.7.2
|
|
406
556
|
|
|
407
557
|
### Patch Changes
|
|
408
558
|
|
|
409
|
-
-
|
|
559
|
+
- Updated dependencies
|
|
410
560
|
|
|
411
561
|
## 9.7.1
|
|
412
562
|
|
|
413
563
|
### Patch Changes
|
|
414
564
|
|
|
415
|
-
-
|
|
416
|
-
|
|
417
|
-
-
|
|
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
|
|
418
570
|
|
|
419
571
|
## 9.7.0
|
|
420
572
|
|
|
421
573
|
### Minor Changes
|
|
422
574
|
|
|
423
|
-
-
|
|
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`.
|
|
424
578
|
|
|
425
579
|
## 9.6.3
|
|
426
580
|
|
|
427
581
|
### Patch Changes
|
|
428
582
|
|
|
429
|
-
-
|
|
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
|
|
430
586
|
|
|
431
587
|
## 9.6.2
|
|
432
588
|
|
|
433
589
|
### Patch Changes
|
|
434
590
|
|
|
435
|
-
-
|
|
591
|
+
- Updated dependencies
|
|
436
592
|
|
|
437
593
|
## 9.6.1
|
|
438
594
|
|
|
439
595
|
### Patch Changes
|
|
440
596
|
|
|
441
|
-
-
|
|
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.
|
|
442
601
|
|
|
443
602
|
## 9.6.0
|
|
444
603
|
|
|
445
604
|
### Minor Changes
|
|
446
605
|
|
|
447
|
-
-
|
|
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
|
|
448
609
|
|
|
449
610
|
## 9.5.1
|
|
450
611
|
|
|
451
612
|
### Patch Changes
|
|
452
613
|
|
|
453
|
-
-
|
|
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
|
|
454
617
|
|
|
455
618
|
## 9.5.0
|
|
456
619
|
|
|
457
620
|
### Minor Changes
|
|
458
621
|
|
|
459
|
-
-
|
|
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.
|
|
460
626
|
|
|
461
627
|
## 9.4.1
|
|
462
628
|
|
|
463
629
|
### Patch Changes
|
|
464
630
|
|
|
465
|
-
-
|
|
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`
|
|
466
634
|
|
|
467
635
|
## 9.4.0
|
|
468
636
|
|
|
469
637
|
### Minor Changes
|
|
470
638
|
|
|
471
|
-
-
|
|
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.
|
|
472
644
|
|
|
473
645
|
## 9.3.6
|
|
474
646
|
|
|
475
647
|
### Patch Changes
|
|
476
648
|
|
|
477
|
-
-
|
|
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
|
|
478
652
|
|
|
479
653
|
## 9.3.5
|
|
480
654
|
|
|
481
655
|
### Patch Changes
|
|
482
656
|
|
|
483
|
-
-
|
|
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.
|
|
484
661
|
|
|
485
662
|
## 9.3.4
|
|
486
663
|
|
|
487
664
|
### Patch Changes
|
|
488
665
|
|
|
489
|
-
-
|
|
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
|
|
490
669
|
|
|
491
670
|
## 9.3.3
|
|
492
671
|
|
|
493
672
|
### Patch Changes
|
|
494
673
|
|
|
495
|
-
-
|
|
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
|
|
496
678
|
|
|
497
679
|
## 9.3.2
|
|
498
680
|
|
|
499
681
|
### Patch Changes
|
|
500
682
|
|
|
501
|
-
-
|
|
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`.
|
|
502
686
|
|
|
503
687
|
## 9.3.1
|
|
504
688
|
|
|
505
689
|
### Patch Changes
|
|
506
690
|
|
|
507
|
-
-
|
|
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
|
|
508
694
|
|
|
509
695
|
## 9.3.0
|
|
510
696
|
|
|
511
697
|
### Minor Changes
|
|
512
698
|
|
|
513
|
-
-
|
|
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.
|
|
514
704
|
|
|
515
705
|
## 9.2.2
|
|
516
706
|
|
|
517
707
|
### Patch Changes
|
|
518
708
|
|
|
519
|
-
-
|
|
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
|
|
520
712
|
|
|
521
713
|
## 9.2.1
|
|
522
714
|
|
|
523
715
|
### Patch Changes
|
|
524
716
|
|
|
525
|
-
-
|
|
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.
|
|
526
721
|
|
|
527
722
|
## 9.2.0
|
|
528
723
|
|
|
529
724
|
### Minor Changes
|
|
530
725
|
|
|
531
|
-
-
|
|
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
|
|
532
729
|
|
|
533
730
|
## 9.1.1
|
|
534
731
|
|
|
535
732
|
### Patch Changes
|
|
536
733
|
|
|
537
|
-
-
|
|
734
|
+
- Updated dependencies
|
|
538
735
|
|
|
539
736
|
## 9.1.0
|
|
540
737
|
|
|
541
738
|
### Minor Changes
|
|
542
739
|
|
|
543
|
-
-
|
|
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
|
|
544
743
|
|
|
545
744
|
## 9.0.7
|
|
546
745
|
|
|
547
746
|
### Patch Changes
|
|
548
747
|
|
|
549
|
-
-
|
|
748
|
+
- Updated dependencies
|
|
550
749
|
|
|
551
750
|
## 9.0.6
|
|
552
751
|
|
|
553
752
|
### Patch Changes
|
|
554
753
|
|
|
555
|
-
-
|
|
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.
|
|
556
757
|
|
|
557
758
|
## 9.0.5
|
|
558
759
|
|
|
559
760
|
### Patch Changes
|
|
560
761
|
|
|
561
|
-
-
|
|
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.
|
|
562
765
|
|
|
563
766
|
## 9.0.4
|
|
564
767
|
|
|
565
768
|
### Patch Changes
|
|
566
769
|
|
|
567
|
-
-
|
|
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
|
|
568
773
|
|
|
569
774
|
## 9.0.3
|
|
570
775
|
|
|
571
776
|
### Patch Changes
|
|
572
777
|
|
|
573
|
-
-
|
|
778
|
+
- Updated dependencies
|
|
574
779
|
|
|
575
780
|
## 9.0.2
|
|
576
781
|
|
|
577
782
|
### Patch Changes
|
|
578
783
|
|
|
579
|
-
-
|
|
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
|
|
580
787
|
|
|
581
788
|
## 9.0.1
|
|
582
789
|
|
|
583
790
|
### Patch Changes
|
|
584
791
|
|
|
585
|
-
-
|
|
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.
|
|
586
796
|
|
|
587
797
|
## 9.0.0
|
|
588
798
|
|
|
589
799
|
### Major Changes
|
|
590
800
|
|
|
591
|
-
-
|
|
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.
|
|
592
805
|
|
|
593
|
-
|
|
806
|
+
### What this means for you as a @atlaskit/user-picker/smart-user-picker consumer
|
|
594
807
|
|
|
595
|
-
|
|
808
|
+
- If you require an urgent change to SmartUserPicker, you will need to migrate and make
|
|
809
|
+
changes to @atlaskit/smart-user-picker.
|
|
596
810
|
|
|
597
|
-
|
|
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.
|
|
598
814
|
|
|
599
815
|
## 8.8.6
|
|
600
816
|
|
|
601
817
|
### Patch Changes
|
|
602
818
|
|
|
603
|
-
-
|
|
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
|
|
604
822
|
|
|
605
823
|
## 8.8.5
|
|
606
824
|
|
|
607
825
|
### Patch Changes
|
|
608
826
|
|
|
609
|
-
-
|
|
610
|
-
|
|
611
|
-
|
|
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
|
|
612
834
|
|
|
613
835
|
## 8.8.4
|
|
614
836
|
|
|
615
837
|
### Patch Changes
|
|
616
838
|
|
|
617
|
-
-
|
|
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.
|
|
618
842
|
|
|
619
843
|
## 8.8.3
|
|
620
844
|
|
|
621
845
|
### Patch Changes
|
|
622
846
|
|
|
623
|
-
-
|
|
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
|
|
624
850
|
|
|
625
851
|
## 8.8.2
|
|
626
852
|
|
|
627
853
|
### Patch Changes
|
|
628
854
|
|
|
629
|
-
-
|
|
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
|
|
630
858
|
|
|
631
859
|
## 8.8.1
|
|
632
860
|
|
|
633
861
|
### Patch Changes
|
|
634
862
|
|
|
635
|
-
-
|
|
863
|
+
- Updated dependencies
|
|
636
864
|
|
|
637
865
|
## 8.8.0
|
|
638
866
|
|
|
639
867
|
### Minor Changes
|
|
640
868
|
|
|
641
|
-
-
|
|
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
|
|
642
872
|
|
|
643
873
|
## 8.7.4
|
|
644
874
|
|
|
645
875
|
### Patch Changes
|
|
646
876
|
|
|
647
|
-
-
|
|
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
|
|
648
880
|
|
|
649
881
|
## 8.7.3
|
|
650
882
|
|
|
651
883
|
### Patch Changes
|
|
652
884
|
|
|
653
|
-
-
|
|
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
|
|
654
888
|
|
|
655
889
|
## 8.7.2
|
|
656
890
|
|
|
657
891
|
### Patch Changes
|
|
658
892
|
|
|
659
|
-
-
|
|
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
|
|
660
896
|
|
|
661
897
|
## 8.7.1
|
|
662
898
|
|
|
663
899
|
### Patch Changes
|
|
664
900
|
|
|
665
|
-
-
|
|
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
|
|
666
904
|
|
|
667
905
|
## 8.7.0
|
|
668
906
|
|
|
669
907
|
### Minor Changes
|
|
670
908
|
|
|
671
|
-
-
|
|
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
|
|
672
912
|
|
|
673
913
|
## 8.6.4
|
|
674
914
|
|
|
675
915
|
### Patch Changes
|
|
676
916
|
|
|
677
|
-
-
|
|
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
|
|
678
920
|
|
|
679
921
|
## 8.6.3
|
|
680
922
|
|
|
681
923
|
### Patch Changes
|
|
682
924
|
|
|
683
|
-
-
|
|
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.
|
|
684
931
|
|
|
685
932
|
## 8.6.2
|
|
686
933
|
|
|
687
934
|
### Patch Changes
|
|
688
935
|
|
|
689
|
-
-
|
|
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).
|
|
690
940
|
|
|
691
941
|
## 8.6.1
|
|
692
942
|
|
|
693
943
|
### Patch Changes
|
|
694
944
|
|
|
695
|
-
-
|
|
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
|
|
696
948
|
|
|
697
949
|
## 8.6.0
|
|
698
950
|
|
|
699
951
|
### Minor Changes
|
|
700
952
|
|
|
701
|
-
-
|
|
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
|
|
702
956
|
|
|
703
957
|
## 8.5.0
|
|
704
958
|
|
|
705
959
|
### Minor Changes
|
|
706
960
|
|
|
707
|
-
-
|
|
708
|
-
|
|
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
|
|
709
965
|
|
|
710
966
|
## 8.4.1
|
|
711
967
|
|
|
712
968
|
### Patch Changes
|
|
713
969
|
|
|
714
|
-
-
|
|
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
|
|
715
973
|
|
|
716
974
|
## 8.4.0
|
|
717
975
|
|
|
718
976
|
### Minor Changes
|
|
719
977
|
|
|
720
|
-
-
|
|
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
|
|
721
981
|
|
|
722
982
|
## 8.3.5
|
|
723
983
|
|
|
724
984
|
### Patch Changes
|
|
725
985
|
|
|
726
|
-
-
|
|
986
|
+
- Updated dependencies
|
|
727
987
|
|
|
728
988
|
## 8.3.4
|
|
729
989
|
|
|
730
990
|
### Patch Changes
|
|
731
991
|
|
|
732
|
-
-
|
|
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
|
|
733
995
|
|
|
734
996
|
## 8.3.3
|
|
735
997
|
|
|
736
998
|
### Patch Changes
|
|
737
999
|
|
|
738
|
-
-
|
|
1000
|
+
- Updated dependencies
|
|
739
1001
|
|
|
740
1002
|
## 8.3.2
|
|
741
1003
|
|
|
742
1004
|
### Patch Changes
|
|
743
1005
|
|
|
744
|
-
-
|
|
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
|
|
745
1009
|
|
|
746
1010
|
## 8.3.1
|
|
747
1011
|
|
|
748
1012
|
### Patch Changes
|
|
749
1013
|
|
|
750
|
-
-
|
|
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
|
|
751
1017
|
|
|
752
1018
|
## 8.3.0
|
|
753
1019
|
|
|
754
1020
|
### Minor Changes
|
|
755
1021
|
|
|
756
|
-
-
|
|
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
|
|
757
1026
|
|
|
758
1027
|
## 8.2.1
|
|
759
1028
|
|
|
760
1029
|
### Patch Changes
|
|
761
1030
|
|
|
762
|
-
-
|
|
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
|
|
763
1034
|
|
|
764
1035
|
## 8.2.0
|
|
765
1036
|
|
|
766
1037
|
### Minor Changes
|
|
767
1038
|
|
|
768
|
-
-
|
|
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
|
|
769
1042
|
|
|
770
1043
|
## 8.1.0
|
|
771
1044
|
|
|
772
1045
|
### Minor Changes
|
|
773
1046
|
|
|
774
|
-
-
|
|
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`.
|
|
775
1050
|
|
|
776
|
-
|
|
777
|
-
|
|
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.
|
|
778
1054
|
|
|
779
1055
|
## 8.0.0
|
|
780
1056
|
|
|
781
1057
|
### Major Changes
|
|
782
1058
|
|
|
783
|
-
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
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
|
-
|
|
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
|
+
```
|
|
820
1102
|
|
|
821
1103
|
## 7.16.6
|
|
822
1104
|
|
|
823
1105
|
### Patch Changes
|
|
824
1106
|
|
|
825
|
-
-
|
|
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
|
|
826
1110
|
|
|
827
1111
|
## 7.16.5
|
|
828
1112
|
|
|
829
1113
|
### Patch Changes
|
|
830
1114
|
|
|
831
|
-
-
|
|
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
|
|
832
1118
|
|
|
833
1119
|
## 7.16.4
|
|
834
1120
|
|
|
835
1121
|
### Patch Changes
|
|
836
1122
|
|
|
837
|
-
-
|
|
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
|
|
838
1126
|
|
|
839
1127
|
## 7.16.3
|
|
840
1128
|
|
|
841
1129
|
### Patch Changes
|
|
842
1130
|
|
|
843
|
-
-
|
|
1131
|
+
- Updated dependencies
|
|
844
1132
|
|
|
845
1133
|
## 7.16.2
|
|
846
1134
|
|
|
847
1135
|
### Patch Changes
|
|
848
1136
|
|
|
849
|
-
-
|
|
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
|
|
850
1140
|
|
|
851
1141
|
## 7.16.1
|
|
852
1142
|
|
|
853
1143
|
### Patch Changes
|
|
854
1144
|
|
|
855
|
-
-
|
|
856
|
-
-
|
|
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
|
|
857
1150
|
|
|
858
1151
|
## 7.16.0
|
|
859
1152
|
|
|
860
1153
|
### Minor Changes
|
|
861
1154
|
|
|
862
|
-
-
|
|
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
|
|
863
1158
|
|
|
864
1159
|
## 7.15.2
|
|
865
1160
|
|
|
866
1161
|
### Patch Changes
|
|
867
1162
|
|
|
868
|
-
-
|
|
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
|
|
869
1166
|
|
|
870
1167
|
## 7.15.1
|
|
871
1168
|
|
|
872
1169
|
### Patch Changes
|
|
873
1170
|
|
|
874
|
-
-
|
|
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
|
|
875
1175
|
|
|
876
1176
|
## 7.15.0
|
|
877
1177
|
|
|
878
1178
|
### Minor Changes
|
|
879
1179
|
|
|
880
|
-
-
|
|
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.
|
|
881
1185
|
|
|
882
1186
|
## 7.14.3
|
|
883
1187
|
|
|
884
1188
|
### Patch Changes
|
|
885
1189
|
|
|
886
|
-
-
|
|
1190
|
+
- Updated dependencies
|
|
887
1191
|
|
|
888
1192
|
## 7.14.2
|
|
889
1193
|
|
|
890
1194
|
### Patch Changes
|
|
891
1195
|
|
|
892
|
-
-
|
|
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.
|
|
893
1200
|
|
|
894
1201
|
## 7.14.1
|
|
895
1202
|
|
|
896
1203
|
### Patch Changes
|
|
897
1204
|
|
|
898
|
-
-
|
|
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
|
|
899
1208
|
|
|
900
1209
|
## 7.14.0
|
|
901
1210
|
|
|
902
1211
|
### Minor Changes
|
|
903
1212
|
|
|
904
|
-
-
|
|
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
|
|
905
1216
|
|
|
906
1217
|
## 7.13.1
|
|
907
1218
|
|
|
908
1219
|
### Patch Changes
|
|
909
1220
|
|
|
910
|
-
-
|
|
911
|
-
-
|
|
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
|
|
912
1225
|
|
|
913
1226
|
## 7.13.0
|
|
914
1227
|
|
|
915
1228
|
### Minor Changes
|
|
916
1229
|
|
|
917
|
-
-
|
|
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.
|
|
918
1236
|
|
|
919
1237
|
## 7.12.0
|
|
920
1238
|
|
|
921
1239
|
### Minor Changes
|
|
922
1240
|
|
|
923
|
-
-
|
|
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
|
|
924
1244
|
|
|
925
1245
|
## 7.11.0
|
|
926
1246
|
|
|
927
1247
|
### Minor Changes
|
|
928
1248
|
|
|
929
|
-
-
|
|
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
|
|
930
1252
|
|
|
931
1253
|
## 7.10.7
|
|
932
1254
|
|
|
933
1255
|
### Patch Changes
|
|
934
1256
|
|
|
935
|
-
-
|
|
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
|
|
936
1260
|
|
|
937
1261
|
## 7.10.6
|
|
938
1262
|
|
|
939
1263
|
### Patch Changes
|
|
940
1264
|
|
|
941
|
-
-
|
|
1265
|
+
- Updated dependencies
|
|
942
1266
|
|
|
943
1267
|
## 7.10.5
|
|
944
1268
|
|
|
945
1269
|
### Patch Changes
|
|
946
1270
|
|
|
947
|
-
-
|
|
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
|
|
948
1274
|
|
|
949
1275
|
## 7.10.4
|
|
950
1276
|
|
|
951
1277
|
### Patch Changes
|
|
952
1278
|
|
|
953
|
-
-
|
|
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
|
|
954
1282
|
|
|
955
1283
|
## 7.10.3
|
|
956
1284
|
|
|
957
1285
|
### Patch Changes
|
|
958
1286
|
|
|
959
|
-
-
|
|
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
|
|
960
1291
|
|
|
961
1292
|
## 7.10.2
|
|
962
1293
|
|
|
963
1294
|
### Patch Changes
|
|
964
1295
|
|
|
965
|
-
-
|
|
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
|
|
966
1299
|
|
|
967
1300
|
## 7.10.1
|
|
968
1301
|
|
|
969
1302
|
### Patch Changes
|
|
970
1303
|
|
|
971
|
-
-
|
|
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
|
|
972
1307
|
|
|
973
1308
|
## 7.10.0
|
|
974
1309
|
|
|
975
1310
|
### Minor Changes
|
|
976
1311
|
|
|
977
|
-
-
|
|
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
|
|
978
1316
|
|
|
979
1317
|
## 7.9.3
|
|
980
1318
|
|
|
981
1319
|
### Patch Changes
|
|
982
1320
|
|
|
983
|
-
-
|
|
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
|
|
984
1324
|
|
|
985
1325
|
## 7.9.2
|
|
986
1326
|
|
|
987
1327
|
### Patch Changes
|
|
988
1328
|
|
|
989
|
-
-
|
|
990
|
-
-
|
|
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
|
|
991
1333
|
|
|
992
1334
|
## 7.9.1
|
|
993
1335
|
|
|
994
1336
|
### Patch Changes
|
|
995
1337
|
|
|
996
|
-
-
|
|
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
|
|
997
1341
|
|
|
998
1342
|
## 7.9.0
|
|
999
1343
|
|
|
1000
1344
|
### Minor Changes
|
|
1001
1345
|
|
|
1002
|
-
-
|
|
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
|
|
1003
1349
|
|
|
1004
1350
|
## 7.8.0
|
|
1005
1351
|
|
|
1006
1352
|
### Minor Changes
|
|
1007
1353
|
|
|
1008
|
-
-
|
|
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
|
|
1009
1357
|
|
|
1010
1358
|
## 7.7.0
|
|
1011
1359
|
|
|
1012
1360
|
### Minor Changes
|
|
1013
1361
|
|
|
1014
|
-
-
|
|
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.
|
|
1015
1367
|
|
|
1016
1368
|
## 7.6.0
|
|
1017
1369
|
|
|
1018
1370
|
### Minor Changes
|
|
1019
1371
|
|
|
1020
|
-
-
|
|
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.
|
|
1021
1375
|
|
|
1022
1376
|
## 7.5.5
|
|
1023
1377
|
|
|
1024
1378
|
### Patch Changes
|
|
1025
1379
|
|
|
1026
|
-
-
|
|
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.
|
|
1027
1383
|
|
|
1028
1384
|
## 7.5.4
|
|
1029
1385
|
|
|
1030
1386
|
### Patch Changes
|
|
1031
1387
|
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
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
|
|
1034
1392
|
|
|
1035
1393
|
## 7.5.3
|
|
1036
1394
|
|
|
1037
1395
|
### Patch Changes
|
|
1038
1396
|
|
|
1039
|
-
-
|
|
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
|
|
1040
1400
|
|
|
1041
1401
|
## 7.5.2
|
|
1042
1402
|
|
|
1043
1403
|
### Patch Changes
|
|
1044
1404
|
|
|
1045
|
-
-
|
|
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
|
|
1046
1408
|
|
|
1047
1409
|
## 7.5.1
|
|
1048
1410
|
|
|
1049
1411
|
### Patch Changes
|
|
1050
1412
|
|
|
1051
|
-
-
|
|
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.
|
|
1052
1416
|
|
|
1053
1417
|
## 7.5.0
|
|
1054
1418
|
|
|
1055
1419
|
### Minor Changes
|
|
1056
1420
|
|
|
1057
|
-
-
|
|
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.
|
|
1058
1425
|
|
|
1059
1426
|
## 7.4.0
|
|
1060
1427
|
|
|
1061
1428
|
### Minor Changes
|
|
1062
1429
|
|
|
1063
|
-
-
|
|
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
|
|
1064
1433
|
|
|
1065
1434
|
## 7.3.3
|
|
1066
1435
|
|
|
1067
1436
|
### Patch Changes
|
|
1068
1437
|
|
|
1069
|
-
-
|
|
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
|
|
1070
1441
|
|
|
1071
1442
|
## 7.3.2
|
|
1072
1443
|
|
|
1073
1444
|
### Patch Changes
|
|
1074
1445
|
|
|
1075
|
-
-
|
|
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)
|
|
1076
1450
|
|
|
1077
1451
|
## 7.3.1
|
|
1078
1452
|
|
|
1079
1453
|
### Patch Changes
|
|
1080
1454
|
|
|
1081
|
-
-
|
|
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
|
|
1082
1459
|
|
|
1083
1460
|
## 7.3.0
|
|
1084
1461
|
|
|
1085
1462
|
### Minor Changes
|
|
1086
1463
|
|
|
1087
|
-
-
|
|
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
|
|
1088
1467
|
|
|
1089
1468
|
## 7.2.1
|
|
1090
1469
|
|
|
1091
1470
|
### Patch Changes
|
|
1092
1471
|
|
|
1093
|
-
-
|
|
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
|
|
1094
1475
|
|
|
1095
1476
|
## 7.2.0
|
|
1096
1477
|
|
|
1097
1478
|
### Minor Changes
|
|
1098
1479
|
|
|
1099
|
-
-
|
|
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
|
|
1100
1484
|
|
|
1101
1485
|
## 7.1.0
|
|
1102
1486
|
|
|
1103
1487
|
### Minor Changes
|
|
1104
1488
|
|
|
1105
|
-
-
|
|
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.
|
|
1106
1492
|
|
|
1107
1493
|
## 7.0.0
|
|
1108
1494
|
|
|
1109
1495
|
### Major Changes
|
|
1110
1496
|
|
|
1111
|
-
-
|
|
1112
|
-
|
|
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.
|
|
1113
1501
|
|
|
1114
1502
|
## 6.9.3
|
|
1115
1503
|
|
|
1116
1504
|
### Patch Changes
|
|
1117
1505
|
|
|
1118
|
-
-
|
|
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
|
|
1119
1509
|
|
|
1120
1510
|
## 6.9.2
|
|
1121
1511
|
|
|
1122
1512
|
### Patch Changes
|
|
1123
1513
|
|
|
1124
|
-
-
|
|
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
|
|
1125
1517
|
|
|
1126
1518
|
## 6.9.1
|
|
1127
1519
|
|
|
1128
1520
|
### Patch Changes
|
|
1129
1521
|
|
|
1130
|
-
-
|
|
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
|
|
1131
1527
|
|
|
1132
1528
|
## 6.9.0
|
|
1133
1529
|
|
|
1134
1530
|
### Minor Changes
|
|
1135
1531
|
|
|
1136
|
-
-
|
|
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
|
|
1137
1535
|
|
|
1138
1536
|
## 6.8.0
|
|
1139
1537
|
|
|
1140
1538
|
### Minor Changes
|
|
1141
1539
|
|
|
1142
|
-
-
|
|
1143
|
-
|
|
1144
|
-
|
|
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.
|
|
1145
1544
|
|
|
1146
1545
|
## 6.7.2
|
|
1147
1546
|
|
|
1148
1547
|
### Patch Changes
|
|
1149
1548
|
|
|
1150
|
-
-
|
|
1151
|
-
|
|
1152
|
-
|
|
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.
|
|
1153
1555
|
|
|
1154
1556
|
## 6.7.1
|
|
1155
1557
|
|
|
1156
1558
|
### Patch Changes
|
|
1157
1559
|
|
|
1158
|
-
-
|
|
1560
|
+
- Updated dependencies
|
|
1159
1561
|
|
|
1160
1562
|
## 6.7.0
|
|
1161
1563
|
|
|
1162
1564
|
### Minor Changes
|
|
1163
1565
|
|
|
1164
|
-
-
|
|
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
|
|
1165
1569
|
|
|
1166
1570
|
## 6.6.1
|
|
1167
1571
|
|
|
1168
1572
|
### Patch Changes
|
|
1169
1573
|
|
|
1170
|
-
-
|
|
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
|
|
1171
1577
|
|
|
1172
1578
|
## 6.6.0
|
|
1173
1579
|
|
|
1174
1580
|
### Minor Changes
|
|
1175
1581
|
|
|
1176
|
-
-
|
|
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
|
|
1177
1585
|
|
|
1178
1586
|
## 6.5.7
|
|
1179
1587
|
|
|
1180
1588
|
### Patch Changes
|
|
1181
1589
|
|
|
1182
|
-
-
|
|
1590
|
+
- Updated dependencies
|
|
1183
1591
|
|
|
1184
1592
|
## 6.5.6
|
|
1185
1593
|
|
|
1186
1594
|
### Patch Changes
|
|
1187
1595
|
|
|
1188
|
-
-
|
|
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
|
|
1189
1599
|
|
|
1190
1600
|
## 6.5.5
|
|
1191
1601
|
|
|
1192
1602
|
### Patch Changes
|
|
1193
1603
|
|
|
1194
|
-
-
|
|
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
|
|
1195
1607
|
|
|
1196
1608
|
## 6.5.4
|
|
1197
1609
|
|
|
1198
1610
|
### Patch Changes
|
|
1199
1611
|
|
|
1200
|
-
-
|
|
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
|
|
1201
1615
|
|
|
1202
1616
|
## 6.5.3
|
|
1203
1617
|
|
|
1204
1618
|
### Patch Changes
|
|
1205
1619
|
|
|
1206
|
-
-
|
|
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
|
|
1207
1623
|
|
|
1208
1624
|
## 6.5.2
|
|
1209
1625
|
|
|
1210
1626
|
### Patch Changes
|
|
1211
1627
|
|
|
1212
|
-
-
|
|
1628
|
+
- Updated dependencies
|
|
1213
1629
|
|
|
1214
1630
|
## 6.5.1
|
|
1215
1631
|
|
|
1216
1632
|
### Patch Changes
|
|
1217
1633
|
|
|
1218
|
-
-
|
|
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
|
|
1219
1637
|
|
|
1220
|
-
|
|
1221
|
-
|
|
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.
|
|
1222
1640
|
|
|
1223
1641
|
## 6.5.0
|
|
1224
1642
|
|
|
1225
1643
|
### Minor Changes
|
|
1226
1644
|
|
|
1227
|
-
-
|
|
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
|
|
1228
1648
|
|
|
1229
1649
|
### Patch Changes
|
|
1230
1650
|
|
|
1231
|
-
-
|
|
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
|
|
1232
1654
|
|
|
1233
1655
|
## 6.4.2
|
|
1234
1656
|
|
|
1235
1657
|
### Patch Changes
|
|
1236
1658
|
|
|
1237
|
-
-
|
|
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
|
|
1238
1662
|
|
|
1239
1663
|
## 6.4.1
|
|
1240
1664
|
|
|
1241
1665
|
### Patch Changes
|
|
1242
1666
|
|
|
1243
|
-
-
|
|
1667
|
+
- Updated dependencies
|
|
1244
1668
|
|
|
1245
1669
|
## 6.4.0
|
|
1246
1670
|
|
|
1247
1671
|
### Minor Changes
|
|
1248
1672
|
|
|
1249
|
-
-
|
|
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
|
|
1250
1676
|
|
|
1251
1677
|
## 6.3.0
|
|
1252
1678
|
|
|
1253
1679
|
### Minor Changes
|
|
1254
1680
|
|
|
1255
|
-
-
|
|
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
|
|
1256
1684
|
|
|
1257
1685
|
## 6.2.4
|
|
1258
1686
|
|
|
1259
1687
|
### Patch Changes
|
|
1260
1688
|
|
|
1261
|
-
-
|
|
1689
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
|
|
1690
|
+
[`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
|
|
1691
|
+
translations
|
|
1262
1692
|
|
|
1263
1693
|
## 6.2.3
|
|
1264
1694
|
|
|
1265
1695
|
### Patch Changes
|
|
1266
1696
|
|
|
1267
|
-
-
|
|
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
|
|
1268
1700
|
|
|
1269
1701
|
## 6.2.2
|
|
1270
1702
|
|
|
1271
1703
|
### Patch Changes
|
|
1272
1704
|
|
|
1273
|
-
-
|
|
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
|
|
1274
1708
|
|
|
1275
1709
|
## 6.2.1
|
|
1276
1710
|
|
|
1277
1711
|
### Patch Changes
|
|
1278
1712
|
|
|
1279
|
-
-
|
|
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
|
|
1280
1716
|
|
|
1281
1717
|
## 6.2.0
|
|
1282
1718
|
|
|
1283
1719
|
### Minor Changes
|
|
1284
1720
|
|
|
1285
|
-
-
|
|
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
|
|
1286
1724
|
|
|
1287
1725
|
## 6.1.0
|
|
1288
1726
|
|
|
1289
1727
|
### Minor Changes
|
|
1290
1728
|
|
|
1291
|
-
-
|
|
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.
|
|
1292
1734
|
|
|
1293
1735
|
## 6.0.2
|
|
1294
1736
|
|
|
1295
1737
|
### Patch Changes
|
|
1296
1738
|
|
|
1297
|
-
-
|
|
1298
|
-
-
|
|
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
|
|
1299
1743
|
|
|
1300
1744
|
## 6.0.1
|
|
1301
1745
|
|
|
1302
1746
|
### Patch Changes
|
|
1303
1747
|
|
|
1304
|
-
-
|
|
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
|
|
1305
1751
|
|
|
1306
1752
|
## 6.0.0
|
|
1307
1753
|
|
|
1308
1754
|
### Major Changes
|
|
1309
1755
|
|
|
1310
|
-
-
|
|
1311
|
-
|
|
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
|
|
1312
1761
|
|
|
1313
1762
|
### Patch Changes
|
|
1314
1763
|
|
|
1315
|
-
-
|
|
1764
|
+
- Updated dependencies
|
|
1316
1765
|
|
|
1317
1766
|
## 5.1.4
|
|
1318
1767
|
|
|
1319
1768
|
### Patch Changes
|
|
1320
1769
|
|
|
1321
|
-
-
|
|
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).
|
|
1322
1774
|
|
|
1323
1775
|
## 5.1.3
|
|
1324
1776
|
|
|
1325
1777
|
### Patch Changes
|
|
1326
1778
|
|
|
1327
|
-
-
|
|
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
|
|
1328
1782
|
|
|
1329
1783
|
## 5.1.2
|
|
1330
1784
|
|
|
1331
1785
|
### Patch Changes
|
|
1332
1786
|
|
|
1333
|
-
-
|
|
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'.
|
|
1334
1791
|
|
|
1335
|
-
|
|
1792
|
+
Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the
|
|
1793
|
+
prop was called maxPickerHeight).
|
|
1336
1794
|
|
|
1337
|
-
|
|
1795
|
+
Fix alignment issues of tags inside user-picker.
|
|
1338
1796
|
|
|
1339
|
-
|
|
1797
|
+
Enable deletion animation for user-picker.
|
|
1340
1798
|
|
|
1341
1799
|
## 5.1.1
|
|
1342
1800
|
|
|
1343
1801
|
### Patch Changes
|
|
1344
1802
|
|
|
1345
|
-
-
|
|
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
|
|
1346
1806
|
|
|
1347
1807
|
## 5.1.0
|
|
1348
1808
|
|
|
1349
1809
|
### Minor Changes
|
|
1350
1810
|
|
|
1351
|
-
-
|
|
1352
|
-
|
|
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.
|
|
1353
1821
|
|
|
1354
|
-
|
|
1822
|
+
Change the background color from N10 to N20 to align with other select background colors.
|
|
1355
1823
|
|
|
1356
|
-
|
|
1824
|
+
In share dialog, set the maxPickerHeight prop to 102 for the user picker.
|
|
1357
1825
|
|
|
1358
1826
|
## 5.0.0
|
|
1359
1827
|
|
|
1360
1828
|
### Major Changes
|
|
1361
1829
|
|
|
1362
|
-
-
|
|
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.
|
|
1363
1837
|
|
|
1364
1838
|
## 4.6.4
|
|
1365
1839
|
|
|
1366
1840
|
### Patch Changes
|
|
1367
1841
|
|
|
1368
|
-
-
|
|
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
|
|
1369
1845
|
|
|
1370
1846
|
## 4.6.3
|
|
1371
1847
|
|
|
1372
1848
|
### Patch Changes
|
|
1373
1849
|
|
|
1374
|
-
-
|
|
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
|
|
1375
1853
|
|
|
1376
1854
|
## 4.6.2
|
|
1377
1855
|
|
|
1378
1856
|
### Patch Changes
|
|
1379
1857
|
|
|
1380
|
-
-
|
|
1381
|
-
|
|
1382
|
-
|
|
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
|
|
1383
1864
|
|
|
1384
1865
|
## 4.6.1
|
|
1385
1866
|
|
|
1386
1867
|
### Patch Changes
|
|
1387
1868
|
|
|
1388
|
-
-
|
|
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
|
|
1389
1872
|
|
|
1390
1873
|
## 4.6.0
|
|
1391
1874
|
|
|
1392
1875
|
### Minor Changes
|
|
1393
1876
|
|
|
1394
|
-
-
|
|
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
|
|
1395
1880
|
|
|
1396
1881
|
### Patch Changes
|
|
1397
1882
|
|
|
1398
|
-
-
|
|
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
|
|
1399
1886
|
|
|
1400
1887
|
## 4.5.1
|
|
1401
1888
|
|
|
1402
1889
|
### Patch Changes
|
|
1403
1890
|
|
|
1404
|
-
-
|
|
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
|
|
1405
1894
|
|
|
1406
1895
|
## 4.5.0
|
|
1407
1896
|
|
|
1408
1897
|
### Minor Changes
|
|
1409
1898
|
|
|
1410
|
-
-
|
|
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
|
|
1411
1902
|
|
|
1412
1903
|
## 4.4.0
|
|
1413
1904
|
|
|
1414
1905
|
### Minor Changes
|
|
1415
1906
|
|
|
1416
|
-
-
|
|
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
|
|
1417
1910
|
|
|
1418
1911
|
## 4.3.0
|
|
1419
1912
|
|
|
1420
1913
|
### Minor Changes
|
|
1421
1914
|
|
|
1422
|
-
-
|
|
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
|
|
1423
1918
|
|
|
1424
1919
|
## 4.2.3
|
|
1425
1920
|
|
|
1426
1921
|
### Patch Changes
|
|
1427
1922
|
|
|
1428
|
-
-
|
|
1923
|
+
- [patch][845feddce2](https://bitbucket.org/atlassian/atlassian-frontend/commits/845feddce2):
|
|
1429
1924
|
|
|
1430
|
-
|
|
1925
|
+
This fixes the multi user select bug in user picker- Updated dependencies
|
|
1926
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
1431
1927
|
|
|
1432
|
-
-
|
|
1433
|
-
|
|
1434
|
-
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
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
|
|
1439
1938
|
|
|
1440
1939
|
## 4.2.2
|
|
1441
1940
|
|
|
1442
1941
|
### Patch Changes
|
|
1443
1942
|
|
|
1444
|
-
-
|
|
1943
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1445
1944
|
|
|
1446
|
-
|
|
1945
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1946
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1447
1947
|
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
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
|
|
1462
1962
|
|
|
1463
1963
|
## 4.2.1
|
|
1464
1964
|
|
|
1465
1965
|
### Patch Changes
|
|
1466
1966
|
|
|
1467
|
-
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
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
|
|
1477
1979
|
|
|
1478
1980
|
## 4.2.0
|
|
1479
1981
|
|
|
1480
1982
|
### Minor Changes
|
|
1481
1983
|
|
|
1482
|
-
-
|
|
1984
|
+
- [minor][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1483
1985
|
|
|
1484
|
-
|
|
1986
|
+
Fix some broken CSS layout in IE 11
|
|
1485
1987
|
|
|
1486
1988
|
### Patch Changes
|
|
1487
1989
|
|
|
1488
|
-
-
|
|
1489
|
-
|
|
1490
|
-
-
|
|
1491
|
-
|
|
1492
|
-
-
|
|
1493
|
-
|
|
1494
|
-
-
|
|
1495
|
-
|
|
1496
|
-
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
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
|
|
1503
2015
|
|
|
1504
2016
|
## 4.1.5
|
|
1505
2017
|
|
|
1506
2018
|
### Patch Changes
|
|
1507
2019
|
|
|
1508
|
-
-
|
|
2020
|
+
- [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
1509
2021
|
|
|
1510
|
-
|
|
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):
|
|
1511
2025
|
|
|
1512
|
-
|
|
2026
|
+
- @atlaskit/select@11.0.2
|
|
1513
2027
|
|
|
1514
2028
|
## 4.1.4
|
|
1515
2029
|
|
|
1516
2030
|
### Patch Changes
|
|
1517
2031
|
|
|
1518
|
-
-
|
|
2032
|
+
- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
1519
2033
|
|
|
1520
|
-
|
|
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.
|
|
1521
2036
|
|
|
1522
2037
|
## 4.1.3
|
|
1523
2038
|
|
|
1524
|
-
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
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
|
|
1528
2045
|
|
|
1529
2046
|
## 4.1.2
|
|
1530
2047
|
|
|
1531
2048
|
### Patch Changes
|
|
1532
2049
|
|
|
1533
|
-
-
|
|
2050
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1534
2051
|
|
|
1535
|
-
|
|
2052
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1536
2053
|
|
|
1537
2054
|
## 4.1.1
|
|
1538
2055
|
|
|
1539
2056
|
### Patch Changes
|
|
1540
2057
|
|
|
1541
|
-
-
|
|
2058
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1542
2059
|
|
|
1543
|
-
|
|
2060
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1544
2061
|
|
|
1545
2062
|
## 4.1.0
|
|
1546
2063
|
|
|
1547
2064
|
### Minor Changes
|
|
1548
2065
|
|
|
1549
|
-
-
|
|
2066
|
+
- [minor][c9fbef651f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9fbef651f):
|
|
1550
2067
|
|
|
1551
|
-
|
|
2068
|
+
Add Group as a new Option
|
|
1552
2069
|
|
|
1553
2070
|
## 4.0.23
|
|
1554
2071
|
|
|
1555
2072
|
### Patch Changes
|
|
1556
2073
|
|
|
1557
|
-
-
|
|
2074
|
+
- [patch][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
1558
2075
|
|
|
1559
|
-
|
|
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.
|
|
1560
2078
|
|
|
1561
2079
|
## 4.0.22
|
|
1562
2080
|
|
|
1563
2081
|
### Patch Changes
|
|
1564
2082
|
|
|
1565
|
-
-
|
|
2083
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1566
2084
|
|
|
1567
|
-
|
|
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
|
|
1568
2087
|
|
|
1569
2088
|
## 4.0.21
|
|
1570
2089
|
|
|
1571
2090
|
### Patch Changes
|
|
1572
2091
|
|
|
1573
|
-
-
|
|
2092
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1574
2093
|
|
|
1575
|
-
|
|
2094
|
+
Upgraded Typescript to 3.3.x
|
|
1576
2095
|
|
|
1577
2096
|
## 4.0.20
|
|
1578
2097
|
|
|
1579
2098
|
### Patch Changes
|
|
1580
2099
|
|
|
1581
|
-
-
|
|
2100
|
+
- [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
|
|
1582
2101
|
|
|
1583
|
-
|
|
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.
|
|
1584
2104
|
|
|
1585
2105
|
## 4.0.19
|
|
1586
2106
|
|
|
1587
2107
|
### Patch Changes
|
|
1588
2108
|
|
|
1589
|
-
-
|
|
2109
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
1590
2110
|
|
|
1591
|
-
|
|
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.
|
|
1592
2113
|
|
|
1593
|
-
|
|
2114
|
+
**Breaking changes**
|
|
1594
2115
|
|
|
1595
|
-
|
|
1596
|
-
|
|
2116
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
2117
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1597
2118
|
|
|
1598
|
-
|
|
2119
|
+
**Breaking changes to TypeScript annotations**
|
|
1599
2120
|
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
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
|
|
1611
2137
|
|
|
1612
2138
|
## 4.0.18
|
|
1613
2139
|
|
|
1614
|
-
-
|
|
1615
|
-
|
|
2140
|
+
- Updated dependencies
|
|
2141
|
+
[1adb8727e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1adb8727e3):
|
|
2142
|
+
- @atlaskit/tag@9.0.0
|
|
1616
2143
|
|
|
1617
2144
|
## 4.0.17
|
|
1618
2145
|
|
|
1619
2146
|
### Patch Changes
|
|
1620
2147
|
|
|
1621
|
-
-
|
|
2148
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
1622
2149
|
|
|
1623
|
-
|
|
2150
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
1624
2151
|
|
|
1625
2152
|
## 4.0.16
|
|
1626
2153
|
|
|
1627
2154
|
### Patch Changes
|
|
1628
2155
|
|
|
1629
|
-
-
|
|
2156
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
1630
2157
|
|
|
1631
|
-
|
|
2158
|
+
Fixes bug, missing version.json file
|
|
1632
2159
|
|
|
1633
2160
|
## 4.0.15
|
|
1634
2161
|
|
|
1635
2162
|
### Patch Changes
|
|
1636
2163
|
|
|
1637
|
-
-
|
|
2164
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1638
2165
|
|
|
1639
|
-
|
|
2166
|
+
In this PR, we are:
|
|
1640
2167
|
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
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
|
|
1647
2176
|
|
|
1648
2177
|
## 4.0.14
|
|
1649
2178
|
|
|
1650
2179
|
### Patch Changes
|
|
1651
2180
|
|
|
1652
|
-
-
|
|
2181
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
1653
2182
|
|
|
1654
|
-
|
|
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.
|
|
1655
2186
|
|
|
1656
|
-
|
|
2187
|
+
Before:
|
|
1657
2188
|
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
2189
|
+
```typescript
|
|
2190
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
2191
|
+
```
|
|
1661
2192
|
|
|
1662
|
-
|
|
2193
|
+
After:
|
|
1663
2194
|
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
2195
|
+
```typescript
|
|
2196
|
+
withAnalyticsEvents<Props>()(Button);
|
|
2197
|
+
```
|
|
1667
2198
|
|
|
1668
2199
|
## 4.0.13
|
|
1669
2200
|
|
|
1670
|
-
-
|
|
1671
|
-
|
|
2201
|
+
- Updated dependencies
|
|
2202
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
2203
|
+
- @atlaskit/select@10.0.0
|
|
1672
2204
|
|
|
1673
2205
|
## 4.0.12
|
|
1674
2206
|
|
|
1675
|
-
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
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
|
|
1683
2216
|
|
|
1684
2217
|
## 4.0.11
|
|
1685
2218
|
|
|
1686
2219
|
### Patch Changes
|
|
1687
2220
|
|
|
1688
|
-
-
|
|
2221
|
+
- [patch][40e6908409](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40e6908409):
|
|
1689
2222
|
|
|
1690
|
-
|
|
2223
|
+
pass session id to on selection
|
|
1691
2224
|
|
|
1692
2225
|
## 4.0.10
|
|
1693
2226
|
|
|
1694
2227
|
### Patch Changes
|
|
1695
2228
|
|
|
1696
|
-
-
|
|
2229
|
+
- [patch][06f5bbf5a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06f5bbf5a9):
|
|
1697
2230
|
|
|
1698
|
-
|
|
2231
|
+
start session onfocus
|
|
1699
2232
|
|
|
1700
2233
|
## 4.0.9
|
|
1701
2234
|
|
|
1702
2235
|
### Patch Changes
|
|
1703
2236
|
|
|
1704
|
-
-
|
|
2237
|
+
- [patch][c91e37e5f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c91e37e5f1):
|
|
1705
2238
|
|
|
1706
|
-
|
|
2239
|
+
pass session id to onFocus, onBlur, onClose and onInputChange
|
|
1707
2240
|
|
|
1708
2241
|
## 4.0.8
|
|
1709
2242
|
|
|
1710
2243
|
### Patch Changes
|
|
1711
2244
|
|
|
1712
|
-
-
|
|
2245
|
+
- [patch][77ef850a35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/77ef850a35):
|
|
1713
2246
|
|
|
1714
|
-
|
|
2247
|
+
Fix click and hover behaviours of disabled single user picker
|
|
1715
2248
|
|
|
1716
2249
|
## 4.0.7
|
|
1717
2250
|
|
|
1718
2251
|
### Patch Changes
|
|
1719
2252
|
|
|
1720
|
-
-
|
|
2253
|
+
- [patch][25b3ec24af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25b3ec24af):
|
|
1721
2254
|
|
|
1722
|
-
|
|
2255
|
+
add optional session id to async loadoption
|
|
1723
2256
|
|
|
1724
2257
|
## 4.0.6
|
|
1725
2258
|
|
|
1726
2259
|
### Patch Changes
|
|
1727
2260
|
|
|
1728
|
-
-
|
|
2261
|
+
- [patch][b029d82e8c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b029d82e8c):
|
|
1729
2262
|
|
|
1730
|
-
|
|
2263
|
+
Handle scroll of box of user picker component
|
|
1731
2264
|
|
|
1732
2265
|
## 4.0.5
|
|
1733
2266
|
|
|
1734
2267
|
### Patch Changes
|
|
1735
2268
|
|
|
1736
|
-
-
|
|
2269
|
+
- [patch][9b0adb4ce7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0adb4ce7):
|
|
1737
2270
|
|
|
1738
|
-
|
|
2271
|
+
Fix scrolling behaviour when picking a user in the multi user picker
|
|
1739
2272
|
|
|
1740
2273
|
## 4.0.4
|
|
1741
2274
|
|
|
1742
|
-
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
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
|
|
1747
2281
|
|
|
1748
2282
|
## 4.0.3
|
|
1749
2283
|
|
|
1750
|
-
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
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
|
|
1759
2294
|
|
|
1760
2295
|
## 4.0.2
|
|
1761
2296
|
|
|
1762
|
-
-
|
|
1763
|
-
|
|
1764
|
-
|
|
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
|
|
1765
2301
|
|
|
1766
2302
|
## 4.0.1
|
|
1767
2303
|
|
|
1768
|
-
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
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
|
|
1774
2311
|
|
|
1775
2312
|
## 4.0.0
|
|
1776
2313
|
|
|
1777
|
-
-
|
|
2314
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1778
2315
|
|
|
1779
|
-
|
|
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.
|
|
1780
2318
|
|
|
1781
2319
|
## 3.5.5
|
|
1782
2320
|
|
|
1783
|
-
-
|
|
2321
|
+
- [patch][87c47cd667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87c47cd667):
|
|
1784
2322
|
|
|
1785
|
-
|
|
2323
|
+
- Getting updated styles from tag
|
|
1786
2324
|
|
|
1787
2325
|
## 3.5.4
|
|
1788
2326
|
|
|
1789
|
-
-
|
|
2327
|
+
- [patch][b8bc454675](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8bc454675):
|
|
1790
2328
|
|
|
1791
|
-
|
|
2329
|
+
- Add inputId prop to allow label to open the user picker
|
|
1792
2330
|
|
|
1793
2331
|
## 3.5.3
|
|
1794
2332
|
|
|
1795
|
-
-
|
|
2333
|
+
- [patch][171feaa473](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/171feaa473):
|
|
1796
2334
|
|
|
1797
|
-
|
|
2335
|
+
- FS-3792 clear results after selection
|
|
1798
2336
|
|
|
1799
2337
|
## 3.5.2
|
|
1800
2338
|
|
|
1801
|
-
-
|
|
2339
|
+
- [patch][7cb36f2603](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cb36f2603):
|
|
1802
2340
|
|
|
1803
|
-
|
|
2341
|
+
- Fixed User Picker showing the spinner forever in some async use cases.
|
|
1804
2342
|
|
|
1805
2343
|
## 3.5.1
|
|
1806
2344
|
|
|
1807
|
-
-
|
|
2345
|
+
- [patch][3fbfd9d7f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3fbfd9d7f5):
|
|
1808
2346
|
|
|
1809
|
-
|
|
2347
|
+
- updated byline message for EmailOption based on email validity in user-picker
|
|
1810
2348
|
|
|
1811
2349
|
## 3.5.0
|
|
1812
2350
|
|
|
1813
|
-
-
|
|
2351
|
+
- [minor][e1abf3f31a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1abf3f31a):
|
|
1814
2352
|
|
|
1815
|
-
|
|
2353
|
+
- Prevent popup user picker from being dismissed on clear.
|
|
1816
2354
|
|
|
1817
2355
|
## 3.4.3
|
|
1818
2356
|
|
|
1819
|
-
-
|
|
2357
|
+
- [patch][2f8c041db5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f8c041db5):
|
|
1820
2358
|
|
|
1821
|
-
|
|
2359
|
+
- Corrected asynchronous user picker behaviour
|
|
1822
2360
|
|
|
1823
2361
|
## 3.4.2
|
|
1824
2362
|
|
|
1825
|
-
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
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
|
|
1836
2375
|
|
|
1837
2376
|
## 3.4.1
|
|
1838
2377
|
|
|
1839
|
-
-
|
|
2378
|
+
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
1840
2379
|
|
|
1841
|
-
|
|
2380
|
+
- @atlaskit/analytics-next-types is deprecated. Now you can use types for
|
|
2381
|
+
@atlaskit/analytics-next supplied from itself.
|
|
1842
2382
|
|
|
1843
2383
|
## 3.4.0
|
|
1844
2384
|
|
|
1845
|
-
-
|
|
2385
|
+
- [minor][4a8effc046](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a8effc046):
|
|
1846
2386
|
|
|
1847
|
-
|
|
2387
|
+
- FS-3741 expose boundariesElement for integrators to pass in custom boundary
|
|
1848
2388
|
|
|
1849
2389
|
## 3.3.5
|
|
1850
2390
|
|
|
1851
|
-
-
|
|
2391
|
+
- [patch][0f4109e919](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f4109e919):
|
|
1852
2392
|
|
|
1853
|
-
|
|
2393
|
+
- FS-3743 remove loading message from user picker
|
|
1854
2394
|
|
|
1855
2395
|
## 3.3.4
|
|
1856
2396
|
|
|
1857
|
-
-
|
|
2397
|
+
- [patch][93464f09e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93464f09e8):
|
|
1858
2398
|
|
|
1859
|
-
|
|
2399
|
+
- TEAMS-328 : Changing byline logic
|
|
1860
2400
|
|
|
1861
2401
|
## 3.3.3
|
|
1862
2402
|
|
|
1863
|
-
-
|
|
2403
|
+
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
1864
2404
|
|
|
1865
|
-
|
|
2405
|
+
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
1866
2406
|
|
|
1867
2407
|
## 3.3.2
|
|
1868
2408
|
|
|
1869
|
-
-
|
|
2409
|
+
- [patch][3718bdc361](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3718bdc361):
|
|
1870
2410
|
|
|
1871
|
-
|
|
2411
|
+
- Updated InviteAvatorIcon in UserPicker to be not transparent
|
|
1872
2412
|
|
|
1873
2413
|
## 3.3.1
|
|
1874
2414
|
|
|
1875
|
-
-
|
|
2415
|
+
- [patch][83ad0552d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83ad0552d4):
|
|
1876
2416
|
|
|
1877
|
-
|
|
2417
|
+
- Workaround SSR avatar issue in user-picker ssr tests
|
|
1878
2418
|
|
|
1879
2419
|
## 3.3.0
|
|
1880
2420
|
|
|
1881
|
-
-
|
|
2421
|
+
- [minor][4526b178cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4526b178cb):
|
|
1882
2422
|
|
|
1883
|
-
|
|
2423
|
+
- Fixed uncaptured Enter key press on Input
|
|
1884
2424
|
|
|
1885
2425
|
## 3.2.0
|
|
1886
2426
|
|
|
1887
|
-
-
|
|
2427
|
+
- [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
|
|
1888
2428
|
|
|
1889
|
-
|
|
2429
|
+
- reset jest modules before hydration
|
|
1890
2430
|
|
|
1891
2431
|
## 3.1.1
|
|
1892
2432
|
|
|
1893
|
-
-
|
|
2433
|
+
- [patch][3161a93cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3161a93cdb):
|
|
1894
2434
|
|
|
1895
|
-
|
|
2435
|
+
- FS-3289 update share copy
|
|
1896
2436
|
|
|
1897
2437
|
## 3.1.0
|
|
1898
2438
|
|
|
1899
|
-
-
|
|
2439
|
+
- [minor][1da59f9d31](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da59f9d31):
|
|
1900
2440
|
|
|
1901
|
-
|
|
2441
|
+
- added ssr tests to user-picker
|
|
1902
2442
|
|
|
1903
2443
|
## 3.0.0
|
|
1904
2444
|
|
|
1905
|
-
-
|
|
2445
|
+
- [major][3ea3f5ea55](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ea3f5ea55):
|
|
1906
2446
|
|
|
1907
|
-
|
|
2447
|
+
- FS-3548 integrators must explicitly set the context prop in user-picker
|
|
1908
2448
|
|
|
1909
2449
|
## 2.0.3
|
|
1910
2450
|
|
|
1911
|
-
-
|
|
2451
|
+
- [patch][552843a739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/552843a739):
|
|
1912
2452
|
|
|
1913
|
-
|
|
2453
|
+
- FS-3639 fix analytics when no item is removed
|
|
1914
2454
|
|
|
1915
2455
|
## 2.0.2
|
|
1916
2456
|
|
|
1917
|
-
-
|
|
2457
|
+
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1918
2458
|
|
|
1919
|
-
|
|
2459
|
+
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of
|
|
2460
|
+
index.js
|
|
1920
2461
|
|
|
1921
2462
|
## 2.0.1
|
|
1922
2463
|
|
|
1923
|
-
-
|
|
2464
|
+
- [patch][de8123519a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de8123519a):
|
|
1924
2465
|
|
|
1925
|
-
|
|
2466
|
+
- FS-3675 add ability for integrator to add title to popup picker
|
|
1926
2467
|
|
|
1927
2468
|
## 2.0.0
|
|
1928
2469
|
|
|
1929
|
-
-
|
|
2470
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1930
2471
|
|
|
1931
|
-
|
|
2472
|
+
- Dropped ES5 distributables from the typescript packages
|
|
1932
2473
|
|
|
1933
2474
|
## 1.1.1
|
|
1934
2475
|
|
|
1935
|
-
-
|
|
2476
|
+
- [patch][64c306c904](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64c306c904):
|
|
1936
2477
|
|
|
1937
|
-
|
|
2478
|
+
- FS-3599 remove logic to hide add more placeholder
|
|
1938
2479
|
|
|
1939
2480
|
## 1.1.0
|
|
1940
2481
|
|
|
1941
|
-
-
|
|
2482
|
+
- [minor][14af4044ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14af4044ea):
|
|
1942
2483
|
|
|
1943
|
-
|
|
2484
|
+
- FS-3354 introduce PopupUserPicker to package
|
|
1944
2485
|
|
|
1945
2486
|
## 1.0.25
|
|
1946
2487
|
|
|
1947
|
-
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
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
|
|
1960
2502
|
|
|
1961
2503
|
## 1.0.24
|
|
1962
2504
|
|
|
1963
|
-
-
|
|
2505
|
+
- [patch][97307d9dd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97307d9dd1):
|
|
1964
2506
|
|
|
1965
|
-
|
|
2507
|
+
- FS-3618 add isValidEmail prop to UserPicker
|
|
1966
2508
|
|
|
1967
2509
|
## 1.0.23
|
|
1968
2510
|
|
|
1969
|
-
-
|
|
2511
|
+
- [patch][ad1bd2a92e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ad1bd2a92e):
|
|
1970
2512
|
|
|
1971
|
-
|
|
2513
|
+
- FS-3605 expose prop to disable input
|
|
1972
2514
|
|
|
1973
2515
|
## 1.0.22
|
|
1974
2516
|
|
|
1975
|
-
-
|
|
2517
|
+
- [patch][46ffd45f21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46ffd45f21):
|
|
1976
2518
|
|
|
1977
|
-
|
|
2519
|
+
- Added ability to toggle animations in atlaskit/select, updated UserPicker to disable
|
|
2520
|
+
animations using this new behaviour
|
|
1978
2521
|
|
|
1979
2522
|
## 1.0.21
|
|
1980
2523
|
|
|
1981
|
-
-
|
|
2524
|
+
- [patch][b38b2098e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b38b2098e3):
|
|
1982
2525
|
|
|
1983
|
-
|
|
2526
|
+
- FS-3417 export utils functions
|
|
1984
2527
|
|
|
1985
2528
|
## 1.0.20
|
|
1986
2529
|
|
|
1987
|
-
-
|
|
1988
|
-
|
|
2530
|
+
- Updated dependencies
|
|
2531
|
+
[06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
2532
|
+
- @atlaskit/select@7.0.0
|
|
1989
2533
|
|
|
1990
2534
|
## 1.0.19
|
|
1991
2535
|
|
|
1992
|
-
-
|
|
2536
|
+
- [patch][1050084e29](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1050084e29):
|
|
1993
2537
|
|
|
1994
|
-
|
|
2538
|
+
- TEAMS-242 : Change user picker placeholder
|
|
1995
2539
|
|
|
1996
2540
|
## 1.0.18
|
|
1997
2541
|
|
|
1998
|
-
-
|
|
2542
|
+
- [patch][0809a67d7b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0809a67d7b):
|
|
1999
2543
|
|
|
2000
|
-
|
|
2544
|
+
- FS-3591 hide selected users from multi picker
|
|
2001
2545
|
|
|
2002
2546
|
## 1.0.17
|
|
2003
2547
|
|
|
2004
|
-
-
|
|
2548
|
+
- [patch][67f0d11134](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f0d11134):
|
|
2005
2549
|
|
|
2006
|
-
|
|
2550
|
+
- FS-3577 show selected options by default
|
|
2007
2551
|
|
|
2008
2552
|
## 1.0.16
|
|
2009
2553
|
|
|
2010
|
-
-
|
|
2554
|
+
- [patch][c51d1e2e51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c51d1e2e51):
|
|
2011
2555
|
|
|
2012
|
-
|
|
2556
|
+
- FS-3573 show user avatar on focus
|
|
2013
2557
|
|
|
2014
2558
|
## 1.0.15
|
|
2015
2559
|
|
|
2016
|
-
-
|
|
2560
|
+
- [patch][1ce3a8812b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ce3a8812b):
|
|
2017
2561
|
|
|
2018
|
-
|
|
2562
|
+
- FS-3458 call loadOptions if open prop is controlled
|