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