@atlaskit/editor-plugin-card 1.4.2 → 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 +6 -0
- package/dist/cjs/toolbar.js +1 -1
- package/dist/es2019/toolbar.js +1 -1
- package/dist/esm/toolbar.js +1 -1
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 1.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#87517](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87517) [`cb501b6ea6e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb501b6ea6e0) - Link preferences button for datasources toolbar is now in full effect (feature flag removed).
|
|
8
|
+
|
|
3
9
|
## 1.4.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/toolbar.js
CHANGED
|
@@ -450,7 +450,7 @@ var getDatasourceButtonGroup = function getDatasourceButtonGroup(metadata, intl,
|
|
|
450
450
|
}, {
|
|
451
451
|
type: 'separator'
|
|
452
452
|
}]
|
|
453
|
-
}].concat((0, _toConsumableArray2.default)(
|
|
453
|
+
}].concat((0, _toConsumableArray2.default)(getSettingsButtonGroup(intl, editorAnalyticsApi)), [{
|
|
454
454
|
id: 'editor.link.delete',
|
|
455
455
|
focusEditoronEnter: true,
|
|
456
456
|
type: 'button',
|
package/dist/es2019/toolbar.js
CHANGED
|
@@ -443,7 +443,7 @@ const getDatasourceButtonGroup = (metadata, intl, editorAnalyticsApi, node, hove
|
|
|
443
443
|
}, {
|
|
444
444
|
type: 'separator'
|
|
445
445
|
}]
|
|
446
|
-
}, ...
|
|
446
|
+
}, ...getSettingsButtonGroup(intl, editorAnalyticsApi), {
|
|
447
447
|
id: 'editor.link.delete',
|
|
448
448
|
focusEditoronEnter: true,
|
|
449
449
|
type: 'button',
|
package/dist/esm/toolbar.js
CHANGED
|
@@ -440,7 +440,7 @@ var getDatasourceButtonGroup = function getDatasourceButtonGroup(metadata, intl,
|
|
|
440
440
|
}, {
|
|
441
441
|
type: 'separator'
|
|
442
442
|
}]
|
|
443
|
-
}].concat(_toConsumableArray(
|
|
443
|
+
}].concat(_toConsumableArray(getSettingsButtonGroup(intl, editorAnalyticsApi)), [{
|
|
444
444
|
id: 'editor.link.delete',
|
|
445
445
|
focusEditoronEnter: true,
|
|
446
446
|
type: 'button',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@atlaskit/icon": "^22.1.0",
|
|
50
50
|
"@atlaskit/link-analytics": "^8.3.0",
|
|
51
51
|
"@atlaskit/link-client-extension": "^1.8.0",
|
|
52
|
-
"@atlaskit/link-datasource": "^1.
|
|
52
|
+
"@atlaskit/link-datasource": "^1.25.0",
|
|
53
53
|
"@atlaskit/linking-common": "^5.6.0",
|
|
54
|
-
"@atlaskit/linking-types": "^8.
|
|
54
|
+
"@atlaskit/linking-types": "^8.8.0",
|
|
55
55
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
56
56
|
"@atlaskit/primitives": "^5.5.0",
|
|
57
57
|
"@atlaskit/smart-card": "^26.52.0",
|
|
@@ -116,9 +116,6 @@
|
|
|
116
116
|
"platform.linking-platform.enable-datasource-appearance-toolbar": {
|
|
117
117
|
"type": "boolean"
|
|
118
118
|
},
|
|
119
|
-
"platform.editor-add-link-preferences-button-to-datasources_xt1sh": {
|
|
120
|
-
"type": "boolean"
|
|
121
|
-
},
|
|
122
119
|
"platform.editor.card.fix-embed-card-select-all": {
|
|
123
120
|
"type": "boolean"
|
|
124
121
|
}
|