@atlaskit/link-picker 1.36.1 → 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 +516 -506
- 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 +11 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,1337 +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
|
+
|
|
11
|
+
## 1.36.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 1.36.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
|
-
-
|
|
21
|
+
- Updated dependencies
|
|
8
22
|
|
|
9
23
|
## 1.36.0
|
|
10
24
|
|
|
11
25
|
### Minor Changes
|
|
12
26
|
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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.
|
|
17
31
|
|
|
18
32
|
## 1.35.2
|
|
19
33
|
|
|
20
34
|
### Patch Changes
|
|
21
35
|
|
|
22
|
-
-
|
|
36
|
+
- Updated dependencies
|
|
23
37
|
|
|
24
38
|
## 1.35.1
|
|
25
39
|
|
|
26
40
|
### Patch Changes
|
|
27
41
|
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
-
|
|
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
|
|
32
46
|
|
|
33
47
|
## 1.35.0
|
|
34
48
|
|
|
35
49
|
### Minor Changes
|
|
36
50
|
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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.
|
|
41
55
|
|
|
42
56
|
### Patch Changes
|
|
43
57
|
|
|
44
|
-
-
|
|
58
|
+
- Updated dependencies
|
|
45
59
|
|
|
46
60
|
## 1.34.10
|
|
47
61
|
|
|
48
62
|
### Patch Changes
|
|
49
63
|
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
|
53
67
|
|
|
54
68
|
## 1.34.9
|
|
55
69
|
|
|
56
70
|
### Patch Changes
|
|
57
71
|
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
|
62
76
|
|
|
63
77
|
## 1.34.8
|
|
64
78
|
|
|
65
79
|
### Patch Changes
|
|
66
80
|
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
-
|
|
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
|
|
71
85
|
|
|
72
86
|
## 1.34.7
|
|
73
87
|
|
|
74
88
|
### Patch Changes
|
|
75
89
|
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
|
79
93
|
|
|
80
94
|
## 1.34.6
|
|
81
95
|
|
|
82
96
|
### Patch Changes
|
|
83
97
|
|
|
84
|
-
-
|
|
85
|
-
|
|
86
|
-
|
|
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
|
|
87
101
|
|
|
88
102
|
## 1.34.5
|
|
89
103
|
|
|
90
104
|
### Patch Changes
|
|
91
105
|
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
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`
|
|
95
109
|
|
|
96
110
|
## 1.34.4
|
|
97
111
|
|
|
98
112
|
### Patch Changes
|
|
99
113
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
-
|
|
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
|
|
104
118
|
|
|
105
119
|
## 1.34.3
|
|
106
120
|
|
|
107
121
|
### Patch Changes
|
|
108
122
|
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
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
|
|
113
127
|
|
|
114
128
|
## 1.34.2
|
|
115
129
|
|
|
116
130
|
### Patch Changes
|
|
117
131
|
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
|
|
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`
|
|
121
135
|
|
|
122
136
|
## 1.34.1
|
|
123
137
|
|
|
124
138
|
### Patch Changes
|
|
125
139
|
|
|
126
|
-
-
|
|
127
|
-
|
|
128
|
-
|
|
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
|
|
129
143
|
|
|
130
144
|
## 1.34.0
|
|
131
145
|
|
|
132
146
|
### Minor Changes
|
|
133
147
|
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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.
|
|
138
152
|
|
|
139
153
|
## 1.33.1
|
|
140
154
|
|
|
141
155
|
### Patch Changes
|
|
142
156
|
|
|
143
|
-
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
|
146
160
|
|
|
147
161
|
## 1.33.0
|
|
148
162
|
|
|
149
163
|
### Minor Changes
|
|
150
164
|
|
|
151
|
-
-
|
|
152
|
-
|
|
153
|
-
|
|
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.
|
|
154
168
|
|
|
155
169
|
## 1.32.1
|
|
156
170
|
|
|
157
171
|
### Patch Changes
|
|
158
172
|
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
|
|
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
|
|
162
176
|
|
|
163
177
|
## 1.32.0
|
|
164
178
|
|
|
165
179
|
### Minor Changes
|
|
166
180
|
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
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
|
|
170
184
|
|
|
171
185
|
### Patch Changes
|
|
172
186
|
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
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.
|
|
177
191
|
|
|
178
192
|
## 1.31.0
|
|
179
193
|
|
|
180
194
|
### Minor Changes
|
|
181
195
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
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
|
|
185
199
|
|
|
186
200
|
## 1.30.14
|
|
187
201
|
|
|
188
202
|
### Patch Changes
|
|
189
203
|
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
-
|
|
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
|
|
195
209
|
|
|
196
210
|
## 1.30.13
|
|
197
211
|
|
|
198
212
|
### Patch Changes
|
|
199
213
|
|
|
200
|
-
-
|
|
214
|
+
- Updated dependencies
|
|
201
215
|
|
|
202
216
|
## 1.30.12
|
|
203
217
|
|
|
204
218
|
### Patch Changes
|
|
205
219
|
|
|
206
|
-
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
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'.
|
|
212
226
|
|
|
213
227
|
## 1.30.11
|
|
214
228
|
|
|
215
229
|
### Patch Changes
|
|
216
230
|
|
|
217
|
-
-
|
|
231
|
+
- Updated dependencies
|
|
218
232
|
|
|
219
233
|
## 1.30.10
|
|
220
234
|
|
|
221
235
|
### Patch Changes
|
|
222
236
|
|
|
223
|
-
-
|
|
224
|
-
|
|
225
|
-
|
|
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.
|
|
226
240
|
|
|
227
241
|
## 1.30.9
|
|
228
242
|
|
|
229
243
|
### Patch Changes
|
|
230
244
|
|
|
231
|
-
-
|
|
245
|
+
- Updated dependencies
|
|
232
246
|
|
|
233
247
|
## 1.30.8
|
|
234
248
|
|
|
235
249
|
### Patch Changes
|
|
236
250
|
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
-
|
|
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
|
|
241
255
|
|
|
242
256
|
## 1.30.7
|
|
243
257
|
|
|
244
258
|
### Patch Changes
|
|
245
259
|
|
|
246
|
-
-
|
|
260
|
+
- Updated dependencies
|
|
247
261
|
|
|
248
262
|
## 1.30.6
|
|
249
263
|
|
|
250
264
|
### Patch Changes
|
|
251
265
|
|
|
252
|
-
-
|
|
266
|
+
- Updated dependencies
|
|
253
267
|
|
|
254
268
|
## 1.30.5
|
|
255
269
|
|
|
256
270
|
### Patch Changes
|
|
257
271
|
|
|
258
|
-
-
|
|
272
|
+
- Updated dependencies
|
|
259
273
|
|
|
260
274
|
## 1.30.4
|
|
261
275
|
|
|
262
276
|
### Patch Changes
|
|
263
277
|
|
|
264
|
-
-
|
|
265
|
-
|
|
266
|
-
|
|
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
|
|
267
281
|
|
|
268
282
|
## 1.30.3
|
|
269
283
|
|
|
270
284
|
### Patch Changes
|
|
271
285
|
|
|
272
|
-
-
|
|
286
|
+
- Updated dependencies
|
|
273
287
|
|
|
274
288
|
## 1.30.2
|
|
275
289
|
|
|
276
290
|
### Patch Changes
|
|
277
291
|
|
|
278
|
-
-
|
|
292
|
+
- Updated dependencies
|
|
279
293
|
|
|
280
294
|
## 1.30.1
|
|
281
295
|
|
|
282
296
|
### Patch Changes
|
|
283
297
|
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
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
|
|
287
301
|
|
|
288
302
|
## 1.30.0
|
|
289
303
|
|
|
290
304
|
### Minor Changes
|
|
291
305
|
|
|
292
|
-
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
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.
|
|
296
310
|
|
|
297
311
|
## 1.29.1
|
|
298
312
|
|
|
299
313
|
### Patch Changes
|
|
300
314
|
|
|
301
|
-
-
|
|
302
|
-
|
|
303
|
-
|
|
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.
|
|
304
318
|
|
|
305
319
|
## 1.29.0
|
|
306
320
|
|
|
307
321
|
### Minor Changes
|
|
308
322
|
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
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%)
|
|
313
326
|
|
|
314
327
|
## 1.28.3
|
|
315
328
|
|
|
316
329
|
### Patch Changes
|
|
317
330
|
|
|
318
|
-
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
-
|
|
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
|
|
322
335
|
|
|
323
336
|
## 1.28.2
|
|
324
337
|
|
|
325
338
|
### Patch Changes
|
|
326
339
|
|
|
327
|
-
-
|
|
328
|
-
|
|
329
|
-
|
|
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
|
|
330
343
|
|
|
331
344
|
## 1.28.1
|
|
332
345
|
|
|
333
346
|
### Patch Changes
|
|
334
347
|
|
|
335
|
-
-
|
|
336
|
-
|
|
337
|
-
|
|
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
|
|
338
351
|
|
|
339
352
|
## 1.28.0
|
|
340
353
|
|
|
341
354
|
### Minor Changes
|
|
342
355
|
|
|
343
|
-
-
|
|
344
|
-
|
|
345
|
-
|
|
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
|
|
346
359
|
|
|
347
360
|
## 1.27.2
|
|
348
361
|
|
|
349
362
|
### Patch Changes
|
|
350
363
|
|
|
351
|
-
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
-
|
|
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
|
|
356
369
|
|
|
357
370
|
## 1.27.1
|
|
358
371
|
|
|
359
372
|
### Patch Changes
|
|
360
373
|
|
|
361
|
-
-
|
|
362
|
-
|
|
363
|
-
|
|
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
|
|
364
377
|
|
|
365
378
|
## 1.27.0
|
|
366
379
|
|
|
367
380
|
### Minor Changes
|
|
368
381
|
|
|
369
|
-
-
|
|
370
|
-
|
|
371
|
-
|
|
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
|
|
372
385
|
|
|
373
386
|
## 1.26.0
|
|
374
387
|
|
|
375
388
|
### Minor Changes
|
|
376
389
|
|
|
377
|
-
-
|
|
378
|
-
|
|
379
|
-
|
|
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
|
|
380
393
|
|
|
381
394
|
## 1.25.6
|
|
382
395
|
|
|
383
396
|
### Patch Changes
|
|
384
397
|
|
|
385
|
-
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
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.
|
|
390
403
|
|
|
391
404
|
## 1.25.5
|
|
392
405
|
|
|
393
406
|
### Patch Changes
|
|
394
407
|
|
|
395
|
-
-
|
|
396
|
-
|
|
397
|
-
|
|
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.
|
|
398
411
|
|
|
399
412
|
## 1.25.4
|
|
400
413
|
|
|
401
414
|
### Patch Changes
|
|
402
415
|
|
|
403
|
-
-
|
|
404
|
-
|
|
405
|
-
|
|
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.
|
|
406
419
|
|
|
407
420
|
## 1.25.3
|
|
408
421
|
|
|
409
422
|
### Patch Changes
|
|
410
423
|
|
|
411
|
-
-
|
|
412
|
-
|
|
413
|
-
|
|
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.
|
|
414
427
|
|
|
415
428
|
## 1.25.2
|
|
416
429
|
|
|
417
430
|
### Patch Changes
|
|
418
431
|
|
|
419
|
-
-
|
|
432
|
+
- Updated dependencies
|
|
420
433
|
|
|
421
434
|
## 1.25.1
|
|
422
435
|
|
|
423
436
|
### Patch Changes
|
|
424
437
|
|
|
425
|
-
-
|
|
426
|
-
|
|
427
|
-
|
|
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'.
|
|
428
441
|
|
|
429
442
|
## 1.25.0
|
|
430
443
|
|
|
431
444
|
### Minor Changes
|
|
432
445
|
|
|
433
|
-
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
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
|
|
437
450
|
|
|
438
451
|
## 1.24.1
|
|
439
452
|
|
|
440
453
|
### Patch Changes
|
|
441
454
|
|
|
442
|
-
-
|
|
443
|
-
|
|
444
|
-
|
|
455
|
+
- [#35545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35545)
|
|
456
|
+
[`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) - Release
|
|
457
|
+
translations
|
|
445
458
|
|
|
446
459
|
## 1.24.0
|
|
447
460
|
|
|
448
461
|
### Minor Changes
|
|
449
462
|
|
|
450
|
-
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
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`).
|
|
455
468
|
|
|
456
469
|
## 1.23.2
|
|
457
470
|
|
|
458
471
|
### Patch Changes
|
|
459
472
|
|
|
460
|
-
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
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.
|
|
464
477
|
|
|
465
478
|
## 1.23.1
|
|
466
479
|
|
|
467
480
|
### Patch Changes
|
|
468
481
|
|
|
469
|
-
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
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
|
|
474
487
|
|
|
475
488
|
## 1.23.0
|
|
476
489
|
|
|
477
490
|
### Minor Changes
|
|
478
491
|
|
|
479
|
-
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
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
|
|
483
496
|
|
|
484
497
|
### Patch Changes
|
|
485
498
|
|
|
486
|
-
-
|
|
499
|
+
- Updated dependencies
|
|
487
500
|
|
|
488
501
|
## 1.22.2
|
|
489
502
|
|
|
490
503
|
### Patch Changes
|
|
491
504
|
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
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
|
|
495
508
|
|
|
496
509
|
## 1.22.1
|
|
497
510
|
|
|
498
511
|
### Patch Changes
|
|
499
512
|
|
|
500
|
-
-
|
|
501
|
-
|
|
502
|
-
|
|
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.
|
|
503
516
|
|
|
504
517
|
## 1.22.0
|
|
505
518
|
|
|
506
519
|
### Minor Changes
|
|
507
520
|
|
|
508
|
-
-
|
|
509
|
-
|
|
510
|
-
|
|
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
|
|
511
524
|
|
|
512
525
|
## 1.21.0
|
|
513
526
|
|
|
514
527
|
### Minor Changes
|
|
515
528
|
|
|
516
|
-
-
|
|
517
|
-
|
|
518
|
-
|
|
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
|
|
519
532
|
|
|
520
533
|
## 1.20.3
|
|
521
534
|
|
|
522
535
|
### Patch Changes
|
|
523
536
|
|
|
524
|
-
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
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.
|
|
528
541
|
|
|
529
542
|
## 1.20.2
|
|
530
543
|
|
|
531
544
|
### Patch Changes
|
|
532
545
|
|
|
533
|
-
-
|
|
534
|
-
|
|
535
|
-
|
|
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
|
|
536
549
|
|
|
537
550
|
## 1.20.1
|
|
538
551
|
|
|
539
552
|
### Patch Changes
|
|
540
553
|
|
|
541
|
-
-
|
|
542
|
-
|
|
543
|
-
|
|
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`
|
|
544
557
|
|
|
545
558
|
## 1.20.0
|
|
546
559
|
|
|
547
560
|
### Minor Changes
|
|
548
561
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
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
|
|
552
565
|
|
|
553
566
|
## 1.19.0
|
|
554
567
|
|
|
555
568
|
### Minor Changes
|
|
556
569
|
|
|
557
|
-
-
|
|
558
|
-
|
|
559
|
-
|
|
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
|
|
560
573
|
|
|
561
574
|
### Patch Changes
|
|
562
575
|
|
|
563
|
-
-
|
|
576
|
+
- Updated dependencies
|
|
564
577
|
|
|
565
578
|
## 1.18.4
|
|
566
579
|
|
|
567
580
|
### Patch Changes
|
|
568
581
|
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
-
|
|
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
|
|
573
586
|
|
|
574
587
|
## 1.18.3
|
|
575
588
|
|
|
576
589
|
### Patch Changes
|
|
577
590
|
|
|
578
|
-
-
|
|
579
|
-
|
|
580
|
-
|
|
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
|
|
581
594
|
|
|
582
595
|
## 1.18.2
|
|
583
596
|
|
|
584
597
|
### Patch Changes
|
|
585
598
|
|
|
586
|
-
-
|
|
587
|
-
|
|
588
|
-
|
|
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
|
|
589
602
|
|
|
590
603
|
## 1.18.1
|
|
591
604
|
|
|
592
605
|
### Patch Changes
|
|
593
606
|
|
|
594
|
-
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
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.
|
|
598
610
|
|
|
599
611
|
## 1.18.0
|
|
600
612
|
|
|
601
613
|
### Minor Changes
|
|
602
614
|
|
|
603
|
-
-
|
|
604
|
-
|
|
605
|
-
|
|
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
|
|
606
618
|
|
|
607
619
|
## 1.17.0
|
|
608
620
|
|
|
609
621
|
### Minor Changes
|
|
610
622
|
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
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
|
|
614
626
|
|
|
615
627
|
## 1.16.16
|
|
616
628
|
|
|
617
629
|
### Patch Changes
|
|
618
630
|
|
|
619
|
-
-
|
|
620
|
-
|
|
621
|
-
|
|
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
|
|
622
634
|
|
|
623
635
|
## 1.16.15
|
|
624
636
|
|
|
625
637
|
### Patch Changes
|
|
626
638
|
|
|
627
|
-
-
|
|
628
|
-
|
|
629
|
-
|
|
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
|
|
630
642
|
|
|
631
643
|
## 1.16.14
|
|
632
644
|
|
|
633
645
|
### Patch Changes
|
|
634
646
|
|
|
635
|
-
-
|
|
647
|
+
- Updated dependencies
|
|
636
648
|
|
|
637
649
|
## 1.16.13
|
|
638
650
|
|
|
639
651
|
### Patch Changes
|
|
640
652
|
|
|
641
|
-
-
|
|
653
|
+
- Updated dependencies
|
|
642
654
|
|
|
643
655
|
## 1.16.12
|
|
644
656
|
|
|
645
657
|
### Patch Changes
|
|
646
658
|
|
|
647
|
-
-
|
|
648
|
-
|
|
649
|
-
|
|
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
|
|
650
662
|
|
|
651
663
|
## 1.16.11
|
|
652
664
|
|
|
653
665
|
### Patch Changes
|
|
654
666
|
|
|
655
|
-
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
-
|
|
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
|
|
659
671
|
|
|
660
672
|
## 1.16.10
|
|
661
673
|
|
|
662
674
|
### Patch Changes
|
|
663
675
|
|
|
664
|
-
-
|
|
676
|
+
- Updated dependencies
|
|
665
677
|
|
|
666
678
|
## 1.16.9
|
|
667
679
|
|
|
668
680
|
### Patch Changes
|
|
669
681
|
|
|
670
|
-
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
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.
|
|
674
686
|
|
|
675
687
|
## 1.16.8
|
|
676
688
|
|
|
677
689
|
### Patch Changes
|
|
678
690
|
|
|
679
|
-
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
-
|
|
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
|
|
683
695
|
|
|
684
696
|
## 1.16.7
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
687
699
|
|
|
688
|
-
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
-
|
|
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
|
|
692
704
|
|
|
693
705
|
## 1.16.6
|
|
694
706
|
|
|
695
707
|
### Patch Changes
|
|
696
708
|
|
|
697
|
-
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
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.
|
|
701
713
|
|
|
702
714
|
## 1.16.5
|
|
703
715
|
|
|
704
716
|
### Patch Changes
|
|
705
717
|
|
|
706
|
-
-
|
|
707
|
-
|
|
708
|
-
|
|
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
|
|
709
721
|
|
|
710
722
|
## 1.16.4
|
|
711
723
|
|
|
712
724
|
### Patch Changes
|
|
713
725
|
|
|
714
|
-
-
|
|
726
|
+
- Updated dependencies
|
|
715
727
|
|
|
716
728
|
## 1.16.3
|
|
717
729
|
|
|
718
730
|
### Patch Changes
|
|
719
731
|
|
|
720
|
-
-
|
|
732
|
+
- Updated dependencies
|
|
721
733
|
|
|
722
734
|
## 1.16.2
|
|
723
735
|
|
|
724
736
|
### Patch Changes
|
|
725
737
|
|
|
726
|
-
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
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
|
|
730
742
|
|
|
731
743
|
## 1.16.1
|
|
732
744
|
|
|
733
745
|
### Patch Changes
|
|
734
746
|
|
|
735
|
-
-
|
|
736
|
-
|
|
737
|
-
|
|
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
|
|
738
750
|
|
|
739
751
|
## 1.16.0
|
|
740
752
|
|
|
741
753
|
### Minor Changes
|
|
742
754
|
|
|
743
|
-
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
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
|
|
747
759
|
|
|
748
760
|
## 1.15.1
|
|
749
761
|
|
|
750
762
|
### Patch Changes
|
|
751
763
|
|
|
752
|
-
-
|
|
753
|
-
|
|
754
|
-
|
|
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
|
|
755
767
|
|
|
756
768
|
## 1.15.0
|
|
757
769
|
|
|
758
770
|
### Minor Changes
|
|
759
771
|
|
|
760
|
-
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
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.
|
|
764
776
|
|
|
765
777
|
## 1.14.0
|
|
766
778
|
|
|
767
779
|
### Minor Changes
|
|
768
780
|
|
|
769
|
-
-
|
|
770
|
-
|
|
771
|
-
|
|
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
|
|
772
784
|
|
|
773
785
|
## 1.13.3
|
|
774
786
|
|
|
775
787
|
### Patch Changes
|
|
776
788
|
|
|
777
|
-
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
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
|
|
781
793
|
|
|
782
794
|
## 1.13.2
|
|
783
795
|
|
|
784
796
|
### Patch Changes
|
|
785
797
|
|
|
786
|
-
-
|
|
798
|
+
- Updated dependencies
|
|
787
799
|
|
|
788
800
|
## 1.13.1
|
|
789
801
|
|
|
790
802
|
### Patch Changes
|
|
791
803
|
|
|
792
|
-
-
|
|
793
|
-
|
|
794
|
-
|
|
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
|
|
795
807
|
|
|
796
808
|
## 1.13.0
|
|
797
809
|
|
|
798
810
|
### Minor Changes
|
|
799
811
|
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
|
|
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
|
|
803
815
|
|
|
804
816
|
## 1.12.0
|
|
805
817
|
|
|
806
818
|
### Minor Changes
|
|
807
819
|
|
|
808
|
-
-
|
|
809
|
-
|
|
810
|
-
|
|
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
|
|
811
823
|
|
|
812
824
|
## 1.11.2
|
|
813
825
|
|
|
814
826
|
### Patch Changes
|
|
815
827
|
|
|
816
|
-
-
|
|
817
|
-
|
|
818
|
-
|
|
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
|
|
819
831
|
|
|
820
832
|
## 1.11.1
|
|
821
833
|
|
|
822
834
|
### Patch Changes
|
|
823
835
|
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
|
|
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:
|
|
827
839
|
|
|
828
|
-
|
|
840
|
+
- react-loosely-lazy
|
|
829
841
|
|
|
830
842
|
## 1.11.0
|
|
831
843
|
|
|
832
844
|
### Minor Changes
|
|
833
845
|
|
|
834
|
-
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
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
|
|
838
850
|
|
|
839
851
|
## 1.10.4
|
|
840
852
|
|
|
841
853
|
### Patch Changes
|
|
842
854
|
|
|
843
|
-
-
|
|
844
|
-
|
|
845
|
-
|
|
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
|
|
846
858
|
|
|
847
859
|
## 1.10.3
|
|
848
860
|
|
|
849
861
|
### Patch Changes
|
|
850
862
|
|
|
851
|
-
-
|
|
852
|
-
|
|
853
|
-
|
|
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`
|
|
854
866
|
|
|
855
867
|
## 1.10.2
|
|
856
868
|
|
|
857
869
|
### Patch Changes
|
|
858
870
|
|
|
859
|
-
-
|
|
860
|
-
|
|
861
|
-
|
|
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
|
|
862
874
|
|
|
863
875
|
## 1.10.1
|
|
864
876
|
|
|
865
877
|
### Patch Changes
|
|
866
878
|
|
|
867
|
-
-
|
|
868
|
-
|
|
869
|
-
|
|
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.
|
|
870
882
|
|
|
871
883
|
## 1.10.0
|
|
872
884
|
|
|
873
885
|
### Minor Changes
|
|
874
886
|
|
|
875
|
-
-
|
|
876
|
-
|
|
877
|
-
|
|
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.
|
|
878
890
|
|
|
879
891
|
## 1.9.4
|
|
880
892
|
|
|
881
893
|
### Patch Changes
|
|
882
894
|
|
|
883
|
-
-
|
|
884
|
-
|
|
885
|
-
|
|
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.
|
|
886
898
|
|
|
887
899
|
## 1.9.3
|
|
888
900
|
|
|
889
901
|
### Patch Changes
|
|
890
902
|
|
|
891
|
-
-
|
|
892
|
-
|
|
893
|
-
|
|
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.
|
|
894
906
|
|
|
895
907
|
## 1.9.2
|
|
896
908
|
|
|
897
909
|
### Patch Changes
|
|
898
910
|
|
|
899
|
-
-
|
|
900
|
-
|
|
901
|
-
|
|
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.
|
|
902
914
|
|
|
903
915
|
## 1.9.1
|
|
904
916
|
|
|
905
917
|
### Patch Changes
|
|
906
918
|
|
|
907
|
-
-
|
|
908
|
-
|
|
909
|
-
|
|
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
|
|
910
922
|
|
|
911
923
|
## 1.9.0
|
|
912
924
|
|
|
913
925
|
### Minor Changes
|
|
914
926
|
|
|
915
|
-
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
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
|
|
919
931
|
|
|
920
932
|
## 1.8.5
|
|
921
933
|
|
|
922
934
|
### Patch Changes
|
|
923
935
|
|
|
924
|
-
-
|
|
925
|
-
|
|
926
|
-
|
|
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.
|
|
927
939
|
|
|
928
940
|
## 1.8.4
|
|
929
941
|
|
|
930
942
|
### Patch Changes
|
|
931
943
|
|
|
932
|
-
-
|
|
933
|
-
|
|
934
|
-
|
|
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.
|
|
935
947
|
|
|
936
948
|
## 1.8.3
|
|
937
949
|
|
|
938
950
|
### Patch Changes
|
|
939
951
|
|
|
940
|
-
-
|
|
941
|
-
|
|
942
|
-
|
|
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
|
|
943
955
|
|
|
944
956
|
## 1.8.2
|
|
945
957
|
|
|
946
958
|
### Patch Changes
|
|
947
959
|
|
|
948
|
-
-
|
|
949
|
-
|
|
950
|
-
|
|
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`.
|
|
951
963
|
|
|
952
964
|
## 1.8.1
|
|
953
965
|
|
|
954
966
|
### Patch Changes
|
|
955
967
|
|
|
956
|
-
-
|
|
957
|
-
|
|
958
|
-
|
|
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
|
|
959
971
|
|
|
960
972
|
## 1.8.0
|
|
961
973
|
|
|
962
974
|
### Minor Changes
|
|
963
975
|
|
|
964
|
-
-
|
|
965
|
-
|
|
966
|
-
|
|
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
|
|
967
979
|
|
|
968
980
|
## 1.7.1
|
|
969
981
|
|
|
970
982
|
### Patch Changes
|
|
971
983
|
|
|
972
|
-
-
|
|
973
|
-
|
|
974
|
-
|
|
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.
|
|
975
987
|
|
|
976
988
|
## 1.7.0
|
|
977
989
|
|
|
978
990
|
### Minor Changes
|
|
979
991
|
|
|
980
|
-
-
|
|
981
|
-
|
|
982
|
-
|
|
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
|
|
983
995
|
|
|
984
996
|
## 1.6.1
|
|
985
997
|
|
|
986
998
|
### Patch Changes
|
|
987
999
|
|
|
988
|
-
-
|
|
989
|
-
|
|
990
|
-
|
|
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
|
|
991
1003
|
|
|
992
1004
|
## 1.6.0
|
|
993
1005
|
|
|
994
1006
|
### Minor Changes
|
|
995
1007
|
|
|
996
|
-
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
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.
|
|
1000
1012
|
|
|
1001
1013
|
## 1.5.1
|
|
1002
1014
|
|
|
1003
1015
|
### Patch Changes
|
|
1004
1016
|
|
|
1005
|
-
-
|
|
1006
|
-
|
|
1007
|
-
|
|
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
|
|
1008
1020
|
|
|
1009
1021
|
## 1.5.0
|
|
1010
1022
|
|
|
1011
1023
|
### Minor Changes
|
|
1012
1024
|
|
|
1013
|
-
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
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/
|
|
1018
1029
|
|
|
1019
1030
|
## 1.4.1
|
|
1020
1031
|
|
|
1021
1032
|
### Patch Changes
|
|
1022
1033
|
|
|
1023
|
-
-
|
|
1024
|
-
|
|
1025
|
-
|
|
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
|
|
1026
1037
|
|
|
1027
1038
|
## 1.4.0
|
|
1028
1039
|
|
|
1029
1040
|
### Minor Changes
|
|
1030
1041
|
|
|
1031
|
-
-
|
|
1032
|
-
|
|
1033
|
-
|
|
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
|
|
1034
1045
|
|
|
1035
1046
|
## 1.3.0
|
|
1036
1047
|
|
|
1037
1048
|
### Minor Changes
|
|
1038
1049
|
|
|
1039
|
-
-
|
|
1040
|
-
|
|
1041
|
-
|
|
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
|
|
1042
1053
|
|
|
1043
1054
|
## 1.2.1
|
|
1044
1055
|
|
|
1045
1056
|
### Patch Changes
|
|
1046
1057
|
|
|
1047
|
-
-
|
|
1048
|
-
|
|
1049
|
-
|
|
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
|
|
1050
1061
|
|
|
1051
1062
|
## 1.2.0
|
|
1052
1063
|
|
|
1053
1064
|
### Minor Changes
|
|
1054
1065
|
|
|
1055
|
-
-
|
|
1056
|
-
|
|
1057
|
-
|
|
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.
|
|
1058
1069
|
|
|
1059
1070
|
## 1.1.4
|
|
1060
1071
|
|
|
1061
1072
|
### Patch Changes
|
|
1062
1073
|
|
|
1063
|
-
-
|
|
1064
|
-
|
|
1065
|
-
|
|
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
|
|
1066
1077
|
|
|
1067
1078
|
## 1.1.3
|
|
1068
1079
|
|
|
1069
1080
|
### Patch Changes
|
|
1070
1081
|
|
|
1071
|
-
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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
|
|
1074
1085
|
|
|
1075
1086
|
## 1.1.2
|
|
1076
1087
|
|
|
1077
1088
|
### Patch Changes
|
|
1078
1089
|
|
|
1079
|
-
-
|
|
1080
|
-
|
|
1081
|
-
|
|
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.
|
|
1082
1093
|
|
|
1083
1094
|
## 1.1.1
|
|
1084
1095
|
|
|
1085
1096
|
### Patch Changes
|
|
1086
1097
|
|
|
1087
|
-
-
|
|
1088
|
-
|
|
1089
|
-
|
|
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.
|
|
1090
1101
|
|
|
1091
1102
|
## 1.1.0
|
|
1092
1103
|
|
|
1093
1104
|
### Minor Changes
|
|
1094
1105
|
|
|
1095
|
-
-
|
|
1096
|
-
|
|
1097
|
-
|
|
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
|
|
1098
1109
|
|
|
1099
1110
|
## 1.0.0
|
|
1100
1111
|
|
|
1101
1112
|
### Major Changes
|
|
1102
1113
|
|
|
1103
|
-
-
|
|
1104
|
-
|
|
1105
|
-
|
|
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
|
|
1106
1117
|
|
|
1107
1118
|
## 0.11.0
|
|
1108
1119
|
|
|
1109
1120
|
### Minor Changes
|
|
1110
1121
|
|
|
1111
|
-
-
|
|
1112
|
-
|
|
1113
|
-
|
|
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
|
|
1114
1125
|
|
|
1115
1126
|
## 0.10.0
|
|
1116
1127
|
|
|
1117
1128
|
### Minor Changes
|
|
1118
1129
|
|
|
1119
|
-
-
|
|
1120
|
-
|
|
1121
|
-
|
|
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
|
|
1122
1133
|
|
|
1123
1134
|
## 0.9.0
|
|
1124
1135
|
|
|
1125
1136
|
### Minor Changes
|
|
1126
1137
|
|
|
1127
|
-
-
|
|
1128
|
-
|
|
1129
|
-
|
|
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
|
|
1130
1141
|
|
|
1131
1142
|
## 0.8.1
|
|
1132
1143
|
|
|
1133
1144
|
### Patch Changes
|
|
1134
1145
|
|
|
1135
|
-
-
|
|
1136
|
-
|
|
1137
|
-
|
|
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
|
|
1138
1149
|
|
|
1139
1150
|
## 0.8.0
|
|
1140
1151
|
|
|
1141
1152
|
### Minor Changes
|
|
1142
1153
|
|
|
1143
|
-
-
|
|
1144
|
-
|
|
1145
|
-
|
|
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.
|
|
1146
1157
|
|
|
1147
1158
|
## 0.7.0
|
|
1148
1159
|
|
|
1149
1160
|
### Minor Changes
|
|
1150
1161
|
|
|
1151
|
-
-
|
|
1152
|
-
|
|
1153
|
-
|
|
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
|
|
1154
1165
|
|
|
1155
1166
|
## 0.6.2
|
|
1156
1167
|
|
|
1157
1168
|
### Patch Changes
|
|
1158
1169
|
|
|
1159
|
-
-
|
|
1160
|
-
|
|
1161
|
-
|
|
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
|
|
1162
1173
|
|
|
1163
1174
|
## 0.6.1
|
|
1164
1175
|
|
|
1165
1176
|
### Patch Changes
|
|
1166
1177
|
|
|
1167
|
-
-
|
|
1168
|
-
|
|
1169
|
-
|
|
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
|
|
1170
1181
|
|
|
1171
1182
|
## 0.6.0
|
|
1172
1183
|
|
|
1173
1184
|
### Minor Changes
|
|
1174
1185
|
|
|
1175
|
-
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
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.
|
|
1179
1190
|
|
|
1180
1191
|
## 0.5.3
|
|
1181
1192
|
|
|
1182
1193
|
### Patch Changes
|
|
1183
1194
|
|
|
1184
|
-
-
|
|
1185
|
-
|
|
1186
|
-
|
|
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
|
|
1187
1198
|
|
|
1188
1199
|
## 0.5.2
|
|
1189
1200
|
|
|
1190
1201
|
### Patch Changes
|
|
1191
1202
|
|
|
1192
|
-
-
|
|
1193
|
-
|
|
1194
|
-
|
|
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
|
|
1195
1206
|
|
|
1196
1207
|
## 0.5.1
|
|
1197
1208
|
|
|
1198
1209
|
### Patch Changes
|
|
1199
1210
|
|
|
1200
|
-
-
|
|
1201
|
-
|
|
1202
|
-
|
|
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
|
|
1203
1214
|
|
|
1204
1215
|
## 0.5.0
|
|
1205
1216
|
|
|
1206
1217
|
### Minor Changes
|
|
1207
1218
|
|
|
1208
|
-
-
|
|
1209
|
-
|
|
1210
|
-
|
|
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.
|
|
1211
1222
|
|
|
1212
1223
|
## 0.4.0
|
|
1213
1224
|
|
|
1214
1225
|
### Minor Changes
|
|
1215
1226
|
|
|
1216
|
-
-
|
|
1217
|
-
|
|
1218
|
-
|
|
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.
|
|
1219
1230
|
|
|
1220
1231
|
## 0.3.2
|
|
1221
1232
|
|
|
1222
1233
|
### Patch Changes
|
|
1223
1234
|
|
|
1224
|
-
-
|
|
1225
|
-
|
|
1226
|
-
|
|
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
|
|
1227
1238
|
|
|
1228
1239
|
## 0.3.1
|
|
1229
1240
|
|
|
1230
1241
|
### Patch Changes
|
|
1231
1242
|
|
|
1232
|
-
-
|
|
1243
|
+
- Updated dependencies
|
|
1233
1244
|
|
|
1234
1245
|
## 0.3.0
|
|
1235
1246
|
|
|
1236
1247
|
### Minor Changes
|
|
1237
1248
|
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1240
|
-
|
|
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.
|
|
1241
1252
|
|
|
1242
1253
|
## 0.2.4
|
|
1243
1254
|
|
|
1244
1255
|
### Patch Changes
|
|
1245
1256
|
|
|
1246
|
-
-
|
|
1247
|
-
|
|
1248
|
-
|
|
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
|
|
1249
1260
|
|
|
1250
1261
|
## 0.2.3
|
|
1251
1262
|
|
|
1252
1263
|
### Patch Changes
|
|
1253
1264
|
|
|
1254
|
-
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
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
|
|
1258
1268
|
|
|
1259
1269
|
## 0.2.2
|
|
1260
1270
|
|
|
1261
1271
|
### Patch Changes
|
|
1262
1272
|
|
|
1263
|
-
-
|
|
1264
|
-
|
|
1265
|
-
|
|
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
|
|
1266
1276
|
|
|
1267
1277
|
## 0.2.1
|
|
1268
1278
|
|
|
1269
1279
|
### Patch Changes
|
|
1270
1280
|
|
|
1271
|
-
-
|
|
1272
|
-
|
|
1273
|
-
|
|
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
|
|
1274
1284
|
|
|
1275
1285
|
## 0.2.0
|
|
1276
1286
|
|
|
1277
1287
|
### Minor Changes
|
|
1278
1288
|
|
|
1279
|
-
-
|
|
1280
|
-
|
|
1281
|
-
|
|
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
|
|
1282
1292
|
|
|
1283
1293
|
## 0.1.1
|
|
1284
1294
|
|
|
1285
1295
|
### Patch Changes
|
|
1286
1296
|
|
|
1287
|
-
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
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
|
|
1291
1301
|
|
|
1292
1302
|
## 0.1.0
|
|
1293
1303
|
|
|
1294
1304
|
### Minor Changes
|
|
1295
1305
|
|
|
1296
|
-
-
|
|
1297
|
-
|
|
1298
|
-
|
|
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
|
|
1299
1309
|
|
|
1300
1310
|
## 0.0.6
|
|
1301
1311
|
|
|
1302
1312
|
### Patch Changes
|
|
1303
1313
|
|
|
1304
|
-
-
|
|
1305
|
-
|
|
1306
|
-
-
|
|
1314
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
1315
|
+
to TypeScript 4.2.4
|
|
1316
|
+
- Updated dependencies
|
|
1307
1317
|
|
|
1308
1318
|
## 0.0.5
|
|
1309
1319
|
|
|
1310
1320
|
### Patch Changes
|
|
1311
1321
|
|
|
1312
|
-
-
|
|
1322
|
+
- Updated dependencies
|
|
1313
1323
|
|
|
1314
1324
|
## 0.0.4
|
|
1315
1325
|
|
|
1316
1326
|
### Patch Changes
|
|
1317
1327
|
|
|
1318
|
-
-
|
|
1328
|
+
- Updated dependencies
|
|
1319
1329
|
|
|
1320
1330
|
## 0.0.3
|
|
1321
1331
|
|
|
1322
1332
|
### Patch Changes
|
|
1323
1333
|
|
|
1324
|
-
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
-
|
|
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
|
|
1328
1338
|
|
|
1329
1339
|
## 0.0.2
|
|
1330
1340
|
|
|
1331
1341
|
### Patch Changes
|
|
1332
1342
|
|
|
1333
|
-
-
|
|
1334
|
-
|
|
1335
|
-
|
|
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
|
|
1336
1346
|
|
|
1337
1347
|
## 0.0.0
|