@atlaskit/editor-plugin-card 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 1.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#93932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93932)
|
|
8
|
+
[`2d7ead0569b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2d7ead0569b2) -
|
|
9
|
+
Adopt new view mode "table" and "inlin" for Jira SLLV config modal
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 1.10.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -127,7 +127,7 @@ var DatasourceModal = exports.DatasourceModal = function DatasourceModal(_ref) {
|
|
|
127
127
|
"data-testid": "jira-config-modal"
|
|
128
128
|
}, /*#__PURE__*/_react.default.createElement(_linkDatasource.JiraIssuesConfigModal, {
|
|
129
129
|
datasourceId: datasourceId,
|
|
130
|
-
viewMode: isRegularCardNode ? '
|
|
130
|
+
viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
|
|
131
131
|
,
|
|
132
132
|
visibleColumnKeys: visibleColumnKeys,
|
|
133
133
|
parameters: parameters,
|
|
@@ -103,7 +103,7 @@ export const DatasourceModal = ({
|
|
|
103
103
|
"data-testid": "jira-config-modal"
|
|
104
104
|
}, /*#__PURE__*/React.createElement(JiraIssuesConfigModal, {
|
|
105
105
|
datasourceId: datasourceId,
|
|
106
|
-
viewMode: isRegularCardNode ? '
|
|
106
|
+
viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
|
|
107
107
|
,
|
|
108
108
|
visibleColumnKeys: visibleColumnKeys,
|
|
109
109
|
parameters: parameters,
|
|
@@ -117,7 +117,7 @@ export var DatasourceModal = function DatasourceModal(_ref) {
|
|
|
117
117
|
"data-testid": "jira-config-modal"
|
|
118
118
|
}, /*#__PURE__*/React.createElement(JiraIssuesConfigModal, {
|
|
119
119
|
datasourceId: datasourceId,
|
|
120
|
-
viewMode: isRegularCardNode ? '
|
|
120
|
+
viewMode: isRegularCardNode ? 'inline' : 'table' // Want non-datasource cards to open in inline view since they are in table view
|
|
121
121
|
,
|
|
122
122
|
visibleColumnKeys: visibleColumnKeys,
|
|
123
123
|
parameters: parameters,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/icon": "^22.1.0",
|
|
51
51
|
"@atlaskit/link-analytics": "^8.3.0",
|
|
52
52
|
"@atlaskit/link-client-extension": "^1.8.0",
|
|
53
|
-
"@atlaskit/link-datasource": "^
|
|
53
|
+
"@atlaskit/link-datasource": "^2.0.0",
|
|
54
54
|
"@atlaskit/linking-common": "^5.6.0",
|
|
55
55
|
"@atlaskit/linking-types": "^8.8.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|