@atlaskit/link-datasource 1.4.1 → 1.4.3
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 +136 -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/jira-search-container/basic-filters/index.js +15 -0
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +10 -2
- 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/jira-search-container/basic-filters/index.js +7 -0
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +11 -3
- 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/jira-search-container/basic-filters/index.js +7 -0
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +11 -3
- package/dist/esm/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/types/ui/jira-issues-modal/jira-search-container/basic-filters/index.d.ts +3 -0
- package/dist/types-ts4.5/ui/jira-issues-modal/jira-search-container/basic-filters/index.d.ts +3 -0
- package/package.json +11 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,109 +1,121 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40786) [`e9557ab2ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9557ab2ce4) - Adding an empty basic filter container under platform.linking-platform.datasource.show-jlol-basic-filters feature flag
|
|
8
|
+
|
|
9
|
+
## 1.4.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 1.4.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`c8a7c9e33a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a7c9e33a8) - [ux] Fixed columns not updating on reinsertion with new columns
|
|
19
|
+
- [#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
20
|
|
|
9
21
|
## 1.4.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
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
|
|
25
|
+
- [#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
26
|
|
|
15
27
|
## 1.3.1
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
|
|
31
|
+
- [#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
32
|
|
|
21
33
|
## 1.3.0
|
|
22
34
|
|
|
23
35
|
### Minor Changes
|
|
24
36
|
|
|
25
|
-
- [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
37
|
+
- [#40408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40408) [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make issue count clickable
|
|
26
38
|
|
|
27
39
|
## 1.2.6
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
- [`1017511dadf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1017511dadf) - [ux] Prevent search with invalid input
|
|
43
|
+
- [#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
44
|
|
|
33
45
|
## 1.2.5
|
|
34
46
|
|
|
35
47
|
### Patch Changes
|
|
36
48
|
|
|
37
|
-
- [`eadf1b04163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadf1b04163) - [ux] Fixed copy on modal
|
|
49
|
+
- [#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
50
|
|
|
39
51
|
## 1.2.4
|
|
40
52
|
|
|
41
53
|
### Patch Changes
|
|
42
54
|
|
|
43
|
-
- [`172f52c6df8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/172f52c6df8) - Add UFO metrics to measure column picker performance
|
|
55
|
+
- [#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
56
|
|
|
45
57
|
## 1.2.3
|
|
46
58
|
|
|
47
59
|
### Patch Changes
|
|
48
60
|
|
|
49
|
-
- [`de4dddb97d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4dddb97d4) - Added 'ui.datasource.renderSuccess' event with display = 'table'
|
|
61
|
+
- [#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
62
|
|
|
51
63
|
## 1.2.2
|
|
52
64
|
|
|
53
65
|
### Patch Changes
|
|
54
66
|
|
|
55
|
-
- [`ce3de76af77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3de76af77) - Added ui.table.viewed event
|
|
67
|
+
- [#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
68
|
- Updated dependencies
|
|
57
69
|
|
|
58
70
|
## 1.2.1
|
|
59
71
|
|
|
60
72
|
### Patch Changes
|
|
61
73
|
|
|
62
|
-
- [`103618b094f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103618b094f) - Add UFO metrics to measure datasource rendering performance.
|
|
74
|
+
- [#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
75
|
- Updated dependencies
|
|
64
76
|
|
|
65
77
|
## 1.2.0
|
|
66
78
|
|
|
67
79
|
### Minor Changes
|
|
68
80
|
|
|
69
|
-
- [`bab3ac9e64e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab3ac9e64e) - Passing analytic events with attributes from link-datasource modal to editor.
|
|
81
|
+
- [#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
82
|
|
|
71
83
|
## 1.1.7
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
75
|
-
- [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
|
|
87
|
+
- [#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
88
|
|
|
77
89
|
## 1.1.6
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
- [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - Making use of exported default page size from link-client-extensions
|
|
93
|
+
- [#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
94
|
- Updated dependencies
|
|
83
95
|
|
|
84
96
|
## 1.1.5
|
|
85
97
|
|
|
86
98
|
### Patch Changes
|
|
87
99
|
|
|
88
|
-
- [`cd31900dba6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd31900dba6) - [ux] Renaming 'issues' to 'items' to be more generic
|
|
100
|
+
- [#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
101
|
|
|
90
102
|
## 1.1.4
|
|
91
103
|
|
|
92
104
|
### Patch Changes
|
|
93
105
|
|
|
94
|
-
- [`067fe62a1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/067fe62a1dc) - [ux] Updated logic for site selector to default to current site
|
|
106
|
+
- [#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
107
|
|
|
96
108
|
## 1.1.3
|
|
97
109
|
|
|
98
110
|
### Patch Changes
|
|
99
111
|
|
|
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
|
|
112
|
+
- [#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
113
|
|
|
102
114
|
## 1.1.2
|
|
103
115
|
|
|
104
116
|
### Patch Changes
|
|
105
117
|
|
|
106
|
-
- [`2378739fad6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2378739fad6) - Added link-datasource link viewed ui analytics events
|
|
118
|
+
- [#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
119
|
|
|
108
120
|
## 1.1.1
|
|
109
121
|
|
|
@@ -115,72 +127,72 @@
|
|
|
115
127
|
|
|
116
128
|
### Minor Changes
|
|
117
129
|
|
|
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
|
|
130
|
+
- [#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
131
|
|
|
120
132
|
## 1.0.21
|
|
121
133
|
|
|
122
134
|
### Patch Changes
|
|
123
135
|
|
|
124
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
136
|
+
- [#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
137
|
- Updated dependencies
|
|
126
138
|
|
|
127
139
|
## 1.0.20
|
|
128
140
|
|
|
129
141
|
### Patch Changes
|
|
130
142
|
|
|
131
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
143
|
+
- [#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
144
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
133
145
|
|
|
134
146
|
## 1.0.19
|
|
135
147
|
|
|
136
148
|
### Patch Changes
|
|
137
149
|
|
|
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
|
|
150
|
+
- [#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
151
|
|
|
140
152
|
## 1.0.18
|
|
141
153
|
|
|
142
154
|
### Patch Changes
|
|
143
155
|
|
|
144
|
-
- [`e682c758801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e682c758801) - Added button clicked (cancel) and button clicked (insert) UI events
|
|
156
|
+
- [#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
157
|
|
|
146
158
|
## 1.0.17
|
|
147
159
|
|
|
148
160
|
### Patch Changes
|
|
149
161
|
|
|
150
|
-
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add playwright tests and add test ids to find elements
|
|
162
|
+
- [#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
163
|
- Updated dependencies
|
|
152
164
|
|
|
153
165
|
## 1.0.16
|
|
154
166
|
|
|
155
167
|
### Patch Changes
|
|
156
168
|
|
|
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.
|
|
169
|
+
- [#39465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39465) [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added nextItem loaded analytics event
|
|
170
|
+
- [#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
171
|
|
|
160
172
|
## 1.0.15
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`50617191678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50617191678) - Added button clicked (sync) event into datasources
|
|
176
|
+
- [#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
177
|
|
|
166
178
|
## 1.0.14
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`d2172ba6e25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2172ba6e25) - Updated analytics spec with ui events for datasources
|
|
182
|
+
- [#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
183
|
|
|
172
184
|
## 1.0.13
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`46b2cb60ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b2cb60ad0) - Delete editor prosemirror from AFE Repo
|
|
188
|
+
- [#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
189
|
- Updated dependencies
|
|
178
190
|
|
|
179
191
|
## 1.0.12
|
|
180
192
|
|
|
181
193
|
### Patch Changes
|
|
182
194
|
|
|
183
|
-
- [`1c2a3601900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c2a3601900) - Add analytics context to AssetsConfigModal
|
|
195
|
+
- [#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
196
|
- Updated dependencies
|
|
185
197
|
|
|
186
198
|
## 1.0.11
|
|
@@ -193,19 +205,19 @@
|
|
|
193
205
|
|
|
194
206
|
### Patch Changes
|
|
195
207
|
|
|
196
|
-
- [`4994b59823e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4994b59823e) - [ux] Fix assets modal columns to reset when changing schema
|
|
208
|
+
- [#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
209
|
|
|
198
210
|
## 1.0.9
|
|
199
211
|
|
|
200
212
|
### Patch Changes
|
|
201
213
|
|
|
202
|
-
- [`ee9ef928b39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee9ef928b39) - [ux] Link render types will now render on a new line
|
|
214
|
+
- [#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
215
|
|
|
204
216
|
## 1.0.8
|
|
205
217
|
|
|
206
218
|
### Patch Changes
|
|
207
219
|
|
|
208
|
-
- [`f3420d5b890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3420d5b890) - fix flaky VR tests for assets modal
|
|
220
|
+
- [#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
221
|
|
|
210
222
|
## 1.0.7
|
|
211
223
|
|
|
@@ -217,63 +229,63 @@
|
|
|
217
229
|
|
|
218
230
|
### Patch Changes
|
|
219
231
|
|
|
220
|
-
- [`b1c75396ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1c75396ac8) - [ux] Cursor will not appear as grab when read only
|
|
232
|
+
- [#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
233
|
|
|
222
234
|
## 1.0.5
|
|
223
235
|
|
|
224
236
|
### Patch Changes
|
|
225
237
|
|
|
226
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
238
|
+
- [#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
239
|
|
|
228
240
|
## 1.0.4
|
|
229
241
|
|
|
230
242
|
### Patch Changes
|
|
231
243
|
|
|
232
|
-
- [`ea1fef58561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1fef58561) - [ux] Fixes to column styling and other minor formatting issues
|
|
244
|
+
- [#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
245
|
|
|
234
246
|
## 1.0.3
|
|
235
247
|
|
|
236
248
|
### Patch Changes
|
|
237
249
|
|
|
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
|
|
250
|
+
- [#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
251
|
|
|
240
252
|
## 1.0.2
|
|
241
253
|
|
|
242
254
|
### Patch Changes
|
|
243
255
|
|
|
244
|
-
- [`bfa189b840a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfa189b840a) - [ux] String render types will now render each string on a new line
|
|
256
|
+
- [#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
257
|
|
|
246
258
|
## 1.0.1
|
|
247
259
|
|
|
248
260
|
### Patch Changes
|
|
249
261
|
|
|
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`.
|
|
262
|
+
- [#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
263
|
- Updated dependencies
|
|
252
264
|
|
|
253
265
|
## 1.0.0
|
|
254
266
|
|
|
255
267
|
### Major Changes
|
|
256
268
|
|
|
257
|
-
- [`c8ad3f81d9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8ad3f81d9c) - Releasing first major version. Nothing has changes since last version.
|
|
269
|
+
- [#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
270
|
|
|
259
271
|
## 0.34.8
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
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.
|
|
275
|
+
- [#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
276
|
|
|
265
277
|
## 0.34.7
|
|
266
278
|
|
|
267
279
|
### Patch Changes
|
|
268
280
|
|
|
269
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
281
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
270
282
|
- Updated dependencies
|
|
271
283
|
|
|
272
284
|
## 0.34.6
|
|
273
285
|
|
|
274
286
|
### Patch Changes
|
|
275
287
|
|
|
276
|
-
- [`d018119646e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d018119646e) - [ux] Added classname to datasource table for disabling of comments in confluence
|
|
288
|
+
- [#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
289
|
|
|
278
290
|
## 0.34.5
|
|
279
291
|
|
|
@@ -285,44 +297,44 @@
|
|
|
285
297
|
|
|
286
298
|
### Patch Changes
|
|
287
299
|
|
|
288
|
-
- [`0fb7c3220b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7c3220b9) - Fix issue where link doesn't open in new tab
|
|
300
|
+
- [#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
301
|
|
|
290
302
|
## 0.34.3
|
|
291
303
|
|
|
292
304
|
### Patch Changes
|
|
293
305
|
|
|
294
|
-
- [`f93b91224c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f93b91224c7) - [ux] Refocused column search after initial load
|
|
306
|
+
- [#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
307
|
|
|
296
308
|
## 0.34.2
|
|
297
309
|
|
|
298
310
|
### Patch Changes
|
|
299
311
|
|
|
300
|
-
- [`4929f0c37cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4929f0c37cc) - [ux] Update empty state in assets modal with link
|
|
312
|
+
- [#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
313
|
- Updated dependencies
|
|
302
314
|
|
|
303
315
|
## 0.34.1
|
|
304
316
|
|
|
305
317
|
### Patch Changes
|
|
306
318
|
|
|
307
|
-
- [`0260eb48f1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0260eb48f1a) - [ux] Skip column schema apply if no results on initial query
|
|
319
|
+
- [#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
320
|
|
|
309
321
|
## 0.34.0
|
|
310
322
|
|
|
311
323
|
### Minor Changes
|
|
312
324
|
|
|
313
|
-
- [`02ac9829cf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ac9829cf8) - [ux] Added support for richtext.
|
|
325
|
+
- [#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
326
|
|
|
315
327
|
## 0.33.12
|
|
316
328
|
|
|
317
329
|
### Patch Changes
|
|
318
330
|
|
|
319
|
-
- [`0aadfa0dc26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aadfa0dc26) - Fix double loading inside table view
|
|
331
|
+
- [#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
332
|
|
|
321
333
|
## 0.33.11
|
|
322
334
|
|
|
323
335
|
### Patch Changes
|
|
324
336
|
|
|
325
|
-
- [`d6c7bae4615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c7bae4615) - [ux] Insert button correctly displays without plural for single object
|
|
337
|
+
- [#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
338
|
|
|
327
339
|
## 0.33.10
|
|
328
340
|
|
|
@@ -334,7 +346,7 @@
|
|
|
334
346
|
|
|
335
347
|
### Patch Changes
|
|
336
348
|
|
|
337
|
-
- [`bb7599728b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb7599728b7) - [ux] Disable assets modal search button while AQL is invalid
|
|
349
|
+
- [#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
350
|
|
|
339
351
|
## 0.33.8
|
|
340
352
|
|
|
@@ -346,7 +358,7 @@
|
|
|
346
358
|
|
|
347
359
|
### Patch Changes
|
|
348
360
|
|
|
349
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
361
|
+
- [#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
362
|
|
|
351
363
|
## 0.33.6
|
|
352
364
|
|
|
@@ -358,68 +370,68 @@
|
|
|
358
370
|
|
|
359
371
|
### Patch Changes
|
|
360
372
|
|
|
361
|
-
- [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux] Updates width of datasource modals
|
|
373
|
+
- [#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
374
|
|
|
363
375
|
## 0.33.4
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
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
|
|
379
|
+
- [#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
380
|
- Updated dependencies
|
|
369
381
|
|
|
370
382
|
## 0.33.3
|
|
371
383
|
|
|
372
384
|
### Patch Changes
|
|
373
385
|
|
|
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
|
|
386
|
+
- [#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
387
|
|
|
376
388
|
## 0.33.2
|
|
377
389
|
|
|
378
390
|
### Patch Changes
|
|
379
391
|
|
|
380
|
-
- [`7e77ad40512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77ad40512) - [ux] Add question mark to search field with link to aql docs
|
|
392
|
+
- [#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
393
|
|
|
382
394
|
## 0.33.1
|
|
383
395
|
|
|
384
396
|
### Patch Changes
|
|
385
397
|
|
|
386
|
-
- [`3c77a5b1377`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c77a5b1377) - Change behaviour of Assets Config Modal schema select to fetch on mount
|
|
398
|
+
- [#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
399
|
|
|
388
400
|
## 0.33.0
|
|
389
401
|
|
|
390
402
|
### Minor Changes
|
|
391
403
|
|
|
392
|
-
- [`6ee82691c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee82691c4e) - [ux] Changed shimmer on empty state view to only occur when loading data initially
|
|
404
|
+
- [#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
405
|
|
|
394
406
|
## 0.32.0
|
|
395
407
|
|
|
396
408
|
### Minor Changes
|
|
397
409
|
|
|
398
|
-
- [`bfe11404834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe11404834) - Adds Analytics support for datasource.
|
|
410
|
+
- [#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
411
|
|
|
400
412
|
## 0.31.3
|
|
401
413
|
|
|
402
414
|
### Patch Changes
|
|
403
415
|
|
|
404
|
-
- [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve DnD Experience in Datasource Table view
|
|
416
|
+
- [#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
417
|
|
|
406
418
|
## 0.31.2
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
409
421
|
|
|
410
|
-
- [`ab5b543f761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab5b543f761) - Assets List of Links send actual workspaceId to fetch data on insert
|
|
422
|
+
- [#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
423
|
|
|
412
424
|
## 0.31.1
|
|
413
425
|
|
|
414
426
|
### Patch Changes
|
|
415
427
|
|
|
416
|
-
- [`ac9d6f74970`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9d6f74970) - List of Links Assets Modal uses workspaceId instead of cloudId
|
|
428
|
+
- [#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
429
|
|
|
418
430
|
## 0.31.0
|
|
419
431
|
|
|
420
432
|
### Minor Changes
|
|
421
433
|
|
|
422
|
-
- [`220d407e10c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220d407e10c) - [ux] Update empty state skeleton UI and add empty state to datasourceTableView
|
|
434
|
+
- [#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
435
|
|
|
424
436
|
### Patch Changes
|
|
425
437
|
|
|
@@ -429,13 +441,13 @@
|
|
|
429
441
|
|
|
430
442
|
### Patch Changes
|
|
431
443
|
|
|
432
|
-
- [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix typo in initialStateViewMessages.learnMoreLink
|
|
444
|
+
- [#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
445
|
|
|
434
446
|
## 0.30.2
|
|
435
447
|
|
|
436
448
|
### Patch Changes
|
|
437
449
|
|
|
438
|
-
- [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
|
|
450
|
+
- [#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
451
|
|
|
440
452
|
## 0.30.1
|
|
441
453
|
|
|
@@ -447,46 +459,46 @@
|
|
|
447
459
|
|
|
448
460
|
### Minor Changes
|
|
449
461
|
|
|
450
|
-
- [`d8d641d500b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8d641d500b) - [ux] Add issueLikeDataTableView in assets modal
|
|
462
|
+
- [#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
463
|
|
|
452
464
|
## 0.29.5
|
|
453
465
|
|
|
454
466
|
### Patch Changes
|
|
455
467
|
|
|
456
|
-
- [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks
|
|
468
|
+
- [#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
469
|
- Updated dependencies
|
|
458
470
|
|
|
459
471
|
## 0.29.4
|
|
460
472
|
|
|
461
473
|
### Patch Changes
|
|
462
474
|
|
|
463
|
-
- [`21822300038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21822300038) - Export AssetsConfigModal component from this package
|
|
475
|
+
- [#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
476
|
|
|
465
477
|
## 0.29.3
|
|
466
478
|
|
|
467
479
|
### Patch Changes
|
|
468
480
|
|
|
469
|
-
- [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) - Updating internal dependency
|
|
481
|
+
- [#37394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37394) [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) - Updating internal dependency
|
|
470
482
|
- Updated dependencies
|
|
471
483
|
|
|
472
484
|
## 0.29.2
|
|
473
485
|
|
|
474
486
|
### Patch Changes
|
|
475
487
|
|
|
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.
|
|
488
|
+
- [#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
489
|
- Updated dependencies
|
|
478
490
|
|
|
479
491
|
## 0.29.1
|
|
480
492
|
|
|
481
493
|
### Patch Changes
|
|
482
494
|
|
|
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
|
|
495
|
+
- [#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
496
|
|
|
485
497
|
## 0.29.0
|
|
486
498
|
|
|
487
499
|
### Minor Changes
|
|
488
500
|
|
|
489
|
-
- [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux] Added onInsertPressed method to insert ADF into doc and updated helper test mocks
|
|
501
|
+
- [#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
502
|
|
|
491
503
|
## 0.28.5
|
|
492
504
|
|
|
@@ -498,13 +510,13 @@
|
|
|
498
510
|
|
|
499
511
|
### Patch Changes
|
|
500
512
|
|
|
501
|
-
- [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux] Sticky column picker
|
|
513
|
+
- [#36806](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36806) [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux] Sticky column picker
|
|
502
514
|
|
|
503
515
|
## 0.28.3
|
|
504
516
|
|
|
505
517
|
### Patch Changes
|
|
506
518
|
|
|
507
|
-
- [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) - Upgrade JQL editor dependencies.
|
|
519
|
+
- [#36788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36788) [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) - Upgrade JQL editor dependencies.
|
|
508
520
|
|
|
509
521
|
## 0.28.2
|
|
510
522
|
|
|
@@ -516,13 +528,13 @@
|
|
|
516
528
|
|
|
517
529
|
### Patch Changes
|
|
518
530
|
|
|
519
|
-
- [`d311f1a30e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d311f1a30e1) - Fix issue where table doesn't update after edit in the modal
|
|
531
|
+
- [#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
532
|
|
|
521
533
|
## 0.28.0
|
|
522
534
|
|
|
523
535
|
### Minor Changes
|
|
524
536
|
|
|
525
|
-
- [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added assets modal to link-datasource, which includes the following API additions:
|
|
537
|
+
- [#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
538
|
|
|
527
539
|
- datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
|
|
528
540
|
- new component: `JSMAssetsConfigModal`
|
|
@@ -536,7 +548,7 @@
|
|
|
536
548
|
|
|
537
549
|
### Patch Changes
|
|
538
550
|
|
|
539
|
-
- [`45562e99798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45562e99798) - Added cmdbService, useAssetsClient hook and useValidateAqlText hook
|
|
551
|
+
- [#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
552
|
|
|
541
553
|
## 0.27.3
|
|
542
554
|
|
|
@@ -560,7 +572,7 @@
|
|
|
560
572
|
|
|
561
573
|
### Minor Changes
|
|
562
574
|
|
|
563
|
-
- [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add restricted access view to modal and table
|
|
575
|
+
- [#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
576
|
|
|
565
577
|
### Patch Changes
|
|
566
578
|
|
|
@@ -570,7 +582,7 @@
|
|
|
570
582
|
|
|
571
583
|
### Minor Changes
|
|
572
584
|
|
|
573
|
-
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
|
|
585
|
+
- [#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
586
|
|
|
575
587
|
### Patch Changes
|
|
576
588
|
|
|
@@ -586,13 +598,13 @@
|
|
|
586
598
|
|
|
587
599
|
### Patch Changes
|
|
588
600
|
|
|
589
|
-
- [`64bdd3a389b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64bdd3a389b) - Style changes and translation updates. Also remove IntlProvider from prode code.
|
|
601
|
+
- [#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
602
|
|
|
591
603
|
## 0.25.0
|
|
592
604
|
|
|
593
605
|
### Minor Changes
|
|
594
606
|
|
|
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
|
|
607
|
+
- [#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
608
|
|
|
597
609
|
### Patch Changes
|
|
598
610
|
|
|
@@ -602,7 +614,7 @@
|
|
|
602
614
|
|
|
603
615
|
### Patch Changes
|
|
604
616
|
|
|
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)
|
|
617
|
+
- [#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
618
|
- Updated dependencies
|
|
607
619
|
|
|
608
620
|
## 0.24.3
|
|
@@ -621,31 +633,31 @@
|
|
|
621
633
|
|
|
622
634
|
### Patch Changes
|
|
623
635
|
|
|
624
|
-
- [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
636
|
+
- [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582) [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
|
|
625
637
|
|
|
626
638
|
## 0.24.0
|
|
627
639
|
|
|
628
640
|
### Minor Changes
|
|
629
641
|
|
|
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
|
|
642
|
+
- [#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
643
|
|
|
632
644
|
## 0.23.0
|
|
633
645
|
|
|
634
646
|
### Minor Changes
|
|
635
647
|
|
|
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
|
|
648
|
+
- [#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
649
|
|
|
638
650
|
## 0.22.0
|
|
639
651
|
|
|
640
652
|
### Minor Changes
|
|
641
653
|
|
|
642
|
-
- [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux] Added empty and error states to jira modal and datasourceTable
|
|
654
|
+
- [#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
655
|
|
|
644
656
|
## 0.21.2
|
|
645
657
|
|
|
646
658
|
### Patch Changes
|
|
647
659
|
|
|
648
|
-
- [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux] Various bug fixes to jira issue modal
|
|
660
|
+
- [#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
661
|
- Updated dependencies
|
|
650
662
|
|
|
651
663
|
## 0.21.1
|
|
@@ -658,7 +670,7 @@
|
|
|
658
670
|
|
|
659
671
|
### Minor Changes
|
|
660
672
|
|
|
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
|
|
673
|
+
- [#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
674
|
|
|
663
675
|
### Patch Changes
|
|
664
676
|
|
|
@@ -668,19 +680,19 @@
|
|
|
668
680
|
|
|
669
681
|
### Minor Changes
|
|
670
682
|
|
|
671
|
-
- [`0407e628d5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0407e628d5b) - [ux] Fix some table bugs
|
|
683
|
+
- [#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
684
|
|
|
673
685
|
## 0.19.1
|
|
674
686
|
|
|
675
687
|
### Patch Changes
|
|
676
688
|
|
|
677
|
-
- [`f5d34a140ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5d34a140ad) - Move both exported components to be behind lazy loading
|
|
689
|
+
- [#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
690
|
|
|
679
691
|
## 0.19.0
|
|
680
692
|
|
|
681
693
|
### Minor Changes
|
|
682
694
|
|
|
683
|
-
- [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
|
|
695
|
+
- [#34691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34691) [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
|
|
684
696
|
- Modify DatasourceAdf table view type
|
|
685
697
|
|
|
686
698
|
### Patch Changes
|
|
@@ -691,13 +703,13 @@
|
|
|
691
703
|
|
|
692
704
|
### Patch Changes
|
|
693
705
|
|
|
694
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
706
|
+
- [#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
707
|
|
|
696
708
|
## 0.18.0
|
|
697
709
|
|
|
698
710
|
### Minor Changes
|
|
699
711
|
|
|
700
|
-
- [`8ddcd8088a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ddcd8088a9) - - Removing `onUpdateParameters` and `onVisibleColumnKeysChange` props from JiraIssuesConfigModal
|
|
712
|
+
- [#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
713
|
- make datasourceAdf type option of onInsert callback more jira concrete (JiraIssuesDatasourceAdf)
|
|
702
714
|
- Export `JiraIssuesDatasourceAdf` type
|
|
703
715
|
|
|
@@ -711,7 +723,7 @@
|
|
|
711
723
|
|
|
712
724
|
### Patch Changes
|
|
713
725
|
|
|
714
|
-
- [`d417c0728a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d417c0728a8) - Added logic to show selected options at the top of the column picker
|
|
726
|
+
- [#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
727
|
|
|
716
728
|
## 0.17.4
|
|
717
729
|
|
|
@@ -729,78 +741,78 @@
|
|
|
729
741
|
|
|
730
742
|
### Patch Changes
|
|
731
743
|
|
|
732
|
-
- [`b23bb695309`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b23bb695309) - Remove hard-coded column from modal
|
|
744
|
+
- [#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
745
|
|
|
734
746
|
## 0.17.1
|
|
735
747
|
|
|
736
748
|
### Patch Changes
|
|
737
749
|
|
|
738
|
-
- [`4c56014f328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c56014f328) - Updated components to use the new `DatasourceDataResponseItem` format
|
|
750
|
+
- [#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
751
|
- Updated dependencies
|
|
740
752
|
|
|
741
753
|
## 0.17.0
|
|
742
754
|
|
|
743
755
|
### Minor Changes
|
|
744
756
|
|
|
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
|
|
757
|
+
- [#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
758
|
|
|
747
759
|
## 0.16.1
|
|
748
760
|
|
|
749
761
|
### Patch Changes
|
|
750
762
|
|
|
751
|
-
- [`d9be88498a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9be88498a8) - Updated components to use the new `DatasourceType` value format
|
|
763
|
+
- [#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
764
|
- Updated dependencies
|
|
753
765
|
|
|
754
766
|
## 0.16.0
|
|
755
767
|
|
|
756
768
|
### Minor Changes
|
|
757
769
|
|
|
758
|
-
- [`a68bac355b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a68bac355b0) - Renaming `JiraIssuesTableView` into `DatasourceTableView` and changing its `parameters` property to be an `object`
|
|
770
|
+
- [#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
771
|
|
|
760
772
|
## 0.15.1
|
|
761
773
|
|
|
762
774
|
### Patch Changes
|
|
763
775
|
|
|
764
|
-
- [`3d4e152483b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d4e152483b) - Move all the mocking outside into link-test-helpers and use it.
|
|
776
|
+
- [#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
777
|
|
|
766
778
|
## 0.15.0
|
|
767
779
|
|
|
768
780
|
### Minor Changes
|
|
769
781
|
|
|
770
|
-
- [`9b52f1c40fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b52f1c40fa) - Added a default column width to specific fields and types
|
|
782
|
+
- [#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
783
|
|
|
772
784
|
## 0.14.4
|
|
773
785
|
|
|
774
786
|
### Patch Changes
|
|
775
787
|
|
|
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.
|
|
788
|
+
- [#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
789
|
|
|
778
790
|
## 0.14.3
|
|
779
791
|
|
|
780
792
|
### Patch Changes
|
|
781
793
|
|
|
782
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
794
|
+
- [#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
795
|
- Updated dependencies
|
|
784
796
|
|
|
785
797
|
## 0.14.2
|
|
786
798
|
|
|
787
799
|
### Patch Changes
|
|
788
800
|
|
|
789
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
801
|
+
- [#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
802
|
- Updated dependencies
|
|
791
803
|
|
|
792
804
|
## 0.14.1
|
|
793
805
|
|
|
794
806
|
### Patch Changes
|
|
795
807
|
|
|
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
|
|
808
|
+
- [#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
809
|
- Updated dependencies
|
|
798
810
|
|
|
799
811
|
## 0.14.0
|
|
800
812
|
|
|
801
813
|
### Minor Changes
|
|
802
814
|
|
|
803
|
-
- [`5968b8a8210`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5968b8a8210) - [ux] added view mode toggle to config modal
|
|
815
|
+
- [#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
816
|
|
|
805
817
|
## 0.13.3
|
|
806
818
|
|
|
@@ -812,27 +824,27 @@
|
|
|
812
824
|
|
|
813
825
|
### Patch Changes
|
|
814
826
|
|
|
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
|
|
827
|
+
- [#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
828
|
- Updated dependencies
|
|
817
829
|
|
|
818
830
|
## 0.13.1
|
|
819
831
|
|
|
820
832
|
### Patch Changes
|
|
821
833
|
|
|
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*`
|
|
834
|
+
- [#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
835
|
- Updated dependencies
|
|
824
836
|
|
|
825
837
|
## 0.13.0
|
|
826
838
|
|
|
827
839
|
### Minor Changes
|
|
828
840
|
|
|
829
|
-
- [`cd179e6f433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd179e6f433) - Added logic to render as `SmartCard` when result has only one row
|
|
841
|
+
- [#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
842
|
|
|
831
843
|
## 0.12.0
|
|
832
844
|
|
|
833
845
|
### Minor Changes
|
|
834
846
|
|
|
835
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
847
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
836
848
|
|
|
837
849
|
### Patch Changes
|
|
838
850
|
|
|
@@ -842,7 +854,7 @@
|
|
|
842
854
|
|
|
843
855
|
### Minor Changes
|
|
844
856
|
|
|
845
|
-
- [`ab383434b1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab383434b1c) - Ability to generate Datasource ADF on insertion
|
|
857
|
+
- [#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
858
|
|
|
847
859
|
### Patch Changes
|
|
848
860
|
|
|
@@ -858,19 +870,19 @@
|
|
|
858
870
|
|
|
859
871
|
### Minor Changes
|
|
860
872
|
|
|
861
|
-
- [`1a044d5345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a044d5345a) - [ux] Adds issue count and refresh button component
|
|
873
|
+
- [#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
874
|
|
|
863
875
|
## 0.9.1
|
|
864
876
|
|
|
865
877
|
### Patch Changes
|
|
866
878
|
|
|
867
|
-
- [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) - Refactoring mode-switcher
|
|
879
|
+
- [#33057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33057) [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) - Refactoring mode-switcher
|
|
868
880
|
|
|
869
881
|
## 0.9.0
|
|
870
882
|
|
|
871
883
|
### Minor Changes
|
|
872
884
|
|
|
873
|
-
- [`5abf8a31abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5abf8a31abb) - Refactor IssueLikeTable. Move it's state outside into hook useDatasourceTableState
|
|
885
|
+
- [#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
886
|
|
|
875
887
|
### Patch Changes
|
|
876
888
|
|
|
@@ -880,20 +892,20 @@
|
|
|
880
892
|
|
|
881
893
|
### Minor Changes
|
|
882
894
|
|
|
883
|
-
- [`afd7233d088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd7233d088) - [ux] added basic search and search mode toggle
|
|
895
|
+
- [#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
896
|
|
|
885
897
|
## 0.7.1
|
|
886
898
|
|
|
887
899
|
### Patch Changes
|
|
888
900
|
|
|
889
|
-
- [`0624df1ffe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0624df1ffe1) - Bump json-ld-types dependency
|
|
901
|
+
- [#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
902
|
- Updated dependencies
|
|
891
903
|
|
|
892
904
|
## 0.7.0
|
|
893
905
|
|
|
894
906
|
### Minor Changes
|
|
895
907
|
|
|
896
|
-
- [`428c7270422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/428c7270422) - Updated `Date` render type to `DateTime` render type to support date, time and datetime
|
|
908
|
+
- [#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
909
|
|
|
898
910
|
### Patch Changes
|
|
899
911
|
|
|
@@ -903,7 +915,7 @@
|
|
|
903
915
|
|
|
904
916
|
### Minor Changes
|
|
905
917
|
|
|
906
|
-
- [`127d16e0933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/127d16e0933) - Add generic render type components for each data source types
|
|
918
|
+
- [#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
919
|
|
|
908
920
|
### Patch Changes
|
|
909
921
|
|
|
@@ -913,13 +925,13 @@
|
|
|
913
925
|
|
|
914
926
|
### Minor Changes
|
|
915
927
|
|
|
916
|
-
- [`52a64257016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52a64257016) - [ux] added jql editor input to config modal
|
|
928
|
+
- [#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
929
|
|
|
918
930
|
## 0.4.3
|
|
919
931
|
|
|
920
932
|
### Patch Changes
|
|
921
933
|
|
|
922
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
934
|
+
- [#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
935
|
|
|
924
936
|
## 0.4.2
|
|
925
937
|
|
|
@@ -937,13 +949,13 @@
|
|
|
937
949
|
|
|
938
950
|
### Minor Changes
|
|
939
951
|
|
|
940
|
-
- [`9a83e52fd54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a83e52fd54) - added jira site selector to list of links config modal
|
|
952
|
+
- [#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
953
|
|
|
942
954
|
## 0.3.4
|
|
943
955
|
|
|
944
956
|
### Patch Changes
|
|
945
957
|
|
|
946
|
-
- [`a66fd9d6f9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66fd9d6f9d) - Introduce column picker into issue like table component
|
|
958
|
+
- [#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
959
|
|
|
948
960
|
## 0.3.3
|
|
949
961
|
|
|
@@ -967,7 +979,7 @@
|
|
|
967
979
|
|
|
968
980
|
### Minor Changes
|
|
969
981
|
|
|
970
|
-
- [`c6017ad803e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6017ad803e) - [ux] add empty table state for datasources
|
|
982
|
+
- [#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
983
|
|
|
972
984
|
### Patch Changes
|
|
973
985
|
|
|
@@ -989,13 +1001,13 @@
|
|
|
989
1001
|
|
|
990
1002
|
### Patch Changes
|
|
991
1003
|
|
|
992
|
-
- [`e066b00c060`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e066b00c060) - Add ability to drag and drop columns to reorder them to `IssueLikeDataTableView`
|
|
1004
|
+
- [#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
1005
|
|
|
994
1006
|
## 0.2.0
|
|
995
1007
|
|
|
996
1008
|
### Minor Changes
|
|
997
1009
|
|
|
998
|
-
- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added
|
|
1010
|
+
- [#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
1011
|
|
|
1000
1012
|
### Patch Changes
|
|
1001
1013
|
|