@atlaskit/link-picker 1.35.2 → 1.36.1
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 +516 -184
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/index.js +4 -3
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/styled.js +2 -1
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/index.js +5 -2
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/styled.js +2 -1
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/index.js +4 -3
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/styled.js +2 -1
- package/dist/types/services/use-plugins/index.d.ts +1 -1
- package/dist/types/ui/link-picker/index.d.ts +2 -0
- package/dist/types-ts4.5/services/use-plugins/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +2 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,1005 +1,1337 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.36.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.36.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#94307](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94307)
|
|
14
|
+
[`bf0df557b820`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf0df557b820) -
|
|
15
|
+
Adding the raw data-object of selected item to the onSubmit-callback. Also fixes a small
|
|
16
|
+
alignment issue with list items.
|
|
17
|
+
|
|
3
18
|
## 1.35.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
6
21
|
|
|
7
|
-
-
|
|
22
|
+
- Updated dependencies
|
|
8
23
|
|
|
9
24
|
## 1.35.1
|
|
10
25
|
|
|
11
26
|
### Patch Changes
|
|
12
27
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
28
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
29
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
30
|
+
Migrated to the new button component
|
|
31
|
+
- Updated dependencies
|
|
15
32
|
|
|
16
33
|
## 1.35.0
|
|
17
34
|
|
|
18
35
|
### Minor Changes
|
|
19
36
|
|
|
20
|
-
-
|
|
37
|
+
- [#91586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91586)
|
|
38
|
+
[`b3135ab49e16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3135ab49e16) -
|
|
39
|
+
Updated `@atlaskit/tabs` dependency which removed baked-in horizontal padding. There may be some
|
|
40
|
+
very slight difference in padding after this change.
|
|
21
41
|
|
|
22
42
|
### Patch Changes
|
|
23
43
|
|
|
24
|
-
-
|
|
44
|
+
- Updated dependencies
|
|
25
45
|
|
|
26
46
|
## 1.34.10
|
|
27
47
|
|
|
28
48
|
### Patch Changes
|
|
29
49
|
|
|
30
|
-
-
|
|
50
|
+
- [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
|
|
51
|
+
[`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
|
|
52
|
+
Minor Typescript changes to improve compatibility with React 18
|
|
31
53
|
|
|
32
54
|
## 1.34.9
|
|
33
55
|
|
|
34
56
|
### Patch Changes
|
|
35
57
|
|
|
36
|
-
-
|
|
58
|
+
- [#90153](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90153)
|
|
59
|
+
[`a679d89ed314`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a679d89ed314) -
|
|
60
|
+
Converts lazy translations import from dynamic import to static map of imports, behind ff
|
|
61
|
+
platform.linking-platform.link-picker.translations-map
|
|
37
62
|
|
|
38
63
|
## 1.34.8
|
|
39
64
|
|
|
40
65
|
### Patch Changes
|
|
41
66
|
|
|
42
|
-
-
|
|
43
|
-
-
|
|
67
|
+
- [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
|
|
68
|
+
[`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
|
|
69
|
+
The internal composition of this component has changed. There is no expected change in behavior.
|
|
70
|
+
- Updated dependencies
|
|
44
71
|
|
|
45
72
|
## 1.34.7
|
|
46
73
|
|
|
47
74
|
### Patch Changes
|
|
48
75
|
|
|
49
|
-
-
|
|
76
|
+
- [#87202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87202)
|
|
77
|
+
[`fe89dc2c3c0a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fe89dc2c3c0a) -
|
|
78
|
+
EDM-9608 Cleanup onSubmitCapture feature flag in link picker
|
|
50
79
|
|
|
51
80
|
## 1.34.6
|
|
52
81
|
|
|
53
82
|
### Patch Changes
|
|
54
83
|
|
|
55
|
-
-
|
|
84
|
+
- [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
|
|
85
|
+
[`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
|
|
86
|
+
Minor adjustments to improve compatibility with React 18
|
|
56
87
|
|
|
57
88
|
## 1.34.5
|
|
58
89
|
|
|
59
90
|
### Patch Changes
|
|
60
91
|
|
|
61
|
-
-
|
|
92
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
93
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
94
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
62
95
|
|
|
63
96
|
## 1.34.4
|
|
64
97
|
|
|
65
98
|
### Patch Changes
|
|
66
99
|
|
|
67
|
-
-
|
|
68
|
-
-
|
|
100
|
+
- [#81744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81744)
|
|
101
|
+
[`4bb803ce7129`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4bb803ce7129) -
|
|
102
|
+
Internal changes. There is no expected visual change.
|
|
103
|
+
- Updated dependencies
|
|
69
104
|
|
|
70
105
|
## 1.34.3
|
|
71
106
|
|
|
72
107
|
### Patch Changes
|
|
73
108
|
|
|
74
|
-
-
|
|
109
|
+
- [#81158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81158)
|
|
110
|
+
[`d08a50c6d90b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d08a50c6d90b) -
|
|
111
|
+
Updates empty states to no longer use the `@atlaskit/empty-state` component in order to leverage
|
|
112
|
+
Heading Provider from `@atlaskit/heading`, behind ff
|
|
75
113
|
|
|
76
114
|
## 1.34.2
|
|
77
115
|
|
|
78
116
|
### Patch Changes
|
|
79
117
|
|
|
80
|
-
-
|
|
118
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
119
|
+
[`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
|
|
120
|
+
Update usage of `React.FC` to explicity include `children`
|
|
81
121
|
|
|
82
122
|
## 1.34.1
|
|
83
123
|
|
|
84
124
|
### Patch Changes
|
|
85
125
|
|
|
86
|
-
-
|
|
126
|
+
- [#77721](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77721)
|
|
127
|
+
[`724546c920cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/724546c920cf) -
|
|
128
|
+
Changed some hard-coded px values and replaced with space tokens
|
|
87
129
|
|
|
88
130
|
## 1.34.0
|
|
89
131
|
|
|
90
132
|
### Minor Changes
|
|
91
133
|
|
|
92
|
-
-
|
|
134
|
+
- [#73644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73644)
|
|
135
|
+
[`1826cabe2425`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1826cabe2425) -
|
|
136
|
+
Cleans up platform.linking-platform.link-picker.lazy-intl-messages. Will now always attempt to
|
|
137
|
+
lazy load translations.
|
|
93
138
|
|
|
94
139
|
## 1.33.1
|
|
95
140
|
|
|
96
141
|
### Patch Changes
|
|
97
142
|
|
|
98
|
-
-
|
|
143
|
+
- [#71135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71135)
|
|
144
|
+
[`88c865c6359d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/88c865c6359d) -
|
|
145
|
+
Fix issues with screen readers detecting a list when no plugin is provided
|
|
99
146
|
|
|
100
147
|
## 1.33.0
|
|
101
148
|
|
|
102
149
|
### Minor Changes
|
|
103
150
|
|
|
104
|
-
-
|
|
151
|
+
- [#69577](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69577)
|
|
152
|
+
[`fcd935281ee6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcd935281ee6) -
|
|
153
|
+
Updates onCancel prop to be optional. When not provided, cancel button is not displayed.
|
|
105
154
|
|
|
106
155
|
## 1.32.1
|
|
107
156
|
|
|
108
157
|
### Patch Changes
|
|
109
158
|
|
|
110
|
-
-
|
|
159
|
+
- [#66404](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66404)
|
|
160
|
+
[`61ac6afc1d89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61ac6afc1d89) -
|
|
161
|
+
EDM-9025 Add onSubmitCapture behind feature flag
|
|
111
162
|
|
|
112
163
|
## 1.32.0
|
|
113
164
|
|
|
114
165
|
### Minor Changes
|
|
115
166
|
|
|
116
|
-
-
|
|
167
|
+
- [#61981](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61981)
|
|
168
|
+
[`0d7a20c43478`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d7a20c43478) -
|
|
169
|
+
[ux] Added a UI experience for when a submission is in progress
|
|
117
170
|
|
|
118
171
|
### Patch Changes
|
|
119
172
|
|
|
120
|
-
-
|
|
173
|
+
- [#64291](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64291)
|
|
174
|
+
[`c44535acbea9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c44535acbea9) -
|
|
175
|
+
remove platform.linking-platform.link-create.tmp-fix-translations to permanently return
|
|
176
|
+
undefined in the loaderFn when dynamic import of locale messages fail.
|
|
121
177
|
|
|
122
178
|
## 1.31.0
|
|
123
179
|
|
|
124
180
|
### Minor Changes
|
|
125
181
|
|
|
126
|
-
-
|
|
182
|
+
- [#64242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64242)
|
|
183
|
+
[`066547c92554`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/066547c92554) -
|
|
184
|
+
Add customMessages prop to link picker
|
|
127
185
|
|
|
128
186
|
## 1.30.14
|
|
129
187
|
|
|
130
188
|
### Patch Changes
|
|
131
189
|
|
|
132
|
-
-
|
|
133
|
-
-
|
|
190
|
+
- [#63626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63626)
|
|
191
|
+
[`e71c8f5f586e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e71c8f5f586e) -
|
|
192
|
+
loaderFn returns undefined if failed to dynamicaly import locale messages - fixes issue in Jira
|
|
193
|
+
where default English replaces languages chunk.
|
|
194
|
+
- Updated dependencies
|
|
134
195
|
|
|
135
196
|
## 1.30.13
|
|
136
197
|
|
|
137
198
|
### Patch Changes
|
|
138
199
|
|
|
139
|
-
-
|
|
200
|
+
- Updated dependencies
|
|
140
201
|
|
|
141
202
|
## 1.30.12
|
|
142
203
|
|
|
143
204
|
### Patch Changes
|
|
144
205
|
|
|
145
|
-
-
|
|
206
|
+
- [#61649](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61649)
|
|
207
|
+
[`b3da85b3276a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3da85b3276a) -
|
|
208
|
+
Replaces internal lazy messages provider implementation with @atlaskit/intl-messages-provider
|
|
209
|
+
with no expected functional change beyond now supporting inherting messages from parent intl
|
|
210
|
+
provider. Use of lazy messages provider still is feature flagged behind
|
|
211
|
+
'platform.linking-platform.link-picker.lazy-intl-messages'.
|
|
146
212
|
|
|
147
213
|
## 1.30.11
|
|
148
214
|
|
|
149
215
|
### Patch Changes
|
|
150
216
|
|
|
151
|
-
-
|
|
217
|
+
- Updated dependencies
|
|
152
218
|
|
|
153
219
|
## 1.30.10
|
|
154
220
|
|
|
155
221
|
### Patch Changes
|
|
156
222
|
|
|
157
|
-
-
|
|
223
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
224
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
225
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
158
226
|
|
|
159
227
|
## 1.30.9
|
|
160
228
|
|
|
161
229
|
### Patch Changes
|
|
162
230
|
|
|
163
|
-
-
|
|
231
|
+
- Updated dependencies
|
|
164
232
|
|
|
165
233
|
## 1.30.8
|
|
166
234
|
|
|
167
235
|
### Patch Changes
|
|
168
236
|
|
|
169
|
-
-
|
|
170
|
-
-
|
|
237
|
+
- [#43874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43874)
|
|
238
|
+
[`71d228970ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71d228970ef) - Enrol
|
|
239
|
+
packages to push model in JFE
|
|
240
|
+
- Updated dependencies
|
|
171
241
|
|
|
172
242
|
## 1.30.7
|
|
173
243
|
|
|
174
244
|
### Patch Changes
|
|
175
245
|
|
|
176
|
-
-
|
|
246
|
+
- Updated dependencies
|
|
177
247
|
|
|
178
248
|
## 1.30.6
|
|
179
249
|
|
|
180
250
|
### Patch Changes
|
|
181
251
|
|
|
182
|
-
-
|
|
252
|
+
- Updated dependencies
|
|
183
253
|
|
|
184
254
|
## 1.30.5
|
|
185
255
|
|
|
186
256
|
### Patch Changes
|
|
187
257
|
|
|
188
|
-
-
|
|
258
|
+
- Updated dependencies
|
|
189
259
|
|
|
190
260
|
## 1.30.4
|
|
191
261
|
|
|
192
262
|
### Patch Changes
|
|
193
263
|
|
|
194
|
-
-
|
|
264
|
+
- [#43264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43264)
|
|
265
|
+
[`b4e3b6f54bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4e3b6f54bd) -
|
|
266
|
+
Explicitly set link picker to display block
|
|
195
267
|
|
|
196
268
|
## 1.30.3
|
|
197
269
|
|
|
198
270
|
### Patch Changes
|
|
199
271
|
|
|
200
|
-
-
|
|
272
|
+
- Updated dependencies
|
|
201
273
|
|
|
202
274
|
## 1.30.2
|
|
203
275
|
|
|
204
276
|
### Patch Changes
|
|
205
277
|
|
|
206
|
-
-
|
|
278
|
+
- Updated dependencies
|
|
207
279
|
|
|
208
280
|
## 1.30.1
|
|
209
281
|
|
|
210
282
|
### Patch Changes
|
|
211
283
|
|
|
212
|
-
-
|
|
284
|
+
- [#41114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41114)
|
|
285
|
+
[`f8efb1a7ce5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8efb1a7ce5) - Add
|
|
286
|
+
env var default and fix array iterable for local consumption typechecking
|
|
213
287
|
|
|
214
288
|
## 1.30.0
|
|
215
289
|
|
|
216
290
|
### Minor Changes
|
|
217
291
|
|
|
218
|
-
-
|
|
292
|
+
- [#39671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39671)
|
|
293
|
+
[`1e70dc014bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e70dc014bf) - Adds
|
|
294
|
+
support for `paddingLeft`, `paddingRight`, `paddingTop` and `paddingBottom` props that enable
|
|
295
|
+
overriding the internal padding of the link picker.
|
|
219
296
|
|
|
220
297
|
## 1.29.1
|
|
221
298
|
|
|
222
299
|
### Patch Changes
|
|
223
300
|
|
|
224
|
-
-
|
|
301
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
302
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
|
|
303
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
225
304
|
|
|
226
305
|
## 1.29.0
|
|
227
306
|
|
|
228
307
|
### Minor Changes
|
|
229
308
|
|
|
230
|
-
-
|
|
309
|
+
- [#36656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36656)
|
|
310
|
+
[`96287a9f42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96287a9f42a) - Adds
|
|
311
|
+
disableWidth prop to component to allow the link picker to fill the available space (width:
|
|
312
|
+
100%)
|
|
231
313
|
|
|
232
314
|
## 1.28.3
|
|
233
315
|
|
|
234
316
|
### Patch Changes
|
|
235
317
|
|
|
236
|
-
-
|
|
237
|
-
-
|
|
318
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
319
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
320
|
+
version.json
|
|
321
|
+
- Updated dependencies
|
|
238
322
|
|
|
239
323
|
## 1.28.2
|
|
240
324
|
|
|
241
325
|
### Patch Changes
|
|
242
326
|
|
|
243
|
-
-
|
|
327
|
+
- [#38511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38511)
|
|
328
|
+
[`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove
|
|
329
|
+
redundant aria-label from the input field
|
|
244
330
|
|
|
245
331
|
## 1.28.1
|
|
246
332
|
|
|
247
333
|
### Patch Changes
|
|
248
334
|
|
|
249
|
-
-
|
|
335
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
|
|
336
|
+
[`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
|
|
337
|
+
injected env vars instead of version.json
|
|
250
338
|
|
|
251
339
|
## 1.28.0
|
|
252
340
|
|
|
253
341
|
### Minor Changes
|
|
254
342
|
|
|
255
|
-
-
|
|
343
|
+
- [#37347](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37347)
|
|
344
|
+
[`db2a42eb771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2a42eb771) - [ux]
|
|
345
|
+
EDM-7273 Jira create feature discovery
|
|
256
346
|
|
|
257
347
|
## 1.27.2
|
|
258
348
|
|
|
259
349
|
### Patch Changes
|
|
260
350
|
|
|
261
|
-
-
|
|
262
|
-
-
|
|
351
|
+
- [#36677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36677)
|
|
352
|
+
[`fa3c0d93eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa3c0d93eae) -
|
|
353
|
+
Improves fixed height display of link picker when
|
|
354
|
+
'platform.linking-platform.link-picker.fixed-height-search-results' is enabled.
|
|
355
|
+
- Updated dependencies
|
|
263
356
|
|
|
264
357
|
## 1.27.1
|
|
265
358
|
|
|
266
359
|
### Patch Changes
|
|
267
360
|
|
|
268
|
-
-
|
|
361
|
+
- [#36817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36817)
|
|
362
|
+
[`3bebfdcc3ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bebfdcc3ae) - [ux]
|
|
363
|
+
Fix pt-BR messages
|
|
269
364
|
|
|
270
365
|
## 1.27.0
|
|
271
366
|
|
|
272
367
|
### Minor Changes
|
|
273
368
|
|
|
274
|
-
-
|
|
369
|
+
- [#36671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36671)
|
|
370
|
+
[`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux]
|
|
371
|
+
Add title to link picker results
|
|
275
372
|
|
|
276
373
|
## 1.26.0
|
|
277
374
|
|
|
278
375
|
### Minor Changes
|
|
279
376
|
|
|
280
|
-
-
|
|
377
|
+
- [#36197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36197)
|
|
378
|
+
[`ae65b485bca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae65b485bca) - [ux]
|
|
379
|
+
Better minimum height for link picker error and loading state
|
|
281
380
|
|
|
282
381
|
## 1.25.6
|
|
283
382
|
|
|
284
383
|
### Patch Changes
|
|
285
384
|
|
|
286
|
-
-
|
|
385
|
+
- [#36147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36147)
|
|
386
|
+
[`21f74cac9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21f74cac9b6) -
|
|
387
|
+
EDM-6818: Fixes bug where first item of link picker search results appear selected when there is
|
|
388
|
+
no current selection and a search result is focused. Focus on link picker search results are now
|
|
389
|
+
on the item that the user clicks/focuses on.
|
|
287
390
|
|
|
288
391
|
## 1.25.5
|
|
289
392
|
|
|
290
393
|
### Patch Changes
|
|
291
394
|
|
|
292
|
-
-
|
|
395
|
+
- [#36167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36167)
|
|
396
|
+
[`27f7faa992f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f7faa992f) - Minor
|
|
397
|
+
internal refactor with no expected functional changes.
|
|
293
398
|
|
|
294
399
|
## 1.25.4
|
|
295
400
|
|
|
296
401
|
### Patch Changes
|
|
297
402
|
|
|
298
|
-
-
|
|
403
|
+
- [#35979](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35979)
|
|
404
|
+
[`2d56ffa47b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d56ffa47b1) - [ux]
|
|
405
|
+
Removes the decorative search icon from the URL/search field.
|
|
299
406
|
|
|
300
407
|
## 1.25.3
|
|
301
408
|
|
|
302
409
|
### Patch Changes
|
|
303
410
|
|
|
304
|
-
-
|
|
411
|
+
- [#35951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35951)
|
|
412
|
+
[`ceaa8d259c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceaa8d259c2) - Minor
|
|
413
|
+
internal refactors with no expected functional changes.
|
|
305
414
|
|
|
306
415
|
## 1.25.2
|
|
307
416
|
|
|
308
417
|
### Patch Changes
|
|
309
418
|
|
|
310
|
-
-
|
|
419
|
+
- Updated dependencies
|
|
311
420
|
|
|
312
421
|
## 1.25.1
|
|
313
422
|
|
|
314
423
|
### Patch Changes
|
|
315
424
|
|
|
316
|
-
-
|
|
425
|
+
- [#35741](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35741)
|
|
426
|
+
[`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) -
|
|
427
|
+
Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
|
|
317
428
|
|
|
318
429
|
## 1.25.0
|
|
319
430
|
|
|
320
431
|
### Minor Changes
|
|
321
432
|
|
|
322
|
-
-
|
|
323
|
-
|
|
433
|
+
- [#35199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35199)
|
|
434
|
+
[`bf9689fce97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf9689fce97) - [ux]
|
|
435
|
+
Modified behaviour to load to all plugins before Link Picker UI is loaded, introduces a
|
|
436
|
+
isLoading attribute to indicate when a plugins have loaded
|
|
324
437
|
|
|
325
438
|
## 1.24.1
|
|
326
439
|
|
|
327
440
|
### Patch Changes
|
|
328
441
|
|
|
329
|
-
-
|
|
442
|
+
- [#35545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35545)
|
|
443
|
+
[`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) -
|
|
444
|
+
Release translations
|
|
330
445
|
|
|
331
446
|
## 1.24.0
|
|
332
447
|
|
|
333
448
|
### Minor Changes
|
|
334
449
|
|
|
335
|
-
-
|
|
450
|
+
- [#33781](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33781)
|
|
451
|
+
[`5a810cbc8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a810cbc8c7) - Adds
|
|
452
|
+
internal MessagesProvider behind `platform.linking-platform.link-picker.lazy-intl-messages`
|
|
453
|
+
feature flag which, when enabled, lazy loads and self-provides messages for the current locale
|
|
454
|
+
(as defined by a parent `IntlProvider`).
|
|
336
455
|
|
|
337
456
|
## 1.23.2
|
|
338
457
|
|
|
339
458
|
### Patch Changes
|
|
340
459
|
|
|
341
|
-
-
|
|
460
|
+
- [#35058](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35058)
|
|
461
|
+
[`44d226ae268`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44d226ae268) - [ux]
|
|
462
|
+
This adds support for Confluence Whiteboards in Link Picker search. This also adds a new scope
|
|
463
|
+
in `@atlassian/search-client`, which contains pages, blogs and whiteboards.
|
|
342
464
|
|
|
343
465
|
## 1.23.1
|
|
344
466
|
|
|
345
467
|
### Patch Changes
|
|
346
468
|
|
|
347
|
-
-
|
|
469
|
+
- [#34282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34282)
|
|
470
|
+
[`1d9bcdf92d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d9bcdf92d8) -
|
|
471
|
+
EDM-5278: refactor timestamp in link-picker to remove string concatenation, to switch between
|
|
472
|
+
relative and absolute time with correct display values and add new atlas kit example to test
|
|
473
|
+
translations for link-picker
|
|
348
474
|
|
|
349
475
|
## 1.23.0
|
|
350
476
|
|
|
351
477
|
### Minor Changes
|
|
352
478
|
|
|
353
|
-
-
|
|
479
|
+
- [#34189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34189)
|
|
480
|
+
[`5b744a84924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b744a84924) - [ux]
|
|
481
|
+
Support for an empty state in LinkPicker, and implementation of empty state for the
|
|
482
|
+
link-picker-atlassian-plugin
|
|
354
483
|
|
|
355
484
|
### Patch Changes
|
|
356
485
|
|
|
357
|
-
-
|
|
486
|
+
- Updated dependencies
|
|
358
487
|
|
|
359
488
|
## 1.22.2
|
|
360
489
|
|
|
361
490
|
### Patch Changes
|
|
362
491
|
|
|
363
|
-
-
|
|
492
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
|
|
493
|
+
[`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
|
|
494
|
+
Removing unused dependencies and dev dependencies
|
|
364
495
|
|
|
365
496
|
## 1.22.1
|
|
366
497
|
|
|
367
498
|
### Patch Changes
|
|
368
499
|
|
|
369
|
-
-
|
|
500
|
+
- [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463)
|
|
501
|
+
[`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) -
|
|
502
|
+
Updates analytics codegen to support screen events.
|
|
370
503
|
|
|
371
504
|
## 1.22.0
|
|
372
505
|
|
|
373
506
|
### Minor Changes
|
|
374
507
|
|
|
375
|
-
-
|
|
508
|
+
- [#34268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34268)
|
|
509
|
+
[`cd623c7a474`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd623c7a474) - [ux]
|
|
510
|
+
Wrap search input with conditional spotlight target for better onboarding
|
|
376
511
|
|
|
377
512
|
## 1.21.0
|
|
378
513
|
|
|
379
514
|
### Minor Changes
|
|
380
515
|
|
|
381
|
-
-
|
|
516
|
+
- [#33811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33811)
|
|
517
|
+
[`63a3923d4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63a3923d4cd) - Fix
|
|
518
|
+
tab attribute analytics to display correct product on initial load
|
|
382
519
|
|
|
383
520
|
## 1.20.3
|
|
384
521
|
|
|
385
522
|
### Patch Changes
|
|
386
523
|
|
|
387
|
-
-
|
|
524
|
+
- [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689)
|
|
525
|
+
[`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) -
|
|
526
|
+
Internal change to enforce token usage for spacing properties. There is no expected visual or
|
|
527
|
+
behaviour change.
|
|
388
528
|
|
|
389
529
|
## 1.20.2
|
|
390
530
|
|
|
391
531
|
### Patch Changes
|
|
392
532
|
|
|
393
|
-
-
|
|
533
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
534
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
535
|
+
legacy types are published for TS 4.5-4.8
|
|
394
536
|
|
|
395
537
|
## 1.20.1
|
|
396
538
|
|
|
397
539
|
### Patch Changes
|
|
398
540
|
|
|
399
|
-
-
|
|
541
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
542
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
543
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
400
544
|
|
|
401
545
|
## 1.20.0
|
|
402
546
|
|
|
403
547
|
### Minor Changes
|
|
404
548
|
|
|
405
|
-
-
|
|
549
|
+
- [#33210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33210)
|
|
550
|
+
[`4bf861f02cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf861f02cc) -
|
|
551
|
+
Callback label now supports a string
|
|
406
552
|
|
|
407
553
|
## 1.19.0
|
|
408
554
|
|
|
409
555
|
### Minor Changes
|
|
410
556
|
|
|
411
|
-
-
|
|
557
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
558
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
559
|
+
minor dependency bump
|
|
412
560
|
|
|
413
561
|
### Patch Changes
|
|
414
562
|
|
|
415
|
-
-
|
|
563
|
+
- Updated dependencies
|
|
416
564
|
|
|
417
565
|
## 1.18.4
|
|
418
566
|
|
|
419
567
|
### Patch Changes
|
|
420
568
|
|
|
421
|
-
-
|
|
422
|
-
-
|
|
569
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
570
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
571
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
572
|
+
- Updated dependencies
|
|
423
573
|
|
|
424
574
|
## 1.18.3
|
|
425
575
|
|
|
426
576
|
### Patch Changes
|
|
427
577
|
|
|
428
|
-
-
|
|
429
|
-
|
|
578
|
+
- [#30834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30834)
|
|
579
|
+
[`ee4573b4721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee4573b4721) - [ux]
|
|
580
|
+
Handle keyboard navigation as a listbox Updates focus style of link picker listbox
|
|
430
581
|
|
|
431
582
|
## 1.18.2
|
|
432
583
|
|
|
433
584
|
### Patch Changes
|
|
434
585
|
|
|
435
|
-
-
|
|
586
|
+
- [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311)
|
|
587
|
+
[`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move
|
|
588
|
+
codegen into @atlassian scope to publish it to private registry
|
|
436
589
|
|
|
437
590
|
## 1.18.1
|
|
438
591
|
|
|
439
592
|
### Patch Changes
|
|
440
593
|
|
|
441
|
-
-
|
|
594
|
+
- [#32170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32170)
|
|
595
|
+
[`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) -
|
|
596
|
+
Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
|
|
597
|
+
behaviour change.
|
|
442
598
|
|
|
443
599
|
## 1.18.0
|
|
444
600
|
|
|
445
601
|
### Minor Changes
|
|
446
602
|
|
|
447
|
-
-
|
|
603
|
+
- [#30977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30977)
|
|
604
|
+
[`d7af47bbf65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7af47bbf65) - [ux]
|
|
605
|
+
Adds new action button and updates the style of current cancel button
|
|
448
606
|
|
|
449
607
|
## 1.17.0
|
|
450
608
|
|
|
451
609
|
### Minor Changes
|
|
452
610
|
|
|
453
|
-
-
|
|
611
|
+
- [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674)
|
|
612
|
+
[`204e2a97119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/204e2a97119) -
|
|
613
|
+
Defines new LinkPickerPluginAction and new LinkInputType for Create
|
|
454
614
|
|
|
455
615
|
## 1.16.16
|
|
456
616
|
|
|
457
617
|
### Patch Changes
|
|
458
618
|
|
|
459
|
-
-
|
|
619
|
+
- [#30583](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30583)
|
|
620
|
+
[`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) -
|
|
621
|
+
Formatting change for i18n translations
|
|
460
622
|
|
|
461
623
|
## 1.16.15
|
|
462
624
|
|
|
463
625
|
### Patch Changes
|
|
464
626
|
|
|
465
|
-
-
|
|
627
|
+
- [#30237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30237)
|
|
628
|
+
[`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) -
|
|
629
|
+
Prettier-ignore added to i18n translations
|
|
466
630
|
|
|
467
631
|
## 1.16.14
|
|
468
632
|
|
|
469
633
|
### Patch Changes
|
|
470
634
|
|
|
471
|
-
-
|
|
635
|
+
- Updated dependencies
|
|
472
636
|
|
|
473
637
|
## 1.16.13
|
|
474
638
|
|
|
475
639
|
### Patch Changes
|
|
476
640
|
|
|
477
|
-
-
|
|
641
|
+
- Updated dependencies
|
|
478
642
|
|
|
479
643
|
## 1.16.12
|
|
480
644
|
|
|
481
645
|
### Patch Changes
|
|
482
646
|
|
|
483
|
-
-
|
|
647
|
+
- [#29330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29330)
|
|
648
|
+
[`9d9ee3fbc84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d9ee3fbc84) -
|
|
649
|
+
EDM-5557 Reduce min height of link-picker
|
|
484
650
|
|
|
485
651
|
## 1.16.11
|
|
486
652
|
|
|
487
653
|
### Patch Changes
|
|
488
654
|
|
|
489
|
-
-
|
|
490
|
-
-
|
|
655
|
+
- [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067)
|
|
656
|
+
[`08de765c04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08de765c04b) - Moves
|
|
657
|
+
dependency of user agent detection code to `@atlaskit/linking-common/user-agent`
|
|
658
|
+
- Updated dependencies
|
|
491
659
|
|
|
492
660
|
## 1.16.10
|
|
493
661
|
|
|
494
662
|
### Patch Changes
|
|
495
663
|
|
|
496
|
-
-
|
|
664
|
+
- Updated dependencies
|
|
497
665
|
|
|
498
666
|
## 1.16.9
|
|
499
667
|
|
|
500
668
|
### Patch Changes
|
|
501
669
|
|
|
502
|
-
-
|
|
670
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
|
|
671
|
+
[`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
|
|
672
|
+
ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
|
|
673
|
+
`allowedSideEffects` when loading the page.
|
|
503
674
|
|
|
504
675
|
## 1.16.8
|
|
505
676
|
|
|
506
677
|
### Patch Changes
|
|
507
678
|
|
|
508
|
-
-
|
|
509
|
-
-
|
|
679
|
+
- [#28294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28294)
|
|
680
|
+
[`5441fa9235d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5441fa9235d) - [ux]
|
|
681
|
+
XPC3P-106 Fix recents not showing when switching tabs in new link picker
|
|
682
|
+
- Updated dependencies
|
|
510
683
|
|
|
511
684
|
## 1.16.7
|
|
512
685
|
|
|
513
686
|
### Patch Changes
|
|
514
687
|
|
|
515
|
-
-
|
|
516
|
-
-
|
|
688
|
+
- [#28362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28362)
|
|
689
|
+
[`10410539ac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10410539ac9) - Url
|
|
690
|
+
utils added (normalizeURL and isSafeUrl). Available to export
|
|
691
|
+
- Updated dependencies
|
|
517
692
|
|
|
518
693
|
## 1.16.6
|
|
519
694
|
|
|
520
695
|
### Patch Changes
|
|
521
696
|
|
|
522
|
-
-
|
|
697
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
|
|
698
|
+
[`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
|
|
699
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
700
|
+
tokens() function and improving performance.
|
|
523
701
|
|
|
524
702
|
## 1.16.5
|
|
525
703
|
|
|
526
704
|
### Patch Changes
|
|
527
705
|
|
|
528
|
-
-
|
|
706
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
707
|
+
[`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) -
|
|
708
|
+
DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
|
|
529
709
|
|
|
530
710
|
## 1.16.4
|
|
531
711
|
|
|
532
712
|
### Patch Changes
|
|
533
713
|
|
|
534
|
-
-
|
|
714
|
+
- Updated dependencies
|
|
535
715
|
|
|
536
716
|
## 1.16.3
|
|
537
717
|
|
|
538
718
|
### Patch Changes
|
|
539
719
|
|
|
540
|
-
-
|
|
720
|
+
- Updated dependencies
|
|
541
721
|
|
|
542
722
|
## 1.16.2
|
|
543
723
|
|
|
544
724
|
### Patch Changes
|
|
545
725
|
|
|
546
|
-
-
|
|
726
|
+
- [#27972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27972)
|
|
727
|
+
[`998a9316ce3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/998a9316ce3) -
|
|
728
|
+
EDM-4959 update scrolling tabs to remain still for link picker when tabs are changed as a fix
|
|
729
|
+
for a flakey vr test
|
|
547
730
|
|
|
548
731
|
## 1.16.1
|
|
549
732
|
|
|
550
733
|
### Patch Changes
|
|
551
734
|
|
|
552
|
-
-
|
|
735
|
+
- [#28114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28114)
|
|
736
|
+
[`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update
|
|
737
|
+
i18n translations from Traduki
|
|
553
738
|
|
|
554
739
|
## 1.16.0
|
|
555
740
|
|
|
556
741
|
### Minor Changes
|
|
557
742
|
|
|
558
|
-
-
|
|
743
|
+
- [#27732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27732)
|
|
744
|
+
[`e409fa726a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e409fa726a9) - [ux]
|
|
745
|
+
Disable the insert button when Link picker shows an error and hide buttons when user is
|
|
746
|
+
unauthenticated to the active 3P tab
|
|
559
747
|
|
|
560
748
|
## 1.15.1
|
|
561
749
|
|
|
562
750
|
### Patch Changes
|
|
563
751
|
|
|
564
|
-
-
|
|
752
|
+
- [#27835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27835)
|
|
753
|
+
[`4a83c28f27b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a83c28f27b) - Add
|
|
754
|
+
support for inline SVGs in ListItem by converting them to Base64 images
|
|
565
755
|
|
|
566
756
|
## 1.15.0
|
|
567
757
|
|
|
568
758
|
### Minor Changes
|
|
569
759
|
|
|
570
|
-
-
|
|
760
|
+
- [#27624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27624)
|
|
761
|
+
[`b7ace618362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7ace618362) - [ux]
|
|
762
|
+
EDM-3578: adding a prop hideDisplayText for link picker to allow support that stops rendering of
|
|
763
|
+
the display text field in link picker if prop is set to true.
|
|
571
764
|
|
|
572
765
|
## 1.14.0
|
|
573
766
|
|
|
574
767
|
### Minor Changes
|
|
575
768
|
|
|
576
|
-
-
|
|
769
|
+
- [#26943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26943)
|
|
770
|
+
[`3cbd9b63e96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbd9b63e96) - [ux]
|
|
771
|
+
Added search for 1P tabs
|
|
577
772
|
|
|
578
773
|
## 1.13.3
|
|
579
774
|
|
|
580
775
|
### Patch Changes
|
|
581
776
|
|
|
582
|
-
-
|
|
777
|
+
- [#27298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27298)
|
|
778
|
+
[`b4ed4bb728b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4ed4bb728b) -
|
|
779
|
+
EDM-4923: link picker display text label has been changed from Link description to Link display
|
|
780
|
+
text
|
|
583
781
|
|
|
584
782
|
## 1.13.2
|
|
585
783
|
|
|
586
784
|
### Patch Changes
|
|
587
785
|
|
|
588
|
-
-
|
|
786
|
+
- Updated dependencies
|
|
589
787
|
|
|
590
788
|
## 1.13.1
|
|
591
789
|
|
|
592
790
|
### Patch Changes
|
|
593
791
|
|
|
594
|
-
-
|
|
792
|
+
- [#26522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26522)
|
|
793
|
+
[`2933e4ddeb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2933e4ddeb0) - Add
|
|
794
|
+
searchResults shown analytic event for pre-query and post-query results
|
|
595
795
|
|
|
596
796
|
## 1.13.0
|
|
597
797
|
|
|
598
798
|
### Minor Changes
|
|
599
799
|
|
|
600
|
-
-
|
|
800
|
+
- [#26718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26718)
|
|
801
|
+
[`91bd9e3193c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91bd9e3193c) - add
|
|
802
|
+
experimental support for UNSAFE_onActivation call for plugins
|
|
601
803
|
|
|
602
804
|
## 1.12.0
|
|
603
805
|
|
|
604
806
|
### Minor Changes
|
|
605
807
|
|
|
606
|
-
-
|
|
808
|
+
- [#25323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25323)
|
|
809
|
+
[`2ecb5e8a6d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ecb5e8a6d9) - [ux]
|
|
810
|
+
introduce horizontal scrolling tabs
|
|
607
811
|
|
|
608
812
|
## 1.11.2
|
|
609
813
|
|
|
610
814
|
### Patch Changes
|
|
611
815
|
|
|
612
|
-
-
|
|
816
|
+
- [#26281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26281)
|
|
817
|
+
[`841110b3cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/841110b3cf0) - Adds
|
|
818
|
+
tab attribute to analytics context
|
|
613
819
|
|
|
614
820
|
## 1.11.1
|
|
615
821
|
|
|
616
822
|
### Patch Changes
|
|
617
823
|
|
|
618
|
-
-
|
|
824
|
+
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
|
|
825
|
+
[`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) -
|
|
826
|
+
Bumping dependencies via Renovate:
|
|
619
827
|
|
|
620
|
-
|
|
828
|
+
- react-loosely-lazy
|
|
621
829
|
|
|
622
830
|
## 1.11.0
|
|
623
831
|
|
|
624
832
|
### Minor Changes
|
|
625
833
|
|
|
626
|
-
-
|
|
627
|
-
|
|
628
|
-
|
|
834
|
+
- [#25319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25319)
|
|
835
|
+
[`2cbf4131640`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cbf4131640) - Make
|
|
836
|
+
LinkPicker to accept a custom root component And now we offer a new useLinkPickerEditorProps
|
|
837
|
+
hook useForgeSearchProviders hook will now get client from SmartCardContext
|
|
629
838
|
|
|
630
839
|
## 1.10.4
|
|
631
840
|
|
|
632
841
|
### Patch Changes
|
|
633
842
|
|
|
634
|
-
-
|
|
843
|
+
- [#25117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25117)
|
|
844
|
+
[`a3358adb9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3358adb9f1) - Basic
|
|
845
|
+
UFO Instrumentation for LinkPicker
|
|
635
846
|
|
|
636
847
|
## 1.10.3
|
|
637
848
|
|
|
638
849
|
### Patch Changes
|
|
639
850
|
|
|
640
|
-
-
|
|
851
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
852
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
853
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
641
854
|
|
|
642
855
|
## 1.10.2
|
|
643
856
|
|
|
644
857
|
### Patch Changes
|
|
645
858
|
|
|
646
|
-
-
|
|
859
|
+
- [#25059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25059)
|
|
860
|
+
[`8a538989c8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a538989c8d) - [ux]
|
|
861
|
+
Updated label and Placeholder messages
|
|
647
862
|
|
|
648
863
|
## 1.10.1
|
|
649
864
|
|
|
650
865
|
### Patch Changes
|
|
651
866
|
|
|
652
|
-
-
|
|
867
|
+
- [#25103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25103)
|
|
868
|
+
[`df6de875d71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6de875d71) - Adds
|
|
869
|
+
operational logging for plugin resolve failures.
|
|
653
870
|
|
|
654
871
|
## 1.10.0
|
|
655
872
|
|
|
656
873
|
### Minor Changes
|
|
657
874
|
|
|
658
|
-
-
|
|
875
|
+
- [#25115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25115)
|
|
876
|
+
[`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds
|
|
877
|
+
support for plugins providing metadata about resolved links.
|
|
659
878
|
|
|
660
879
|
## 1.9.4
|
|
661
880
|
|
|
662
881
|
### Patch Changes
|
|
663
882
|
|
|
664
|
-
-
|
|
883
|
+
- [#25101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25101)
|
|
884
|
+
[`81ac9ce10ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ac9ce10ff) - Update
|
|
885
|
+
error boundary implementation to replace analytic instrumentation for uncaught errors.
|
|
665
886
|
|
|
666
887
|
## 1.9.3
|
|
667
888
|
|
|
668
889
|
### Patch Changes
|
|
669
890
|
|
|
670
|
-
-
|
|
891
|
+
- [#24851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24851)
|
|
892
|
+
[`e3f8fb1f348`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f8fb1f348) - Adds
|
|
893
|
+
tracking of how the input fields are populated ie paste vs manual vs search.
|
|
671
894
|
|
|
672
895
|
## 1.9.2
|
|
673
896
|
|
|
674
897
|
### Patch Changes
|
|
675
898
|
|
|
676
|
-
-
|
|
899
|
+
- [#25082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25082)
|
|
900
|
+
[`c37f08a275a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c37f08a275a) - Fix
|
|
901
|
+
onClick event bubbling on text field clear button activation.
|
|
677
902
|
|
|
678
903
|
## 1.9.1
|
|
679
904
|
|
|
680
905
|
### Patch Changes
|
|
681
906
|
|
|
682
|
-
-
|
|
907
|
+
- [#25018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25018)
|
|
908
|
+
[`548071512ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/548071512ad) - [ux]
|
|
909
|
+
Add truncating logic to metadata to be constrained to one line
|
|
683
910
|
|
|
684
911
|
## 1.9.0
|
|
685
912
|
|
|
686
913
|
### Minor Changes
|
|
687
914
|
|
|
688
|
-
-
|
|
915
|
+
- [#24791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24791)
|
|
916
|
+
[`26ca68a3993`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ca68a3993) - Add
|
|
917
|
+
support for the onSubmit handler prop to receive a second argument, being a clone of the form
|
|
918
|
+
submitted analytic event
|
|
689
919
|
|
|
690
920
|
## 1.8.5
|
|
691
921
|
|
|
692
922
|
### Patch Changes
|
|
693
923
|
|
|
694
|
-
-
|
|
924
|
+
- [#24725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24725)
|
|
925
|
+
[`47c9a0a3331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c9a0a3331) -
|
|
926
|
+
Improves spacing and reduced jitter of height when loading items.
|
|
695
927
|
|
|
696
928
|
## 1.8.4
|
|
697
929
|
|
|
698
930
|
### Patch Changes
|
|
699
931
|
|
|
700
|
-
-
|
|
932
|
+
- [#24595](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24595)
|
|
933
|
+
[`e94f9f982b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e94f9f982b4) - Fixes
|
|
934
|
+
link picker attempting to dispatch updates after being unmounted.
|
|
701
935
|
|
|
702
936
|
## 1.8.3
|
|
703
937
|
|
|
704
938
|
### Patch Changes
|
|
705
939
|
|
|
706
|
-
-
|
|
940
|
+
- [#24319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24319)
|
|
941
|
+
[`7e07778ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e07778ec20) - Add
|
|
942
|
+
linkState attribute to link picker analytics context
|
|
707
943
|
|
|
708
944
|
## 1.8.2
|
|
709
945
|
|
|
710
946
|
### Patch Changes
|
|
711
947
|
|
|
712
|
-
-
|
|
948
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
949
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
950
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
713
951
|
|
|
714
952
|
## 1.8.1
|
|
715
953
|
|
|
716
954
|
### Patch Changes
|
|
717
955
|
|
|
718
|
-
-
|
|
956
|
+
- [#24310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24310)
|
|
957
|
+
[`afd2368145a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd2368145a) - Added
|
|
958
|
+
link picker mount/unmount analytic events
|
|
719
959
|
|
|
720
960
|
## 1.8.0
|
|
721
961
|
|
|
722
962
|
### Minor Changes
|
|
723
963
|
|
|
724
|
-
-
|
|
964
|
+
- [#24245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24245)
|
|
965
|
+
[`89fffde2a59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fffde2a59) - Wrap
|
|
966
|
+
link picker in native form element
|
|
725
967
|
|
|
726
968
|
## 1.7.1
|
|
727
969
|
|
|
728
970
|
### Patch Changes
|
|
729
971
|
|
|
730
|
-
-
|
|
972
|
+
- [#24242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24242)
|
|
973
|
+
[`e900714203d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e900714203d) - Add
|
|
974
|
+
"form submitted" analytics event.
|
|
731
975
|
|
|
732
976
|
## 1.7.0
|
|
733
977
|
|
|
734
978
|
### Minor Changes
|
|
735
979
|
|
|
736
|
-
-
|
|
980
|
+
- [#23812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23812)
|
|
981
|
+
[`d0feee9b4ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0feee9b4ad) - [ux]
|
|
982
|
+
Add a UI error message to display when the link picker plugin resolve throws an error
|
|
737
983
|
|
|
738
984
|
## 1.6.1
|
|
739
985
|
|
|
740
986
|
### Patch Changes
|
|
741
987
|
|
|
742
|
-
-
|
|
988
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
989
|
+
[`e3f36b94557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f36b94557) -
|
|
990
|
+
Inlines svg assets directly into the UI
|
|
743
991
|
|
|
744
992
|
## 1.6.0
|
|
745
993
|
|
|
746
994
|
### Minor Changes
|
|
747
995
|
|
|
748
|
-
-
|
|
996
|
+
- [#23712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23712)
|
|
997
|
+
[`c9c0a119587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9c0a119587) - [ux]
|
|
998
|
+
EDM-3881: add onContentRezise prop to allow callbacks after contents changed in items, plugin,
|
|
999
|
+
tabs, etc.
|
|
749
1000
|
|
|
750
1001
|
## 1.5.1
|
|
751
1002
|
|
|
752
1003
|
### Patch Changes
|
|
753
1004
|
|
|
754
|
-
-
|
|
1005
|
+
- [#23753](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23753)
|
|
1006
|
+
[`99dba1b6364`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99dba1b6364) - [ux]
|
|
1007
|
+
Fix the tab margin in Link Picker
|
|
755
1008
|
|
|
756
1009
|
## 1.5.0
|
|
757
1010
|
|
|
758
1011
|
### Minor Changes
|
|
759
1012
|
|
|
760
|
-
-
|
|
761
|
-
|
|
1013
|
+
- [#23410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23410)
|
|
1014
|
+
[`e54051625bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54051625bc) -
|
|
1015
|
+
Convert Link Picker from class component to functional component to comply with tangerine
|
|
1016
|
+
guidelines.
|
|
1017
|
+
https://tangerine.staging.atl-paas.net/guides/components-and-hooks-patterns/prefer-functional-components-over-classes/
|
|
762
1018
|
|
|
763
1019
|
## 1.4.1
|
|
764
1020
|
|
|
765
1021
|
### Patch Changes
|
|
766
1022
|
|
|
767
|
-
-
|
|
1023
|
+
- [#23715](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23715)
|
|
1024
|
+
[`140453ba9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140453ba9f6) - [ux]
|
|
1025
|
+
Move tabs to be below input fields
|
|
768
1026
|
|
|
769
1027
|
## 1.4.0
|
|
770
1028
|
|
|
771
1029
|
### Minor Changes
|
|
772
1030
|
|
|
773
|
-
-
|
|
1031
|
+
- [#23444](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23444)
|
|
1032
|
+
[`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux]
|
|
1033
|
+
Adds in TAB UI support for Link Picker
|
|
774
1034
|
|
|
775
1035
|
## 1.3.0
|
|
776
1036
|
|
|
777
1037
|
### Minor Changes
|
|
778
1038
|
|
|
779
|
-
-
|
|
1039
|
+
- [#23186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23186)
|
|
1040
|
+
[`0ddad39a369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ddad39a369) - [ux]
|
|
1041
|
+
Lazy load the link-picker instead. The lazily loaded picker is now the default that's exported
|
|
780
1042
|
|
|
781
1043
|
## 1.2.1
|
|
782
1044
|
|
|
783
1045
|
### Patch Changes
|
|
784
1046
|
|
|
785
|
-
-
|
|
1047
|
+
- [#23253](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23253)
|
|
1048
|
+
[`d17b35d4c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d17b35d4c20) -
|
|
1049
|
+
Display validation message when submitting empty input
|
|
786
1050
|
|
|
787
1051
|
## 1.2.0
|
|
788
1052
|
|
|
789
1053
|
### Minor Changes
|
|
790
1054
|
|
|
791
|
-
-
|
|
1055
|
+
- [#22946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22946)
|
|
1056
|
+
[`21b0c90e0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21b0c90e0d4) - Adds
|
|
1057
|
+
error boundary around the link picker to track errors and display an error message.
|
|
792
1058
|
|
|
793
1059
|
## 1.1.4
|
|
794
1060
|
|
|
795
1061
|
### Patch Changes
|
|
796
1062
|
|
|
797
|
-
-
|
|
1063
|
+
- [#22965](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22965)
|
|
1064
|
+
[`97cfed0aa0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97cfed0aa0d) - Add
|
|
1065
|
+
tests around how the link picker handles editing links
|
|
798
1066
|
|
|
799
1067
|
## 1.1.3
|
|
800
1068
|
|
|
801
1069
|
### Patch Changes
|
|
802
1070
|
|
|
803
|
-
-
|
|
1071
|
+
- [#23277](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23277)
|
|
1072
|
+
[`22e6401bf78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e6401bf78) -
|
|
1073
|
+
Inlines svg assets directly into the UI
|
|
804
1074
|
|
|
805
1075
|
## 1.1.2
|
|
806
1076
|
|
|
807
1077
|
### Patch Changes
|
|
808
1078
|
|
|
809
|
-
-
|
|
1079
|
+
- [#23149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23149)
|
|
1080
|
+
[`28f54174eaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f54174eaf) -
|
|
1081
|
+
Removes example-helpers from built distribution. Fixes missing /dist from previous patch.
|
|
810
1082
|
|
|
811
1083
|
## 1.1.1
|
|
812
1084
|
|
|
813
1085
|
### Patch Changes
|
|
814
1086
|
|
|
815
|
-
-
|
|
1087
|
+
- [#23111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23111)
|
|
1088
|
+
[`780484d9518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780484d9518) - Fixes
|
|
1089
|
+
missing svg asset for no search results in version 1.1.0.
|
|
816
1090
|
|
|
817
1091
|
## 1.1.0
|
|
818
1092
|
|
|
819
1093
|
### Minor Changes
|
|
820
1094
|
|
|
821
|
-
-
|
|
1095
|
+
- [#22914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22914)
|
|
1096
|
+
[`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds
|
|
1097
|
+
search error message
|
|
822
1098
|
|
|
823
1099
|
## 1.0.0
|
|
824
1100
|
|
|
825
1101
|
### Major Changes
|
|
826
1102
|
|
|
827
|
-
-
|
|
1103
|
+
- [#22685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22685)
|
|
1104
|
+
[`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) -
|
|
1105
|
+
Initial major version release
|
|
828
1106
|
|
|
829
1107
|
## 0.11.0
|
|
830
1108
|
|
|
831
1109
|
### Minor Changes
|
|
832
1110
|
|
|
833
|
-
-
|
|
1111
|
+
- [#22793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22793)
|
|
1112
|
+
[`a2286b0746a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2286b0746a) - Added
|
|
1113
|
+
support for link picker plugins to resolve using a promise
|
|
834
1114
|
|
|
835
1115
|
## 0.10.0
|
|
836
1116
|
|
|
837
1117
|
### Minor Changes
|
|
838
1118
|
|
|
839
|
-
-
|
|
1119
|
+
- [#22633](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22633)
|
|
1120
|
+
[`dbc82a03866`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc82a03866) -
|
|
1121
|
+
Removed styled-components as a peer dependency in favor of @emotion/react
|
|
840
1122
|
|
|
841
1123
|
## 0.9.0
|
|
842
1124
|
|
|
843
1125
|
### Minor Changes
|
|
844
1126
|
|
|
845
|
-
-
|
|
1127
|
+
- [#22630](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22630)
|
|
1128
|
+
[`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove
|
|
1129
|
+
required container param
|
|
846
1130
|
|
|
847
1131
|
## 0.8.1
|
|
848
1132
|
|
|
849
1133
|
### Patch Changes
|
|
850
1134
|
|
|
851
|
-
-
|
|
1135
|
+
- [#22528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22528)
|
|
1136
|
+
[`eef8c2da75b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eef8c2da75b) - [ux]
|
|
1137
|
+
Remove link-picker background color as it conflicts with floatingToobar borders
|
|
852
1138
|
|
|
853
1139
|
## 0.8.0
|
|
854
1140
|
|
|
855
1141
|
### Minor Changes
|
|
856
1142
|
|
|
857
|
-
-
|
|
1143
|
+
- [#22336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22336)
|
|
1144
|
+
[`1e371fd8d23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e371fd8d23) -
|
|
1145
|
+
Updates link picker to support array of plugins. Removes intl prop from LinkPickerProps type.
|
|
858
1146
|
|
|
859
1147
|
## 0.7.0
|
|
860
1148
|
|
|
861
1149
|
### Minor Changes
|
|
862
1150
|
|
|
863
|
-
-
|
|
1151
|
+
- [#21991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21991)
|
|
1152
|
+
[`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) -
|
|
1153
|
+
Convert to @atlaskit scope
|
|
864
1154
|
|
|
865
1155
|
## 0.6.2
|
|
866
1156
|
|
|
867
1157
|
### Patch Changes
|
|
868
1158
|
|
|
869
|
-
-
|
|
1159
|
+
- [#22155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22155)
|
|
1160
|
+
[`3fb9dbd9f4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb9dbd9f4e) - [ux]
|
|
1161
|
+
Add buttons at the bottom of the form
|
|
870
1162
|
|
|
871
1163
|
## 0.6.1
|
|
872
1164
|
|
|
873
1165
|
### Patch Changes
|
|
874
1166
|
|
|
875
|
-
-
|
|
1167
|
+
- [#22215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22215)
|
|
1168
|
+
[`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) -
|
|
1169
|
+
Updated vr snapshots
|
|
876
1170
|
|
|
877
1171
|
## 0.6.0
|
|
878
1172
|
|
|
879
1173
|
### Minor Changes
|
|
880
1174
|
|
|
881
|
-
-
|
|
1175
|
+
- [#21604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21604)
|
|
1176
|
+
[`91f2d091cfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91f2d091cfd) - Change
|
|
1177
|
+
link picker props and onSubmit API to better reflect intended usage and make breaking changes
|
|
1178
|
+
less likely.
|
|
882
1179
|
|
|
883
1180
|
## 0.5.3
|
|
884
1181
|
|
|
885
1182
|
### Patch Changes
|
|
886
1183
|
|
|
887
|
-
-
|
|
1184
|
+
- [#21673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21673)
|
|
1185
|
+
[`3ef09836c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef09836c04) - [ux]
|
|
1186
|
+
Validates links within search text are not inserted
|
|
888
1187
|
|
|
889
1188
|
## 0.5.2
|
|
890
1189
|
|
|
891
1190
|
### Patch Changes
|
|
892
1191
|
|
|
893
|
-
-
|
|
1192
|
+
- [#22019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22019)
|
|
1193
|
+
[`c1f3d82b994`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1f3d82b994) - Update
|
|
1194
|
+
to use the new V3 recents API in the Atlassian plugin
|
|
894
1195
|
|
|
895
1196
|
## 0.5.1
|
|
896
1197
|
|
|
897
1198
|
### Patch Changes
|
|
898
1199
|
|
|
899
|
-
-
|
|
1200
|
+
- [#22007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22007)
|
|
1201
|
+
[`d90f1f42589`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d90f1f42589) - [ux]
|
|
1202
|
+
Shows subtitle with recently viewed if there’s no search text and results otherwise
|
|
900
1203
|
|
|
901
1204
|
## 0.5.0
|
|
902
1205
|
|
|
903
1206
|
### Minor Changes
|
|
904
1207
|
|
|
905
|
-
-
|
|
1208
|
+
- [#21956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21956)
|
|
1209
|
+
[`7abf8824fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7abf8824fec) -
|
|
1210
|
+
Migrate link picker atlassian plugin from picker package.
|
|
906
1211
|
|
|
907
1212
|
## 0.4.0
|
|
908
1213
|
|
|
909
1214
|
### Minor Changes
|
|
910
1215
|
|
|
911
|
-
-
|
|
1216
|
+
- [#21659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21659)
|
|
1217
|
+
[`c926a95160b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c926a95160b) -
|
|
1218
|
+
Removes onEscape prop from the link picker.
|
|
912
1219
|
|
|
913
1220
|
## 0.3.2
|
|
914
1221
|
|
|
915
1222
|
### Patch Changes
|
|
916
1223
|
|
|
917
|
-
-
|
|
1224
|
+
- [#21603](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21603)
|
|
1225
|
+
[`08195fc6e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08195fc6e43) - [ux]
|
|
1226
|
+
Add field validation error message to link input field
|
|
918
1227
|
|
|
919
1228
|
## 0.3.1
|
|
920
1229
|
|
|
921
1230
|
### Patch Changes
|
|
922
1231
|
|
|
923
|
-
-
|
|
1232
|
+
- Updated dependencies
|
|
924
1233
|
|
|
925
1234
|
## 0.3.0
|
|
926
1235
|
|
|
927
1236
|
### Minor Changes
|
|
928
1237
|
|
|
929
|
-
-
|
|
1238
|
+
- [#21515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21515)
|
|
1239
|
+
[`3b3a7800978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b3a7800978) - Export
|
|
1240
|
+
picker state and list item data types from picker package.
|
|
930
1241
|
|
|
931
1242
|
## 0.2.4
|
|
932
1243
|
|
|
933
1244
|
### Patch Changes
|
|
934
1245
|
|
|
935
|
-
-
|
|
1246
|
+
- [#21475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21475)
|
|
1247
|
+
[`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) -
|
|
1248
|
+
Increase test coverage
|
|
936
1249
|
|
|
937
1250
|
## 0.2.3
|
|
938
1251
|
|
|
939
1252
|
### Patch Changes
|
|
940
1253
|
|
|
941
|
-
-
|
|
1254
|
+
- [#21284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21284)
|
|
1255
|
+
[`6f3a1f588e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3a1f588e1) -
|
|
1256
|
+
Rewrites LinkSearchListItem as FC & Adds new Active state to support arrow navigation and
|
|
1257
|
+
Selected style
|
|
942
1258
|
|
|
943
1259
|
## 0.2.2
|
|
944
1260
|
|
|
945
1261
|
### Patch Changes
|
|
946
1262
|
|
|
947
|
-
-
|
|
1263
|
+
- [#20608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20608)
|
|
1264
|
+
[`9598e13788a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9598e13788a) - [ux]
|
|
1265
|
+
Update token usage for better contrast
|
|
948
1266
|
|
|
949
1267
|
## 0.2.1
|
|
950
1268
|
|
|
951
1269
|
### Patch Changes
|
|
952
1270
|
|
|
953
|
-
-
|
|
1271
|
+
- [#21212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21212)
|
|
1272
|
+
[`7fa34f27a1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fa34f27a1f) -
|
|
1273
|
+
Displays a search icon inside link-picker search input when there is an active Plugin
|
|
954
1274
|
|
|
955
1275
|
## 0.2.0
|
|
956
1276
|
|
|
957
1277
|
### Minor Changes
|
|
958
1278
|
|
|
959
|
-
-
|
|
1279
|
+
- [#20290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20290)
|
|
1280
|
+
[`1cb59c97d35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cb59c97d35) - Adds
|
|
1281
|
+
AtlassianLinkPicker plugin and changes LinkPicker API to use plugins
|
|
960
1282
|
|
|
961
1283
|
## 0.1.1
|
|
962
1284
|
|
|
963
1285
|
### Patch Changes
|
|
964
1286
|
|
|
965
|
-
-
|
|
1287
|
+
- [#20841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20841)
|
|
1288
|
+
[`df6e3bdd55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6e3bdd55f) -
|
|
1289
|
+
EDM-3088/Rewrite PanelTextInput as functional component and take advante of Atlaskit Textfield
|
|
1290
|
+
out-of-the-box features
|
|
966
1291
|
|
|
967
1292
|
## 0.1.0
|
|
968
1293
|
|
|
969
1294
|
### Minor Changes
|
|
970
1295
|
|
|
971
|
-
-
|
|
1296
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
1297
|
+
[`cb5997ed7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5997ed7af) - [ux]
|
|
1298
|
+
EDM-2977/change UI for link and title input fields
|
|
972
1299
|
|
|
973
1300
|
## 0.0.6
|
|
974
1301
|
|
|
975
1302
|
### Patch Changes
|
|
976
1303
|
|
|
977
|
-
-
|
|
978
|
-
|
|
1304
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
1305
|
+
Upgrade to TypeScript 4.2.4
|
|
1306
|
+
- Updated dependencies
|
|
979
1307
|
|
|
980
1308
|
## 0.0.5
|
|
981
1309
|
|
|
982
1310
|
### Patch Changes
|
|
983
1311
|
|
|
984
|
-
-
|
|
1312
|
+
- Updated dependencies
|
|
985
1313
|
|
|
986
1314
|
## 0.0.4
|
|
987
1315
|
|
|
988
1316
|
### Patch Changes
|
|
989
1317
|
|
|
990
|
-
-
|
|
1318
|
+
- Updated dependencies
|
|
991
1319
|
|
|
992
1320
|
## 0.0.3
|
|
993
1321
|
|
|
994
1322
|
### Patch Changes
|
|
995
1323
|
|
|
996
|
-
-
|
|
997
|
-
-
|
|
1324
|
+
- [#19390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19390)
|
|
1325
|
+
[`7f49f72e074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49f72e074) - copy
|
|
1326
|
+
existing editor component into @atlassian/link-picker
|
|
1327
|
+
- Updated dependencies
|
|
998
1328
|
|
|
999
1329
|
## 0.0.2
|
|
1000
1330
|
|
|
1001
1331
|
### Patch Changes
|
|
1002
1332
|
|
|
1003
|
-
-
|
|
1333
|
+
- [#19335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19335)
|
|
1334
|
+
[`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create
|
|
1335
|
+
@atlaskit/link-picker
|
|
1004
1336
|
|
|
1005
1337
|
## 0.0.0
|