@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.
Files changed (88) hide show
  1. package/.eslintrc.js +22 -22
  2. package/CHANGELOG.md +517 -507
  3. package/CONTRIBUTING.md +3 -0
  4. package/LICENSE.md +6 -8
  5. package/dist/cjs/ui/index.js +1 -1
  6. package/dist/cjs/ui/link-picker/announcer.js +1 -0
  7. package/dist/cjs/ui/link-picker/index.js +1 -1
  8. package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
  9. package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
  10. package/dist/cjs/ui/link-picker/styled.js +1 -1
  11. package/dist/es2019/ui/index.js +1 -1
  12. package/dist/es2019/ui/link-picker/announcer.js +1 -0
  13. package/dist/es2019/ui/link-picker/index.js +1 -1
  14. package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
  15. package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
  16. package/dist/es2019/ui/link-picker/styled.js +8 -8
  17. package/dist/esm/ui/index.js +1 -1
  18. package/dist/esm/ui/link-picker/announcer.js +1 -0
  19. package/dist/esm/ui/link-picker/index.js +1 -1
  20. package/dist/esm/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
  21. package/dist/esm/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
  22. package/dist/esm/ui/link-picker/styled.js +1 -1
  23. package/dist/types/common/analytics/context.d.ts +2 -2
  24. package/dist/types/common/analytics/experiences.d.ts +1 -1
  25. package/dist/types/common/analytics/index.d.ts +1 -1
  26. package/dist/types/common/analytics/input-field-tracking.d.ts +1 -1
  27. package/dist/types/common/types.d.ts +2 -2
  28. package/dist/types/common/ui/empty-state/index.d.ts +1 -1
  29. package/dist/types/common/utils/handleNavKeyDown.d.ts +1 -1
  30. package/dist/types/controllers/session-provider/index.d.ts +2 -2
  31. package/dist/types/services/use-plugins/reducer.d.ts +1 -1
  32. package/dist/types/services/use-plugins/utils.d.ts +1 -1
  33. package/dist/types/services/use-search-query/index.d.ts +1 -1
  34. package/dist/types/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
  35. package/dist/types/ui/error-boundary/index.d.ts +1 -1
  36. package/dist/types/ui/index.d.ts +2 -2
  37. package/dist/types/ui/link-picker/announcer.d.ts +1 -1
  38. package/dist/types/ui/link-picker/form-footer/index.d.ts +2 -2
  39. package/dist/types/ui/link-picker/form-footer/utils.d.ts +1 -1
  40. package/dist/types/ui/link-picker/index.d.ts +3 -3
  41. package/dist/types/ui/link-picker/search-results/index.d.ts +2 -2
  42. package/dist/types/ui/link-picker/search-results/link-search-list/index.d.ts +2 -2
  43. package/dist/types/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +2 -2
  44. package/dist/types/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.d.ts +1 -1
  45. package/dist/types/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.d.ts +1 -1
  46. package/dist/types/ui/link-picker/search-results/scrolling-tabs/styles.d.ts +1 -1
  47. package/dist/types/ui/link-picker/search-results/track-tab-viewed/index.d.ts +2 -2
  48. package/dist/types/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.d.ts +1 -1
  49. package/dist/types/ui/link-picker/text-input/index.d.ts +2 -2
  50. package/dist/types/ui/link-picker/text-input/utils.d.ts +1 -1
  51. package/dist/types/ui/link-picker/transformTimeStamp.d.ts +1 -1
  52. package/dist/types/ui/link-picker/utils.d.ts +2 -2
  53. package/dist/types/ui/messages-provider/lazy-messages-provider/index.d.ts +1 -1
  54. package/dist/types/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.d.ts +1 -1
  55. package/dist/types-ts4.5/common/analytics/context.d.ts +2 -2
  56. package/dist/types-ts4.5/common/analytics/experiences.d.ts +1 -1
  57. package/dist/types-ts4.5/common/analytics/index.d.ts +1 -1
  58. package/dist/types-ts4.5/common/analytics/input-field-tracking.d.ts +1 -1
  59. package/dist/types-ts4.5/common/types.d.ts +2 -2
  60. package/dist/types-ts4.5/common/ui/empty-state/index.d.ts +1 -1
  61. package/dist/types-ts4.5/common/utils/handleNavKeyDown.d.ts +1 -1
  62. package/dist/types-ts4.5/controllers/session-provider/index.d.ts +2 -2
  63. package/dist/types-ts4.5/services/use-plugins/reducer.d.ts +1 -1
  64. package/dist/types-ts4.5/services/use-plugins/utils.d.ts +1 -1
  65. package/dist/types-ts4.5/services/use-search-query/index.d.ts +1 -1
  66. package/dist/types-ts4.5/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
  67. package/dist/types-ts4.5/ui/error-boundary/index.d.ts +1 -1
  68. package/dist/types-ts4.5/ui/index.d.ts +2 -2
  69. package/dist/types-ts4.5/ui/link-picker/announcer.d.ts +1 -1
  70. package/dist/types-ts4.5/ui/link-picker/form-footer/index.d.ts +2 -2
  71. package/dist/types-ts4.5/ui/link-picker/form-footer/utils.d.ts +1 -1
  72. package/dist/types-ts4.5/ui/link-picker/index.d.ts +3 -3
  73. package/dist/types-ts4.5/ui/link-picker/search-results/index.d.ts +2 -2
  74. package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/index.d.ts +2 -2
  75. package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +2 -2
  76. package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.d.ts +1 -1
  77. package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.d.ts +1 -1
  78. package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/styles.d.ts +1 -1
  79. package/dist/types-ts4.5/ui/link-picker/search-results/track-tab-viewed/index.d.ts +2 -2
  80. package/dist/types-ts4.5/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.d.ts +1 -1
  81. package/dist/types-ts4.5/ui/link-picker/text-input/index.d.ts +2 -2
  82. package/dist/types-ts4.5/ui/link-picker/text-input/utils.d.ts +1 -1
  83. package/dist/types-ts4.5/ui/link-picker/transformTimeStamp.d.ts +1 -1
  84. package/dist/types-ts4.5/ui/link-picker/utils.d.ts +2 -2
  85. package/dist/types-ts4.5/ui/messages-provider/lazy-messages-provider/index.d.ts +1 -1
  86. package/dist/types-ts4.5/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.d.ts +1 -1
  87. package/package.json +13 -15
  88. 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
- - Updated dependencies
21
+ - Updated dependencies
8
22
 
9
23
  ## 1.36.1
10
24
 
11
25
  ### Patch Changes
12
26
 
13
- - Updated dependencies
27
+ - Updated dependencies
14
28
 
15
29
  ## 1.36.0
16
30
 
17
31
  ### Minor Changes
18
32
 
19
- - [#94307](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94307)
20
- [`bf0df557b820`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bf0df557b820) -
21
- Adding the raw data-object of selected item to the onSubmit-callback. Also fixes a small
22
- alignment issue with list items.
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
- - Updated dependencies
42
+ - Updated dependencies
29
43
 
30
44
  ## 1.35.1
31
45
 
32
46
  ### Patch Changes
33
47
 
34
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
35
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
36
- Migrated to the new button component
37
- - Updated dependencies
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
- - [#91586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91586)
44
- [`b3135ab49e16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3135ab49e16) -
45
- Updated `@atlaskit/tabs` dependency which removed baked-in horizontal padding. There may be some
46
- very slight difference in padding after this change.
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
- - Updated dependencies
64
+ - Updated dependencies
51
65
 
52
66
  ## 1.34.10
53
67
 
54
68
  ### Patch Changes
55
69
 
56
- - [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
57
- [`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
58
- Minor Typescript changes to improve compatibility with React 18
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
- - [#90153](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90153)
65
- [`a679d89ed314`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a679d89ed314) -
66
- Converts lazy translations import from dynamic import to static map of imports, behind ff
67
- platform.linking-platform.link-picker.translations-map
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
- - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
74
- [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
75
- The internal composition of this component has changed. There is no expected change in behavior.
76
- - Updated dependencies
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
- - [#87202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87202)
83
- [`fe89dc2c3c0a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fe89dc2c3c0a) -
84
- EDM-9608 Cleanup onSubmitCapture feature flag in link picker
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
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
91
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
92
- Minor adjustments to improve compatibility with React 18
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
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
99
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
100
- Upgrade Typescript from `4.9.5` to `5.4.2`
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
- - [#81744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81744)
107
- [`4bb803ce7129`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4bb803ce7129) -
108
- Internal changes. There is no expected visual change.
109
- - Updated dependencies
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
- - [#81158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81158)
116
- [`d08a50c6d90b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d08a50c6d90b) -
117
- Updates empty states to no longer use the `@atlaskit/empty-state` component in order to leverage
118
- Heading Provider from `@atlaskit/heading`, behind ff
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
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
125
- [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
126
- Update usage of `React.FC` to explicity include `children`
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
- - [#77721](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77721)
133
- [`724546c920cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/724546c920cf) -
134
- Changed some hard-coded px values and replaced with space tokens
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
- - [#73644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73644)
141
- [`1826cabe2425`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1826cabe2425) -
142
- Cleans up platform.linking-platform.link-picker.lazy-intl-messages. Will now always attempt to
143
- lazy load translations.
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
- - [#71135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71135)
150
- [`88c865c6359d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/88c865c6359d) -
151
- Fix issues with screen readers detecting a list when no plugin is provided
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
- - [#69577](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69577)
158
- [`fcd935281ee6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcd935281ee6) -
159
- Updates onCancel prop to be optional. When not provided, cancel button is not displayed.
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
- - [#66404](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66404)
166
- [`61ac6afc1d89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61ac6afc1d89) -
167
- EDM-9025 Add onSubmitCapture behind feature flag
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
- - [#61981](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61981)
174
- [`0d7a20c43478`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0d7a20c43478) -
175
- [ux] Added a UI experience for when a submission is in progress
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
- - [#64291](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64291)
180
- [`c44535acbea9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c44535acbea9) -
181
- remove platform.linking-platform.link-create.tmp-fix-translations to permanently return
182
- undefined in the loaderFn when dynamic import of locale messages fail.
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
- - [#64242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64242)
189
- [`066547c92554`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/066547c92554) -
190
- Add customMessages prop to link picker
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
- - [#63626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63626)
197
- [`e71c8f5f586e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e71c8f5f586e) -
198
- loaderFn returns undefined if failed to dynamicaly import locale messages - fixes issue in Jira
199
- where default English replaces languages chunk.
200
- - Updated dependencies
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
- - Updated dependencies
220
+ - Updated dependencies
207
221
 
208
222
  ## 1.30.12
209
223
 
210
224
  ### Patch Changes
211
225
 
212
- - [#61649](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61649)
213
- [`b3da85b3276a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3da85b3276a) -
214
- Replaces internal lazy messages provider implementation with @atlaskit/intl-messages-provider
215
- with no expected functional change beyond now supporting inherting messages from parent intl
216
- provider. Use of lazy messages provider still is feature flagged behind
217
- 'platform.linking-platform.link-picker.lazy-intl-messages'.
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
- - Updated dependencies
237
+ - Updated dependencies
224
238
 
225
239
  ## 1.30.10
226
240
 
227
241
  ### Patch Changes
228
242
 
229
- - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
230
- [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
231
- Update dependencies that were impacted by HOT-106483 to latest.
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
- - Updated dependencies
251
+ - Updated dependencies
238
252
 
239
253
  ## 1.30.8
240
254
 
241
255
  ### Patch Changes
242
256
 
243
- - [#43874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43874)
244
- [`71d228970ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71d228970ef) - Enrol
245
- packages to push model in JFE
246
- - Updated dependencies
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
- - Updated dependencies
266
+ - Updated dependencies
253
267
 
254
268
  ## 1.30.6
255
269
 
256
270
  ### Patch Changes
257
271
 
258
- - Updated dependencies
272
+ - Updated dependencies
259
273
 
260
274
  ## 1.30.5
261
275
 
262
276
  ### Patch Changes
263
277
 
264
- - Updated dependencies
278
+ - Updated dependencies
265
279
 
266
280
  ## 1.30.4
267
281
 
268
282
  ### Patch Changes
269
283
 
270
- - [#43264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43264)
271
- [`b4e3b6f54bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4e3b6f54bd) -
272
- Explicitly set link picker to display block
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
- - Updated dependencies
292
+ - Updated dependencies
279
293
 
280
294
  ## 1.30.2
281
295
 
282
296
  ### Patch Changes
283
297
 
284
- - Updated dependencies
298
+ - Updated dependencies
285
299
 
286
300
  ## 1.30.1
287
301
 
288
302
  ### Patch Changes
289
303
 
290
- - [#41114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41114)
291
- [`f8efb1a7ce5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8efb1a7ce5) - Add
292
- env var default and fix array iterable for local consumption typechecking
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
- - [#39671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39671)
299
- [`1e70dc014bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e70dc014bf) - Adds
300
- support for `paddingLeft`, `paddingRight`, `paddingTop` and `paddingBottom` props that enable
301
- overriding the internal padding of the link picker.
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
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
308
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
309
- Internal changes to use space tokens. There is no expected visual or behaviour change.
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
- - [#36656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36656)
316
- [`96287a9f42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96287a9f42a) - Adds
317
- disableWidth prop to component to allow the link picker to fill the available space (width:
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
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
325
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
326
- version.json
327
- - Updated dependencies
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
- - [#38511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38511)
334
- [`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove
335
- redundant aria-label from the input field
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
- - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
342
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
343
- injected env vars instead of version.json
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
- - [#37347](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37347)
350
- [`db2a42eb771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2a42eb771) - [ux]
351
- EDM-7273 Jira create feature discovery
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
- - [#36677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36677)
358
- [`fa3c0d93eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa3c0d93eae) -
359
- Improves fixed height display of link picker when
360
- 'platform.linking-platform.link-picker.fixed-height-search-results' is enabled.
361
- - Updated dependencies
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
- - [#36817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36817)
368
- [`3bebfdcc3ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bebfdcc3ae) - [ux]
369
- Fix pt-BR messages
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
- - [#36671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36671)
376
- [`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux]
377
- Add title to link picker results
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
- - [#36197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36197)
384
- [`ae65b485bca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae65b485bca) - [ux]
385
- Better minimum height for link picker error and loading state
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
- - [#36147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36147)
392
- [`21f74cac9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21f74cac9b6) -
393
- EDM-6818: Fixes bug where first item of link picker search results appear selected when there is
394
- no current selection and a search result is focused. Focus on link picker search results are now
395
- on the item that the user clicks/focuses on.
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
- - [#36167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36167)
402
- [`27f7faa992f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f7faa992f) - Minor
403
- internal refactor with no expected functional changes.
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
- - [#35979](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35979)
410
- [`2d56ffa47b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d56ffa47b1) - [ux]
411
- Removes the decorative search icon from the URL/search field.
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
- - [#35951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35951)
418
- [`ceaa8d259c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceaa8d259c2) - Minor
419
- internal refactors with no expected functional changes.
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
- - Updated dependencies
438
+ - Updated dependencies
426
439
 
427
440
  ## 1.25.1
428
441
 
429
442
  ### Patch Changes
430
443
 
431
- - [#35741](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35741)
432
- [`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) -
433
- Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
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
- - [#35199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35199)
440
- [`bf9689fce97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf9689fce97) - [ux]
441
- Modified behaviour to load to all plugins before Link Picker UI is loaded, introduces a
442
- isLoading attribute to indicate when a plugins have loaded
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
- - [#35545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35545)
449
- [`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) -
450
- Release translations
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
- - [#33781](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33781)
457
- [`5a810cbc8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a810cbc8c7) - Adds
458
- internal MessagesProvider behind `platform.linking-platform.link-picker.lazy-intl-messages`
459
- feature flag which, when enabled, lazy loads and self-provides messages for the current locale
460
- (as defined by a parent `IntlProvider`).
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
- - [#35058](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35058)
467
- [`44d226ae268`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44d226ae268) - [ux]
468
- This adds support for Confluence Whiteboards in Link Picker search. This also adds a new scope
469
- in `@atlassian/search-client`, which contains pages, blogs and whiteboards.
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
- - [#34282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34282)
476
- [`1d9bcdf92d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d9bcdf92d8) -
477
- EDM-5278: refactor timestamp in link-picker to remove string concatenation, to switch between
478
- relative and absolute time with correct display values and add new atlas kit example to test
479
- translations for link-picker
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
- - [#34189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34189)
486
- [`5b744a84924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b744a84924) - [ux]
487
- Support for an empty state in LinkPicker, and implementation of empty state for the
488
- link-picker-atlassian-plugin
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
- - Updated dependencies
505
+ - Updated dependencies
493
506
 
494
507
  ## 1.22.2
495
508
 
496
509
  ### Patch Changes
497
510
 
498
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
499
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
500
- Removing unused dependencies and dev dependencies
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
- - [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463)
507
- [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) -
508
- Updates analytics codegen to support screen events.
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
- - [#34268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34268)
515
- [`cd623c7a474`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd623c7a474) - [ux]
516
- Wrap search input with conditional spotlight target for better onboarding
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
- - [#33811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33811)
523
- [`63a3923d4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63a3923d4cd) - Fix
524
- tab attribute analytics to display correct product on initial load
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
- - [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689)
531
- [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) -
532
- Internal change to enforce token usage for spacing properties. There is no expected visual or
533
- behaviour change.
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
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
540
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
541
- legacy types are published for TS 4.5-4.8
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
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
548
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
549
- Upgrade Typescript from `4.5.5` to `4.9.5`
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
- - [#33210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33210)
556
- [`4bf861f02cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf861f02cc) -
557
- Callback label now supports a string
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
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
564
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
565
- minor dependency bump
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
- - Updated dependencies
582
+ - Updated dependencies
570
583
 
571
584
  ## 1.18.4
572
585
 
573
586
  ### Patch Changes
574
587
 
575
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
576
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
577
- remove before merging to master; dupe adf-schema via adf-utils
578
- - Updated dependencies
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
- - [#30834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30834)
585
- [`ee4573b4721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee4573b4721) - [ux]
586
- Handle keyboard navigation as a listbox Updates focus style of link picker listbox
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
- - [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311)
593
- [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move
594
- codegen into @atlassian scope to publish it to private registry
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
- - [#32170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32170)
601
- [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) -
602
- Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
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
- - [#30977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30977)
610
- [`d7af47bbf65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7af47bbf65) - [ux]
611
- Adds new action button and updates the style of current cancel button
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
- - [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674)
618
- [`204e2a97119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/204e2a97119) -
619
- Defines new LinkPickerPluginAction and new LinkInputType for Create
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
- - [#30583](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30583)
626
- [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) -
627
- Formatting change for i18n translations
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
- - [#30237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30237)
634
- [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) -
635
- Prettier-ignore added to i18n translations
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
- - Updated dependencies
653
+ - Updated dependencies
642
654
 
643
655
  ## 1.16.13
644
656
 
645
657
  ### Patch Changes
646
658
 
647
- - Updated dependencies
659
+ - Updated dependencies
648
660
 
649
661
  ## 1.16.12
650
662
 
651
663
  ### Patch Changes
652
664
 
653
- - [#29330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29330)
654
- [`9d9ee3fbc84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d9ee3fbc84) -
655
- EDM-5557 Reduce min height of link-picker
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
- - [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067)
662
- [`08de765c04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08de765c04b) - Moves
663
- dependency of user agent detection code to `@atlaskit/linking-common/user-agent`
664
- - Updated dependencies
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
- - Updated dependencies
682
+ - Updated dependencies
671
683
 
672
684
  ## 1.16.9
673
685
 
674
686
  ### Patch Changes
675
687
 
676
- - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
677
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
678
- ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
679
- `allowedSideEffects` when loading the page.
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
- - [#28294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28294)
686
- [`5441fa9235d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5441fa9235d) - [ux]
687
- XPC3P-106 Fix recents not showing when switching tabs in new link picker
688
- - Updated dependencies
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
- - [#28362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28362)
695
- [`10410539ac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10410539ac9) - Url
696
- utils added (normalizeURL and isSafeUrl). Available to export
697
- - Updated dependencies
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
- - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
704
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
705
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
706
- tokens() function and improving performance.
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
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
713
- [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) -
714
- DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
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
- - Updated dependencies
732
+ - Updated dependencies
721
733
 
722
734
  ## 1.16.3
723
735
 
724
736
  ### Patch Changes
725
737
 
726
- - Updated dependencies
738
+ - Updated dependencies
727
739
 
728
740
  ## 1.16.2
729
741
 
730
742
  ### Patch Changes
731
743
 
732
- - [#27972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27972)
733
- [`998a9316ce3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/998a9316ce3) -
734
- EDM-4959 update scrolling tabs to remain still for link picker when tabs are changed as a fix
735
- for a flakey vr test
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
- - [#28114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28114)
742
- [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update
743
- i18n translations from Traduki
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
- - [#27732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27732)
750
- [`e409fa726a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e409fa726a9) - [ux]
751
- Disable the insert button when Link picker shows an error and hide buttons when user is
752
- unauthenticated to the active 3P tab
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
- - [#27835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27835)
759
- [`4a83c28f27b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a83c28f27b) - Add
760
- support for inline SVGs in ListItem by converting them to Base64 images
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
- - [#27624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27624)
767
- [`b7ace618362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7ace618362) - [ux]
768
- EDM-3578: adding a prop hideDisplayText for link picker to allow support that stops rendering of
769
- the display text field in link picker if prop is set to true.
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
- - [#26943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26943)
776
- [`3cbd9b63e96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbd9b63e96) - [ux]
777
- Added search for 1P tabs
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
- - [#27298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27298)
784
- [`b4ed4bb728b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4ed4bb728b) -
785
- EDM-4923: link picker display text label has been changed from Link description to Link display
786
- text
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
- - Updated dependencies
804
+ - Updated dependencies
793
805
 
794
806
  ## 1.13.1
795
807
 
796
808
  ### Patch Changes
797
809
 
798
- - [#26522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26522)
799
- [`2933e4ddeb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2933e4ddeb0) - Add
800
- searchResults shown analytic event for pre-query and post-query results
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
- - [#26718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26718)
807
- [`91bd9e3193c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91bd9e3193c) - add
808
- experimental support for UNSAFE_onActivation call for plugins
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
- - [#25323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25323)
815
- [`2ecb5e8a6d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ecb5e8a6d9) - [ux]
816
- introduce horizontal scrolling tabs
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
- - [#26281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26281)
823
- [`841110b3cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/841110b3cf0) - Adds
824
- tab attribute to analytics context
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
- - [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
831
- [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) -
832
- Bumping dependencies via Renovate:
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
- - react-loosely-lazy
846
+ - react-loosely-lazy
835
847
 
836
848
  ## 1.11.0
837
849
 
838
850
  ### Minor Changes
839
851
 
840
- - [#25319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25319)
841
- [`2cbf4131640`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cbf4131640) - Make
842
- LinkPicker to accept a custom root component And now we offer a new useLinkPickerEditorProps
843
- hook useForgeSearchProviders hook will now get client from SmartCardContext
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
- - [#25117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25117)
850
- [`a3358adb9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3358adb9f1) - Basic
851
- UFO Instrumentation for LinkPicker
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
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
858
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
859
- Upgrade Typescript from `4.3.5` to `4.5.5`
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
- - [#25059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25059)
866
- [`8a538989c8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a538989c8d) - [ux]
867
- Updated label and Placeholder messages
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
- - [#25103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25103)
874
- [`df6de875d71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6de875d71) - Adds
875
- operational logging for plugin resolve failures.
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
- - [#25115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25115)
882
- [`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds
883
- support for plugins providing metadata about resolved links.
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
- - [#25101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25101)
890
- [`81ac9ce10ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ac9ce10ff) - Update
891
- error boundary implementation to replace analytic instrumentation for uncaught errors.
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
- - [#24851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24851)
898
- [`e3f8fb1f348`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f8fb1f348) - Adds
899
- tracking of how the input fields are populated ie paste vs manual vs search.
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
- - [#25082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25082)
906
- [`c37f08a275a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c37f08a275a) - Fix
907
- onClick event bubbling on text field clear button activation.
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
- - [#25018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25018)
914
- [`548071512ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/548071512ad) - [ux]
915
- Add truncating logic to metadata to be constrained to one line
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
- - [#24791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24791)
922
- [`26ca68a3993`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ca68a3993) - Add
923
- support for the onSubmit handler prop to receive a second argument, being a clone of the form
924
- submitted analytic event
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
- - [#24725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24725)
931
- [`47c9a0a3331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c9a0a3331) -
932
- Improves spacing and reduced jitter of height when loading items.
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
- - [#24595](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24595)
939
- [`e94f9f982b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e94f9f982b4) - Fixes
940
- link picker attempting to dispatch updates after being unmounted.
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
- - [#24319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24319)
947
- [`7e07778ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e07778ec20) - Add
948
- linkState attribute to link picker analytics context
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
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
955
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
956
- Upgrade Typescript from `4.2.4` to `4.3.5`.
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
- - [#24310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24310)
963
- [`afd2368145a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd2368145a) - Added
964
- link picker mount/unmount analytic events
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
- - [#24245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24245)
971
- [`89fffde2a59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fffde2a59) - Wrap
972
- link picker in native form element
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
- - [#24242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24242)
979
- [`e900714203d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e900714203d) - Add
980
- "form submitted" analytics event.
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
- - [#23812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23812)
987
- [`d0feee9b4ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0feee9b4ad) - [ux]
988
- Add a UI error message to display when the link picker plugin resolve throws an error
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
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
995
- [`e3f36b94557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f36b94557) -
996
- Inlines svg assets directly into the UI
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
- - [#23712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23712)
1003
- [`c9c0a119587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9c0a119587) - [ux]
1004
- EDM-3881: add onContentRezise prop to allow callbacks after contents changed in items, plugin,
1005
- tabs, etc.
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
- - [#23753](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23753)
1012
- [`99dba1b6364`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99dba1b6364) - [ux]
1013
- Fix the tab margin in Link Picker
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
- - [#23410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23410)
1020
- [`e54051625bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54051625bc) -
1021
- Convert Link Picker from class component to functional component to comply with tangerine
1022
- guidelines.
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
- - [#23715](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23715)
1030
- [`140453ba9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140453ba9f6) - [ux]
1031
- Move tabs to be below input fields
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
- - [#23444](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23444)
1038
- [`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux]
1039
- Adds in TAB UI support for Link Picker
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
- - [#23186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23186)
1046
- [`0ddad39a369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ddad39a369) - [ux]
1047
- Lazy load the link-picker instead. The lazily loaded picker is now the default that's exported
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
- - [#23253](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23253)
1054
- [`d17b35d4c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d17b35d4c20) -
1055
- Display validation message when submitting empty input
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
- - [#22946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22946)
1062
- [`21b0c90e0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21b0c90e0d4) - Adds
1063
- error boundary around the link picker to track errors and display an error message.
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
- - [#22965](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22965)
1070
- [`97cfed0aa0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97cfed0aa0d) - Add
1071
- tests around how the link picker handles editing links
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
- - [#23277](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23277)
1078
- [`22e6401bf78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e6401bf78) -
1079
- Inlines svg assets directly into the UI
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
- - [#23149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23149)
1086
- [`28f54174eaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f54174eaf) -
1087
- Removes example-helpers from built distribution. Fixes missing /dist from previous patch.
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
- - [#23111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23111)
1094
- [`780484d9518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780484d9518) - Fixes
1095
- missing svg asset for no search results in version 1.1.0.
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
- - [#22914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22914)
1102
- [`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds
1103
- search error message
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
- - [#22685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22685)
1110
- [`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) -
1111
- Initial major version release
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
- - [#22793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22793)
1118
- [`a2286b0746a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2286b0746a) - Added
1119
- support for link picker plugins to resolve using a promise
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
- - [#22633](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22633)
1126
- [`dbc82a03866`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc82a03866) -
1127
- Removed styled-components as a peer dependency in favor of @emotion/react
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
- - [#22630](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22630)
1134
- [`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove
1135
- required container param
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
- - [#22528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22528)
1142
- [`eef8c2da75b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eef8c2da75b) - [ux]
1143
- Remove link-picker background color as it conflicts with floatingToobar borders
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
- - [#22336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22336)
1150
- [`1e371fd8d23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e371fd8d23) -
1151
- Updates link picker to support array of plugins. Removes intl prop from LinkPickerProps type.
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
- - [#21991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21991)
1158
- [`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) -
1159
- Convert to @atlaskit scope
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
- - [#22155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22155)
1166
- [`3fb9dbd9f4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb9dbd9f4e) - [ux]
1167
- Add buttons at the bottom of the form
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
- - [#22215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22215)
1174
- [`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) -
1175
- Updated vr snapshots
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
- - [#21604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21604)
1182
- [`91f2d091cfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91f2d091cfd) - Change
1183
- link picker props and onSubmit API to better reflect intended usage and make breaking changes
1184
- less likely.
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
- - [#21673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21673)
1191
- [`3ef09836c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef09836c04) - [ux]
1192
- Validates links within search text are not inserted
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
- - [#22019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22019)
1199
- [`c1f3d82b994`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1f3d82b994) - Update
1200
- to use the new V3 recents API in the Atlassian plugin
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
- - [#22007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22007)
1207
- [`d90f1f42589`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d90f1f42589) - [ux]
1208
- Shows subtitle with recently viewed if there’s no search text and results otherwise
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
- - [#21956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21956)
1215
- [`7abf8824fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7abf8824fec) -
1216
- Migrate link picker atlassian plugin from picker package.
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
- - [#21659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21659)
1223
- [`c926a95160b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c926a95160b) -
1224
- Removes onEscape prop from the link picker.
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
- - [#21603](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21603)
1231
- [`08195fc6e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08195fc6e43) - [ux]
1232
- Add field validation error message to link input field
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
- - Updated dependencies
1249
+ - Updated dependencies
1239
1250
 
1240
1251
  ## 0.3.0
1241
1252
 
1242
1253
  ### Minor Changes
1243
1254
 
1244
- - [#21515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21515)
1245
- [`3b3a7800978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b3a7800978) - Export
1246
- picker state and list item data types from picker package.
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
- - [#21475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21475)
1253
- [`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) -
1254
- Increase test coverage
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
- - [#21284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21284)
1261
- [`6f3a1f588e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3a1f588e1) -
1262
- Rewrites LinkSearchListItem as FC & Adds new Active state to support arrow navigation and
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
- - [#20608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20608)
1270
- [`9598e13788a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9598e13788a) - [ux]
1271
- Update token usage for better contrast
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
- - [#21212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21212)
1278
- [`7fa34f27a1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fa34f27a1f) -
1279
- Displays a search icon inside link-picker search input when there is an active Plugin
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
- - [#20290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20290)
1286
- [`1cb59c97d35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cb59c97d35) - Adds
1287
- AtlassianLinkPicker plugin and changes LinkPicker API to use plugins
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
- - [#20841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20841)
1294
- [`df6e3bdd55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6e3bdd55f) -
1295
- EDM-3088/Rewrite PanelTextInput as functional component and take advante of Atlaskit Textfield
1296
- out-of-the-box features
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
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
1303
- [`cb5997ed7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5997ed7af) - [ux]
1304
- EDM-2977/change UI for link and title input fields
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
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
1311
- Upgrade to TypeScript 4.2.4
1312
- - Updated dependencies
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
- - Updated dependencies
1328
+ - Updated dependencies
1319
1329
 
1320
1330
  ## 0.0.4
1321
1331
 
1322
1332
  ### Patch Changes
1323
1333
 
1324
- - Updated dependencies
1334
+ - Updated dependencies
1325
1335
 
1326
1336
  ## 0.0.3
1327
1337
 
1328
1338
  ### Patch Changes
1329
1339
 
1330
- - [#19390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19390)
1331
- [`7f49f72e074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49f72e074) - copy
1332
- existing editor component into @atlassian/link-picker
1333
- - Updated dependencies
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
- - [#19335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19335)
1340
- [`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create
1341
- @atlaskit/link-picker
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