@atlaskit/editor-plugin-card 4.6.1 → 4.6.5
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 +31 -0
- package/dist/cjs/ui/toolbar.js +0 -1
- package/dist/es2019/ui/toolbar.js +0 -1
- package/dist/esm/ui/toolbar.js +0 -1
- package/package.json +12 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 4.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.6.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 4.6.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#114033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114033)
|
|
20
|
+
[`bd8a7551ac410`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bd8a7551ac410) -
|
|
21
|
+
EDM-11641 Check SL tokens editor & renderer, fix icon
|
|
22
|
+
- [#114033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114033)
|
|
23
|
+
[`6ca32524df553`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ca32524df553) -
|
|
24
|
+
EDM-11641 Smart links token migration smart card toolbarwq
|
|
25
|
+
|
|
26
|
+
## 4.6.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
|
|
31
|
+
[`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
|
|
32
|
+
Bump adf-schema to 47.2.1
|
|
33
|
+
|
|
3
34
|
## 4.6.1
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/cjs/ui/toolbar.js
CHANGED
|
@@ -306,7 +306,6 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
306
306
|
type: 'separator'
|
|
307
307
|
}], (0, _toConsumableArray2.default)(getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi)), [{
|
|
308
308
|
type: 'copy-button',
|
|
309
|
-
supportsViewMode: !(0, _platformFeatureFlags.fg)('platform_editor_remove_copy_button_from_view_mode'),
|
|
310
309
|
items: [{
|
|
311
310
|
state: state,
|
|
312
311
|
formatMessage: intl.formatMessage,
|
|
@@ -298,7 +298,6 @@ const generateToolbarItems = (state, intl, providerFactory, cardOptions, lpLinkP
|
|
|
298
298
|
type: 'separator'
|
|
299
299
|
}, ...getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi), {
|
|
300
300
|
type: 'copy-button',
|
|
301
|
-
supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
|
|
302
301
|
items: [{
|
|
303
302
|
state,
|
|
304
303
|
formatMessage: intl.formatMessage,
|
package/dist/esm/ui/toolbar.js
CHANGED
|
@@ -296,7 +296,6 @@ var generateToolbarItems = function generateToolbarItems(state, intl, providerFa
|
|
|
296
296
|
type: 'separator'
|
|
297
297
|
}], _toConsumableArray(getUnlinkButtonGroup(state, intl, node, inlineCard, editorAnalyticsApi)), [{
|
|
298
298
|
type: 'copy-button',
|
|
299
|
-
supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
|
|
300
299
|
items: [{
|
|
301
300
|
state: state,
|
|
302
301
|
formatMessage: intl.formatMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.5",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/adf-schema": "^
|
|
34
|
+
"@atlaskit/adf-schema": "^47.2.1",
|
|
35
35
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
36
36
|
"@atlaskit/custom-steps": "^0.10.0",
|
|
37
|
-
"@atlaskit/editor-common": "^99.
|
|
37
|
+
"@atlaskit/editor-common": "^99.17.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
39
39
|
"@atlaskit/editor-plugin-base": "^2.2.0",
|
|
40
40
|
"@atlaskit/editor-plugin-connectivity": "^1.3.0",
|
|
@@ -42,24 +42,24 @@
|
|
|
42
42
|
"@atlaskit/editor-plugin-editor-disabled": "^1.5.0",
|
|
43
43
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.2.0",
|
|
44
44
|
"@atlaskit/editor-plugin-feature-flags": "^1.3.0",
|
|
45
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^1.
|
|
45
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^1.18.0",
|
|
46
46
|
"@atlaskit/editor-plugin-grid": "^1.4.0",
|
|
47
47
|
"@atlaskit/editor-plugin-width": "^2.1.0",
|
|
48
48
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
49
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
49
|
+
"@atlaskit/editor-shared-styles": "^3.3.0",
|
|
50
50
|
"@atlaskit/frontend-utilities": "^2.9.0",
|
|
51
|
-
"@atlaskit/icon": "^23.
|
|
51
|
+
"@atlaskit/icon": "^23.9.0",
|
|
52
52
|
"@atlaskit/link-analytics": "^8.7.0",
|
|
53
53
|
"@atlaskit/link-client-extension": "^3.1.0",
|
|
54
|
-
"@atlaskit/link-datasource": "^3.
|
|
55
|
-
"@atlaskit/linking-common": "^
|
|
54
|
+
"@atlaskit/link-datasource": "^3.20.0",
|
|
55
|
+
"@atlaskit/linking-common": "^7.0.0",
|
|
56
56
|
"@atlaskit/linking-types": "^9.6.0",
|
|
57
|
-
"@atlaskit/menu": "2.14.
|
|
58
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
57
|
+
"@atlaskit/menu": "2.14.4",
|
|
58
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
59
59
|
"@atlaskit/primitives": "^13.5.0",
|
|
60
60
|
"@atlaskit/smart-card": "^34.10.0",
|
|
61
|
-
"@atlaskit/theme": "^
|
|
62
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
61
|
+
"@atlaskit/theme": "^16.0.0",
|
|
62
|
+
"@atlaskit/tmp-editor-statsig": "^2.46.0",
|
|
63
63
|
"@atlaskit/tokens": "^3.3.0",
|
|
64
64
|
"@babel/runtime": "^7.0.0",
|
|
65
65
|
"@emotion/react": "^11.7.1",
|
|
@@ -128,9 +128,6 @@
|
|
|
128
128
|
"platform_editor_ssr_fix_smartlinks": {
|
|
129
129
|
"type": "boolean"
|
|
130
130
|
},
|
|
131
|
-
"platform_editor_remove_copy_button_from_view_mode": {
|
|
132
|
-
"type": "boolean"
|
|
133
|
-
},
|
|
134
131
|
"platform_inline_node_as_valid_annotation_selection": {
|
|
135
132
|
"type": "boolean"
|
|
136
133
|
},
|