@atlaskit/link-picker 1.30.0 → 1.30.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 (100) hide show
  1. package/CHANGELOG.md +123 -117
  2. package/dist/cjs/common/analytics/context.js +3 -4
  3. package/dist/cjs/common/analytics/experiences.js +6 -11
  4. package/dist/cjs/common/analytics/input-field-tracking.js +6 -7
  5. package/dist/cjs/common/constants.js +5 -10
  6. package/dist/cjs/common/generic-error-svg/index.js +2 -3
  7. package/dist/cjs/common/generic-error-svg/styled.js +1 -2
  8. package/dist/cjs/common/ui/min-height-container/index.js +2 -3
  9. package/dist/cjs/common/ui/min-height-container/styled.js +1 -2
  10. package/dist/cjs/common/utils/analytics/analytics.codegen.js +1 -2
  11. package/dist/cjs/common/utils/dateUtils.js +2 -3
  12. package/dist/cjs/common/utils/errors.js +2 -3
  13. package/dist/cjs/common/utils/handleNavKeyDown.js +2 -3
  14. package/dist/cjs/controllers/session-provider/index.js +5 -9
  15. package/dist/cjs/controllers/use-fix-height/index.js +2 -3
  16. package/dist/cjs/i18n/cs.js +2 -3
  17. package/dist/cjs/i18n/da.js +2 -3
  18. package/dist/cjs/i18n/de.js +2 -3
  19. package/dist/cjs/i18n/en.js +2 -3
  20. package/dist/cjs/i18n/en_GB.js +2 -3
  21. package/dist/cjs/i18n/en_ZZ.js +2 -3
  22. package/dist/cjs/i18n/es.js +2 -3
  23. package/dist/cjs/i18n/fi.js +2 -3
  24. package/dist/cjs/i18n/fr.js +2 -3
  25. package/dist/cjs/i18n/hu.js +2 -3
  26. package/dist/cjs/i18n/it.js +2 -3
  27. package/dist/cjs/i18n/ja.js +2 -3
  28. package/dist/cjs/i18n/ko.js +2 -3
  29. package/dist/cjs/i18n/languages.js +2 -3
  30. package/dist/cjs/i18n/nb.js +2 -3
  31. package/dist/cjs/i18n/nl.js +2 -3
  32. package/dist/cjs/i18n/pl.js +2 -3
  33. package/dist/cjs/i18n/pt_BR.js +2 -3
  34. package/dist/cjs/i18n/ru.js +2 -3
  35. package/dist/cjs/i18n/sv.js +2 -3
  36. package/dist/cjs/i18n/th.js +2 -3
  37. package/dist/cjs/i18n/tr.js +2 -3
  38. package/dist/cjs/i18n/uk.js +2 -3
  39. package/dist/cjs/i18n/vi.js +2 -3
  40. package/dist/cjs/i18n/zh.js +2 -3
  41. package/dist/cjs/i18n/zh_TW.js +2 -3
  42. package/dist/cjs/services/use-plugins/reducer.js +7 -13
  43. package/dist/cjs/services/use-plugins/utils.js +4 -7
  44. package/dist/cjs/ui/error-boundary/error-boundary-base/index.js +2 -3
  45. package/dist/cjs/ui/error-boundary/error-boundary-fallback/index.js +2 -3
  46. package/dist/cjs/ui/error-boundary/error-boundary-fallback/styled.js +1 -2
  47. package/dist/cjs/ui/error-boundary/index.js +2 -2
  48. package/dist/cjs/ui/index.js +5 -8
  49. package/dist/cjs/ui/link-picker/announcer.js +2 -3
  50. package/dist/cjs/ui/link-picker/form-footer/feature-discovery/index.js +1 -2
  51. package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +1 -2
  52. package/dist/cjs/ui/link-picker/form-footer/index.js +3 -5
  53. package/dist/cjs/ui/link-picker/form-footer/styled.js +2 -4
  54. package/dist/cjs/ui/link-picker/form-footer/utils.js +2 -3
  55. package/dist/cjs/ui/link-picker/index.js +6 -8
  56. package/dist/cjs/ui/link-picker/messages.js +6 -11
  57. package/dist/cjs/ui/link-picker/search-results/index.js +4 -6
  58. package/dist/cjs/ui/link-picker/search-results/link-search-error/index.js +5 -9
  59. package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +5 -8
  60. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/index.js +4 -7
  61. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +2 -3
  62. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/styled.js +1 -2
  63. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/styled.js +2 -4
  64. package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.js +3 -5
  65. package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/styled.js +9 -18
  66. package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +4 -8
  67. package/dist/cjs/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.js +2 -3
  68. package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +2 -3
  69. package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +7 -15
  70. package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/styles.js +6 -11
  71. package/dist/cjs/ui/link-picker/search-results/search-results-container/index.js +2 -3
  72. package/dist/cjs/ui/link-picker/search-results/search-results-container/styled.js +1 -2
  73. package/dist/cjs/ui/link-picker/search-results/styled.js +3 -6
  74. package/dist/cjs/ui/link-picker/styled.js +2 -4
  75. package/dist/cjs/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.js +2 -3
  76. package/dist/cjs/ui/link-picker/text-input/index.js +5 -7
  77. package/dist/cjs/ui/link-picker/text-input/styled.js +2 -4
  78. package/dist/cjs/ui/link-picker/text-input/utils.js +3 -5
  79. package/dist/cjs/ui/link-picker/transformTimeStamp.js +2 -3
  80. package/dist/cjs/ui/link-picker/utils.js +2 -3
  81. package/dist/cjs/ui/loader-fallback/index.js +2 -3
  82. package/dist/cjs/ui/loader-fallback/styled.js +1 -2
  83. package/dist/cjs/ui/messages-provider/index.js +2 -3
  84. package/dist/cjs/ui/messages-provider/lazy-messages-provider/index.js +2 -3
  85. package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +2 -3
  86. package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/use-messages.js +2 -3
  87. package/dist/cjs/ui/styled.js +1 -2
  88. package/dist/es2019/ui/index.js +2 -2
  89. package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +1 -1
  90. package/dist/esm/common/analytics/context.js +2 -2
  91. package/dist/esm/common/analytics/input-field-tracking.js +4 -4
  92. package/dist/esm/ui/error-boundary/index.js +2 -2
  93. package/dist/esm/ui/index.js +2 -2
  94. package/dist/esm/ui/link-picker/index.js +3 -3
  95. package/dist/esm/ui/link-picker/search-results/index.js +1 -1
  96. package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +1 -1
  97. package/dist/esm/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +1 -2
  98. package/dist/esm/ui/link-picker/text-input/index.js +2 -2
  99. package/dist/esm/ui/link-picker/utils.js +1 -1
  100. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,96 +1,102 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41114) [`f8efb1a7ce5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8efb1a7ce5) - Add env var default and fix array iterable for local consumption typechecking
8
+
3
9
  ## 1.30.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - [`1e70dc014bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e70dc014bf) - Adds support for `paddingLeft`, `paddingRight`, `paddingTop` and `paddingBottom` props that enable overriding the internal padding of the link picker.
13
+ - [#39671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39671) [`1e70dc014bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e70dc014bf) - Adds support for `paddingLeft`, `paddingRight`, `paddingTop` and `paddingBottom` props that enable overriding the internal padding of the link picker.
8
14
 
9
15
  ## 1.29.1
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
19
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
14
20
 
15
21
  ## 1.29.0
16
22
 
17
23
  ### Minor Changes
18
24
 
19
- - [`96287a9f42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96287a9f42a) - Adds disableWidth prop to component to allow the link picker to fill the available space (width: 100%)
25
+ - [#36656](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36656) [`96287a9f42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96287a9f42a) - Adds disableWidth prop to component to allow the link picker to fill the available space (width: 100%)
20
26
 
21
27
  ## 1.28.3
22
28
 
23
29
  ### Patch Changes
24
30
 
25
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
31
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
26
32
  - Updated dependencies
27
33
 
28
34
  ## 1.28.2
29
35
 
30
36
  ### Patch Changes
31
37
 
32
- - [`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove redundant aria-label from the input field
38
+ - [#38511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38511) [`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove redundant aria-label from the input field
33
39
 
34
40
  ## 1.28.1
35
41
 
36
42
  ### Patch Changes
37
43
 
38
- - [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
44
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
39
45
 
40
46
  ## 1.28.0
41
47
 
42
48
  ### Minor Changes
43
49
 
44
- - [`db2a42eb771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2a42eb771) - [ux] EDM-7273 Jira create feature discovery
50
+ - [#37347](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37347) [`db2a42eb771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2a42eb771) - [ux] EDM-7273 Jira create feature discovery
45
51
 
46
52
  ## 1.27.2
47
53
 
48
54
  ### Patch Changes
49
55
 
50
- - [`fa3c0d93eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa3c0d93eae) - Improves fixed height display of link picker when 'platform.linking-platform.link-picker.fixed-height-search-results' is enabled.
56
+ - [#36677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36677) [`fa3c0d93eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa3c0d93eae) - Improves fixed height display of link picker when 'platform.linking-platform.link-picker.fixed-height-search-results' is enabled.
51
57
  - Updated dependencies
52
58
 
53
59
  ## 1.27.1
54
60
 
55
61
  ### Patch Changes
56
62
 
57
- - [`3bebfdcc3ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bebfdcc3ae) - [ux] Fix pt-BR messages
63
+ - [#36817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36817) [`3bebfdcc3ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bebfdcc3ae) - [ux] Fix pt-BR messages
58
64
 
59
65
  ## 1.27.0
60
66
 
61
67
  ### Minor Changes
62
68
 
63
- - [`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux] Add title to link picker results
69
+ - [#36671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36671) [`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux] Add title to link picker results
64
70
 
65
71
  ## 1.26.0
66
72
 
67
73
  ### Minor Changes
68
74
 
69
- - [`ae65b485bca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae65b485bca) - [ux] Better minimum height for link picker error and loading state
75
+ - [#36197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36197) [`ae65b485bca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae65b485bca) - [ux] Better minimum height for link picker error and loading state
70
76
 
71
77
  ## 1.25.6
72
78
 
73
79
  ### Patch Changes
74
80
 
75
- - [`21f74cac9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21f74cac9b6) - EDM-6818: Fixes bug where first item of link picker search results appear selected when there is no current selection and a search result is focused. Focus on link picker search results are now on the item that the user clicks/focuses on.
81
+ - [#36147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36147) [`21f74cac9b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21f74cac9b6) - EDM-6818: Fixes bug where first item of link picker search results appear selected when there is no current selection and a search result is focused. Focus on link picker search results are now on the item that the user clicks/focuses on.
76
82
 
77
83
  ## 1.25.5
78
84
 
79
85
  ### Patch Changes
80
86
 
81
- - [`27f7faa992f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f7faa992f) - Minor internal refactor with no expected functional changes.
87
+ - [#36167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36167) [`27f7faa992f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f7faa992f) - Minor internal refactor with no expected functional changes.
82
88
 
83
89
  ## 1.25.4
84
90
 
85
91
  ### Patch Changes
86
92
 
87
- - [`2d56ffa47b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d56ffa47b1) - [ux] Removes the decorative search icon from the URL/search field.
93
+ - [#35979](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35979) [`2d56ffa47b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d56ffa47b1) - [ux] Removes the decorative search icon from the URL/search field.
88
94
 
89
95
  ## 1.25.3
90
96
 
91
97
  ### Patch Changes
92
98
 
93
- - [`ceaa8d259c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceaa8d259c2) - Minor internal refactors with no expected functional changes.
99
+ - [#35951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35951) [`ceaa8d259c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceaa8d259c2) - Minor internal refactors with no expected functional changes.
94
100
 
95
101
  ## 1.25.2
96
102
 
@@ -102,44 +108,44 @@
102
108
 
103
109
  ### Patch Changes
104
110
 
105
- - [`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) - Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
111
+ - [#35741](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35741) [`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) - Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
106
112
 
107
113
  ## 1.25.0
108
114
 
109
115
  ### Minor Changes
110
116
 
111
- - [`bf9689fce97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf9689fce97) - [ux] Modified behaviour to load to all plugins before Link Picker UI is loaded, introduces a isLoading attribute to
117
+ - [#35199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35199) [`bf9689fce97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf9689fce97) - [ux] Modified behaviour to load to all plugins before Link Picker UI is loaded, introduces a isLoading attribute to
112
118
  indicate when a plugins have loaded
113
119
 
114
120
  ## 1.24.1
115
121
 
116
122
  ### Patch Changes
117
123
 
118
- - [`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) - Release translations
124
+ - [#35545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35545) [`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) - Release translations
119
125
 
120
126
  ## 1.24.0
121
127
 
122
128
  ### Minor Changes
123
129
 
124
- - [`5a810cbc8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a810cbc8c7) - Adds internal MessagesProvider behind `platform.linking-platform.link-picker.lazy-intl-messages` feature flag which, when enabled, lazy loads and self-provides messages for the current locale (as defined by a parent `IntlProvider`).
130
+ - [#33781](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33781) [`5a810cbc8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a810cbc8c7) - Adds internal MessagesProvider behind `platform.linking-platform.link-picker.lazy-intl-messages` feature flag which, when enabled, lazy loads and self-provides messages for the current locale (as defined by a parent `IntlProvider`).
125
131
 
126
132
  ## 1.23.2
127
133
 
128
134
  ### Patch Changes
129
135
 
130
- - [`44d226ae268`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44d226ae268) - [ux] This adds support for Confluence Whiteboards in Link Picker search. This also adds a new scope in `@atlassian/search-client`, which contains pages, blogs and whiteboards.
136
+ - [#35058](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35058) [`44d226ae268`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44d226ae268) - [ux] This adds support for Confluence Whiteboards in Link Picker search. This also adds a new scope in `@atlassian/search-client`, which contains pages, blogs and whiteboards.
131
137
 
132
138
  ## 1.23.1
133
139
 
134
140
  ### Patch Changes
135
141
 
136
- - [`1d9bcdf92d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d9bcdf92d8) - EDM-5278: refactor timestamp in link-picker to remove string concatenation, to switch between relative and absolute time with correct display values and add new atlas kit example to test translations for link-picker
142
+ - [#34282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34282) [`1d9bcdf92d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d9bcdf92d8) - EDM-5278: refactor timestamp in link-picker to remove string concatenation, to switch between relative and absolute time with correct display values and add new atlas kit example to test translations for link-picker
137
143
 
138
144
  ## 1.23.0
139
145
 
140
146
  ### Minor Changes
141
147
 
142
- - [`5b744a84924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b744a84924) - [ux] Support for an empty state in LinkPicker, and implementation of empty state for the link-picker-atlassian-plugin
148
+ - [#34189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34189) [`5b744a84924`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b744a84924) - [ux] Support for an empty state in LinkPicker, and implementation of empty state for the link-picker-atlassian-plugin
143
149
 
144
150
  ### Patch Changes
145
151
 
@@ -149,55 +155,55 @@
149
155
 
150
156
  ### Patch Changes
151
157
 
152
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
158
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
153
159
 
154
160
  ## 1.22.1
155
161
 
156
162
  ### Patch Changes
157
163
 
158
- - [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) - Updates analytics codegen to support screen events.
164
+ - [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463) [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) - Updates analytics codegen to support screen events.
159
165
 
160
166
  ## 1.22.0
161
167
 
162
168
  ### Minor Changes
163
169
 
164
- - [`cd623c7a474`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd623c7a474) - [ux] Wrap search input with conditional spotlight target for better onboarding
170
+ - [#34268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34268) [`cd623c7a474`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd623c7a474) - [ux] Wrap search input with conditional spotlight target for better onboarding
165
171
 
166
172
  ## 1.21.0
167
173
 
168
174
  ### Minor Changes
169
175
 
170
- - [`63a3923d4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63a3923d4cd) - Fix tab attribute analytics to display correct product on initial load
176
+ - [#33811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33811) [`63a3923d4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63a3923d4cd) - Fix tab attribute analytics to display correct product on initial load
171
177
 
172
178
  ## 1.20.3
173
179
 
174
180
  ### Patch Changes
175
181
 
176
- - [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
182
+ - [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689) [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
177
183
 
178
184
  ## 1.20.2
179
185
 
180
186
  ### Patch Changes
181
187
 
182
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
188
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
183
189
 
184
190
  ## 1.20.1
185
191
 
186
192
  ### Patch Changes
187
193
 
188
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
194
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
189
195
 
190
196
  ## 1.20.0
191
197
 
192
198
  ### Minor Changes
193
199
 
194
- - [`4bf861f02cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf861f02cc) - Callback label now supports a string
200
+ - [#33210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33210) [`4bf861f02cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf861f02cc) - Callback label now supports a string
195
201
 
196
202
  ## 1.19.0
197
203
 
198
204
  ### Minor Changes
199
205
 
200
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
206
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
201
207
 
202
208
  ### Patch Changes
203
209
 
@@ -207,51 +213,51 @@
207
213
 
208
214
  ### Patch Changes
209
215
 
210
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
216
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
211
217
  - Updated dependencies
212
218
 
213
219
  ## 1.18.3
214
220
 
215
221
  ### Patch Changes
216
222
 
217
- - [`ee4573b4721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee4573b4721) - [ux] Handle keyboard navigation as a listbox
223
+ - [#30834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30834) [`ee4573b4721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee4573b4721) - [ux] Handle keyboard navigation as a listbox
218
224
  Updates focus style of link picker listbox
219
225
 
220
226
  ## 1.18.2
221
227
 
222
228
  ### Patch Changes
223
229
 
224
- - [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
230
+ - [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311) [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
225
231
 
226
232
  ## 1.18.1
227
233
 
228
234
  ### Patch Changes
229
235
 
230
- - [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
236
+ - [#32170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32170) [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
231
237
 
232
238
  ## 1.18.0
233
239
 
234
240
  ### Minor Changes
235
241
 
236
- - [`d7af47bbf65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7af47bbf65) - [ux] Adds new action button and updates the style of current cancel button
242
+ - [#30977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30977) [`d7af47bbf65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7af47bbf65) - [ux] Adds new action button and updates the style of current cancel button
237
243
 
238
244
  ## 1.17.0
239
245
 
240
246
  ### Minor Changes
241
247
 
242
- - [`204e2a97119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/204e2a97119) - Defines new LinkPickerPluginAction and new LinkInputType for Create
248
+ - [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674) [`204e2a97119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/204e2a97119) - Defines new LinkPickerPluginAction and new LinkInputType for Create
243
249
 
244
250
  ## 1.16.16
245
251
 
246
252
  ### Patch Changes
247
253
 
248
- - [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
254
+ - [#30583](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30583) [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
249
255
 
250
256
  ## 1.16.15
251
257
 
252
258
  ### Patch Changes
253
259
 
254
- - [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
260
+ - [#30237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30237) [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
255
261
 
256
262
  ## 1.16.14
257
263
 
@@ -269,13 +275,13 @@
269
275
 
270
276
  ### Patch Changes
271
277
 
272
- - [`9d9ee3fbc84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d9ee3fbc84) - EDM-5557 Reduce min height of link-picker
278
+ - [#29330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29330) [`9d9ee3fbc84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d9ee3fbc84) - EDM-5557 Reduce min height of link-picker
273
279
 
274
280
  ## 1.16.11
275
281
 
276
282
  ### Patch Changes
277
283
 
278
- - [`08de765c04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08de765c04b) - Moves dependency of user agent detection code to `@atlaskit/linking-common/user-agent`
284
+ - [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067) [`08de765c04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08de765c04b) - Moves dependency of user agent detection code to `@atlaskit/linking-common/user-agent`
279
285
  - Updated dependencies
280
286
 
281
287
  ## 1.16.10
@@ -288,33 +294,33 @@
288
294
 
289
295
  ### Patch Changes
290
296
 
291
- - [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
297
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
292
298
 
293
299
  ## 1.16.8
294
300
 
295
301
  ### Patch Changes
296
302
 
297
- - [`5441fa9235d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5441fa9235d) - [ux] XPC3P-106 Fix recents not showing when switching tabs in new link picker
303
+ - [#28294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28294) [`5441fa9235d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5441fa9235d) - [ux] XPC3P-106 Fix recents not showing when switching tabs in new link picker
298
304
  - Updated dependencies
299
305
 
300
306
  ## 1.16.7
301
307
 
302
308
  ### Patch Changes
303
309
 
304
- - [`10410539ac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10410539ac9) - Url utils added (normalizeURL and isSafeUrl). Available to export
310
+ - [#28362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28362) [`10410539ac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10410539ac9) - Url utils added (normalizeURL and isSafeUrl). Available to export
305
311
  - Updated dependencies
306
312
 
307
313
  ## 1.16.6
308
314
 
309
315
  ### Patch Changes
310
316
 
311
- - [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
317
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
312
318
 
313
319
  ## 1.16.5
314
320
 
315
321
  ### Patch Changes
316
322
 
317
- - [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) - DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
323
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) - DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
318
324
 
319
325
  ## 1.16.4
320
326
 
@@ -332,43 +338,43 @@
332
338
 
333
339
  ### Patch Changes
334
340
 
335
- - [`998a9316ce3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/998a9316ce3) - EDM-4959 update scrolling tabs to remain still for link picker when tabs are changed as a fix for a flakey vr test
341
+ - [#27972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27972) [`998a9316ce3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/998a9316ce3) - EDM-4959 update scrolling tabs to remain still for link picker when tabs are changed as a fix for a flakey vr test
336
342
 
337
343
  ## 1.16.1
338
344
 
339
345
  ### Patch Changes
340
346
 
341
- - [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
347
+ - [#28114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28114) [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
342
348
 
343
349
  ## 1.16.0
344
350
 
345
351
  ### Minor Changes
346
352
 
347
- - [`e409fa726a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e409fa726a9) - [ux] Disable the insert button when Link picker shows an error and hide buttons when user is unauthenticated to the active 3P tab
353
+ - [#27732](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27732) [`e409fa726a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e409fa726a9) - [ux] Disable the insert button when Link picker shows an error and hide buttons when user is unauthenticated to the active 3P tab
348
354
 
349
355
  ## 1.15.1
350
356
 
351
357
  ### Patch Changes
352
358
 
353
- - [`4a83c28f27b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a83c28f27b) - Add support for inline SVGs in ListItem by converting them to Base64 images
359
+ - [#27835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27835) [`4a83c28f27b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a83c28f27b) - Add support for inline SVGs in ListItem by converting them to Base64 images
354
360
 
355
361
  ## 1.15.0
356
362
 
357
363
  ### Minor Changes
358
364
 
359
- - [`b7ace618362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7ace618362) - [ux] EDM-3578: adding a prop hideDisplayText for link picker to allow support that stops rendering of the display text field in link picker if prop is set to true.
365
+ - [#27624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27624) [`b7ace618362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7ace618362) - [ux] EDM-3578: adding a prop hideDisplayText for link picker to allow support that stops rendering of the display text field in link picker if prop is set to true.
360
366
 
361
367
  ## 1.14.0
362
368
 
363
369
  ### Minor Changes
364
370
 
365
- - [`3cbd9b63e96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbd9b63e96) - [ux] Added search for 1P tabs
371
+ - [#26943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26943) [`3cbd9b63e96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbd9b63e96) - [ux] Added search for 1P tabs
366
372
 
367
373
  ## 1.13.3
368
374
 
369
375
  ### Patch Changes
370
376
 
371
- - [`b4ed4bb728b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4ed4bb728b) - EDM-4923: link picker display text label has been changed from Link description to Link display text
377
+ - [#27298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27298) [`b4ed4bb728b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4ed4bb728b) - EDM-4923: link picker display text label has been changed from Link description to Link display text
372
378
 
373
379
  ## 1.13.2
374
380
 
@@ -380,31 +386,31 @@
380
386
 
381
387
  ### Patch Changes
382
388
 
383
- - [`2933e4ddeb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2933e4ddeb0) - Add searchResults shown analytic event for pre-query and post-query results
389
+ - [#26522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26522) [`2933e4ddeb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2933e4ddeb0) - Add searchResults shown analytic event for pre-query and post-query results
384
390
 
385
391
  ## 1.13.0
386
392
 
387
393
  ### Minor Changes
388
394
 
389
- - [`91bd9e3193c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91bd9e3193c) - add experimental support for UNSAFE_onActivation call for plugins
395
+ - [#26718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26718) [`91bd9e3193c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91bd9e3193c) - add experimental support for UNSAFE_onActivation call for plugins
390
396
 
391
397
  ## 1.12.0
392
398
 
393
399
  ### Minor Changes
394
400
 
395
- - [`2ecb5e8a6d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ecb5e8a6d9) - [ux] introduce horizontal scrolling tabs
401
+ - [#25323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25323) [`2ecb5e8a6d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ecb5e8a6d9) - [ux] introduce horizontal scrolling tabs
396
402
 
397
403
  ## 1.11.2
398
404
 
399
405
  ### Patch Changes
400
406
 
401
- - [`841110b3cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/841110b3cf0) - Adds tab attribute to analytics context
407
+ - [#26281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26281) [`841110b3cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/841110b3cf0) - Adds tab attribute to analytics context
402
408
 
403
409
  ## 1.11.1
404
410
 
405
411
  ### Patch Changes
406
412
 
407
- - [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
413
+ - [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341) [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
408
414
 
409
415
  - react-loosely-lazy
410
416
 
@@ -412,7 +418,7 @@
412
418
 
413
419
  ### Minor Changes
414
420
 
415
- - [`2cbf4131640`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cbf4131640) - Make LinkPicker to accept a custom root component
421
+ - [#25319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25319) [`2cbf4131640`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cbf4131640) - Make LinkPicker to accept a custom root component
416
422
  And now we offer a new useLinkPickerEditorProps hook
417
423
  useForgeSearchProviders hook will now get client from SmartCardContext
418
424
 
@@ -420,290 +426,290 @@
420
426
 
421
427
  ### Patch Changes
422
428
 
423
- - [`a3358adb9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3358adb9f1) - Basic UFO Instrumentation for LinkPicker
429
+ - [#25117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25117) [`a3358adb9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3358adb9f1) - Basic UFO Instrumentation for LinkPicker
424
430
 
425
431
  ## 1.10.3
426
432
 
427
433
  ### Patch Changes
428
434
 
429
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
435
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
430
436
 
431
437
  ## 1.10.2
432
438
 
433
439
  ### Patch Changes
434
440
 
435
- - [`8a538989c8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a538989c8d) - [ux] Updated label and Placeholder messages
441
+ - [#25059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25059) [`8a538989c8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a538989c8d) - [ux] Updated label and Placeholder messages
436
442
 
437
443
  ## 1.10.1
438
444
 
439
445
  ### Patch Changes
440
446
 
441
- - [`df6de875d71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6de875d71) - Adds operational logging for plugin resolve failures.
447
+ - [#25103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25103) [`df6de875d71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6de875d71) - Adds operational logging for plugin resolve failures.
442
448
 
443
449
  ## 1.10.0
444
450
 
445
451
  ### Minor Changes
446
452
 
447
- - [`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds support for plugins providing metadata about resolved links.
453
+ - [#25115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25115) [`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds support for plugins providing metadata about resolved links.
448
454
 
449
455
  ## 1.9.4
450
456
 
451
457
  ### Patch Changes
452
458
 
453
- - [`81ac9ce10ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ac9ce10ff) - Update error boundary implementation to replace analytic instrumentation for uncaught errors.
459
+ - [#25101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25101) [`81ac9ce10ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ac9ce10ff) - Update error boundary implementation to replace analytic instrumentation for uncaught errors.
454
460
 
455
461
  ## 1.9.3
456
462
 
457
463
  ### Patch Changes
458
464
 
459
- - [`e3f8fb1f348`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f8fb1f348) - Adds tracking of how the input fields are populated ie paste vs manual vs search.
465
+ - [#24851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24851) [`e3f8fb1f348`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f8fb1f348) - Adds tracking of how the input fields are populated ie paste vs manual vs search.
460
466
 
461
467
  ## 1.9.2
462
468
 
463
469
  ### Patch Changes
464
470
 
465
- - [`c37f08a275a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c37f08a275a) - Fix onClick event bubbling on text field clear button activation.
471
+ - [#25082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25082) [`c37f08a275a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c37f08a275a) - Fix onClick event bubbling on text field clear button activation.
466
472
 
467
473
  ## 1.9.1
468
474
 
469
475
  ### Patch Changes
470
476
 
471
- - [`548071512ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/548071512ad) - [ux] Add truncating logic to metadata to be constrained to one line
477
+ - [#25018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25018) [`548071512ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/548071512ad) - [ux] Add truncating logic to metadata to be constrained to one line
472
478
 
473
479
  ## 1.9.0
474
480
 
475
481
  ### Minor Changes
476
482
 
477
- - [`26ca68a3993`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ca68a3993) - Add support for the onSubmit handler prop to receive a second argument, being a clone of the form submitted analytic event
483
+ - [#24791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24791) [`26ca68a3993`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ca68a3993) - Add support for the onSubmit handler prop to receive a second argument, being a clone of the form submitted analytic event
478
484
 
479
485
  ## 1.8.5
480
486
 
481
487
  ### Patch Changes
482
488
 
483
- - [`47c9a0a3331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c9a0a3331) - Improves spacing and reduced jitter of height when loading items.
489
+ - [#24725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24725) [`47c9a0a3331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c9a0a3331) - Improves spacing and reduced jitter of height when loading items.
484
490
 
485
491
  ## 1.8.4
486
492
 
487
493
  ### Patch Changes
488
494
 
489
- - [`e94f9f982b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e94f9f982b4) - Fixes link picker attempting to dispatch updates after being unmounted.
495
+ - [#24595](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24595) [`e94f9f982b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e94f9f982b4) - Fixes link picker attempting to dispatch updates after being unmounted.
490
496
 
491
497
  ## 1.8.3
492
498
 
493
499
  ### Patch Changes
494
500
 
495
- - [`7e07778ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e07778ec20) - Add linkState attribute to link picker analytics context
501
+ - [#24319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24319) [`7e07778ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e07778ec20) - Add linkState attribute to link picker analytics context
496
502
 
497
503
  ## 1.8.2
498
504
 
499
505
  ### Patch Changes
500
506
 
501
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
507
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
502
508
 
503
509
  ## 1.8.1
504
510
 
505
511
  ### Patch Changes
506
512
 
507
- - [`afd2368145a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd2368145a) - Added link picker mount/unmount analytic events
513
+ - [#24310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24310) [`afd2368145a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd2368145a) - Added link picker mount/unmount analytic events
508
514
 
509
515
  ## 1.8.0
510
516
 
511
517
  ### Minor Changes
512
518
 
513
- - [`89fffde2a59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fffde2a59) - Wrap link picker in native form element
519
+ - [#24245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24245) [`89fffde2a59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fffde2a59) - Wrap link picker in native form element
514
520
 
515
521
  ## 1.7.1
516
522
 
517
523
  ### Patch Changes
518
524
 
519
- - [`e900714203d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e900714203d) - Add "form submitted" analytics event.
525
+ - [#24242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24242) [`e900714203d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e900714203d) - Add "form submitted" analytics event.
520
526
 
521
527
  ## 1.7.0
522
528
 
523
529
  ### Minor Changes
524
530
 
525
- - [`d0feee9b4ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0feee9b4ad) - [ux] Add a UI error message to display when the link picker plugin resolve throws an error
531
+ - [#23812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23812) [`d0feee9b4ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0feee9b4ad) - [ux] Add a UI error message to display when the link picker plugin resolve throws an error
526
532
 
527
533
  ## 1.6.1
528
534
 
529
535
  ### Patch Changes
530
536
 
531
- - [`e3f36b94557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f36b94557) - Inlines svg assets directly into the UI
537
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`e3f36b94557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f36b94557) - Inlines svg assets directly into the UI
532
538
 
533
539
  ## 1.6.0
534
540
 
535
541
  ### Minor Changes
536
542
 
537
- - [`c9c0a119587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9c0a119587) - [ux] EDM-3881: add onContentRezise prop to allow callbacks after contents changed in items, plugin, tabs, etc.
543
+ - [#23712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23712) [`c9c0a119587`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9c0a119587) - [ux] EDM-3881: add onContentRezise prop to allow callbacks after contents changed in items, plugin, tabs, etc.
538
544
 
539
545
  ## 1.5.1
540
546
 
541
547
  ### Patch Changes
542
548
 
543
- - [`99dba1b6364`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99dba1b6364) - [ux] Fix the tab margin in Link Picker
549
+ - [#23753](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23753) [`99dba1b6364`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99dba1b6364) - [ux] Fix the tab margin in Link Picker
544
550
 
545
551
  ## 1.5.0
546
552
 
547
553
  ### Minor Changes
548
554
 
549
- - [`e54051625bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54051625bc) - Convert Link Picker from class component to functional component to comply with tangerine guidelines.
555
+ - [#23410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23410) [`e54051625bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54051625bc) - Convert Link Picker from class component to functional component to comply with tangerine guidelines.
550
556
  https://tangerine.staging.atl-paas.net/guides/components-and-hooks-patterns/prefer-functional-components-over-classes/
551
557
 
552
558
  ## 1.4.1
553
559
 
554
560
  ### Patch Changes
555
561
 
556
- - [`140453ba9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140453ba9f6) - [ux] Move tabs to be below input fields
562
+ - [#23715](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23715) [`140453ba9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140453ba9f6) - [ux] Move tabs to be below input fields
557
563
 
558
564
  ## 1.4.0
559
565
 
560
566
  ### Minor Changes
561
567
 
562
- - [`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux] Adds in TAB UI support for Link Picker
568
+ - [#23444](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23444) [`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux] Adds in TAB UI support for Link Picker
563
569
 
564
570
  ## 1.3.0
565
571
 
566
572
  ### Minor Changes
567
573
 
568
- - [`0ddad39a369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ddad39a369) - [ux] Lazy load the link-picker instead. The lazily loaded picker is now the default that's exported
574
+ - [#23186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23186) [`0ddad39a369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ddad39a369) - [ux] Lazy load the link-picker instead. The lazily loaded picker is now the default that's exported
569
575
 
570
576
  ## 1.2.1
571
577
 
572
578
  ### Patch Changes
573
579
 
574
- - [`d17b35d4c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d17b35d4c20) - Display validation message when submitting empty input
580
+ - [#23253](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23253) [`d17b35d4c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d17b35d4c20) - Display validation message when submitting empty input
575
581
 
576
582
  ## 1.2.0
577
583
 
578
584
  ### Minor Changes
579
585
 
580
- - [`21b0c90e0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21b0c90e0d4) - Adds error boundary around the link picker to track errors and display an error message.
586
+ - [#22946](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22946) [`21b0c90e0d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21b0c90e0d4) - Adds error boundary around the link picker to track errors and display an error message.
581
587
 
582
588
  ## 1.1.4
583
589
 
584
590
  ### Patch Changes
585
591
 
586
- - [`97cfed0aa0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97cfed0aa0d) - Add tests around how the link picker handles editing links
592
+ - [#22965](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22965) [`97cfed0aa0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97cfed0aa0d) - Add tests around how the link picker handles editing links
587
593
 
588
594
  ## 1.1.3
589
595
 
590
596
  ### Patch Changes
591
597
 
592
- - [`22e6401bf78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e6401bf78) - Inlines svg assets directly into the UI
598
+ - [#23277](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23277) [`22e6401bf78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e6401bf78) - Inlines svg assets directly into the UI
593
599
 
594
600
  ## 1.1.2
595
601
 
596
602
  ### Patch Changes
597
603
 
598
- - [`28f54174eaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f54174eaf) - Removes example-helpers from built distribution. Fixes missing /dist from previous patch.
604
+ - [#23149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23149) [`28f54174eaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f54174eaf) - Removes example-helpers from built distribution. Fixes missing /dist from previous patch.
599
605
 
600
606
  ## 1.1.1
601
607
 
602
608
  ### Patch Changes
603
609
 
604
- - [`780484d9518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780484d9518) - Fixes missing svg asset for no search results in version 1.1.0.
610
+ - [#23111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23111) [`780484d9518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780484d9518) - Fixes missing svg asset for no search results in version 1.1.0.
605
611
 
606
612
  ## 1.1.0
607
613
 
608
614
  ### Minor Changes
609
615
 
610
- - [`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds search error message
616
+ - [#22914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22914) [`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds search error message
611
617
 
612
618
  ## 1.0.0
613
619
 
614
620
  ### Major Changes
615
621
 
616
- - [`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) - Initial major version release
622
+ - [#22685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22685) [`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) - Initial major version release
617
623
 
618
624
  ## 0.11.0
619
625
 
620
626
  ### Minor Changes
621
627
 
622
- - [`a2286b0746a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2286b0746a) - Added support for link picker plugins to resolve using a promise
628
+ - [#22793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22793) [`a2286b0746a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2286b0746a) - Added support for link picker plugins to resolve using a promise
623
629
 
624
630
  ## 0.10.0
625
631
 
626
632
  ### Minor Changes
627
633
 
628
- - [`dbc82a03866`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc82a03866) - Removed styled-components as a peer dependency in favor of @emotion/react
634
+ - [#22633](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22633) [`dbc82a03866`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc82a03866) - Removed styled-components as a peer dependency in favor of @emotion/react
629
635
 
630
636
  ## 0.9.0
631
637
 
632
638
  ### Minor Changes
633
639
 
634
- - [`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove required container param
640
+ - [#22630](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22630) [`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove required container param
635
641
 
636
642
  ## 0.8.1
637
643
 
638
644
  ### Patch Changes
639
645
 
640
- - [`eef8c2da75b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eef8c2da75b) - [ux] Remove link-picker background color as it conflicts with floatingToobar borders
646
+ - [#22528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22528) [`eef8c2da75b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eef8c2da75b) - [ux] Remove link-picker background color as it conflicts with floatingToobar borders
641
647
 
642
648
  ## 0.8.0
643
649
 
644
650
  ### Minor Changes
645
651
 
646
- - [`1e371fd8d23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e371fd8d23) - Updates link picker to support array of plugins. Removes intl prop from LinkPickerProps type.
652
+ - [#22336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22336) [`1e371fd8d23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e371fd8d23) - Updates link picker to support array of plugins. Removes intl prop from LinkPickerProps type.
647
653
 
648
654
  ## 0.7.0
649
655
 
650
656
  ### Minor Changes
651
657
 
652
- - [`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) - Convert to @atlaskit scope
658
+ - [#21991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21991) [`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) - Convert to @atlaskit scope
653
659
 
654
660
  ## 0.6.2
655
661
 
656
662
  ### Patch Changes
657
663
 
658
- - [`3fb9dbd9f4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb9dbd9f4e) - [ux] Add buttons at the bottom of the form
664
+ - [#22155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22155) [`3fb9dbd9f4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb9dbd9f4e) - [ux] Add buttons at the bottom of the form
659
665
 
660
666
  ## 0.6.1
661
667
 
662
668
  ### Patch Changes
663
669
 
664
- - [`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) - Updated vr snapshots
670
+ - [#22215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22215) [`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) - Updated vr snapshots
665
671
 
666
672
  ## 0.6.0
667
673
 
668
674
  ### Minor Changes
669
675
 
670
- - [`91f2d091cfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91f2d091cfd) - Change link picker props and onSubmit API to better reflect intended usage and make breaking changes less likely.
676
+ - [#21604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21604) [`91f2d091cfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91f2d091cfd) - Change link picker props and onSubmit API to better reflect intended usage and make breaking changes less likely.
671
677
 
672
678
  ## 0.5.3
673
679
 
674
680
  ### Patch Changes
675
681
 
676
- - [`3ef09836c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef09836c04) - [ux] Validates links within search text are not inserted
682
+ - [#21673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21673) [`3ef09836c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef09836c04) - [ux] Validates links within search text are not inserted
677
683
 
678
684
  ## 0.5.2
679
685
 
680
686
  ### Patch Changes
681
687
 
682
- - [`c1f3d82b994`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1f3d82b994) - Update to use the new V3 recents API in the Atlassian plugin
688
+ - [#22019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22019) [`c1f3d82b994`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1f3d82b994) - Update to use the new V3 recents API in the Atlassian plugin
683
689
 
684
690
  ## 0.5.1
685
691
 
686
692
  ### Patch Changes
687
693
 
688
- - [`d90f1f42589`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d90f1f42589) - [ux] Shows subtitle with recently viewed if there’s no search text and results otherwise
694
+ - [#22007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22007) [`d90f1f42589`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d90f1f42589) - [ux] Shows subtitle with recently viewed if there’s no search text and results otherwise
689
695
 
690
696
  ## 0.5.0
691
697
 
692
698
  ### Minor Changes
693
699
 
694
- - [`7abf8824fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7abf8824fec) - Migrate link picker atlassian plugin from picker package.
700
+ - [#21956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21956) [`7abf8824fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7abf8824fec) - Migrate link picker atlassian plugin from picker package.
695
701
 
696
702
  ## 0.4.0
697
703
 
698
704
  ### Minor Changes
699
705
 
700
- - [`c926a95160b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c926a95160b) - Removes onEscape prop from the link picker.
706
+ - [#21659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21659) [`c926a95160b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c926a95160b) - Removes onEscape prop from the link picker.
701
707
 
702
708
  ## 0.3.2
703
709
 
704
710
  ### Patch Changes
705
711
 
706
- - [`08195fc6e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08195fc6e43) - [ux] Add field validation error message to link input field
712
+ - [#21603](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21603) [`08195fc6e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08195fc6e43) - [ux] Add field validation error message to link input field
707
713
 
708
714
  ## 0.3.1
709
715
 
@@ -715,49 +721,49 @@
715
721
 
716
722
  ### Minor Changes
717
723
 
718
- - [`3b3a7800978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b3a7800978) - Export picker state and list item data types from picker package.
724
+ - [#21515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21515) [`3b3a7800978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b3a7800978) - Export picker state and list item data types from picker package.
719
725
 
720
726
  ## 0.2.4
721
727
 
722
728
  ### Patch Changes
723
729
 
724
- - [`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) - Increase test coverage
730
+ - [#21475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21475) [`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) - Increase test coverage
725
731
 
726
732
  ## 0.2.3
727
733
 
728
734
  ### Patch Changes
729
735
 
730
- - [`6f3a1f588e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3a1f588e1) - Rewrites LinkSearchListItem as FC & Adds new Active state to support arrow navigation and Selected style
736
+ - [#21284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21284) [`6f3a1f588e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3a1f588e1) - Rewrites LinkSearchListItem as FC & Adds new Active state to support arrow navigation and Selected style
731
737
 
732
738
  ## 0.2.2
733
739
 
734
740
  ### Patch Changes
735
741
 
736
- - [`9598e13788a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9598e13788a) - [ux] Update token usage for better contrast
742
+ - [#20608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20608) [`9598e13788a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9598e13788a) - [ux] Update token usage for better contrast
737
743
 
738
744
  ## 0.2.1
739
745
 
740
746
  ### Patch Changes
741
747
 
742
- - [`7fa34f27a1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fa34f27a1f) - Displays a search icon inside link-picker search input when there is an active Plugin
748
+ - [#21212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21212) [`7fa34f27a1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fa34f27a1f) - Displays a search icon inside link-picker search input when there is an active Plugin
743
749
 
744
750
  ## 0.2.0
745
751
 
746
752
  ### Minor Changes
747
753
 
748
- - [`1cb59c97d35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cb59c97d35) - Adds AtlassianLinkPicker plugin and changes LinkPicker API to use plugins
754
+ - [#20290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20290) [`1cb59c97d35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cb59c97d35) - Adds AtlassianLinkPicker plugin and changes LinkPicker API to use plugins
749
755
 
750
756
  ## 0.1.1
751
757
 
752
758
  ### Patch Changes
753
759
 
754
- - [`df6e3bdd55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6e3bdd55f) - EDM-3088/Rewrite PanelTextInput as functional component and take advante of Atlaskit Textfield out-of-the-box features
760
+ - [#20841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20841) [`df6e3bdd55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6e3bdd55f) - EDM-3088/Rewrite PanelTextInput as functional component and take advante of Atlaskit Textfield out-of-the-box features
755
761
 
756
762
  ## 0.1.0
757
763
 
758
764
  ### Minor Changes
759
765
 
760
- - [`cb5997ed7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5997ed7af) - [ux] EDM-2977/change UI for link and title input fields
766
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb5997ed7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5997ed7af) - [ux] EDM-2977/change UI for link and title input fields
761
767
 
762
768
  ## 0.0.6
763
769
 
@@ -782,13 +788,13 @@
782
788
 
783
789
  ### Patch Changes
784
790
 
785
- - [`7f49f72e074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49f72e074) - copy existing editor component into @atlassian/link-picker
791
+ - [#19390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19390) [`7f49f72e074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49f72e074) - copy existing editor component into @atlassian/link-picker
786
792
  - Updated dependencies
787
793
 
788
794
  ## 0.0.2
789
795
 
790
796
  ### Patch Changes
791
797
 
792
- - [`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create @atlaskit/link-picker
798
+ - [#19335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19335) [`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create @atlaskit/link-picker
793
799
 
794
800
  ## 0.0.0