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