@atlaskit/link-picker 1.29.1 → 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.
- package/.eslintrc.js +1 -1
- package/CHANGELOG.md +128 -116
- package/dist/cjs/common/analytics/context.js +3 -4
- package/dist/cjs/common/analytics/experiences.js +6 -11
- package/dist/cjs/common/analytics/input-field-tracking.js +6 -7
- package/dist/cjs/common/constants.js +5 -10
- package/dist/cjs/common/generic-error-svg/index.js +2 -3
- package/dist/cjs/common/generic-error-svg/styled.js +1 -2
- package/dist/cjs/common/ui/min-height-container/index.js +2 -3
- package/dist/cjs/common/ui/min-height-container/styled.js +1 -2
- package/dist/cjs/common/utils/analytics/analytics.codegen.js +1 -2
- package/dist/cjs/common/utils/dateUtils.js +2 -3
- package/dist/cjs/common/utils/errors.js +2 -3
- package/dist/cjs/common/utils/handleNavKeyDown.js +2 -3
- package/dist/cjs/controllers/session-provider/index.js +5 -9
- package/dist/cjs/controllers/use-fix-height/index.js +2 -3
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/index.js +3 -2
- package/dist/cjs/services/use-plugins/reducer.js +7 -13
- package/dist/cjs/services/use-plugins/utils.js +4 -7
- package/dist/cjs/ui/error-boundary/error-boundary-base/index.js +2 -3
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/index.js +2 -3
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/styled.js +1 -2
- package/dist/cjs/ui/error-boundary/index.js +2 -2
- package/dist/cjs/ui/index.js +11 -9
- package/dist/cjs/ui/link-picker/announcer.js +2 -3
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/index.js +1 -2
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +1 -2
- package/dist/cjs/ui/link-picker/form-footer/index.js +3 -5
- package/dist/cjs/ui/link-picker/form-footer/styled.js +2 -4
- package/dist/cjs/ui/link-picker/form-footer/utils.js +2 -3
- package/dist/cjs/ui/link-picker/index.js +6 -8
- package/dist/cjs/ui/link-picker/messages.js +6 -11
- package/dist/cjs/ui/link-picker/search-results/index.js +4 -6
- package/dist/cjs/ui/link-picker/search-results/link-search-error/index.js +5 -9
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +5 -8
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/index.js +4 -7
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +2 -3
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/styled.js +1 -2
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/styled.js +2 -4
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.js +3 -5
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/styled.js +10 -19
- package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +4 -8
- package/dist/cjs/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.js +2 -3
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +2 -3
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +7 -15
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/styles.js +6 -11
- package/dist/cjs/ui/link-picker/search-results/search-results-container/index.js +2 -3
- package/dist/cjs/ui/link-picker/search-results/search-results-container/styled.js +1 -2
- package/dist/cjs/ui/link-picker/search-results/styled.js +3 -6
- package/dist/cjs/ui/link-picker/styled.js +2 -7
- package/dist/cjs/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.js +2 -3
- package/dist/cjs/ui/link-picker/text-input/index.js +5 -7
- package/dist/cjs/ui/link-picker/text-input/styled.js +7 -4
- package/dist/cjs/ui/link-picker/text-input/utils.js +3 -5
- package/dist/cjs/ui/link-picker/transformTimeStamp.js +2 -3
- package/dist/cjs/ui/link-picker/utils.js +2 -3
- package/dist/cjs/ui/loader-fallback/index.js +2 -3
- package/dist/cjs/ui/loader-fallback/styled.js +1 -2
- package/dist/cjs/ui/messages-provider/index.js +2 -3
- package/dist/cjs/ui/messages-provider/lazy-messages-provider/index.js +2 -3
- package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +2 -3
- package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/use-messages.js +2 -3
- package/dist/cjs/ui/styled.js +1 -2
- package/dist/es2019/index.js +1 -1
- package/dist/es2019/ui/index.js +14 -5
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/styled.js +12 -1
- package/dist/es2019/ui/link-picker/search-results/link-search-list/styled.js +4 -1
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +1 -1
- package/dist/es2019/ui/link-picker/styled.js +4 -5
- package/dist/es2019/ui/link-picker/text-input/styled.js +8 -0
- package/dist/esm/common/analytics/context.js +2 -2
- package/dist/esm/common/analytics/input-field-tracking.js +4 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/ui/error-boundary/index.js +2 -2
- package/dist/esm/ui/index.js +10 -5
- package/dist/esm/ui/link-picker/index.js +3 -3
- package/dist/esm/ui/link-picker/search-results/index.js +1 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +1 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/styled.js +1 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/styled.js +1 -1
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +1 -2
- package/dist/esm/ui/link-picker/styled.js +1 -4
- package/dist/esm/ui/link-picker/text-input/index.js +2 -2
- package/dist/esm/ui/link-picker/text-input/styled.js +6 -1
- package/dist/esm/ui/link-picker/utils.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/ui/index.d.ts +2 -1
- package/dist/types/ui/link-picker/index.d.ts +12 -4
- package/dist/types/ui/link-picker/styled.d.ts +0 -3
- package/dist/types/ui/link-picker/text-input/styled.d.ts +4 -0
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/index.d.ts +2 -1
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +12 -4
- package/dist/types-ts4.5/ui/link-picker/styled.d.ts +0 -3
- package/dist/types-ts4.5/ui/link-picker/text-input/styled.d.ts +4 -0
- package/package.json +7 -7
- package/report.api.md +4 -0
- package/tmp/api-report-tmp.d.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,90 +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
|
+
|
|
9
|
+
## 1.30.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
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.
|
|
14
|
+
|
|
3
15
|
## 1.29.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`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.
|
|
8
20
|
|
|
9
21
|
## 1.29.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
- [`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%)
|
|
14
26
|
|
|
15
27
|
## 1.28.3
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`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
|
|
20
32
|
- Updated dependencies
|
|
21
33
|
|
|
22
34
|
## 1.28.2
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`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
|
|
27
39
|
|
|
28
40
|
## 1.28.1
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`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
|
|
33
45
|
|
|
34
46
|
## 1.28.0
|
|
35
47
|
|
|
36
48
|
### Minor Changes
|
|
37
49
|
|
|
38
|
-
- [`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
|
|
39
51
|
|
|
40
52
|
## 1.27.2
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`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.
|
|
45
57
|
- Updated dependencies
|
|
46
58
|
|
|
47
59
|
## 1.27.1
|
|
48
60
|
|
|
49
61
|
### Patch Changes
|
|
50
62
|
|
|
51
|
-
- [`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
|
|
52
64
|
|
|
53
65
|
## 1.27.0
|
|
54
66
|
|
|
55
67
|
### Minor Changes
|
|
56
68
|
|
|
57
|
-
- [`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
|
|
58
70
|
|
|
59
71
|
## 1.26.0
|
|
60
72
|
|
|
61
73
|
### Minor Changes
|
|
62
74
|
|
|
63
|
-
- [`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
|
|
64
76
|
|
|
65
77
|
## 1.25.6
|
|
66
78
|
|
|
67
79
|
### Patch Changes
|
|
68
80
|
|
|
69
|
-
- [`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.
|
|
70
82
|
|
|
71
83
|
## 1.25.5
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
75
|
-
- [`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.
|
|
76
88
|
|
|
77
89
|
## 1.25.4
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
- [`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.
|
|
82
94
|
|
|
83
95
|
## 1.25.3
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
- [`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.
|
|
88
100
|
|
|
89
101
|
## 1.25.2
|
|
90
102
|
|
|
@@ -96,44 +108,44 @@
|
|
|
96
108
|
|
|
97
109
|
### Patch Changes
|
|
98
110
|
|
|
99
|
-
- [`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'.
|
|
100
112
|
|
|
101
113
|
## 1.25.0
|
|
102
114
|
|
|
103
115
|
### Minor Changes
|
|
104
116
|
|
|
105
|
-
- [`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
|
|
106
118
|
indicate when a plugins have loaded
|
|
107
119
|
|
|
108
120
|
## 1.24.1
|
|
109
121
|
|
|
110
122
|
### Patch Changes
|
|
111
123
|
|
|
112
|
-
- [`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
|
|
113
125
|
|
|
114
126
|
## 1.24.0
|
|
115
127
|
|
|
116
128
|
### Minor Changes
|
|
117
129
|
|
|
118
|
-
- [`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`).
|
|
119
131
|
|
|
120
132
|
## 1.23.2
|
|
121
133
|
|
|
122
134
|
### Patch Changes
|
|
123
135
|
|
|
124
|
-
- [`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.
|
|
125
137
|
|
|
126
138
|
## 1.23.1
|
|
127
139
|
|
|
128
140
|
### Patch Changes
|
|
129
141
|
|
|
130
|
-
- [`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
|
|
131
143
|
|
|
132
144
|
## 1.23.0
|
|
133
145
|
|
|
134
146
|
### Minor Changes
|
|
135
147
|
|
|
136
|
-
- [`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
|
|
137
149
|
|
|
138
150
|
### Patch Changes
|
|
139
151
|
|
|
@@ -143,55 +155,55 @@
|
|
|
143
155
|
|
|
144
156
|
### Patch Changes
|
|
145
157
|
|
|
146
|
-
- [`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
|
|
147
159
|
|
|
148
160
|
## 1.22.1
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
- [`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.
|
|
153
165
|
|
|
154
166
|
## 1.22.0
|
|
155
167
|
|
|
156
168
|
### Minor Changes
|
|
157
169
|
|
|
158
|
-
- [`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
|
|
159
171
|
|
|
160
172
|
## 1.21.0
|
|
161
173
|
|
|
162
174
|
### Minor Changes
|
|
163
175
|
|
|
164
|
-
- [`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
|
|
165
177
|
|
|
166
178
|
## 1.20.3
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`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.
|
|
171
183
|
|
|
172
184
|
## 1.20.2
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`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
|
|
177
189
|
|
|
178
190
|
## 1.20.1
|
|
179
191
|
|
|
180
192
|
### Patch Changes
|
|
181
193
|
|
|
182
|
-
- [`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`
|
|
183
195
|
|
|
184
196
|
## 1.20.0
|
|
185
197
|
|
|
186
198
|
### Minor Changes
|
|
187
199
|
|
|
188
|
-
- [`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
|
|
189
201
|
|
|
190
202
|
## 1.19.0
|
|
191
203
|
|
|
192
204
|
### Minor Changes
|
|
193
205
|
|
|
194
|
-
- [`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
|
|
195
207
|
|
|
196
208
|
### Patch Changes
|
|
197
209
|
|
|
@@ -201,51 +213,51 @@
|
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
204
|
-
- [`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
|
|
205
217
|
- Updated dependencies
|
|
206
218
|
|
|
207
219
|
## 1.18.3
|
|
208
220
|
|
|
209
221
|
### Patch Changes
|
|
210
222
|
|
|
211
|
-
- [`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
|
|
212
224
|
Updates focus style of link picker listbox
|
|
213
225
|
|
|
214
226
|
## 1.18.2
|
|
215
227
|
|
|
216
228
|
### Patch Changes
|
|
217
229
|
|
|
218
|
-
- [`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
|
|
219
231
|
|
|
220
232
|
## 1.18.1
|
|
221
233
|
|
|
222
234
|
### Patch Changes
|
|
223
235
|
|
|
224
|
-
- [`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.
|
|
225
237
|
|
|
226
238
|
## 1.18.0
|
|
227
239
|
|
|
228
240
|
### Minor Changes
|
|
229
241
|
|
|
230
|
-
- [`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
|
|
231
243
|
|
|
232
244
|
## 1.17.0
|
|
233
245
|
|
|
234
246
|
### Minor Changes
|
|
235
247
|
|
|
236
|
-
- [`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
|
|
237
249
|
|
|
238
250
|
## 1.16.16
|
|
239
251
|
|
|
240
252
|
### Patch Changes
|
|
241
253
|
|
|
242
|
-
- [`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
|
|
243
255
|
|
|
244
256
|
## 1.16.15
|
|
245
257
|
|
|
246
258
|
### Patch Changes
|
|
247
259
|
|
|
248
|
-
- [`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
|
|
249
261
|
|
|
250
262
|
## 1.16.14
|
|
251
263
|
|
|
@@ -263,13 +275,13 @@
|
|
|
263
275
|
|
|
264
276
|
### Patch Changes
|
|
265
277
|
|
|
266
|
-
- [`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
|
|
267
279
|
|
|
268
280
|
## 1.16.11
|
|
269
281
|
|
|
270
282
|
### Patch Changes
|
|
271
283
|
|
|
272
|
-
- [`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`
|
|
273
285
|
- Updated dependencies
|
|
274
286
|
|
|
275
287
|
## 1.16.10
|
|
@@ -282,33 +294,33 @@
|
|
|
282
294
|
|
|
283
295
|
### Patch Changes
|
|
284
296
|
|
|
285
|
-
- [`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.
|
|
286
298
|
|
|
287
299
|
## 1.16.8
|
|
288
300
|
|
|
289
301
|
### Patch Changes
|
|
290
302
|
|
|
291
|
-
- [`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
|
|
292
304
|
- Updated dependencies
|
|
293
305
|
|
|
294
306
|
## 1.16.7
|
|
295
307
|
|
|
296
308
|
### Patch Changes
|
|
297
309
|
|
|
298
|
-
- [`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
|
|
299
311
|
- Updated dependencies
|
|
300
312
|
|
|
301
313
|
## 1.16.6
|
|
302
314
|
|
|
303
315
|
### Patch Changes
|
|
304
316
|
|
|
305
|
-
- [`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.
|
|
306
318
|
|
|
307
319
|
## 1.16.5
|
|
308
320
|
|
|
309
321
|
### Patch Changes
|
|
310
322
|
|
|
311
|
-
- [`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
|
|
312
324
|
|
|
313
325
|
## 1.16.4
|
|
314
326
|
|
|
@@ -326,43 +338,43 @@
|
|
|
326
338
|
|
|
327
339
|
### Patch Changes
|
|
328
340
|
|
|
329
|
-
- [`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
|
|
330
342
|
|
|
331
343
|
## 1.16.1
|
|
332
344
|
|
|
333
345
|
### Patch Changes
|
|
334
346
|
|
|
335
|
-
- [`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
|
|
336
348
|
|
|
337
349
|
## 1.16.0
|
|
338
350
|
|
|
339
351
|
### Minor Changes
|
|
340
352
|
|
|
341
|
-
- [`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
|
|
342
354
|
|
|
343
355
|
## 1.15.1
|
|
344
356
|
|
|
345
357
|
### Patch Changes
|
|
346
358
|
|
|
347
|
-
- [`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
|
|
348
360
|
|
|
349
361
|
## 1.15.0
|
|
350
362
|
|
|
351
363
|
### Minor Changes
|
|
352
364
|
|
|
353
|
-
- [`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.
|
|
354
366
|
|
|
355
367
|
## 1.14.0
|
|
356
368
|
|
|
357
369
|
### Minor Changes
|
|
358
370
|
|
|
359
|
-
- [`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
|
|
360
372
|
|
|
361
373
|
## 1.13.3
|
|
362
374
|
|
|
363
375
|
### Patch Changes
|
|
364
376
|
|
|
365
|
-
- [`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
|
|
366
378
|
|
|
367
379
|
## 1.13.2
|
|
368
380
|
|
|
@@ -374,31 +386,31 @@
|
|
|
374
386
|
|
|
375
387
|
### Patch Changes
|
|
376
388
|
|
|
377
|
-
- [`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
|
|
378
390
|
|
|
379
391
|
## 1.13.0
|
|
380
392
|
|
|
381
393
|
### Minor Changes
|
|
382
394
|
|
|
383
|
-
- [`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
|
|
384
396
|
|
|
385
397
|
## 1.12.0
|
|
386
398
|
|
|
387
399
|
### Minor Changes
|
|
388
400
|
|
|
389
|
-
- [`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
|
|
390
402
|
|
|
391
403
|
## 1.11.2
|
|
392
404
|
|
|
393
405
|
### Patch Changes
|
|
394
406
|
|
|
395
|
-
- [`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
|
|
396
408
|
|
|
397
409
|
## 1.11.1
|
|
398
410
|
|
|
399
411
|
### Patch Changes
|
|
400
412
|
|
|
401
|
-
- [`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:
|
|
402
414
|
|
|
403
415
|
- react-loosely-lazy
|
|
404
416
|
|
|
@@ -406,7 +418,7 @@
|
|
|
406
418
|
|
|
407
419
|
### Minor Changes
|
|
408
420
|
|
|
409
|
-
- [`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
|
|
410
422
|
And now we offer a new useLinkPickerEditorProps hook
|
|
411
423
|
useForgeSearchProviders hook will now get client from SmartCardContext
|
|
412
424
|
|
|
@@ -414,290 +426,290 @@
|
|
|
414
426
|
|
|
415
427
|
### Patch Changes
|
|
416
428
|
|
|
417
|
-
- [`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
|
|
418
430
|
|
|
419
431
|
## 1.10.3
|
|
420
432
|
|
|
421
433
|
### Patch Changes
|
|
422
434
|
|
|
423
|
-
- [`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`
|
|
424
436
|
|
|
425
437
|
## 1.10.2
|
|
426
438
|
|
|
427
439
|
### Patch Changes
|
|
428
440
|
|
|
429
|
-
- [`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
|
|
430
442
|
|
|
431
443
|
## 1.10.1
|
|
432
444
|
|
|
433
445
|
### Patch Changes
|
|
434
446
|
|
|
435
|
-
- [`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.
|
|
436
448
|
|
|
437
449
|
## 1.10.0
|
|
438
450
|
|
|
439
451
|
### Minor Changes
|
|
440
452
|
|
|
441
|
-
- [`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.
|
|
442
454
|
|
|
443
455
|
## 1.9.4
|
|
444
456
|
|
|
445
457
|
### Patch Changes
|
|
446
458
|
|
|
447
|
-
- [`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.
|
|
448
460
|
|
|
449
461
|
## 1.9.3
|
|
450
462
|
|
|
451
463
|
### Patch Changes
|
|
452
464
|
|
|
453
|
-
- [`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.
|
|
454
466
|
|
|
455
467
|
## 1.9.2
|
|
456
468
|
|
|
457
469
|
### Patch Changes
|
|
458
470
|
|
|
459
|
-
- [`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.
|
|
460
472
|
|
|
461
473
|
## 1.9.1
|
|
462
474
|
|
|
463
475
|
### Patch Changes
|
|
464
476
|
|
|
465
|
-
- [`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
|
|
466
478
|
|
|
467
479
|
## 1.9.0
|
|
468
480
|
|
|
469
481
|
### Minor Changes
|
|
470
482
|
|
|
471
|
-
- [`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
|
|
472
484
|
|
|
473
485
|
## 1.8.5
|
|
474
486
|
|
|
475
487
|
### Patch Changes
|
|
476
488
|
|
|
477
|
-
- [`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.
|
|
478
490
|
|
|
479
491
|
## 1.8.4
|
|
480
492
|
|
|
481
493
|
### Patch Changes
|
|
482
494
|
|
|
483
|
-
- [`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.
|
|
484
496
|
|
|
485
497
|
## 1.8.3
|
|
486
498
|
|
|
487
499
|
### Patch Changes
|
|
488
500
|
|
|
489
|
-
- [`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
|
|
490
502
|
|
|
491
503
|
## 1.8.2
|
|
492
504
|
|
|
493
505
|
### Patch Changes
|
|
494
506
|
|
|
495
|
-
- [`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`.
|
|
496
508
|
|
|
497
509
|
## 1.8.1
|
|
498
510
|
|
|
499
511
|
### Patch Changes
|
|
500
512
|
|
|
501
|
-
- [`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
|
|
502
514
|
|
|
503
515
|
## 1.8.0
|
|
504
516
|
|
|
505
517
|
### Minor Changes
|
|
506
518
|
|
|
507
|
-
- [`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
|
|
508
520
|
|
|
509
521
|
## 1.7.1
|
|
510
522
|
|
|
511
523
|
### Patch Changes
|
|
512
524
|
|
|
513
|
-
- [`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.
|
|
514
526
|
|
|
515
527
|
## 1.7.0
|
|
516
528
|
|
|
517
529
|
### Minor Changes
|
|
518
530
|
|
|
519
|
-
- [`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
|
|
520
532
|
|
|
521
533
|
## 1.6.1
|
|
522
534
|
|
|
523
535
|
### Patch Changes
|
|
524
536
|
|
|
525
|
-
- [`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
|
|
526
538
|
|
|
527
539
|
## 1.6.0
|
|
528
540
|
|
|
529
541
|
### Minor Changes
|
|
530
542
|
|
|
531
|
-
- [`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.
|
|
532
544
|
|
|
533
545
|
## 1.5.1
|
|
534
546
|
|
|
535
547
|
### Patch Changes
|
|
536
548
|
|
|
537
|
-
- [`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
|
|
538
550
|
|
|
539
551
|
## 1.5.0
|
|
540
552
|
|
|
541
553
|
### Minor Changes
|
|
542
554
|
|
|
543
|
-
- [`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.
|
|
544
556
|
https://tangerine.staging.atl-paas.net/guides/components-and-hooks-patterns/prefer-functional-components-over-classes/
|
|
545
557
|
|
|
546
558
|
## 1.4.1
|
|
547
559
|
|
|
548
560
|
### Patch Changes
|
|
549
561
|
|
|
550
|
-
- [`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
|
|
551
563
|
|
|
552
564
|
## 1.4.0
|
|
553
565
|
|
|
554
566
|
### Minor Changes
|
|
555
567
|
|
|
556
|
-
- [`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
|
|
557
569
|
|
|
558
570
|
## 1.3.0
|
|
559
571
|
|
|
560
572
|
### Minor Changes
|
|
561
573
|
|
|
562
|
-
- [`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
|
|
563
575
|
|
|
564
576
|
## 1.2.1
|
|
565
577
|
|
|
566
578
|
### Patch Changes
|
|
567
579
|
|
|
568
|
-
- [`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
|
|
569
581
|
|
|
570
582
|
## 1.2.0
|
|
571
583
|
|
|
572
584
|
### Minor Changes
|
|
573
585
|
|
|
574
|
-
- [`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.
|
|
575
587
|
|
|
576
588
|
## 1.1.4
|
|
577
589
|
|
|
578
590
|
### Patch Changes
|
|
579
591
|
|
|
580
|
-
- [`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
|
|
581
593
|
|
|
582
594
|
## 1.1.3
|
|
583
595
|
|
|
584
596
|
### Patch Changes
|
|
585
597
|
|
|
586
|
-
- [`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
|
|
587
599
|
|
|
588
600
|
## 1.1.2
|
|
589
601
|
|
|
590
602
|
### Patch Changes
|
|
591
603
|
|
|
592
|
-
- [`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.
|
|
593
605
|
|
|
594
606
|
## 1.1.1
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
597
609
|
|
|
598
|
-
- [`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.
|
|
599
611
|
|
|
600
612
|
## 1.1.0
|
|
601
613
|
|
|
602
614
|
### Minor Changes
|
|
603
615
|
|
|
604
|
-
- [`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
|
|
605
617
|
|
|
606
618
|
## 1.0.0
|
|
607
619
|
|
|
608
620
|
### Major Changes
|
|
609
621
|
|
|
610
|
-
- [`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
|
|
611
623
|
|
|
612
624
|
## 0.11.0
|
|
613
625
|
|
|
614
626
|
### Minor Changes
|
|
615
627
|
|
|
616
|
-
- [`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
|
|
617
629
|
|
|
618
630
|
## 0.10.0
|
|
619
631
|
|
|
620
632
|
### Minor Changes
|
|
621
633
|
|
|
622
|
-
- [`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
|
|
623
635
|
|
|
624
636
|
## 0.9.0
|
|
625
637
|
|
|
626
638
|
### Minor Changes
|
|
627
639
|
|
|
628
|
-
- [`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
|
|
629
641
|
|
|
630
642
|
## 0.8.1
|
|
631
643
|
|
|
632
644
|
### Patch Changes
|
|
633
645
|
|
|
634
|
-
- [`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
|
|
635
647
|
|
|
636
648
|
## 0.8.0
|
|
637
649
|
|
|
638
650
|
### Minor Changes
|
|
639
651
|
|
|
640
|
-
- [`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.
|
|
641
653
|
|
|
642
654
|
## 0.7.0
|
|
643
655
|
|
|
644
656
|
### Minor Changes
|
|
645
657
|
|
|
646
|
-
- [`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
|
|
647
659
|
|
|
648
660
|
## 0.6.2
|
|
649
661
|
|
|
650
662
|
### Patch Changes
|
|
651
663
|
|
|
652
|
-
- [`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
|
|
653
665
|
|
|
654
666
|
## 0.6.1
|
|
655
667
|
|
|
656
668
|
### Patch Changes
|
|
657
669
|
|
|
658
|
-
- [`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
|
|
659
671
|
|
|
660
672
|
## 0.6.0
|
|
661
673
|
|
|
662
674
|
### Minor Changes
|
|
663
675
|
|
|
664
|
-
- [`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.
|
|
665
677
|
|
|
666
678
|
## 0.5.3
|
|
667
679
|
|
|
668
680
|
### Patch Changes
|
|
669
681
|
|
|
670
|
-
- [`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
|
|
671
683
|
|
|
672
684
|
## 0.5.2
|
|
673
685
|
|
|
674
686
|
### Patch Changes
|
|
675
687
|
|
|
676
|
-
- [`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
|
|
677
689
|
|
|
678
690
|
## 0.5.1
|
|
679
691
|
|
|
680
692
|
### Patch Changes
|
|
681
693
|
|
|
682
|
-
- [`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
|
|
683
695
|
|
|
684
696
|
## 0.5.0
|
|
685
697
|
|
|
686
698
|
### Minor Changes
|
|
687
699
|
|
|
688
|
-
- [`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.
|
|
689
701
|
|
|
690
702
|
## 0.4.0
|
|
691
703
|
|
|
692
704
|
### Minor Changes
|
|
693
705
|
|
|
694
|
-
- [`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.
|
|
695
707
|
|
|
696
708
|
## 0.3.2
|
|
697
709
|
|
|
698
710
|
### Patch Changes
|
|
699
711
|
|
|
700
|
-
- [`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
|
|
701
713
|
|
|
702
714
|
## 0.3.1
|
|
703
715
|
|
|
@@ -709,49 +721,49 @@
|
|
|
709
721
|
|
|
710
722
|
### Minor Changes
|
|
711
723
|
|
|
712
|
-
- [`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.
|
|
713
725
|
|
|
714
726
|
## 0.2.4
|
|
715
727
|
|
|
716
728
|
### Patch Changes
|
|
717
729
|
|
|
718
|
-
- [`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
|
|
719
731
|
|
|
720
732
|
## 0.2.3
|
|
721
733
|
|
|
722
734
|
### Patch Changes
|
|
723
735
|
|
|
724
|
-
- [`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
|
|
725
737
|
|
|
726
738
|
## 0.2.2
|
|
727
739
|
|
|
728
740
|
### Patch Changes
|
|
729
741
|
|
|
730
|
-
- [`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
|
|
731
743
|
|
|
732
744
|
## 0.2.1
|
|
733
745
|
|
|
734
746
|
### Patch Changes
|
|
735
747
|
|
|
736
|
-
- [`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
|
|
737
749
|
|
|
738
750
|
## 0.2.0
|
|
739
751
|
|
|
740
752
|
### Minor Changes
|
|
741
753
|
|
|
742
|
-
- [`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
|
|
743
755
|
|
|
744
756
|
## 0.1.1
|
|
745
757
|
|
|
746
758
|
### Patch Changes
|
|
747
759
|
|
|
748
|
-
- [`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
|
|
749
761
|
|
|
750
762
|
## 0.1.0
|
|
751
763
|
|
|
752
764
|
### Minor Changes
|
|
753
765
|
|
|
754
|
-
- [`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
|
|
755
767
|
|
|
756
768
|
## 0.0.6
|
|
757
769
|
|
|
@@ -776,13 +788,13 @@
|
|
|
776
788
|
|
|
777
789
|
### Patch Changes
|
|
778
790
|
|
|
779
|
-
- [`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
|
|
780
792
|
- Updated dependencies
|
|
781
793
|
|
|
782
794
|
## 0.0.2
|
|
783
795
|
|
|
784
796
|
### Patch Changes
|
|
785
797
|
|
|
786
|
-
- [`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
|
|
787
799
|
|
|
788
800
|
## 0.0.0
|