@atlaskit/link-picker 1.30.0 → 1.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +129 -117
- 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/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 +5 -8
- 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 +9 -18
- 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 -4
- 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 +2 -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/ui/index.js +2 -2
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.js +1 -1
- package/dist/esm/common/analytics/context.js +2 -2
- package/dist/esm/common/analytics/input-field-tracking.js +4 -4
- package/dist/esm/ui/error-boundary/index.js +2 -2
- package/dist/esm/ui/index.js +2 -2
- 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/scrolling-tabs/scrolling-tabs.js +1 -2
- package/dist/esm/ui/link-picker/text-input/index.js +2 -2
- package/dist/esm/ui/link-picker/utils.js +1 -1
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,96 +1,108 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.30.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.30.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 1.30.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
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.
|
|
19
|
+
- [#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
20
|
|
|
9
21
|
## 1.29.1
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
25
|
+
- [#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
26
|
|
|
15
27
|
## 1.29.0
|
|
16
28
|
|
|
17
29
|
### Minor Changes
|
|
18
30
|
|
|
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%)
|
|
31
|
+
- [#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
32
|
|
|
21
33
|
## 1.28.3
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
37
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
26
38
|
- Updated dependencies
|
|
27
39
|
|
|
28
40
|
## 1.28.2
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove redundant aria-label from the input field
|
|
44
|
+
- [#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
45
|
|
|
34
46
|
## 1.28.1
|
|
35
47
|
|
|
36
48
|
### Patch Changes
|
|
37
49
|
|
|
38
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
50
|
+
- [#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
51
|
|
|
40
52
|
## 1.28.0
|
|
41
53
|
|
|
42
54
|
### Minor Changes
|
|
43
55
|
|
|
44
|
-
- [`db2a42eb771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2a42eb771) - [ux] EDM-7273 Jira create feature discovery
|
|
56
|
+
- [#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
57
|
|
|
46
58
|
## 1.27.2
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
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.
|
|
62
|
+
- [#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
63
|
- Updated dependencies
|
|
52
64
|
|
|
53
65
|
## 1.27.1
|
|
54
66
|
|
|
55
67
|
### Patch Changes
|
|
56
68
|
|
|
57
|
-
- [`3bebfdcc3ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bebfdcc3ae) - [ux] Fix pt-BR messages
|
|
69
|
+
- [#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
70
|
|
|
59
71
|
## 1.27.0
|
|
60
72
|
|
|
61
73
|
### Minor Changes
|
|
62
74
|
|
|
63
|
-
- [`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux] Add title to link picker results
|
|
75
|
+
- [#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
76
|
|
|
65
77
|
## 1.26.0
|
|
66
78
|
|
|
67
79
|
### Minor Changes
|
|
68
80
|
|
|
69
|
-
- [`ae65b485bca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae65b485bca) - [ux] Better minimum height for link picker error and loading state
|
|
81
|
+
- [#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
82
|
|
|
71
83
|
## 1.25.6
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
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.
|
|
87
|
+
- [#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
88
|
|
|
77
89
|
## 1.25.5
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
- [`27f7faa992f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f7faa992f) - Minor internal refactor with no expected functional changes.
|
|
93
|
+
- [#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
94
|
|
|
83
95
|
## 1.25.4
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
- [`2d56ffa47b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d56ffa47b1) - [ux] Removes the decorative search icon from the URL/search field.
|
|
99
|
+
- [#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
100
|
|
|
89
101
|
## 1.25.3
|
|
90
102
|
|
|
91
103
|
### Patch Changes
|
|
92
104
|
|
|
93
|
-
- [`ceaa8d259c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ceaa8d259c2) - Minor internal refactors with no expected functional changes.
|
|
105
|
+
- [#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
106
|
|
|
95
107
|
## 1.25.2
|
|
96
108
|
|
|
@@ -102,44 +114,44 @@
|
|
|
102
114
|
|
|
103
115
|
### Patch Changes
|
|
104
116
|
|
|
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'.
|
|
117
|
+
- [#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
118
|
|
|
107
119
|
## 1.25.0
|
|
108
120
|
|
|
109
121
|
### Minor Changes
|
|
110
122
|
|
|
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
|
|
123
|
+
- [#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
124
|
indicate when a plugins have loaded
|
|
113
125
|
|
|
114
126
|
## 1.24.1
|
|
115
127
|
|
|
116
128
|
### Patch Changes
|
|
117
129
|
|
|
118
|
-
- [`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) - Release translations
|
|
130
|
+
- [#35545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35545) [`83a802f2806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a802f2806) - Release translations
|
|
119
131
|
|
|
120
132
|
## 1.24.0
|
|
121
133
|
|
|
122
134
|
### Minor Changes
|
|
123
135
|
|
|
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`).
|
|
136
|
+
- [#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
137
|
|
|
126
138
|
## 1.23.2
|
|
127
139
|
|
|
128
140
|
### Patch Changes
|
|
129
141
|
|
|
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.
|
|
142
|
+
- [#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
143
|
|
|
132
144
|
## 1.23.1
|
|
133
145
|
|
|
134
146
|
### Patch Changes
|
|
135
147
|
|
|
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
|
|
148
|
+
- [#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
149
|
|
|
138
150
|
## 1.23.0
|
|
139
151
|
|
|
140
152
|
### Minor Changes
|
|
141
153
|
|
|
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
|
|
154
|
+
- [#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
155
|
|
|
144
156
|
### Patch Changes
|
|
145
157
|
|
|
@@ -149,55 +161,55 @@
|
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
164
|
+
- [#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
165
|
|
|
154
166
|
## 1.22.1
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) - Updates analytics codegen to support screen events.
|
|
170
|
+
- [#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
171
|
|
|
160
172
|
## 1.22.0
|
|
161
173
|
|
|
162
174
|
### Minor Changes
|
|
163
175
|
|
|
164
|
-
- [`cd623c7a474`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd623c7a474) - [ux] Wrap search input with conditional spotlight target for better onboarding
|
|
176
|
+
- [#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
177
|
|
|
166
178
|
## 1.21.0
|
|
167
179
|
|
|
168
180
|
### Minor Changes
|
|
169
181
|
|
|
170
|
-
- [`63a3923d4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63a3923d4cd) - Fix tab attribute analytics to display correct product on initial load
|
|
182
|
+
- [#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
183
|
|
|
172
184
|
## 1.20.3
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
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.
|
|
188
|
+
- [#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
189
|
|
|
178
190
|
## 1.20.2
|
|
179
191
|
|
|
180
192
|
### Patch Changes
|
|
181
193
|
|
|
182
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
194
|
+
- [#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
195
|
|
|
184
196
|
## 1.20.1
|
|
185
197
|
|
|
186
198
|
### Patch Changes
|
|
187
199
|
|
|
188
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
200
|
+
- [#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
201
|
|
|
190
202
|
## 1.20.0
|
|
191
203
|
|
|
192
204
|
### Minor Changes
|
|
193
205
|
|
|
194
|
-
- [`4bf861f02cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf861f02cc) - Callback label now supports a string
|
|
206
|
+
- [#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
207
|
|
|
196
208
|
## 1.19.0
|
|
197
209
|
|
|
198
210
|
### Minor Changes
|
|
199
211
|
|
|
200
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
212
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
@@ -207,51 +219,51 @@
|
|
|
207
219
|
|
|
208
220
|
### Patch Changes
|
|
209
221
|
|
|
210
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
222
|
+
- [#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
223
|
- Updated dependencies
|
|
212
224
|
|
|
213
225
|
## 1.18.3
|
|
214
226
|
|
|
215
227
|
### Patch Changes
|
|
216
228
|
|
|
217
|
-
- [`ee4573b4721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee4573b4721) - [ux] Handle keyboard navigation as a listbox
|
|
229
|
+
- [#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
230
|
Updates focus style of link picker listbox
|
|
219
231
|
|
|
220
232
|
## 1.18.2
|
|
221
233
|
|
|
222
234
|
### Patch Changes
|
|
223
235
|
|
|
224
|
-
- [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
|
|
236
|
+
- [#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
237
|
|
|
226
238
|
## 1.18.1
|
|
227
239
|
|
|
228
240
|
### Patch Changes
|
|
229
241
|
|
|
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.
|
|
242
|
+
- [#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
243
|
|
|
232
244
|
## 1.18.0
|
|
233
245
|
|
|
234
246
|
### Minor Changes
|
|
235
247
|
|
|
236
|
-
- [`d7af47bbf65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7af47bbf65) - [ux] Adds new action button and updates the style of current cancel button
|
|
248
|
+
- [#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
249
|
|
|
238
250
|
## 1.17.0
|
|
239
251
|
|
|
240
252
|
### Minor Changes
|
|
241
253
|
|
|
242
|
-
- [`204e2a97119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/204e2a97119) - Defines new LinkPickerPluginAction and new LinkInputType for Create
|
|
254
|
+
- [#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
255
|
|
|
244
256
|
## 1.16.16
|
|
245
257
|
|
|
246
258
|
### Patch Changes
|
|
247
259
|
|
|
248
|
-
- [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
|
|
260
|
+
- [#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
261
|
|
|
250
262
|
## 1.16.15
|
|
251
263
|
|
|
252
264
|
### Patch Changes
|
|
253
265
|
|
|
254
|
-
- [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
|
|
266
|
+
- [#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
267
|
|
|
256
268
|
## 1.16.14
|
|
257
269
|
|
|
@@ -269,13 +281,13 @@
|
|
|
269
281
|
|
|
270
282
|
### Patch Changes
|
|
271
283
|
|
|
272
|
-
- [`9d9ee3fbc84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d9ee3fbc84) - EDM-5557 Reduce min height of link-picker
|
|
284
|
+
- [#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
285
|
|
|
274
286
|
## 1.16.11
|
|
275
287
|
|
|
276
288
|
### Patch Changes
|
|
277
289
|
|
|
278
|
-
- [`08de765c04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08de765c04b) - Moves dependency of user agent detection code to `@atlaskit/linking-common/user-agent`
|
|
290
|
+
- [#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
291
|
- Updated dependencies
|
|
280
292
|
|
|
281
293
|
## 1.16.10
|
|
@@ -288,33 +300,33 @@
|
|
|
288
300
|
|
|
289
301
|
### Patch Changes
|
|
290
302
|
|
|
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.
|
|
303
|
+
- [#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
304
|
|
|
293
305
|
## 1.16.8
|
|
294
306
|
|
|
295
307
|
### Patch Changes
|
|
296
308
|
|
|
297
|
-
- [`5441fa9235d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5441fa9235d) - [ux] XPC3P-106 Fix recents not showing when switching tabs in new link picker
|
|
309
|
+
- [#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
310
|
- Updated dependencies
|
|
299
311
|
|
|
300
312
|
## 1.16.7
|
|
301
313
|
|
|
302
314
|
### Patch Changes
|
|
303
315
|
|
|
304
|
-
- [`10410539ac9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10410539ac9) - Url utils added (normalizeURL and isSafeUrl). Available to export
|
|
316
|
+
- [#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
317
|
- Updated dependencies
|
|
306
318
|
|
|
307
319
|
## 1.16.6
|
|
308
320
|
|
|
309
321
|
### Patch Changes
|
|
310
322
|
|
|
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.
|
|
323
|
+
- [#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
324
|
|
|
313
325
|
## 1.16.5
|
|
314
326
|
|
|
315
327
|
### Patch Changes
|
|
316
328
|
|
|
317
|
-
- [`3a35da6c331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a35da6c331) - DTR-825 ED-9775: added jamfselfservice:// to whitelistedURLPatterns
|
|
329
|
+
- [#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
330
|
|
|
319
331
|
## 1.16.4
|
|
320
332
|
|
|
@@ -332,43 +344,43 @@
|
|
|
332
344
|
|
|
333
345
|
### Patch Changes
|
|
334
346
|
|
|
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
|
|
347
|
+
- [#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
348
|
|
|
337
349
|
## 1.16.1
|
|
338
350
|
|
|
339
351
|
### Patch Changes
|
|
340
352
|
|
|
341
|
-
- [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
|
|
353
|
+
- [#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
354
|
|
|
343
355
|
## 1.16.0
|
|
344
356
|
|
|
345
357
|
### Minor Changes
|
|
346
358
|
|
|
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
|
|
359
|
+
- [#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
360
|
|
|
349
361
|
## 1.15.1
|
|
350
362
|
|
|
351
363
|
### Patch Changes
|
|
352
364
|
|
|
353
|
-
- [`4a83c28f27b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a83c28f27b) - Add support for inline SVGs in ListItem by converting them to Base64 images
|
|
365
|
+
- [#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
366
|
|
|
355
367
|
## 1.15.0
|
|
356
368
|
|
|
357
369
|
### Minor Changes
|
|
358
370
|
|
|
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.
|
|
371
|
+
- [#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
372
|
|
|
361
373
|
## 1.14.0
|
|
362
374
|
|
|
363
375
|
### Minor Changes
|
|
364
376
|
|
|
365
|
-
- [`3cbd9b63e96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbd9b63e96) - [ux] Added search for 1P tabs
|
|
377
|
+
- [#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
378
|
|
|
367
379
|
## 1.13.3
|
|
368
380
|
|
|
369
381
|
### Patch Changes
|
|
370
382
|
|
|
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
|
|
383
|
+
- [#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
384
|
|
|
373
385
|
## 1.13.2
|
|
374
386
|
|
|
@@ -380,31 +392,31 @@
|
|
|
380
392
|
|
|
381
393
|
### Patch Changes
|
|
382
394
|
|
|
383
|
-
- [`2933e4ddeb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2933e4ddeb0) - Add searchResults shown analytic event for pre-query and post-query results
|
|
395
|
+
- [#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
396
|
|
|
385
397
|
## 1.13.0
|
|
386
398
|
|
|
387
399
|
### Minor Changes
|
|
388
400
|
|
|
389
|
-
- [`91bd9e3193c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91bd9e3193c) - add experimental support for UNSAFE_onActivation call for plugins
|
|
401
|
+
- [#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
402
|
|
|
391
403
|
## 1.12.0
|
|
392
404
|
|
|
393
405
|
### Minor Changes
|
|
394
406
|
|
|
395
|
-
- [`2ecb5e8a6d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ecb5e8a6d9) - [ux] introduce horizontal scrolling tabs
|
|
407
|
+
- [#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
408
|
|
|
397
409
|
## 1.11.2
|
|
398
410
|
|
|
399
411
|
### Patch Changes
|
|
400
412
|
|
|
401
|
-
- [`841110b3cf0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/841110b3cf0) - Adds tab attribute to analytics context
|
|
413
|
+
- [#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
414
|
|
|
403
415
|
## 1.11.1
|
|
404
416
|
|
|
405
417
|
### Patch Changes
|
|
406
418
|
|
|
407
|
-
- [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
|
|
419
|
+
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341) [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
|
|
408
420
|
|
|
409
421
|
- react-loosely-lazy
|
|
410
422
|
|
|
@@ -412,7 +424,7 @@
|
|
|
412
424
|
|
|
413
425
|
### Minor Changes
|
|
414
426
|
|
|
415
|
-
- [`2cbf4131640`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cbf4131640) - Make LinkPicker to accept a custom root component
|
|
427
|
+
- [#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
428
|
And now we offer a new useLinkPickerEditorProps hook
|
|
417
429
|
useForgeSearchProviders hook will now get client from SmartCardContext
|
|
418
430
|
|
|
@@ -420,290 +432,290 @@
|
|
|
420
432
|
|
|
421
433
|
### Patch Changes
|
|
422
434
|
|
|
423
|
-
- [`a3358adb9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3358adb9f1) - Basic UFO Instrumentation for LinkPicker
|
|
435
|
+
- [#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
436
|
|
|
425
437
|
## 1.10.3
|
|
426
438
|
|
|
427
439
|
### Patch Changes
|
|
428
440
|
|
|
429
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
441
|
+
- [#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
442
|
|
|
431
443
|
## 1.10.2
|
|
432
444
|
|
|
433
445
|
### Patch Changes
|
|
434
446
|
|
|
435
|
-
- [`8a538989c8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a538989c8d) - [ux] Updated label and Placeholder messages
|
|
447
|
+
- [#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
448
|
|
|
437
449
|
## 1.10.1
|
|
438
450
|
|
|
439
451
|
### Patch Changes
|
|
440
452
|
|
|
441
|
-
- [`df6de875d71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6de875d71) - Adds operational logging for plugin resolve failures.
|
|
453
|
+
- [#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
454
|
|
|
443
455
|
## 1.10.0
|
|
444
456
|
|
|
445
457
|
### Minor Changes
|
|
446
458
|
|
|
447
|
-
- [`7dbc77d866a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dbc77d866a) - Adds support for plugins providing metadata about resolved links.
|
|
459
|
+
- [#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
460
|
|
|
449
461
|
## 1.9.4
|
|
450
462
|
|
|
451
463
|
### Patch Changes
|
|
452
464
|
|
|
453
|
-
- [`81ac9ce10ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ac9ce10ff) - Update error boundary implementation to replace analytic instrumentation for uncaught errors.
|
|
465
|
+
- [#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
466
|
|
|
455
467
|
## 1.9.3
|
|
456
468
|
|
|
457
469
|
### Patch Changes
|
|
458
470
|
|
|
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.
|
|
471
|
+
- [#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
472
|
|
|
461
473
|
## 1.9.2
|
|
462
474
|
|
|
463
475
|
### Patch Changes
|
|
464
476
|
|
|
465
|
-
- [`c37f08a275a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c37f08a275a) - Fix onClick event bubbling on text field clear button activation.
|
|
477
|
+
- [#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
478
|
|
|
467
479
|
## 1.9.1
|
|
468
480
|
|
|
469
481
|
### Patch Changes
|
|
470
482
|
|
|
471
|
-
- [`548071512ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/548071512ad) - [ux] Add truncating logic to metadata to be constrained to one line
|
|
483
|
+
- [#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
484
|
|
|
473
485
|
## 1.9.0
|
|
474
486
|
|
|
475
487
|
### Minor Changes
|
|
476
488
|
|
|
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
|
|
489
|
+
- [#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
490
|
|
|
479
491
|
## 1.8.5
|
|
480
492
|
|
|
481
493
|
### Patch Changes
|
|
482
494
|
|
|
483
|
-
- [`47c9a0a3331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47c9a0a3331) - Improves spacing and reduced jitter of height when loading items.
|
|
495
|
+
- [#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
496
|
|
|
485
497
|
## 1.8.4
|
|
486
498
|
|
|
487
499
|
### Patch Changes
|
|
488
500
|
|
|
489
|
-
- [`e94f9f982b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e94f9f982b4) - Fixes link picker attempting to dispatch updates after being unmounted.
|
|
501
|
+
- [#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
502
|
|
|
491
503
|
## 1.8.3
|
|
492
504
|
|
|
493
505
|
### Patch Changes
|
|
494
506
|
|
|
495
|
-
- [`7e07778ec20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e07778ec20) - Add linkState attribute to link picker analytics context
|
|
507
|
+
- [#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
508
|
|
|
497
509
|
## 1.8.2
|
|
498
510
|
|
|
499
511
|
### Patch Changes
|
|
500
512
|
|
|
501
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
513
|
+
- [#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
514
|
|
|
503
515
|
## 1.8.1
|
|
504
516
|
|
|
505
517
|
### Patch Changes
|
|
506
518
|
|
|
507
|
-
- [`afd2368145a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd2368145a) - Added link picker mount/unmount analytic events
|
|
519
|
+
- [#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
520
|
|
|
509
521
|
## 1.8.0
|
|
510
522
|
|
|
511
523
|
### Minor Changes
|
|
512
524
|
|
|
513
|
-
- [`89fffde2a59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fffde2a59) - Wrap link picker in native form element
|
|
525
|
+
- [#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
526
|
|
|
515
527
|
## 1.7.1
|
|
516
528
|
|
|
517
529
|
### Patch Changes
|
|
518
530
|
|
|
519
|
-
- [`e900714203d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e900714203d) - Add "form submitted" analytics event.
|
|
531
|
+
- [#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
532
|
|
|
521
533
|
## 1.7.0
|
|
522
534
|
|
|
523
535
|
### Minor Changes
|
|
524
536
|
|
|
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
|
|
537
|
+
- [#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
538
|
|
|
527
539
|
## 1.6.1
|
|
528
540
|
|
|
529
541
|
### Patch Changes
|
|
530
542
|
|
|
531
|
-
- [`e3f36b94557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f36b94557) - Inlines svg assets directly into the UI
|
|
543
|
+
- [#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
544
|
|
|
533
545
|
## 1.6.0
|
|
534
546
|
|
|
535
547
|
### Minor Changes
|
|
536
548
|
|
|
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.
|
|
549
|
+
- [#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
550
|
|
|
539
551
|
## 1.5.1
|
|
540
552
|
|
|
541
553
|
### Patch Changes
|
|
542
554
|
|
|
543
|
-
- [`99dba1b6364`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99dba1b6364) - [ux] Fix the tab margin in Link Picker
|
|
555
|
+
- [#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
556
|
|
|
545
557
|
## 1.5.0
|
|
546
558
|
|
|
547
559
|
### Minor Changes
|
|
548
560
|
|
|
549
|
-
- [`e54051625bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e54051625bc) - Convert Link Picker from class component to functional component to comply with tangerine guidelines.
|
|
561
|
+
- [#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
562
|
https://tangerine.staging.atl-paas.net/guides/components-and-hooks-patterns/prefer-functional-components-over-classes/
|
|
551
563
|
|
|
552
564
|
## 1.4.1
|
|
553
565
|
|
|
554
566
|
### Patch Changes
|
|
555
567
|
|
|
556
|
-
- [`140453ba9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140453ba9f6) - [ux] Move tabs to be below input fields
|
|
568
|
+
- [#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
569
|
|
|
558
570
|
## 1.4.0
|
|
559
571
|
|
|
560
572
|
### Minor Changes
|
|
561
573
|
|
|
562
|
-
- [`3b5e61f9b3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b5e61f9b3b) - [ux] Adds in TAB UI support for Link Picker
|
|
574
|
+
- [#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
575
|
|
|
564
576
|
## 1.3.0
|
|
565
577
|
|
|
566
578
|
### Minor Changes
|
|
567
579
|
|
|
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
|
|
580
|
+
- [#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
581
|
|
|
570
582
|
## 1.2.1
|
|
571
583
|
|
|
572
584
|
### Patch Changes
|
|
573
585
|
|
|
574
|
-
- [`d17b35d4c20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d17b35d4c20) - Display validation message when submitting empty input
|
|
586
|
+
- [#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
587
|
|
|
576
588
|
## 1.2.0
|
|
577
589
|
|
|
578
590
|
### Minor Changes
|
|
579
591
|
|
|
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.
|
|
592
|
+
- [#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
593
|
|
|
582
594
|
## 1.1.4
|
|
583
595
|
|
|
584
596
|
### Patch Changes
|
|
585
597
|
|
|
586
|
-
- [`97cfed0aa0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97cfed0aa0d) - Add tests around how the link picker handles editing links
|
|
598
|
+
- [#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
599
|
|
|
588
600
|
## 1.1.3
|
|
589
601
|
|
|
590
602
|
### Patch Changes
|
|
591
603
|
|
|
592
|
-
- [`22e6401bf78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22e6401bf78) - Inlines svg assets directly into the UI
|
|
604
|
+
- [#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
605
|
|
|
594
606
|
## 1.1.2
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
597
609
|
|
|
598
|
-
- [`28f54174eaf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f54174eaf) - Removes example-helpers from built distribution. Fixes missing /dist from previous patch.
|
|
610
|
+
- [#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
611
|
|
|
600
612
|
## 1.1.1
|
|
601
613
|
|
|
602
614
|
### Patch Changes
|
|
603
615
|
|
|
604
|
-
- [`780484d9518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/780484d9518) - Fixes missing svg asset for no search results in version 1.1.0.
|
|
616
|
+
- [#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
617
|
|
|
606
618
|
## 1.1.0
|
|
607
619
|
|
|
608
620
|
### Minor Changes
|
|
609
621
|
|
|
610
|
-
- [`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds search error message
|
|
622
|
+
- [#22914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22914) [`ba5d8ed23cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba5d8ed23cc) - Adds search error message
|
|
611
623
|
|
|
612
624
|
## 1.0.0
|
|
613
625
|
|
|
614
626
|
### Major Changes
|
|
615
627
|
|
|
616
|
-
- [`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) - Initial major version release
|
|
628
|
+
- [#22685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22685) [`2e20b02bb2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e20b02bb2c) - Initial major version release
|
|
617
629
|
|
|
618
630
|
## 0.11.0
|
|
619
631
|
|
|
620
632
|
### Minor Changes
|
|
621
633
|
|
|
622
|
-
- [`a2286b0746a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2286b0746a) - Added support for link picker plugins to resolve using a promise
|
|
634
|
+
- [#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
635
|
|
|
624
636
|
## 0.10.0
|
|
625
637
|
|
|
626
638
|
### Minor Changes
|
|
627
639
|
|
|
628
|
-
- [`dbc82a03866`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbc82a03866) - Removed styled-components as a peer dependency in favor of @emotion/react
|
|
640
|
+
- [#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
641
|
|
|
630
642
|
## 0.9.0
|
|
631
643
|
|
|
632
644
|
### Minor Changes
|
|
633
645
|
|
|
634
|
-
- [`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove required container param
|
|
646
|
+
- [#22630](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22630) [`c1c010c8ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c010c8ada) - Remove required container param
|
|
635
647
|
|
|
636
648
|
## 0.8.1
|
|
637
649
|
|
|
638
650
|
### Patch Changes
|
|
639
651
|
|
|
640
|
-
- [`eef8c2da75b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eef8c2da75b) - [ux] Remove link-picker background color as it conflicts with floatingToobar borders
|
|
652
|
+
- [#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
653
|
|
|
642
654
|
## 0.8.0
|
|
643
655
|
|
|
644
656
|
### Minor Changes
|
|
645
657
|
|
|
646
|
-
- [`1e371fd8d23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e371fd8d23) - Updates link picker to support array of plugins. Removes intl prop from LinkPickerProps type.
|
|
658
|
+
- [#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
659
|
|
|
648
660
|
## 0.7.0
|
|
649
661
|
|
|
650
662
|
### Minor Changes
|
|
651
663
|
|
|
652
|
-
- [`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) - Convert to @atlaskit scope
|
|
664
|
+
- [#21991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21991) [`9cabbe5e920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cabbe5e920) - Convert to @atlaskit scope
|
|
653
665
|
|
|
654
666
|
## 0.6.2
|
|
655
667
|
|
|
656
668
|
### Patch Changes
|
|
657
669
|
|
|
658
|
-
- [`3fb9dbd9f4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb9dbd9f4e) - [ux] Add buttons at the bottom of the form
|
|
670
|
+
- [#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
671
|
|
|
660
672
|
## 0.6.1
|
|
661
673
|
|
|
662
674
|
### Patch Changes
|
|
663
675
|
|
|
664
|
-
- [`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) - Updated vr snapshots
|
|
676
|
+
- [#22215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22215) [`93a77354b58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93a77354b58) - Updated vr snapshots
|
|
665
677
|
|
|
666
678
|
## 0.6.0
|
|
667
679
|
|
|
668
680
|
### Minor Changes
|
|
669
681
|
|
|
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.
|
|
682
|
+
- [#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
683
|
|
|
672
684
|
## 0.5.3
|
|
673
685
|
|
|
674
686
|
### Patch Changes
|
|
675
687
|
|
|
676
|
-
- [`3ef09836c04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ef09836c04) - [ux] Validates links within search text are not inserted
|
|
688
|
+
- [#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
689
|
|
|
678
690
|
## 0.5.2
|
|
679
691
|
|
|
680
692
|
### Patch Changes
|
|
681
693
|
|
|
682
|
-
- [`c1f3d82b994`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1f3d82b994) - Update to use the new V3 recents API in the Atlassian plugin
|
|
694
|
+
- [#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
695
|
|
|
684
696
|
## 0.5.1
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
687
699
|
|
|
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
|
|
700
|
+
- [#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
701
|
|
|
690
702
|
## 0.5.0
|
|
691
703
|
|
|
692
704
|
### Minor Changes
|
|
693
705
|
|
|
694
|
-
- [`7abf8824fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7abf8824fec) - Migrate link picker atlassian plugin from picker package.
|
|
706
|
+
- [#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
707
|
|
|
696
708
|
## 0.4.0
|
|
697
709
|
|
|
698
710
|
### Minor Changes
|
|
699
711
|
|
|
700
|
-
- [`c926a95160b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c926a95160b) - Removes onEscape prop from the link picker.
|
|
712
|
+
- [#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
713
|
|
|
702
714
|
## 0.3.2
|
|
703
715
|
|
|
704
716
|
### Patch Changes
|
|
705
717
|
|
|
706
|
-
- [`08195fc6e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08195fc6e43) - [ux] Add field validation error message to link input field
|
|
718
|
+
- [#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
719
|
|
|
708
720
|
## 0.3.1
|
|
709
721
|
|
|
@@ -715,49 +727,49 @@
|
|
|
715
727
|
|
|
716
728
|
### Minor Changes
|
|
717
729
|
|
|
718
|
-
- [`3b3a7800978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b3a7800978) - Export picker state and list item data types from picker package.
|
|
730
|
+
- [#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
731
|
|
|
720
732
|
## 0.2.4
|
|
721
733
|
|
|
722
734
|
### Patch Changes
|
|
723
735
|
|
|
724
|
-
- [`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) - Increase test coverage
|
|
736
|
+
- [#21475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21475) [`6d1dd7c5833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d1dd7c5833) - Increase test coverage
|
|
725
737
|
|
|
726
738
|
## 0.2.3
|
|
727
739
|
|
|
728
740
|
### Patch Changes
|
|
729
741
|
|
|
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
|
|
742
|
+
- [#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
743
|
|
|
732
744
|
## 0.2.2
|
|
733
745
|
|
|
734
746
|
### Patch Changes
|
|
735
747
|
|
|
736
|
-
- [`9598e13788a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9598e13788a) - [ux] Update token usage for better contrast
|
|
748
|
+
- [#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
749
|
|
|
738
750
|
## 0.2.1
|
|
739
751
|
|
|
740
752
|
### Patch Changes
|
|
741
753
|
|
|
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
|
|
754
|
+
- [#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
755
|
|
|
744
756
|
## 0.2.0
|
|
745
757
|
|
|
746
758
|
### Minor Changes
|
|
747
759
|
|
|
748
|
-
- [`1cb59c97d35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cb59c97d35) - Adds AtlassianLinkPicker plugin and changes LinkPicker API to use plugins
|
|
760
|
+
- [#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
761
|
|
|
750
762
|
## 0.1.1
|
|
751
763
|
|
|
752
764
|
### Patch Changes
|
|
753
765
|
|
|
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
|
|
766
|
+
- [#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
767
|
|
|
756
768
|
## 0.1.0
|
|
757
769
|
|
|
758
770
|
### Minor Changes
|
|
759
771
|
|
|
760
|
-
- [`cb5997ed7af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5997ed7af) - [ux] EDM-2977/change UI for link and title input fields
|
|
772
|
+
- [#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
773
|
|
|
762
774
|
## 0.0.6
|
|
763
775
|
|
|
@@ -782,13 +794,13 @@
|
|
|
782
794
|
|
|
783
795
|
### Patch Changes
|
|
784
796
|
|
|
785
|
-
- [`7f49f72e074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f49f72e074) - copy existing editor component into @atlassian/link-picker
|
|
797
|
+
- [#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
798
|
- Updated dependencies
|
|
787
799
|
|
|
788
800
|
## 0.0.2
|
|
789
801
|
|
|
790
802
|
### Patch Changes
|
|
791
803
|
|
|
792
|
-
- [`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create @atlaskit/link-picker
|
|
804
|
+
- [#19335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19335) [`3deb6f44dd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3deb6f44dd6) - create @atlaskit/link-picker
|
|
793
805
|
|
|
794
806
|
## 0.0.0
|