@atlaskit/link-datasource 1.4.1 → 1.4.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 +130 -124
- package/dist/cjs/analytics/constants.js +1 -1
- package/dist/cjs/ui/assets-modal/modal/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/es2019/analytics/constants.js +1 -1
- package/dist/es2019/ui/assets-modal/modal/index.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/esm/analytics/constants.js +1 -1
- package/dist/esm/ui/assets-modal/modal/index.js +1 -1
- package/dist/esm/ui/jira-issues-modal/modal/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,109 +1,115 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40743) [`a0c3be1b27f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0c3be1b27f) - [ux] Enabled datasource insert from jira config modal with no issues result
|
|
8
|
+
|
|
3
9
|
## 1.4.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`c8a7c9e33a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a7c9e33a8) - [ux] Fixed columns not updating on reinsertion with new columns
|
|
13
|
+
- [#40399](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40399) [`c8a7c9e33a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a7c9e33a8) - [ux] Fixed columns not updating on reinsertion with new columns
|
|
8
14
|
|
|
9
15
|
## 1.4.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|
|
13
|
-
- [`b2a9540c8d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2a9540c8d8) - Export a new DatasourceRenderFailedAnalyticsWrapper - a component that can be consumed to emit 'ui.datasource.renderFailed' events when an inserted datasource fails to render
|
|
19
|
+
- [#40478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40478) [`b2a9540c8d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2a9540c8d8) - Export a new DatasourceRenderFailedAnalyticsWrapper - a component that can be consumed to emit 'ui.datasource.renderFailed' events when an inserted datasource fails to render
|
|
14
20
|
|
|
15
21
|
## 1.3.1
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
|
|
25
|
+
- [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491) [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
|
|
20
26
|
|
|
21
27
|
## 1.3.0
|
|
22
28
|
|
|
23
29
|
### Minor Changes
|
|
24
30
|
|
|
25
|
-
- [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
31
|
+
- [#40408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40408) [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
26
32
|
|
|
27
33
|
## 1.2.6
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [`1017511dadf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1017511dadf) - [ux] Prevent search with invalid input
|
|
37
|
+
- [#40284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40284) [`1017511dadf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1017511dadf) - [ux] Prevent search with invalid input
|
|
32
38
|
|
|
33
39
|
## 1.2.5
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
- [`eadf1b04163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadf1b04163) - [ux] Fixed copy on modal
|
|
43
|
+
- [#40458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40458) [`eadf1b04163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadf1b04163) - [ux] Fixed copy on modal
|
|
38
44
|
|
|
39
45
|
## 1.2.4
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
- [`172f52c6df8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/172f52c6df8) - Add UFO metrics to measure column picker performance
|
|
49
|
+
- [#40235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40235) [`172f52c6df8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/172f52c6df8) - Add UFO metrics to measure column picker performance
|
|
44
50
|
|
|
45
51
|
## 1.2.3
|
|
46
52
|
|
|
47
53
|
### Patch Changes
|
|
48
54
|
|
|
49
|
-
- [`de4dddb97d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4dddb97d4) - Added 'ui.datasource.renderSuccess' event with display = 'table'
|
|
55
|
+
- [#40219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40219) [`de4dddb97d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4dddb97d4) - Added 'ui.datasource.renderSuccess' event with display = 'table'
|
|
50
56
|
|
|
51
57
|
## 1.2.2
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
- [`ce3de76af77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3de76af77) - Added ui.table.viewed event
|
|
61
|
+
- [#40107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40107) [`ce3de76af77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3de76af77) - Added ui.table.viewed event
|
|
56
62
|
- Updated dependencies
|
|
57
63
|
|
|
58
64
|
## 1.2.1
|
|
59
65
|
|
|
60
66
|
### Patch Changes
|
|
61
67
|
|
|
62
|
-
- [`103618b094f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103618b094f) - Add UFO metrics to measure datasource rendering performance.
|
|
68
|
+
- [#39912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39912) [`103618b094f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103618b094f) - Add UFO metrics to measure datasource rendering performance.
|
|
63
69
|
- Updated dependencies
|
|
64
70
|
|
|
65
71
|
## 1.2.0
|
|
66
72
|
|
|
67
73
|
### Minor Changes
|
|
68
74
|
|
|
69
|
-
- [`bab3ac9e64e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab3ac9e64e) - Passing analytic events with attributes from link-datasource modal to editor.
|
|
75
|
+
- [#40187](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40187) [`bab3ac9e64e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab3ac9e64e) - Passing analytic events with attributes from link-datasource modal to editor.
|
|
70
76
|
|
|
71
77
|
## 1.1.7
|
|
72
78
|
|
|
73
79
|
### Patch Changes
|
|
74
80
|
|
|
75
|
-
- [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
|
|
81
|
+
- [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127) [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
|
|
76
82
|
|
|
77
83
|
## 1.1.6
|
|
78
84
|
|
|
79
85
|
### Patch Changes
|
|
80
86
|
|
|
81
|
-
- [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - Making use of exported default page size from link-client-extensions
|
|
87
|
+
- [#39265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39265) [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - Making use of exported default page size from link-client-extensions
|
|
82
88
|
- Updated dependencies
|
|
83
89
|
|
|
84
90
|
## 1.1.5
|
|
85
91
|
|
|
86
92
|
### Patch Changes
|
|
87
93
|
|
|
88
|
-
- [`cd31900dba6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd31900dba6) - [ux] Renaming 'issues' to 'items' to be more generic
|
|
94
|
+
- [#40063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40063) [`cd31900dba6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd31900dba6) - [ux] Renaming 'issues' to 'items' to be more generic
|
|
89
95
|
|
|
90
96
|
## 1.1.4
|
|
91
97
|
|
|
92
98
|
### Patch Changes
|
|
93
99
|
|
|
94
|
-
- [`067fe62a1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/067fe62a1dc) - [ux] Updated logic for site selector to default to current site
|
|
100
|
+
- [#39504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39504) [`067fe62a1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/067fe62a1dc) - [ux] Updated logic for site selector to default to current site
|
|
95
101
|
|
|
96
102
|
## 1.1.3
|
|
97
103
|
|
|
98
104
|
### Patch Changes
|
|
99
105
|
|
|
100
|
-
- [`96c9b7127b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c9b7127b1) - Do not load more then 200 fields in dropdown, instead show message explaining limitation and how to move forward
|
|
106
|
+
- [#39923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39923) [`96c9b7127b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c9b7127b1) - Do not load more then 200 fields in dropdown, instead show message explaining limitation and how to move forward
|
|
101
107
|
|
|
102
108
|
## 1.1.2
|
|
103
109
|
|
|
104
110
|
### Patch Changes
|
|
105
111
|
|
|
106
|
-
- [`2378739fad6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2378739fad6) - Added link-datasource link viewed ui analytics events
|
|
112
|
+
- [#39525](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39525) [`2378739fad6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2378739fad6) - Added link-datasource link viewed ui analytics events
|
|
107
113
|
|
|
108
114
|
## 1.1.1
|
|
109
115
|
|
|
@@ -115,72 +121,72 @@
|
|
|
115
121
|
|
|
116
122
|
### Minor Changes
|
|
117
123
|
|
|
118
|
-
- [`3f30d999d86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f30d999d86) - Updating VR tests and helpers that use external resources to local ones for Gemini migration
|
|
124
|
+
- [#39926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39926) [`3f30d999d86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f30d999d86) - Updating VR tests and helpers that use external resources to local ones for Gemini migration
|
|
119
125
|
|
|
120
126
|
## 1.0.21
|
|
121
127
|
|
|
122
128
|
### Patch Changes
|
|
123
129
|
|
|
124
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
130
|
+
- [#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.
|
|
125
131
|
- Updated dependencies
|
|
126
132
|
|
|
127
133
|
## 1.0.20
|
|
128
134
|
|
|
129
135
|
### Patch Changes
|
|
130
136
|
|
|
131
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
137
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481) [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
132
138
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
133
139
|
|
|
134
140
|
## 1.0.19
|
|
135
141
|
|
|
136
142
|
### Patch Changes
|
|
137
143
|
|
|
138
|
-
- [`dffd59c5534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dffd59c5534) - [ux] The initial Jira datasource modal now renders a search icon with a helpful prompt
|
|
144
|
+
- [#39879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39879) [`dffd59c5534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dffd59c5534) - [ux] The initial Jira datasource modal now renders a search icon with a helpful prompt
|
|
139
145
|
|
|
140
146
|
## 1.0.18
|
|
141
147
|
|
|
142
148
|
### Patch Changes
|
|
143
149
|
|
|
144
|
-
- [`e682c758801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e682c758801) - Added button clicked (cancel) and button clicked (insert) UI events
|
|
150
|
+
- [#39682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39682) [`e682c758801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e682c758801) - Added button clicked (cancel) and button clicked (insert) UI events
|
|
145
151
|
|
|
146
152
|
## 1.0.17
|
|
147
153
|
|
|
148
154
|
### Patch Changes
|
|
149
155
|
|
|
150
|
-
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
156
|
+
- [#39460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39460) [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
151
157
|
- Updated dependencies
|
|
152
158
|
|
|
153
159
|
## 1.0.16
|
|
154
160
|
|
|
155
161
|
### Patch Changes
|
|
156
162
|
|
|
157
|
-
- [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added nextItem loaded analytics event
|
|
158
|
-
- [`ecf7019c632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf7019c632) - Added analytics mapper to populate searchMethod analytic attribute, but it is not exposed to consumers yet.
|
|
163
|
+
- [#39465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39465) [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added nextItem loaded analytics event
|
|
164
|
+
- [#39397](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39397) [`ecf7019c632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf7019c632) - Added analytics mapper to populate searchMethod analytic attribute, but it is not exposed to consumers yet.
|
|
159
165
|
|
|
160
166
|
## 1.0.15
|
|
161
167
|
|
|
162
168
|
### Patch Changes
|
|
163
169
|
|
|
164
|
-
- [`50617191678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50617191678) - Added button clicked (sync) event into datasources
|
|
170
|
+
- [#39409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39409) [`50617191678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50617191678) - Added button clicked (sync) event into datasources
|
|
165
171
|
|
|
166
172
|
## 1.0.14
|
|
167
173
|
|
|
168
174
|
### Patch Changes
|
|
169
175
|
|
|
170
|
-
- [`d2172ba6e25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2172ba6e25) - Updated analytics spec with ui events for datasources
|
|
176
|
+
- [#39387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39387) [`d2172ba6e25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2172ba6e25) - Updated analytics spec with ui events for datasources
|
|
171
177
|
|
|
172
178
|
## 1.0.13
|
|
173
179
|
|
|
174
180
|
### Patch Changes
|
|
175
181
|
|
|
176
|
-
- [`46b2cb60ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b2cb60ad0) - Delete editor prosemirror from AFE Repo
|
|
182
|
+
- [#39314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39314) [`46b2cb60ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b2cb60ad0) - Delete editor prosemirror from AFE Repo
|
|
177
183
|
- Updated dependencies
|
|
178
184
|
|
|
179
185
|
## 1.0.12
|
|
180
186
|
|
|
181
187
|
### Patch Changes
|
|
182
188
|
|
|
183
|
-
- [`1c2a3601900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c2a3601900) - Add analytics context to AssetsConfigModal
|
|
189
|
+
- [#39245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39245) [`1c2a3601900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c2a3601900) - Add analytics context to AssetsConfigModal
|
|
184
190
|
- Updated dependencies
|
|
185
191
|
|
|
186
192
|
## 1.0.11
|
|
@@ -193,19 +199,19 @@
|
|
|
193
199
|
|
|
194
200
|
### Patch Changes
|
|
195
201
|
|
|
196
|
-
- [`4994b59823e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4994b59823e) - [ux] Fix assets modal columns to reset when changing schema
|
|
202
|
+
- [#38878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38878) [`4994b59823e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4994b59823e) - [ux] Fix assets modal columns to reset when changing schema
|
|
197
203
|
|
|
198
204
|
## 1.0.9
|
|
199
205
|
|
|
200
206
|
### Patch Changes
|
|
201
207
|
|
|
202
|
-
- [`ee9ef928b39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee9ef928b39) - [ux] Link render types will now render on a new line
|
|
208
|
+
- [#39137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39137) [`ee9ef928b39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee9ef928b39) - [ux] Link render types will now render on a new line
|
|
203
209
|
|
|
204
210
|
## 1.0.8
|
|
205
211
|
|
|
206
212
|
### Patch Changes
|
|
207
213
|
|
|
208
|
-
- [`f3420d5b890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3420d5b890) - fix flaky VR tests for assets modal
|
|
214
|
+
- [#39134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39134) [`f3420d5b890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3420d5b890) - fix flaky VR tests for assets modal
|
|
209
215
|
|
|
210
216
|
## 1.0.7
|
|
211
217
|
|
|
@@ -217,63 +223,63 @@
|
|
|
217
223
|
|
|
218
224
|
### Patch Changes
|
|
219
225
|
|
|
220
|
-
- [`b1c75396ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1c75396ac8) - [ux] Cursor will not appear as grab when read only
|
|
226
|
+
- [#38951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38951) [`b1c75396ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1c75396ac8) - [ux] Cursor will not appear as grab when read only
|
|
221
227
|
|
|
222
228
|
## 1.0.5
|
|
223
229
|
|
|
224
230
|
### Patch Changes
|
|
225
231
|
|
|
226
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
232
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976) [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
227
233
|
|
|
228
234
|
## 1.0.4
|
|
229
235
|
|
|
230
236
|
### Patch Changes
|
|
231
237
|
|
|
232
|
-
- [`ea1fef58561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1fef58561) - [ux] Fixes to column styling and other minor formatting issues
|
|
238
|
+
- [#38967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38967) [`ea1fef58561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1fef58561) - [ux] Fixes to column styling and other minor formatting issues
|
|
233
239
|
|
|
234
240
|
## 1.0.3
|
|
235
241
|
|
|
236
242
|
### Patch Changes
|
|
237
243
|
|
|
238
|
-
- [`513a4e98543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/513a4e98543) - [ux] links will now fallback to rendering as an anchor if smart-card fails to resolve
|
|
244
|
+
- [#38844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38844) [`513a4e98543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/513a4e98543) - [ux] links will now fallback to rendering as an anchor if smart-card fails to resolve
|
|
239
245
|
|
|
240
246
|
## 1.0.2
|
|
241
247
|
|
|
242
248
|
### Patch Changes
|
|
243
249
|
|
|
244
|
-
- [`bfa189b840a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfa189b840a) - [ux] String render types will now render each string on a new line
|
|
250
|
+
- [#38659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38659) [`bfa189b840a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfa189b840a) - [ux] String render types will now render each string on a new line
|
|
245
251
|
|
|
246
252
|
## 1.0.1
|
|
247
253
|
|
|
248
254
|
### Patch Changes
|
|
249
255
|
|
|
250
|
-
- [`801e874de87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/801e874de87) - Migrate `jql-editor-common` and `jql-editor-autocomplete-rest` packages to the `@atlaskit` namespace. Any consumers should update their imports to `@atlaskit/jql-editor-common` and `@atlaskit/jql-editor-autocomplete-rest`.
|
|
256
|
+
- [#38912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38912) [`801e874de87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/801e874de87) - Migrate `jql-editor-common` and `jql-editor-autocomplete-rest` packages to the `@atlaskit` namespace. Any consumers should update their imports to `@atlaskit/jql-editor-common` and `@atlaskit/jql-editor-autocomplete-rest`.
|
|
251
257
|
- Updated dependencies
|
|
252
258
|
|
|
253
259
|
## 1.0.0
|
|
254
260
|
|
|
255
261
|
### Major Changes
|
|
256
262
|
|
|
257
|
-
- [`c8ad3f81d9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8ad3f81d9c) - Releasing first major version. Nothing has changes since last version.
|
|
263
|
+
- [#38899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38899) [`c8ad3f81d9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8ad3f81d9c) - Releasing first major version. Nothing has changes since last version.
|
|
258
264
|
|
|
259
265
|
## 0.34.8
|
|
260
266
|
|
|
261
267
|
### Patch Changes
|
|
262
268
|
|
|
263
|
-
- [`3f3b63589a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3b63589a1) - Fix issue where icon sizing is inconsitent. Also added some icons that are larger and were causing problems in prod to the mock data so we can have some examples on hand.
|
|
269
|
+
- [#38722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38722) [`3f3b63589a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3b63589a1) - Fix issue where icon sizing is inconsitent. Also added some icons that are larger and were causing problems in prod to the mock data so we can have some examples on hand.
|
|
264
270
|
|
|
265
271
|
## 0.34.7
|
|
266
272
|
|
|
267
273
|
### Patch Changes
|
|
268
274
|
|
|
269
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
275
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
270
276
|
- Updated dependencies
|
|
271
277
|
|
|
272
278
|
## 0.34.6
|
|
273
279
|
|
|
274
280
|
### Patch Changes
|
|
275
281
|
|
|
276
|
-
- [`d018119646e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d018119646e) - [ux] Added classname to datasource table for disabling of comments in confluence
|
|
282
|
+
- [#38795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38795) [`d018119646e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d018119646e) - [ux] Added classname to datasource table for disabling of comments in confluence
|
|
277
283
|
|
|
278
284
|
## 0.34.5
|
|
279
285
|
|
|
@@ -285,44 +291,44 @@
|
|
|
285
291
|
|
|
286
292
|
### Patch Changes
|
|
287
293
|
|
|
288
|
-
- [`0fb7c3220b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7c3220b9) - Fix issue where link doesn't open in new tab
|
|
294
|
+
- [#38587](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38587) [`0fb7c3220b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7c3220b9) - Fix issue where link doesn't open in new tab
|
|
289
295
|
|
|
290
296
|
## 0.34.3
|
|
291
297
|
|
|
292
298
|
### Patch Changes
|
|
293
299
|
|
|
294
|
-
- [`f93b91224c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f93b91224c7) - [ux] Refocused column search after initial load
|
|
300
|
+
- [#38650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38650) [`f93b91224c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f93b91224c7) - [ux] Refocused column search after initial load
|
|
295
301
|
|
|
296
302
|
## 0.34.2
|
|
297
303
|
|
|
298
304
|
### Patch Changes
|
|
299
305
|
|
|
300
|
-
- [`4929f0c37cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4929f0c37cc) - [ux] Update empty state in assets modal with link
|
|
306
|
+
- [#38213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38213) [`4929f0c37cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4929f0c37cc) - [ux] Update empty state in assets modal with link
|
|
301
307
|
- Updated dependencies
|
|
302
308
|
|
|
303
309
|
## 0.34.1
|
|
304
310
|
|
|
305
311
|
### Patch Changes
|
|
306
312
|
|
|
307
|
-
- [`0260eb48f1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0260eb48f1a) - [ux] Skip column schema apply if no results on initial query
|
|
313
|
+
- [#38584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38584) [`0260eb48f1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0260eb48f1a) - [ux] Skip column schema apply if no results on initial query
|
|
308
314
|
|
|
309
315
|
## 0.34.0
|
|
310
316
|
|
|
311
317
|
### Minor Changes
|
|
312
318
|
|
|
313
|
-
- [`02ac9829cf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ac9829cf8) - [ux] Added support for richtext.
|
|
319
|
+
- [#37784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37784) [`02ac9829cf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ac9829cf8) - [ux] Added support for richtext.
|
|
314
320
|
|
|
315
321
|
## 0.33.12
|
|
316
322
|
|
|
317
323
|
### Patch Changes
|
|
318
324
|
|
|
319
|
-
- [`0aadfa0dc26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aadfa0dc26) - Fix double loading inside table view
|
|
325
|
+
- [#38557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38557) [`0aadfa0dc26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aadfa0dc26) - Fix double loading inside table view
|
|
320
326
|
|
|
321
327
|
## 0.33.11
|
|
322
328
|
|
|
323
329
|
### Patch Changes
|
|
324
330
|
|
|
325
|
-
- [`d6c7bae4615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c7bae4615) - [ux] Insert button correctly displays without plural for single object
|
|
331
|
+
- [#38437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38437) [`d6c7bae4615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c7bae4615) - [ux] Insert button correctly displays without plural for single object
|
|
326
332
|
|
|
327
333
|
## 0.33.10
|
|
328
334
|
|
|
@@ -334,7 +340,7 @@
|
|
|
334
340
|
|
|
335
341
|
### Patch Changes
|
|
336
342
|
|
|
337
|
-
- [`bb7599728b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb7599728b7) - [ux] Disable assets modal search button while AQL is invalid
|
|
343
|
+
- [#38546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38546) [`bb7599728b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb7599728b7) - [ux] Disable assets modal search button while AQL is invalid
|
|
338
344
|
|
|
339
345
|
## 0.33.8
|
|
340
346
|
|
|
@@ -346,7 +352,7 @@
|
|
|
346
352
|
|
|
347
353
|
### Patch Changes
|
|
348
354
|
|
|
349
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
355
|
+
- [#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
|
|
350
356
|
|
|
351
357
|
## 0.33.6
|
|
352
358
|
|
|
@@ -358,68 +364,68 @@
|
|
|
358
364
|
|
|
359
365
|
### Patch Changes
|
|
360
366
|
|
|
361
|
-
- [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux] Updates width of datasource modals
|
|
367
|
+
- [#38306](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38306) [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux] Updates width of datasource modals
|
|
362
368
|
|
|
363
369
|
## 0.33.4
|
|
364
370
|
|
|
365
371
|
### Patch Changes
|
|
366
372
|
|
|
367
|
-
- [`8e94b911608`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e94b911608) - Use caching mechanism of `useDatasourceClientExtension` hook. Force actual request in cases like search button or refresh button
|
|
373
|
+
- [#38189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38189) [`8e94b911608`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e94b911608) - Use caching mechanism of `useDatasourceClientExtension` hook. Force actual request in cases like search button or refresh button
|
|
368
374
|
- Updated dependencies
|
|
369
375
|
|
|
370
376
|
## 0.33.3
|
|
371
377
|
|
|
372
378
|
### Patch Changes
|
|
373
379
|
|
|
374
|
-
- [`60170e1d0cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60170e1d0cd) - Fixes to table view header: Remove drag handles, add tooltip, fix padding in editor context
|
|
380
|
+
- [#38120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38120) [`60170e1d0cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60170e1d0cd) - Fixes to table view header: Remove drag handles, add tooltip, fix padding in editor context
|
|
375
381
|
|
|
376
382
|
## 0.33.2
|
|
377
383
|
|
|
378
384
|
### Patch Changes
|
|
379
385
|
|
|
380
|
-
- [`7e77ad40512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77ad40512) - [ux] Add question mark to search field with link to aql docs
|
|
386
|
+
- [#38052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38052) [`7e77ad40512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77ad40512) - [ux] Add question mark to search field with link to aql docs
|
|
381
387
|
|
|
382
388
|
## 0.33.1
|
|
383
389
|
|
|
384
390
|
### Patch Changes
|
|
385
391
|
|
|
386
|
-
- [`3c77a5b1377`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c77a5b1377) - Change behaviour of Assets Config Modal schema select to fetch on mount
|
|
392
|
+
- [#38060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38060) [`3c77a5b1377`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c77a5b1377) - Change behaviour of Assets Config Modal schema select to fetch on mount
|
|
387
393
|
|
|
388
394
|
## 0.33.0
|
|
389
395
|
|
|
390
396
|
### Minor Changes
|
|
391
397
|
|
|
392
|
-
- [`6ee82691c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee82691c4e) - [ux] Changed shimmer on empty state view to only occur when loading data initially
|
|
398
|
+
- [#38019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38019) [`6ee82691c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee82691c4e) - [ux] Changed shimmer on empty state view to only occur when loading data initially
|
|
393
399
|
|
|
394
400
|
## 0.32.0
|
|
395
401
|
|
|
396
402
|
### Minor Changes
|
|
397
403
|
|
|
398
|
-
- [`bfe11404834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe11404834) - Adds Analytics support for datasource.
|
|
404
|
+
- [#37584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37584) [`bfe11404834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe11404834) - Adds Analytics support for datasource.
|
|
399
405
|
|
|
400
406
|
## 0.31.3
|
|
401
407
|
|
|
402
408
|
### Patch Changes
|
|
403
409
|
|
|
404
|
-
- [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve DnD Experience in Datasource Table view
|
|
410
|
+
- [#37505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37505) [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve DnD Experience in Datasource Table view
|
|
405
411
|
|
|
406
412
|
## 0.31.2
|
|
407
413
|
|
|
408
414
|
### Patch Changes
|
|
409
415
|
|
|
410
|
-
- [`ab5b543f761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab5b543f761) - Assets List of Links send actual workspaceId to fetch data on insert
|
|
416
|
+
- [#37880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37880) [`ab5b543f761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab5b543f761) - Assets List of Links send actual workspaceId to fetch data on insert
|
|
411
417
|
|
|
412
418
|
## 0.31.1
|
|
413
419
|
|
|
414
420
|
### Patch Changes
|
|
415
421
|
|
|
416
|
-
- [`ac9d6f74970`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9d6f74970) - List of Links Assets Modal uses workspaceId instead of cloudId
|
|
422
|
+
- [#37835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37835) [`ac9d6f74970`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9d6f74970) - List of Links Assets Modal uses workspaceId instead of cloudId
|
|
417
423
|
|
|
418
424
|
## 0.31.0
|
|
419
425
|
|
|
420
426
|
### Minor Changes
|
|
421
427
|
|
|
422
|
-
- [`220d407e10c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220d407e10c) - [ux] Update empty state skeleton UI and add empty state to datasourceTableView
|
|
428
|
+
- [#37245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37245) [`220d407e10c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220d407e10c) - [ux] Update empty state skeleton UI and add empty state to datasourceTableView
|
|
423
429
|
|
|
424
430
|
### Patch Changes
|
|
425
431
|
|
|
@@ -429,13 +435,13 @@
|
|
|
429
435
|
|
|
430
436
|
### Patch Changes
|
|
431
437
|
|
|
432
|
-
- [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix typo in initialStateViewMessages.learnMoreLink
|
|
438
|
+
- [#37788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37788) [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix typo in initialStateViewMessages.learnMoreLink
|
|
433
439
|
|
|
434
440
|
## 0.30.2
|
|
435
441
|
|
|
436
442
|
### Patch Changes
|
|
437
443
|
|
|
438
|
-
- [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
|
|
444
|
+
- [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720) [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
|
|
439
445
|
|
|
440
446
|
## 0.30.1
|
|
441
447
|
|
|
@@ -447,46 +453,46 @@
|
|
|
447
453
|
|
|
448
454
|
### Minor Changes
|
|
449
455
|
|
|
450
|
-
- [`d8d641d500b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8d641d500b) - [ux] Add issueLikeDataTableView in assets modal
|
|
456
|
+
- [#37546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37546) [`d8d641d500b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8d641d500b) - [ux] Add issueLikeDataTableView in assets modal
|
|
451
457
|
|
|
452
458
|
## 0.29.5
|
|
453
459
|
|
|
454
460
|
### Patch Changes
|
|
455
461
|
|
|
456
|
-
- [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks
|
|
462
|
+
- [#37409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37409) [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks
|
|
457
463
|
- Updated dependencies
|
|
458
464
|
|
|
459
465
|
## 0.29.4
|
|
460
466
|
|
|
461
467
|
### Patch Changes
|
|
462
468
|
|
|
463
|
-
- [`21822300038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21822300038) - Export AssetsConfigModal component from this package
|
|
469
|
+
- [#37357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37357) [`21822300038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21822300038) - Export AssetsConfigModal component from this package
|
|
464
470
|
|
|
465
471
|
## 0.29.3
|
|
466
472
|
|
|
467
473
|
### Patch Changes
|
|
468
474
|
|
|
469
|
-
- [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) - Updating internal dependency
|
|
475
|
+
- [#37394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37394) [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) - Updating internal dependency
|
|
470
476
|
- Updated dependencies
|
|
471
477
|
|
|
472
478
|
## 0.29.2
|
|
473
479
|
|
|
474
480
|
### Patch Changes
|
|
475
481
|
|
|
476
|
-
- [`2a91b8a2cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a91b8a2cb3) - Update imports from `@atlaskit/pragmatic-drag-and-drop-react-indicator` to use the new `/box-without-terminal` entrypoint. There should be no other changes, the entrypoint has been renamed.
|
|
482
|
+
- [#37280](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37280) [`2a91b8a2cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a91b8a2cb3) - Update imports from `@atlaskit/pragmatic-drag-and-drop-react-indicator` to use the new `/box-without-terminal` entrypoint. There should be no other changes, the entrypoint has been renamed.
|
|
477
483
|
- Updated dependencies
|
|
478
484
|
|
|
479
485
|
## 0.29.1
|
|
480
486
|
|
|
481
487
|
### Patch Changes
|
|
482
488
|
|
|
483
|
-
- [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug where clicking anything in column picker inside Datasource table triggers editor focus toggling
|
|
489
|
+
- [#37163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37163) [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug where clicking anything in column picker inside Datasource table triggers editor focus toggling
|
|
484
490
|
|
|
485
491
|
## 0.29.0
|
|
486
492
|
|
|
487
493
|
### Minor Changes
|
|
488
494
|
|
|
489
|
-
- [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux] Added onInsertPressed method to insert ADF into doc and updated helper test mocks
|
|
495
|
+
- [#37034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37034) [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux] Added onInsertPressed method to insert ADF into doc and updated helper test mocks
|
|
490
496
|
|
|
491
497
|
## 0.28.5
|
|
492
498
|
|
|
@@ -498,13 +504,13 @@
|
|
|
498
504
|
|
|
499
505
|
### Patch Changes
|
|
500
506
|
|
|
501
|
-
- [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux] Sticky column picker
|
|
507
|
+
- [#36806](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36806) [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux] Sticky column picker
|
|
502
508
|
|
|
503
509
|
## 0.28.3
|
|
504
510
|
|
|
505
511
|
### Patch Changes
|
|
506
512
|
|
|
507
|
-
- [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) - Upgrade JQL editor dependencies.
|
|
513
|
+
- [#36788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36788) [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) - Upgrade JQL editor dependencies.
|
|
508
514
|
|
|
509
515
|
## 0.28.2
|
|
510
516
|
|
|
@@ -516,13 +522,13 @@
|
|
|
516
522
|
|
|
517
523
|
### Patch Changes
|
|
518
524
|
|
|
519
|
-
- [`d311f1a30e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d311f1a30e1) - Fix issue where table doesn't update after edit in the modal
|
|
525
|
+
- [#36746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36746) [`d311f1a30e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d311f1a30e1) - Fix issue where table doesn't update after edit in the modal
|
|
520
526
|
|
|
521
527
|
## 0.28.0
|
|
522
528
|
|
|
523
529
|
### Minor Changes
|
|
524
530
|
|
|
525
|
-
- [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added assets modal to link-datasource, which includes the following API additions:
|
|
531
|
+
- [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302) [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added assets modal to link-datasource, which includes the following API additions:
|
|
526
532
|
|
|
527
533
|
- datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
|
|
528
534
|
- new component: `JSMAssetsConfigModal`
|
|
@@ -536,7 +542,7 @@
|
|
|
536
542
|
|
|
537
543
|
### Patch Changes
|
|
538
544
|
|
|
539
|
-
- [`45562e99798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45562e99798) - Added cmdbService, useAssetsClient hook and useValidateAqlText hook
|
|
545
|
+
- [#36420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36420) [`45562e99798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45562e99798) - Added cmdbService, useAssetsClient hook and useValidateAqlText hook
|
|
540
546
|
|
|
541
547
|
## 0.27.3
|
|
542
548
|
|
|
@@ -560,7 +566,7 @@
|
|
|
560
566
|
|
|
561
567
|
### Minor Changes
|
|
562
568
|
|
|
563
|
-
- [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add restricted access view to modal and table
|
|
569
|
+
- [#35297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35297) [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add restricted access view to modal and table
|
|
564
570
|
|
|
565
571
|
### Patch Changes
|
|
566
572
|
|
|
@@ -570,7 +576,7 @@
|
|
|
570
576
|
|
|
571
577
|
### Minor Changes
|
|
572
578
|
|
|
573
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
579
|
+
- [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499) [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
574
580
|
|
|
575
581
|
### Patch Changes
|
|
576
582
|
|
|
@@ -586,13 +592,13 @@
|
|
|
586
592
|
|
|
587
593
|
### Patch Changes
|
|
588
594
|
|
|
589
|
-
- [`64bdd3a389b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64bdd3a389b) - Style changes and translation updates. Also remove IntlProvider from prode code.
|
|
595
|
+
- [#36062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36062) [`64bdd3a389b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64bdd3a389b) - Style changes and translation updates. Also remove IntlProvider from prode code.
|
|
590
596
|
|
|
591
597
|
## 0.25.0
|
|
592
598
|
|
|
593
599
|
### Minor Changes
|
|
594
600
|
|
|
595
|
-
- [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change the datasource response type to include the meta data section and the data response will wrap in the data section
|
|
601
|
+
- [#35861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35861) [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change the datasource response type to include the meta data section and the data response will wrap in the data section
|
|
596
602
|
|
|
597
603
|
### Patch Changes
|
|
598
604
|
|
|
@@ -602,7 +608,7 @@
|
|
|
602
608
|
|
|
603
609
|
### Patch Changes
|
|
604
610
|
|
|
605
|
-
- [`b75c571b91b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75c571b91b) - Fix up problem where we don't set react's "key" for list of content we show in each cell (like tags)
|
|
611
|
+
- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936) [`b75c571b91b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75c571b91b) - Fix up problem where we don't set react's "key" for list of content we show in each cell (like tags)
|
|
606
612
|
- Updated dependencies
|
|
607
613
|
|
|
608
614
|
## 0.24.3
|
|
@@ -621,31 +627,31 @@
|
|
|
621
627
|
|
|
622
628
|
### Patch Changes
|
|
623
629
|
|
|
624
|
-
- [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
630
|
+
- [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582) [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
625
631
|
|
|
626
632
|
## 0.24.0
|
|
627
633
|
|
|
628
634
|
### Minor Changes
|
|
629
635
|
|
|
630
|
-
- [`108aa0ad121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/108aa0ad121) - [ux] Fix some table bugs such as inconsistency between issue count for modal/table and fix case where user can deselect all fields in the column picker
|
|
636
|
+
- [#35418](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35418) [`108aa0ad121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/108aa0ad121) - [ux] Fix some table bugs such as inconsistency between issue count for modal/table and fix case where user can deselect all fields in the column picker
|
|
631
637
|
|
|
632
638
|
## 0.23.0
|
|
633
639
|
|
|
634
640
|
### Minor Changes
|
|
635
641
|
|
|
636
|
-
- [`62465d6399f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62465d6399f) - [ux] Adding loading spinner to search button and fixed initial search loading state in table
|
|
642
|
+
- [#35235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35235) [`62465d6399f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62465d6399f) - [ux] Adding loading spinner to search button and fixed initial search loading state in table
|
|
637
643
|
|
|
638
644
|
## 0.22.0
|
|
639
645
|
|
|
640
646
|
### Minor Changes
|
|
641
647
|
|
|
642
|
-
- [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux] Added empty and error states to jira modal and datasourceTable
|
|
648
|
+
- [#34796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34796) [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux] Added empty and error states to jira modal and datasourceTable
|
|
643
649
|
|
|
644
650
|
## 0.21.2
|
|
645
651
|
|
|
646
652
|
### Patch Changes
|
|
647
653
|
|
|
648
|
-
- [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux] Various bug fixes to jira issue modal
|
|
654
|
+
- [#34363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34363) [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux] Various bug fixes to jira issue modal
|
|
649
655
|
- Updated dependencies
|
|
650
656
|
|
|
651
657
|
## 0.21.1
|
|
@@ -658,7 +664,7 @@
|
|
|
658
664
|
|
|
659
665
|
### Minor Changes
|
|
660
666
|
|
|
661
|
-
- [`0b68480a270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b68480a270) - Update logic to call `/details` only when full schema is required and added field list, includeSchema flag to `/data` call
|
|
667
|
+
- [#34180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34180) [`0b68480a270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b68480a270) - Update logic to call `/details` only when full schema is required and added field list, includeSchema flag to `/data` call
|
|
662
668
|
|
|
663
669
|
### Patch Changes
|
|
664
670
|
|
|
@@ -668,19 +674,19 @@
|
|
|
668
674
|
|
|
669
675
|
### Minor Changes
|
|
670
676
|
|
|
671
|
-
- [`0407e628d5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0407e628d5b) - [ux] Fix some table bugs
|
|
677
|
+
- [#34725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34725) [`0407e628d5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0407e628d5b) - [ux] Fix some table bugs
|
|
672
678
|
|
|
673
679
|
## 0.19.1
|
|
674
680
|
|
|
675
681
|
### Patch Changes
|
|
676
682
|
|
|
677
|
-
- [`f5d34a140ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5d34a140ad) - Move both exported components to be behind lazy loading
|
|
683
|
+
- [#34731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34731) [`f5d34a140ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5d34a140ad) - Move both exported components to be behind lazy loading
|
|
678
684
|
|
|
679
685
|
## 0.19.0
|
|
680
686
|
|
|
681
687
|
### Minor Changes
|
|
682
688
|
|
|
683
|
-
- [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
|
|
689
|
+
- [#34691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34691) [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
|
|
684
690
|
- Modify DatasourceAdf table view type
|
|
685
691
|
|
|
686
692
|
### Patch Changes
|
|
@@ -691,13 +697,13 @@
|
|
|
691
697
|
|
|
692
698
|
### Patch Changes
|
|
693
699
|
|
|
694
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
700
|
+
- [#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
|
|
695
701
|
|
|
696
702
|
## 0.18.0
|
|
697
703
|
|
|
698
704
|
### Minor Changes
|
|
699
705
|
|
|
700
|
-
- [`8ddcd8088a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ddcd8088a9) - - Removing `onUpdateParameters` and `onVisibleColumnKeysChange` props from JiraIssuesConfigModal
|
|
706
|
+
- [#34652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34652) [`8ddcd8088a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ddcd8088a9) - - Removing `onUpdateParameters` and `onVisibleColumnKeysChange` props from JiraIssuesConfigModal
|
|
701
707
|
- make datasourceAdf type option of onInsert callback more jira concrete (JiraIssuesDatasourceAdf)
|
|
702
708
|
- Export `JiraIssuesDatasourceAdf` type
|
|
703
709
|
|
|
@@ -711,7 +717,7 @@
|
|
|
711
717
|
|
|
712
718
|
### Patch Changes
|
|
713
719
|
|
|
714
|
-
- [`d417c0728a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d417c0728a8) - Added logic to show selected options at the top of the column picker
|
|
720
|
+
- [#34431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34431) [`d417c0728a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d417c0728a8) - Added logic to show selected options at the top of the column picker
|
|
715
721
|
|
|
716
722
|
## 0.17.4
|
|
717
723
|
|
|
@@ -729,78 +735,78 @@
|
|
|
729
735
|
|
|
730
736
|
### Patch Changes
|
|
731
737
|
|
|
732
|
-
- [`b23bb695309`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b23bb695309) - Remove hard-coded column from modal
|
|
738
|
+
- [#34119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34119) [`b23bb695309`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b23bb695309) - Remove hard-coded column from modal
|
|
733
739
|
|
|
734
740
|
## 0.17.1
|
|
735
741
|
|
|
736
742
|
### Patch Changes
|
|
737
743
|
|
|
738
|
-
- [`4c56014f328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c56014f328) - Updated components to use the new `DatasourceDataResponseItem` format
|
|
744
|
+
- [#34035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34035) [`4c56014f328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c56014f328) - Updated components to use the new `DatasourceDataResponseItem` format
|
|
739
745
|
- Updated dependencies
|
|
740
746
|
|
|
741
747
|
## 0.17.0
|
|
742
748
|
|
|
743
749
|
### Minor Changes
|
|
744
750
|
|
|
745
|
-
- [`85866be02b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85866be02b9) - Add new exported member `JIRA_LIST_OF_LINKS_DATASOURCE_ID`; Also fix bug where next cursor is not reset when new search query starts and fix up format of the body that we send to /details endpoint
|
|
751
|
+
- [#34060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34060) [`85866be02b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85866be02b9) - Add new exported member `JIRA_LIST_OF_LINKS_DATASOURCE_ID`; Also fix bug where next cursor is not reset when new search query starts and fix up format of the body that we send to /details endpoint
|
|
746
752
|
|
|
747
753
|
## 0.16.1
|
|
748
754
|
|
|
749
755
|
### Patch Changes
|
|
750
756
|
|
|
751
|
-
- [`d9be88498a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9be88498a8) - Updated components to use the new `DatasourceType` value format
|
|
757
|
+
- [#33917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33917) [`d9be88498a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9be88498a8) - Updated components to use the new `DatasourceType` value format
|
|
752
758
|
- Updated dependencies
|
|
753
759
|
|
|
754
760
|
## 0.16.0
|
|
755
761
|
|
|
756
762
|
### Minor Changes
|
|
757
763
|
|
|
758
|
-
- [`a68bac355b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a68bac355b0) - Renaming `JiraIssuesTableView` into `DatasourceTableView` and changing its `parameters` property to be an `object`
|
|
764
|
+
- [#33988](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33988) [`a68bac355b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a68bac355b0) - Renaming `JiraIssuesTableView` into `DatasourceTableView` and changing its `parameters` property to be an `object`
|
|
759
765
|
|
|
760
766
|
## 0.15.1
|
|
761
767
|
|
|
762
768
|
### Patch Changes
|
|
763
769
|
|
|
764
|
-
- [`3d4e152483b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d4e152483b) - Move all the mocking outside into link-test-helpers and use it.
|
|
770
|
+
- [#33841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33841) [`3d4e152483b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d4e152483b) - Move all the mocking outside into link-test-helpers and use it.
|
|
765
771
|
|
|
766
772
|
## 0.15.0
|
|
767
773
|
|
|
768
774
|
### Minor Changes
|
|
769
775
|
|
|
770
|
-
- [`9b52f1c40fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b52f1c40fa) - Added a default column width to specific fields and types
|
|
776
|
+
- [#33767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33767) [`9b52f1c40fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b52f1c40fa) - Added a default column width to specific fields and types
|
|
771
777
|
|
|
772
778
|
## 0.14.4
|
|
773
779
|
|
|
774
780
|
### Patch Changes
|
|
775
781
|
|
|
776
|
-
- [`e63f4d2d305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e63f4d2d305) - Changed the package scope to public @atlaskit and made `onVisibleColumnKeysChange` optional to allow read only tables.
|
|
782
|
+
- [#33794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33794) [`e63f4d2d305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e63f4d2d305) - Changed the package scope to public @atlaskit and made `onVisibleColumnKeysChange` optional to allow read only tables.
|
|
777
783
|
|
|
778
784
|
## 0.14.3
|
|
779
785
|
|
|
780
786
|
### Patch Changes
|
|
781
787
|
|
|
782
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
788
|
+
- [#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
|
|
783
789
|
- Updated dependencies
|
|
784
790
|
|
|
785
791
|
## 0.14.2
|
|
786
792
|
|
|
787
793
|
### Patch Changes
|
|
788
794
|
|
|
789
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
795
|
+
- [#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`
|
|
790
796
|
- Updated dependencies
|
|
791
797
|
|
|
792
798
|
## 0.14.1
|
|
793
799
|
|
|
794
800
|
### Patch Changes
|
|
795
801
|
|
|
796
|
-
- [`07020547a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07020547a93) - Safe direct migraiton to design token API. This change is not visible for those who aren't using design tokens
|
|
802
|
+
- [#33377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33377) [`07020547a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07020547a93) - Safe direct migraiton to design token API. This change is not visible for those who aren't using design tokens
|
|
797
803
|
- Updated dependencies
|
|
798
804
|
|
|
799
805
|
## 0.14.0
|
|
800
806
|
|
|
801
807
|
### Minor Changes
|
|
802
808
|
|
|
803
|
-
- [`5968b8a8210`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5968b8a8210) - [ux] added view mode toggle to config modal
|
|
809
|
+
- [#33245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33245) [`5968b8a8210`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5968b8a8210) - [ux] added view mode toggle to config modal
|
|
804
810
|
|
|
805
811
|
## 0.13.3
|
|
806
812
|
|
|
@@ -812,27 +818,27 @@
|
|
|
812
818
|
|
|
813
819
|
### Patch Changes
|
|
814
820
|
|
|
815
|
-
- [`1540a29f7f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1540a29f7f4) - [ux] change logic in footer to show total issues fetched and not current number of issues in table
|
|
821
|
+
- [#33177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33177) [`1540a29f7f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1540a29f7f4) - [ux] change logic in footer to show total issues fetched and not current number of issues in table
|
|
816
822
|
- Updated dependencies
|
|
817
823
|
|
|
818
824
|
## 0.13.1
|
|
819
825
|
|
|
820
826
|
### Patch Changes
|
|
821
827
|
|
|
822
|
-
- [`aa7eb05066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa7eb05066d) - Internal dependency of `@atlaskit/drag-and-drop*` has been renamed to `@atlaskit/pragmatic-drag-and-drop*`
|
|
828
|
+
- [#33262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33262) [`aa7eb05066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa7eb05066d) - Internal dependency of `@atlaskit/drag-and-drop*` has been renamed to `@atlaskit/pragmatic-drag-and-drop*`
|
|
823
829
|
- Updated dependencies
|
|
824
830
|
|
|
825
831
|
## 0.13.0
|
|
826
832
|
|
|
827
833
|
### Minor Changes
|
|
828
834
|
|
|
829
|
-
- [`cd179e6f433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd179e6f433) - Added logic to render as `SmartCard` when result has only one row
|
|
835
|
+
- [#33015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33015) [`cd179e6f433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd179e6f433) - Added logic to render as `SmartCard` when result has only one row
|
|
830
836
|
|
|
831
837
|
## 0.12.0
|
|
832
838
|
|
|
833
839
|
### Minor Changes
|
|
834
840
|
|
|
835
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
841
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
836
842
|
|
|
837
843
|
### Patch Changes
|
|
838
844
|
|
|
@@ -842,7 +848,7 @@
|
|
|
842
848
|
|
|
843
849
|
### Minor Changes
|
|
844
850
|
|
|
845
|
-
- [`ab383434b1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab383434b1c) - Ability to generate Datasource ADF on insertion
|
|
851
|
+
- [#32939](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32939) [`ab383434b1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab383434b1c) - Ability to generate Datasource ADF on insertion
|
|
846
852
|
|
|
847
853
|
### Patch Changes
|
|
848
854
|
|
|
@@ -858,19 +864,19 @@
|
|
|
858
864
|
|
|
859
865
|
### Minor Changes
|
|
860
866
|
|
|
861
|
-
- [`1a044d5345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a044d5345a) - [ux] Adds issue count and refresh button component
|
|
867
|
+
- [#32949](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32949) [`1a044d5345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a044d5345a) - [ux] Adds issue count and refresh button component
|
|
862
868
|
|
|
863
869
|
## 0.9.1
|
|
864
870
|
|
|
865
871
|
### Patch Changes
|
|
866
872
|
|
|
867
|
-
- [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) - Refactoring mode-switcher
|
|
873
|
+
- [#33057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33057) [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) - Refactoring mode-switcher
|
|
868
874
|
|
|
869
875
|
## 0.9.0
|
|
870
876
|
|
|
871
877
|
### Minor Changes
|
|
872
878
|
|
|
873
|
-
- [`5abf8a31abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5abf8a31abb) - Refactor IssueLikeTable. Move it's state outside into hook useDatasourceTableState
|
|
879
|
+
- [#32751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32751) [`5abf8a31abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5abf8a31abb) - Refactor IssueLikeTable. Move it's state outside into hook useDatasourceTableState
|
|
874
880
|
|
|
875
881
|
### Patch Changes
|
|
876
882
|
|
|
@@ -880,20 +886,20 @@
|
|
|
880
886
|
|
|
881
887
|
### Minor Changes
|
|
882
888
|
|
|
883
|
-
- [`afd7233d088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd7233d088) - [ux] added basic search and search mode toggle
|
|
889
|
+
- [#32774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32774) [`afd7233d088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd7233d088) - [ux] added basic search and search mode toggle
|
|
884
890
|
|
|
885
891
|
## 0.7.1
|
|
886
892
|
|
|
887
893
|
### Patch Changes
|
|
888
894
|
|
|
889
|
-
- [`0624df1ffe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0624df1ffe1) - Bump json-ld-types dependency
|
|
895
|
+
- [#32541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32541) [`0624df1ffe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0624df1ffe1) - Bump json-ld-types dependency
|
|
890
896
|
- Updated dependencies
|
|
891
897
|
|
|
892
898
|
## 0.7.0
|
|
893
899
|
|
|
894
900
|
### Minor Changes
|
|
895
901
|
|
|
896
|
-
- [`428c7270422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/428c7270422) - Updated `Date` render type to `DateTime` render type to support date, time and datetime
|
|
902
|
+
- [#32502](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32502) [`428c7270422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/428c7270422) - Updated `Date` render type to `DateTime` render type to support date, time and datetime
|
|
897
903
|
|
|
898
904
|
### Patch Changes
|
|
899
905
|
|
|
@@ -903,7 +909,7 @@
|
|
|
903
909
|
|
|
904
910
|
### Minor Changes
|
|
905
911
|
|
|
906
|
-
- [`127d16e0933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/127d16e0933) - Add generic render type components for each data source types
|
|
912
|
+
- [#32189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32189) [`127d16e0933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/127d16e0933) - Add generic render type components for each data source types
|
|
907
913
|
|
|
908
914
|
### Patch Changes
|
|
909
915
|
|
|
@@ -913,13 +919,13 @@
|
|
|
913
919
|
|
|
914
920
|
### Minor Changes
|
|
915
921
|
|
|
916
|
-
- [`52a64257016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52a64257016) - [ux] added jql editor input to config modal
|
|
922
|
+
- [#32357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32357) [`52a64257016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52a64257016) - [ux] added jql editor input to config modal
|
|
917
923
|
|
|
918
924
|
## 0.4.3
|
|
919
925
|
|
|
920
926
|
### Patch Changes
|
|
921
927
|
|
|
922
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
928
|
+
- [#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
|
|
923
929
|
|
|
924
930
|
## 0.4.2
|
|
925
931
|
|
|
@@ -937,13 +943,13 @@
|
|
|
937
943
|
|
|
938
944
|
### Minor Changes
|
|
939
945
|
|
|
940
|
-
- [`9a83e52fd54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a83e52fd54) - added jira site selector to list of links config modal
|
|
946
|
+
- [#31938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31938) [`9a83e52fd54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a83e52fd54) - added jira site selector to list of links config modal
|
|
941
947
|
|
|
942
948
|
## 0.3.4
|
|
943
949
|
|
|
944
950
|
### Patch Changes
|
|
945
951
|
|
|
946
|
-
- [`a66fd9d6f9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66fd9d6f9d) - Introduce column picker into issue like table component
|
|
952
|
+
- [#31457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31457) [`a66fd9d6f9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66fd9d6f9d) - Introduce column picker into issue like table component
|
|
947
953
|
|
|
948
954
|
## 0.3.3
|
|
949
955
|
|
|
@@ -967,7 +973,7 @@
|
|
|
967
973
|
|
|
968
974
|
### Minor Changes
|
|
969
975
|
|
|
970
|
-
- [`c6017ad803e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6017ad803e) - [ux] add empty table state for datasources
|
|
976
|
+
- [#31717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31717) [`c6017ad803e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6017ad803e) - [ux] add empty table state for datasources
|
|
971
977
|
|
|
972
978
|
### Patch Changes
|
|
973
979
|
|
|
@@ -989,13 +995,13 @@
|
|
|
989
995
|
|
|
990
996
|
### Patch Changes
|
|
991
997
|
|
|
992
|
-
- [`e066b00c060`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e066b00c060) - Add ability to drag and drop columns to reorder them to `IssueLikeDataTableView`
|
|
998
|
+
- [#31383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31383) [`e066b00c060`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e066b00c060) - Add ability to drag and drop columns to reorder them to `IssueLikeDataTableView`
|
|
993
999
|
|
|
994
1000
|
## 0.2.0
|
|
995
1001
|
|
|
996
1002
|
### Minor Changes
|
|
997
1003
|
|
|
998
|
-
- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added
|
|
1004
|
+
- [#30419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30419) [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added
|
|
999
1005
|
|
|
1000
1006
|
### Patch Changes
|
|
1001
1007
|
|
|
@@ -231,7 +231,7 @@ var analyticsContextAttributes = {
|
|
|
231
231
|
};
|
|
232
232
|
var analyticsContextData = {
|
|
233
233
|
packageName: "@atlaskit/link-datasource",
|
|
234
|
-
packageVersion: "1.4.
|
|
234
|
+
packageVersion: "1.4.2",
|
|
235
235
|
source: 'datasourceConfigModal'
|
|
236
236
|
};
|
|
237
237
|
var contextData = _objectSpread(_objectSpread({}, analyticsContextData), {}, {
|
|
@@ -174,7 +174,7 @@ var PlainJiraIssuesConfigModal = function PlainJiraIssuesConfigModal(props) {
|
|
|
174
174
|
}, [destinationObjectTypes, extensionKey]);
|
|
175
175
|
var resolvedWithNoResults = status === 'resolved' && !responseItems.length;
|
|
176
176
|
var jqlUrl = selectedJiraSite && jql && "".concat(selectedJiraSite.url, "/issues/?jql=").concat(encodeURI(jql));
|
|
177
|
-
var isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading'
|
|
177
|
+
var isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading';
|
|
178
178
|
var shouldShowIssueCount = !!totalCount && totalCount !== 1 && currentViewMode === 'issue';
|
|
179
179
|
var isDataReady = (visibleColumnKeys || []).length > 0;
|
|
180
180
|
(0, _react.useEffect)(function () {
|
|
@@ -142,7 +142,7 @@ export const PlainJiraIssuesConfigModal = props => {
|
|
|
142
142
|
}, [destinationObjectTypes, extensionKey]);
|
|
143
143
|
const resolvedWithNoResults = status === 'resolved' && !responseItems.length;
|
|
144
144
|
const jqlUrl = selectedJiraSite && jql && `${selectedJiraSite.url}/issues/?jql=${encodeURI(jql)}`;
|
|
145
|
-
const isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading'
|
|
145
|
+
const isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading';
|
|
146
146
|
const shouldShowIssueCount = !!totalCount && totalCount !== 1 && currentViewMode === 'issue';
|
|
147
147
|
const isDataReady = (visibleColumnKeys || []).length > 0;
|
|
148
148
|
useEffect(() => {
|
|
@@ -222,7 +222,7 @@ var analyticsContextAttributes = {
|
|
|
222
222
|
};
|
|
223
223
|
var analyticsContextData = {
|
|
224
224
|
packageName: "@atlaskit/link-datasource",
|
|
225
|
-
packageVersion: "1.4.
|
|
225
|
+
packageVersion: "1.4.2",
|
|
226
226
|
source: 'datasourceConfigModal'
|
|
227
227
|
};
|
|
228
228
|
var contextData = _objectSpread(_objectSpread({}, analyticsContextData), {}, {
|
|
@@ -164,7 +164,7 @@ export var PlainJiraIssuesConfigModal = function PlainJiraIssuesConfigModal(prop
|
|
|
164
164
|
}, [destinationObjectTypes, extensionKey]);
|
|
165
165
|
var resolvedWithNoResults = status === 'resolved' && !responseItems.length;
|
|
166
166
|
var jqlUrl = selectedJiraSite && jql && "".concat(selectedJiraSite.url, "/issues/?jql=").concat(encodeURI(jql));
|
|
167
|
-
var isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading'
|
|
167
|
+
var isInsertDisabled = !isParametersSet || status === 'rejected' || status === 'unauthorized' || status === 'loading';
|
|
168
168
|
var shouldShowIssueCount = !!totalCount && totalCount !== 1 && currentViewMode === 'issue';
|
|
169
169
|
var isDataReady = (visibleColumnKeys || []).length > 0;
|
|
170
170
|
useEffect(function () {
|