@atlaskit/link-datasource 1.4.0 → 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 +135 -123
- package/dist/cjs/analytics/constants.js +1 -1
- package/dist/cjs/hooks/useDatasourceTableState.js +5 -4
- 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/hooks/useDatasourceTableState.js +5 -4
- 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/hooks/useDatasourceTableState.js +5 -4
- 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 +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,103 +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
|
+
|
|
9
|
+
## 1.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
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
|
|
14
|
+
|
|
3
15
|
## 1.4.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
- [`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
|
|
8
20
|
|
|
9
21
|
## 1.3.1
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`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
|
|
14
26
|
|
|
15
27
|
## 1.3.0
|
|
16
28
|
|
|
17
29
|
### Minor Changes
|
|
18
30
|
|
|
19
|
-
- [`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
|
|
20
32
|
|
|
21
33
|
## 1.2.6
|
|
22
34
|
|
|
23
35
|
### Patch Changes
|
|
24
36
|
|
|
25
|
-
- [`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
|
|
26
38
|
|
|
27
39
|
## 1.2.5
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
- [`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
|
|
32
44
|
|
|
33
45
|
## 1.2.4
|
|
34
46
|
|
|
35
47
|
### Patch Changes
|
|
36
48
|
|
|
37
|
-
- [`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
|
|
38
50
|
|
|
39
51
|
## 1.2.3
|
|
40
52
|
|
|
41
53
|
### Patch Changes
|
|
42
54
|
|
|
43
|
-
- [`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'
|
|
44
56
|
|
|
45
57
|
## 1.2.2
|
|
46
58
|
|
|
47
59
|
### Patch Changes
|
|
48
60
|
|
|
49
|
-
- [`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
|
|
50
62
|
- Updated dependencies
|
|
51
63
|
|
|
52
64
|
## 1.2.1
|
|
53
65
|
|
|
54
66
|
### Patch Changes
|
|
55
67
|
|
|
56
|
-
- [`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.
|
|
57
69
|
- Updated dependencies
|
|
58
70
|
|
|
59
71
|
## 1.2.0
|
|
60
72
|
|
|
61
73
|
### Minor Changes
|
|
62
74
|
|
|
63
|
-
- [`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.
|
|
64
76
|
|
|
65
77
|
## 1.1.7
|
|
66
78
|
|
|
67
79
|
### Patch Changes
|
|
68
80
|
|
|
69
|
-
- [`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
|
|
70
82
|
|
|
71
83
|
## 1.1.6
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
75
|
-
- [`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
|
|
76
88
|
- Updated dependencies
|
|
77
89
|
|
|
78
90
|
## 1.1.5
|
|
79
91
|
|
|
80
92
|
### Patch Changes
|
|
81
93
|
|
|
82
|
-
- [`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
|
|
83
95
|
|
|
84
96
|
## 1.1.4
|
|
85
97
|
|
|
86
98
|
### Patch Changes
|
|
87
99
|
|
|
88
|
-
- [`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
|
|
89
101
|
|
|
90
102
|
## 1.1.3
|
|
91
103
|
|
|
92
104
|
### Patch Changes
|
|
93
105
|
|
|
94
|
-
- [`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
|
|
95
107
|
|
|
96
108
|
## 1.1.2
|
|
97
109
|
|
|
98
110
|
### Patch Changes
|
|
99
111
|
|
|
100
|
-
- [`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
|
|
101
113
|
|
|
102
114
|
## 1.1.1
|
|
103
115
|
|
|
@@ -109,72 +121,72 @@
|
|
|
109
121
|
|
|
110
122
|
### Minor Changes
|
|
111
123
|
|
|
112
|
-
- [`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
|
|
113
125
|
|
|
114
126
|
## 1.0.21
|
|
115
127
|
|
|
116
128
|
### Patch Changes
|
|
117
129
|
|
|
118
|
-
- [`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.
|
|
119
131
|
- Updated dependencies
|
|
120
132
|
|
|
121
133
|
## 1.0.20
|
|
122
134
|
|
|
123
135
|
### Patch Changes
|
|
124
136
|
|
|
125
|
-
- [`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
|
|
126
138
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
127
139
|
|
|
128
140
|
## 1.0.19
|
|
129
141
|
|
|
130
142
|
### Patch Changes
|
|
131
143
|
|
|
132
|
-
- [`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
|
|
133
145
|
|
|
134
146
|
## 1.0.18
|
|
135
147
|
|
|
136
148
|
### Patch Changes
|
|
137
149
|
|
|
138
|
-
- [`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
|
|
139
151
|
|
|
140
152
|
## 1.0.17
|
|
141
153
|
|
|
142
154
|
### Patch Changes
|
|
143
155
|
|
|
144
|
-
- [`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
|
|
145
157
|
- Updated dependencies
|
|
146
158
|
|
|
147
159
|
## 1.0.16
|
|
148
160
|
|
|
149
161
|
### Patch Changes
|
|
150
162
|
|
|
151
|
-
- [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added nextItem loaded analytics event
|
|
152
|
-
- [`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.
|
|
153
165
|
|
|
154
166
|
## 1.0.15
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`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
|
|
159
171
|
|
|
160
172
|
## 1.0.14
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`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
|
|
165
177
|
|
|
166
178
|
## 1.0.13
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`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
|
|
171
183
|
- Updated dependencies
|
|
172
184
|
|
|
173
185
|
## 1.0.12
|
|
174
186
|
|
|
175
187
|
### Patch Changes
|
|
176
188
|
|
|
177
|
-
- [`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
|
|
178
190
|
- Updated dependencies
|
|
179
191
|
|
|
180
192
|
## 1.0.11
|
|
@@ -187,19 +199,19 @@
|
|
|
187
199
|
|
|
188
200
|
### Patch Changes
|
|
189
201
|
|
|
190
|
-
- [`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
|
|
191
203
|
|
|
192
204
|
## 1.0.9
|
|
193
205
|
|
|
194
206
|
### Patch Changes
|
|
195
207
|
|
|
196
|
-
- [`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
|
|
197
209
|
|
|
198
210
|
## 1.0.8
|
|
199
211
|
|
|
200
212
|
### Patch Changes
|
|
201
213
|
|
|
202
|
-
- [`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
|
|
203
215
|
|
|
204
216
|
## 1.0.7
|
|
205
217
|
|
|
@@ -211,63 +223,63 @@
|
|
|
211
223
|
|
|
212
224
|
### Patch Changes
|
|
213
225
|
|
|
214
|
-
- [`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
|
|
215
227
|
|
|
216
228
|
## 1.0.5
|
|
217
229
|
|
|
218
230
|
### Patch Changes
|
|
219
231
|
|
|
220
|
-
- [`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
|
|
221
233
|
|
|
222
234
|
## 1.0.4
|
|
223
235
|
|
|
224
236
|
### Patch Changes
|
|
225
237
|
|
|
226
|
-
- [`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
|
|
227
239
|
|
|
228
240
|
## 1.0.3
|
|
229
241
|
|
|
230
242
|
### Patch Changes
|
|
231
243
|
|
|
232
|
-
- [`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
|
|
233
245
|
|
|
234
246
|
## 1.0.2
|
|
235
247
|
|
|
236
248
|
### Patch Changes
|
|
237
249
|
|
|
238
|
-
- [`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
|
|
239
251
|
|
|
240
252
|
## 1.0.1
|
|
241
253
|
|
|
242
254
|
### Patch Changes
|
|
243
255
|
|
|
244
|
-
- [`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`.
|
|
245
257
|
- Updated dependencies
|
|
246
258
|
|
|
247
259
|
## 1.0.0
|
|
248
260
|
|
|
249
261
|
### Major Changes
|
|
250
262
|
|
|
251
|
-
- [`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.
|
|
252
264
|
|
|
253
265
|
## 0.34.8
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`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.
|
|
258
270
|
|
|
259
271
|
## 0.34.7
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`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
|
|
264
276
|
- Updated dependencies
|
|
265
277
|
|
|
266
278
|
## 0.34.6
|
|
267
279
|
|
|
268
280
|
### Patch Changes
|
|
269
281
|
|
|
270
|
-
- [`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
|
|
271
283
|
|
|
272
284
|
## 0.34.5
|
|
273
285
|
|
|
@@ -279,44 +291,44 @@
|
|
|
279
291
|
|
|
280
292
|
### Patch Changes
|
|
281
293
|
|
|
282
|
-
- [`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
|
|
283
295
|
|
|
284
296
|
## 0.34.3
|
|
285
297
|
|
|
286
298
|
### Patch Changes
|
|
287
299
|
|
|
288
|
-
- [`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
|
|
289
301
|
|
|
290
302
|
## 0.34.2
|
|
291
303
|
|
|
292
304
|
### Patch Changes
|
|
293
305
|
|
|
294
|
-
- [`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
|
|
295
307
|
- Updated dependencies
|
|
296
308
|
|
|
297
309
|
## 0.34.1
|
|
298
310
|
|
|
299
311
|
### Patch Changes
|
|
300
312
|
|
|
301
|
-
- [`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
|
|
302
314
|
|
|
303
315
|
## 0.34.0
|
|
304
316
|
|
|
305
317
|
### Minor Changes
|
|
306
318
|
|
|
307
|
-
- [`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.
|
|
308
320
|
|
|
309
321
|
## 0.33.12
|
|
310
322
|
|
|
311
323
|
### Patch Changes
|
|
312
324
|
|
|
313
|
-
- [`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
|
|
314
326
|
|
|
315
327
|
## 0.33.11
|
|
316
328
|
|
|
317
329
|
### Patch Changes
|
|
318
330
|
|
|
319
|
-
- [`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
|
|
320
332
|
|
|
321
333
|
## 0.33.10
|
|
322
334
|
|
|
@@ -328,7 +340,7 @@
|
|
|
328
340
|
|
|
329
341
|
### Patch Changes
|
|
330
342
|
|
|
331
|
-
- [`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
|
|
332
344
|
|
|
333
345
|
## 0.33.8
|
|
334
346
|
|
|
@@ -340,7 +352,7 @@
|
|
|
340
352
|
|
|
341
353
|
### Patch Changes
|
|
342
354
|
|
|
343
|
-
- [`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
|
|
344
356
|
|
|
345
357
|
## 0.33.6
|
|
346
358
|
|
|
@@ -352,68 +364,68 @@
|
|
|
352
364
|
|
|
353
365
|
### Patch Changes
|
|
354
366
|
|
|
355
|
-
- [`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
|
|
356
368
|
|
|
357
369
|
## 0.33.4
|
|
358
370
|
|
|
359
371
|
### Patch Changes
|
|
360
372
|
|
|
361
|
-
- [`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
|
|
362
374
|
- Updated dependencies
|
|
363
375
|
|
|
364
376
|
## 0.33.3
|
|
365
377
|
|
|
366
378
|
### Patch Changes
|
|
367
379
|
|
|
368
|
-
- [`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
|
|
369
381
|
|
|
370
382
|
## 0.33.2
|
|
371
383
|
|
|
372
384
|
### Patch Changes
|
|
373
385
|
|
|
374
|
-
- [`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
|
|
375
387
|
|
|
376
388
|
## 0.33.1
|
|
377
389
|
|
|
378
390
|
### Patch Changes
|
|
379
391
|
|
|
380
|
-
- [`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
|
|
381
393
|
|
|
382
394
|
## 0.33.0
|
|
383
395
|
|
|
384
396
|
### Minor Changes
|
|
385
397
|
|
|
386
|
-
- [`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
|
|
387
399
|
|
|
388
400
|
## 0.32.0
|
|
389
401
|
|
|
390
402
|
### Minor Changes
|
|
391
403
|
|
|
392
|
-
- [`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.
|
|
393
405
|
|
|
394
406
|
## 0.31.3
|
|
395
407
|
|
|
396
408
|
### Patch Changes
|
|
397
409
|
|
|
398
|
-
- [`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
|
|
399
411
|
|
|
400
412
|
## 0.31.2
|
|
401
413
|
|
|
402
414
|
### Patch Changes
|
|
403
415
|
|
|
404
|
-
- [`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
|
|
405
417
|
|
|
406
418
|
## 0.31.1
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
409
421
|
|
|
410
|
-
- [`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
|
|
411
423
|
|
|
412
424
|
## 0.31.0
|
|
413
425
|
|
|
414
426
|
### Minor Changes
|
|
415
427
|
|
|
416
|
-
- [`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
|
|
417
429
|
|
|
418
430
|
### Patch Changes
|
|
419
431
|
|
|
@@ -423,13 +435,13 @@
|
|
|
423
435
|
|
|
424
436
|
### Patch Changes
|
|
425
437
|
|
|
426
|
-
- [`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
|
|
427
439
|
|
|
428
440
|
## 0.30.2
|
|
429
441
|
|
|
430
442
|
### Patch Changes
|
|
431
443
|
|
|
432
|
-
- [`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
|
|
433
445
|
|
|
434
446
|
## 0.30.1
|
|
435
447
|
|
|
@@ -441,46 +453,46 @@
|
|
|
441
453
|
|
|
442
454
|
### Minor Changes
|
|
443
455
|
|
|
444
|
-
- [`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
|
|
445
457
|
|
|
446
458
|
## 0.29.5
|
|
447
459
|
|
|
448
460
|
### Patch Changes
|
|
449
461
|
|
|
450
|
-
- [`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
|
|
451
463
|
- Updated dependencies
|
|
452
464
|
|
|
453
465
|
## 0.29.4
|
|
454
466
|
|
|
455
467
|
### Patch Changes
|
|
456
468
|
|
|
457
|
-
- [`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
|
|
458
470
|
|
|
459
471
|
## 0.29.3
|
|
460
472
|
|
|
461
473
|
### Patch Changes
|
|
462
474
|
|
|
463
|
-
- [`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
|
|
464
476
|
- Updated dependencies
|
|
465
477
|
|
|
466
478
|
## 0.29.2
|
|
467
479
|
|
|
468
480
|
### Patch Changes
|
|
469
481
|
|
|
470
|
-
- [`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.
|
|
471
483
|
- Updated dependencies
|
|
472
484
|
|
|
473
485
|
## 0.29.1
|
|
474
486
|
|
|
475
487
|
### Patch Changes
|
|
476
488
|
|
|
477
|
-
- [`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
|
|
478
490
|
|
|
479
491
|
## 0.29.0
|
|
480
492
|
|
|
481
493
|
### Minor Changes
|
|
482
494
|
|
|
483
|
-
- [`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
|
|
484
496
|
|
|
485
497
|
## 0.28.5
|
|
486
498
|
|
|
@@ -492,13 +504,13 @@
|
|
|
492
504
|
|
|
493
505
|
### Patch Changes
|
|
494
506
|
|
|
495
|
-
- [`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
|
|
496
508
|
|
|
497
509
|
## 0.28.3
|
|
498
510
|
|
|
499
511
|
### Patch Changes
|
|
500
512
|
|
|
501
|
-
- [`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.
|
|
502
514
|
|
|
503
515
|
## 0.28.2
|
|
504
516
|
|
|
@@ -510,13 +522,13 @@
|
|
|
510
522
|
|
|
511
523
|
### Patch Changes
|
|
512
524
|
|
|
513
|
-
- [`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
|
|
514
526
|
|
|
515
527
|
## 0.28.0
|
|
516
528
|
|
|
517
529
|
### Minor Changes
|
|
518
530
|
|
|
519
|
-
- [`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:
|
|
520
532
|
|
|
521
533
|
- datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
|
|
522
534
|
- new component: `JSMAssetsConfigModal`
|
|
@@ -530,7 +542,7 @@
|
|
|
530
542
|
|
|
531
543
|
### Patch Changes
|
|
532
544
|
|
|
533
|
-
- [`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
|
|
534
546
|
|
|
535
547
|
## 0.27.3
|
|
536
548
|
|
|
@@ -554,7 +566,7 @@
|
|
|
554
566
|
|
|
555
567
|
### Minor Changes
|
|
556
568
|
|
|
557
|
-
- [`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
|
|
558
570
|
|
|
559
571
|
### Patch Changes
|
|
560
572
|
|
|
@@ -564,7 +576,7 @@
|
|
|
564
576
|
|
|
565
577
|
### Minor Changes
|
|
566
578
|
|
|
567
|
-
- [`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
|
|
568
580
|
|
|
569
581
|
### Patch Changes
|
|
570
582
|
|
|
@@ -580,13 +592,13 @@
|
|
|
580
592
|
|
|
581
593
|
### Patch Changes
|
|
582
594
|
|
|
583
|
-
- [`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.
|
|
584
596
|
|
|
585
597
|
## 0.25.0
|
|
586
598
|
|
|
587
599
|
### Minor Changes
|
|
588
600
|
|
|
589
|
-
- [`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
|
|
590
602
|
|
|
591
603
|
### Patch Changes
|
|
592
604
|
|
|
@@ -596,7 +608,7 @@
|
|
|
596
608
|
|
|
597
609
|
### Patch Changes
|
|
598
610
|
|
|
599
|
-
- [`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)
|
|
600
612
|
- Updated dependencies
|
|
601
613
|
|
|
602
614
|
## 0.24.3
|
|
@@ -615,31 +627,31 @@
|
|
|
615
627
|
|
|
616
628
|
### Patch Changes
|
|
617
629
|
|
|
618
|
-
- [`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
|
|
619
631
|
|
|
620
632
|
## 0.24.0
|
|
621
633
|
|
|
622
634
|
### Minor Changes
|
|
623
635
|
|
|
624
|
-
- [`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
|
|
625
637
|
|
|
626
638
|
## 0.23.0
|
|
627
639
|
|
|
628
640
|
### Minor Changes
|
|
629
641
|
|
|
630
|
-
- [`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
|
|
631
643
|
|
|
632
644
|
## 0.22.0
|
|
633
645
|
|
|
634
646
|
### Minor Changes
|
|
635
647
|
|
|
636
|
-
- [`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
|
|
637
649
|
|
|
638
650
|
## 0.21.2
|
|
639
651
|
|
|
640
652
|
### Patch Changes
|
|
641
653
|
|
|
642
|
-
- [`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
|
|
643
655
|
- Updated dependencies
|
|
644
656
|
|
|
645
657
|
## 0.21.1
|
|
@@ -652,7 +664,7 @@
|
|
|
652
664
|
|
|
653
665
|
### Minor Changes
|
|
654
666
|
|
|
655
|
-
- [`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
|
|
656
668
|
|
|
657
669
|
### Patch Changes
|
|
658
670
|
|
|
@@ -662,19 +674,19 @@
|
|
|
662
674
|
|
|
663
675
|
### Minor Changes
|
|
664
676
|
|
|
665
|
-
- [`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
|
|
666
678
|
|
|
667
679
|
## 0.19.1
|
|
668
680
|
|
|
669
681
|
### Patch Changes
|
|
670
682
|
|
|
671
|
-
- [`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
|
|
672
684
|
|
|
673
685
|
## 0.19.0
|
|
674
686
|
|
|
675
687
|
### Minor Changes
|
|
676
688
|
|
|
677
|
-
- [`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`
|
|
678
690
|
- Modify DatasourceAdf table view type
|
|
679
691
|
|
|
680
692
|
### Patch Changes
|
|
@@ -685,13 +697,13 @@
|
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
687
699
|
|
|
688
|
-
- [`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
|
|
689
701
|
|
|
690
702
|
## 0.18.0
|
|
691
703
|
|
|
692
704
|
### Minor Changes
|
|
693
705
|
|
|
694
|
-
- [`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
|
|
695
707
|
- make datasourceAdf type option of onInsert callback more jira concrete (JiraIssuesDatasourceAdf)
|
|
696
708
|
- Export `JiraIssuesDatasourceAdf` type
|
|
697
709
|
|
|
@@ -705,7 +717,7 @@
|
|
|
705
717
|
|
|
706
718
|
### Patch Changes
|
|
707
719
|
|
|
708
|
-
- [`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
|
|
709
721
|
|
|
710
722
|
## 0.17.4
|
|
711
723
|
|
|
@@ -723,78 +735,78 @@
|
|
|
723
735
|
|
|
724
736
|
### Patch Changes
|
|
725
737
|
|
|
726
|
-
- [`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
|
|
727
739
|
|
|
728
740
|
## 0.17.1
|
|
729
741
|
|
|
730
742
|
### Patch Changes
|
|
731
743
|
|
|
732
|
-
- [`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
|
|
733
745
|
- Updated dependencies
|
|
734
746
|
|
|
735
747
|
## 0.17.0
|
|
736
748
|
|
|
737
749
|
### Minor Changes
|
|
738
750
|
|
|
739
|
-
- [`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
|
|
740
752
|
|
|
741
753
|
## 0.16.1
|
|
742
754
|
|
|
743
755
|
### Patch Changes
|
|
744
756
|
|
|
745
|
-
- [`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
|
|
746
758
|
- Updated dependencies
|
|
747
759
|
|
|
748
760
|
## 0.16.0
|
|
749
761
|
|
|
750
762
|
### Minor Changes
|
|
751
763
|
|
|
752
|
-
- [`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`
|
|
753
765
|
|
|
754
766
|
## 0.15.1
|
|
755
767
|
|
|
756
768
|
### Patch Changes
|
|
757
769
|
|
|
758
|
-
- [`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.
|
|
759
771
|
|
|
760
772
|
## 0.15.0
|
|
761
773
|
|
|
762
774
|
### Minor Changes
|
|
763
775
|
|
|
764
|
-
- [`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
|
|
765
777
|
|
|
766
778
|
## 0.14.4
|
|
767
779
|
|
|
768
780
|
### Patch Changes
|
|
769
781
|
|
|
770
|
-
- [`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.
|
|
771
783
|
|
|
772
784
|
## 0.14.3
|
|
773
785
|
|
|
774
786
|
### Patch Changes
|
|
775
787
|
|
|
776
|
-
- [`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
|
|
777
789
|
- Updated dependencies
|
|
778
790
|
|
|
779
791
|
## 0.14.2
|
|
780
792
|
|
|
781
793
|
### Patch Changes
|
|
782
794
|
|
|
783
|
-
- [`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`
|
|
784
796
|
- Updated dependencies
|
|
785
797
|
|
|
786
798
|
## 0.14.1
|
|
787
799
|
|
|
788
800
|
### Patch Changes
|
|
789
801
|
|
|
790
|
-
- [`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
|
|
791
803
|
- Updated dependencies
|
|
792
804
|
|
|
793
805
|
## 0.14.0
|
|
794
806
|
|
|
795
807
|
### Minor Changes
|
|
796
808
|
|
|
797
|
-
- [`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
|
|
798
810
|
|
|
799
811
|
## 0.13.3
|
|
800
812
|
|
|
@@ -806,27 +818,27 @@
|
|
|
806
818
|
|
|
807
819
|
### Patch Changes
|
|
808
820
|
|
|
809
|
-
- [`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
|
|
810
822
|
- Updated dependencies
|
|
811
823
|
|
|
812
824
|
## 0.13.1
|
|
813
825
|
|
|
814
826
|
### Patch Changes
|
|
815
827
|
|
|
816
|
-
- [`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*`
|
|
817
829
|
- Updated dependencies
|
|
818
830
|
|
|
819
831
|
## 0.13.0
|
|
820
832
|
|
|
821
833
|
### Minor Changes
|
|
822
834
|
|
|
823
|
-
- [`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
|
|
824
836
|
|
|
825
837
|
## 0.12.0
|
|
826
838
|
|
|
827
839
|
### Minor Changes
|
|
828
840
|
|
|
829
|
-
- [`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
|
|
830
842
|
|
|
831
843
|
### Patch Changes
|
|
832
844
|
|
|
@@ -836,7 +848,7 @@
|
|
|
836
848
|
|
|
837
849
|
### Minor Changes
|
|
838
850
|
|
|
839
|
-
- [`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
|
|
840
852
|
|
|
841
853
|
### Patch Changes
|
|
842
854
|
|
|
@@ -852,19 +864,19 @@
|
|
|
852
864
|
|
|
853
865
|
### Minor Changes
|
|
854
866
|
|
|
855
|
-
- [`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
|
|
856
868
|
|
|
857
869
|
## 0.9.1
|
|
858
870
|
|
|
859
871
|
### Patch Changes
|
|
860
872
|
|
|
861
|
-
- [`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
|
|
862
874
|
|
|
863
875
|
## 0.9.0
|
|
864
876
|
|
|
865
877
|
### Minor Changes
|
|
866
878
|
|
|
867
|
-
- [`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
|
|
868
880
|
|
|
869
881
|
### Patch Changes
|
|
870
882
|
|
|
@@ -874,20 +886,20 @@
|
|
|
874
886
|
|
|
875
887
|
### Minor Changes
|
|
876
888
|
|
|
877
|
-
- [`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
|
|
878
890
|
|
|
879
891
|
## 0.7.1
|
|
880
892
|
|
|
881
893
|
### Patch Changes
|
|
882
894
|
|
|
883
|
-
- [`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
|
|
884
896
|
- Updated dependencies
|
|
885
897
|
|
|
886
898
|
## 0.7.0
|
|
887
899
|
|
|
888
900
|
### Minor Changes
|
|
889
901
|
|
|
890
|
-
- [`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
|
|
891
903
|
|
|
892
904
|
### Patch Changes
|
|
893
905
|
|
|
@@ -897,7 +909,7 @@
|
|
|
897
909
|
|
|
898
910
|
### Minor Changes
|
|
899
911
|
|
|
900
|
-
- [`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
|
|
901
913
|
|
|
902
914
|
### Patch Changes
|
|
903
915
|
|
|
@@ -907,13 +919,13 @@
|
|
|
907
919
|
|
|
908
920
|
### Minor Changes
|
|
909
921
|
|
|
910
|
-
- [`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
|
|
911
923
|
|
|
912
924
|
## 0.4.3
|
|
913
925
|
|
|
914
926
|
### Patch Changes
|
|
915
927
|
|
|
916
|
-
- [`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
|
|
917
929
|
|
|
918
930
|
## 0.4.2
|
|
919
931
|
|
|
@@ -931,13 +943,13 @@
|
|
|
931
943
|
|
|
932
944
|
### Minor Changes
|
|
933
945
|
|
|
934
|
-
- [`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
|
|
935
947
|
|
|
936
948
|
## 0.3.4
|
|
937
949
|
|
|
938
950
|
### Patch Changes
|
|
939
951
|
|
|
940
|
-
- [`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
|
|
941
953
|
|
|
942
954
|
## 0.3.3
|
|
943
955
|
|
|
@@ -961,7 +973,7 @@
|
|
|
961
973
|
|
|
962
974
|
### Minor Changes
|
|
963
975
|
|
|
964
|
-
- [`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
|
|
965
977
|
|
|
966
978
|
### Patch Changes
|
|
967
979
|
|
|
@@ -983,13 +995,13 @@
|
|
|
983
995
|
|
|
984
996
|
### Patch Changes
|
|
985
997
|
|
|
986
|
-
- [`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`
|
|
987
999
|
|
|
988
1000
|
## 0.2.0
|
|
989
1001
|
|
|
990
1002
|
### Minor Changes
|
|
991
1003
|
|
|
992
|
-
- [`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
|
|
993
1005
|
|
|
994
1006
|
### Patch Changes
|
|
995
1007
|
|
|
@@ -10,6 +10,7 @@ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers
|
|
|
10
10
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
11
11
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
12
12
|
var _react = require("react");
|
|
13
|
+
var _isEqual = _interopRequireDefault(require("lodash/isEqual"));
|
|
13
14
|
var _linkClientExtension = require("@atlaskit/link-client-extension");
|
|
14
15
|
var _analytics = require("../analytics");
|
|
15
16
|
var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
@@ -114,7 +115,7 @@ var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
|
114
115
|
}, _callee, null, [[2, 17]]);
|
|
115
116
|
})), [columns, datasourceId, getDatasourceDetails, parameters]);
|
|
116
117
|
var applySchemaProperties = (0, _react.useCallback)(function (properties) {
|
|
117
|
-
if (columns
|
|
118
|
+
if (!(0, _isEqual.default)(columns, properties)) {
|
|
118
119
|
setColumns(properties);
|
|
119
120
|
}
|
|
120
121
|
var defaultProperties = properties.map(function (prop) {
|
|
@@ -123,13 +124,13 @@ var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
|
123
124
|
|
|
124
125
|
// when loading for the first time, we will need to set default visible props as /data does not give you that info
|
|
125
126
|
// also, since we dont pass any fields, we will need to set this info as lastRequestedFieldKeys
|
|
126
|
-
if (defaultVisibleColumnKeys
|
|
127
|
+
if (!(0, _isEqual.default)(defaultVisibleColumnKeys, defaultProperties)) {
|
|
127
128
|
setDefaultVisibleColumnKeys(defaultProperties);
|
|
128
129
|
}
|
|
129
|
-
if (lastRequestedFieldKeys
|
|
130
|
+
if (!(0, _isEqual.default)(lastRequestedFieldKeys, defaultProperties)) {
|
|
130
131
|
setLastRequestedFieldKeys(defaultProperties);
|
|
131
132
|
}
|
|
132
|
-
}, [columns
|
|
133
|
+
}, [columns, defaultVisibleColumnKeys, lastRequestedFieldKeys]);
|
|
133
134
|
var onNextPage = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {
|
|
134
135
|
var requestInfo,
|
|
135
136
|
_requestInfo$isSchema,
|
|
@@ -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 () {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { useCallback, useEffect, useState } from 'react';
|
|
2
|
+
import isEqual from 'lodash/isEqual';
|
|
2
3
|
import { DEFAULT_GET_DATASOURCE_DATA_PAGE_SIZE, useDatasourceClientExtension } from '@atlaskit/link-client-extension';
|
|
3
4
|
import { useDatasourceAnalyticsEvents } from '../analytics';
|
|
4
5
|
export const useDatasourceTableState = ({
|
|
@@ -52,20 +53,20 @@ export const useDatasourceTableState = ({
|
|
|
52
53
|
}
|
|
53
54
|
}, [columns, datasourceId, getDatasourceDetails, parameters]);
|
|
54
55
|
const applySchemaProperties = useCallback(properties => {
|
|
55
|
-
if (columns
|
|
56
|
+
if (!isEqual(columns, properties)) {
|
|
56
57
|
setColumns(properties);
|
|
57
58
|
}
|
|
58
59
|
const defaultProperties = properties.map(prop => prop.key);
|
|
59
60
|
|
|
60
61
|
// when loading for the first time, we will need to set default visible props as /data does not give you that info
|
|
61
62
|
// also, since we dont pass any fields, we will need to set this info as lastRequestedFieldKeys
|
|
62
|
-
if (defaultVisibleColumnKeys
|
|
63
|
+
if (!isEqual(defaultVisibleColumnKeys, defaultProperties)) {
|
|
63
64
|
setDefaultVisibleColumnKeys(defaultProperties);
|
|
64
65
|
}
|
|
65
|
-
if (lastRequestedFieldKeys
|
|
66
|
+
if (!isEqual(lastRequestedFieldKeys, defaultProperties)) {
|
|
66
67
|
setLastRequestedFieldKeys(defaultProperties);
|
|
67
68
|
}
|
|
68
|
-
}, [columns
|
|
69
|
+
}, [columns, defaultVisibleColumnKeys, lastRequestedFieldKeys]);
|
|
69
70
|
const onNextPage = useCallback(async (requestInfo = {}) => {
|
|
70
71
|
if (!parameters) {
|
|
71
72
|
return;
|
|
@@ -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(() => {
|
|
@@ -3,6 +3,7 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
5
5
|
import { useCallback, useEffect, useState } from 'react';
|
|
6
|
+
import isEqual from 'lodash/isEqual';
|
|
6
7
|
import { DEFAULT_GET_DATASOURCE_DATA_PAGE_SIZE, useDatasourceClientExtension } from '@atlaskit/link-client-extension';
|
|
7
8
|
import { useDatasourceAnalyticsEvents } from '../analytics';
|
|
8
9
|
export var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
@@ -107,7 +108,7 @@ export var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
|
107
108
|
}, _callee, null, [[2, 17]]);
|
|
108
109
|
})), [columns, datasourceId, getDatasourceDetails, parameters]);
|
|
109
110
|
var applySchemaProperties = useCallback(function (properties) {
|
|
110
|
-
if (columns
|
|
111
|
+
if (!isEqual(columns, properties)) {
|
|
111
112
|
setColumns(properties);
|
|
112
113
|
}
|
|
113
114
|
var defaultProperties = properties.map(function (prop) {
|
|
@@ -116,13 +117,13 @@ export var useDatasourceTableState = function useDatasourceTableState(_ref) {
|
|
|
116
117
|
|
|
117
118
|
// when loading for the first time, we will need to set default visible props as /data does not give you that info
|
|
118
119
|
// also, since we dont pass any fields, we will need to set this info as lastRequestedFieldKeys
|
|
119
|
-
if (defaultVisibleColumnKeys
|
|
120
|
+
if (!isEqual(defaultVisibleColumnKeys, defaultProperties)) {
|
|
120
121
|
setDefaultVisibleColumnKeys(defaultProperties);
|
|
121
122
|
}
|
|
122
|
-
if (lastRequestedFieldKeys
|
|
123
|
+
if (!isEqual(lastRequestedFieldKeys, defaultProperties)) {
|
|
123
124
|
setLastRequestedFieldKeys(defaultProperties);
|
|
124
125
|
}
|
|
125
|
-
}, [columns
|
|
126
|
+
}, [columns, defaultVisibleColumnKeys, lastRequestedFieldKeys]);
|
|
126
127
|
var onNextPage = useCallback( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
127
128
|
var requestInfo,
|
|
128
129
|
_requestInfo$isSchema,
|
|
@@ -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 () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@emotion/react": "^11.7.1",
|
|
68
68
|
"@emotion/styled": "^11.0.0",
|
|
69
69
|
"debounce-promise": "^3.1.2",
|
|
70
|
+
"lodash": "^4.17.21",
|
|
70
71
|
"react-dom": "^16.8.0",
|
|
71
72
|
"tiny-invariant": "^1.2.0",
|
|
72
73
|
"uuid": "^3.1.0"
|