@atlaskit/editor-plugin-card 3.3.0 → 3.4.0
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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#147220](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147220)
|
|
8
|
+
[`07a9416026f88`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07a9416026f88) -
|
|
9
|
+
Remove showActions and showServerActions from smart-card
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -29,12 +29,6 @@ export interface CardProps extends CardNodeViewProps {
|
|
|
29
29
|
allowResizing?: boolean;
|
|
30
30
|
fullWidthMode?: boolean;
|
|
31
31
|
useAlternativePreloader?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-6348 Internal documentation for deprecation (no external access)}
|
|
34
|
-
*
|
|
35
|
-
* Prefer `actionOptions` prop.
|
|
36
|
-
*/
|
|
37
|
-
showServerActions?: boolean;
|
|
38
32
|
actionOptions?: BaseCardProps['actionOptions'];
|
|
39
33
|
pluginInjectionApi?: ExtractInjectionAPI<typeof cardPlugin>;
|
|
40
34
|
onClickCallback?: OnClickCallback;
|
|
@@ -29,12 +29,6 @@ export interface CardProps extends CardNodeViewProps {
|
|
|
29
29
|
allowResizing?: boolean;
|
|
30
30
|
fullWidthMode?: boolean;
|
|
31
31
|
useAlternativePreloader?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-6348 Internal documentation for deprecation (no external access)}
|
|
34
|
-
*
|
|
35
|
-
* Prefer `actionOptions` prop.
|
|
36
|
-
*/
|
|
37
|
-
showServerActions?: boolean;
|
|
38
32
|
actionOptions?: BaseCardProps['actionOptions'];
|
|
39
33
|
pluginInjectionApi?: ExtractInjectionAPI<typeof cardPlugin>;
|
|
40
34
|
onClickCallback?: OnClickCallback;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@atlaskit/adf-schema": "^40.9.0",
|
|
35
35
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
36
36
|
"@atlaskit/custom-steps": "^0.7.0",
|
|
37
|
-
"@atlaskit/editor-common": "^
|
|
37
|
+
"@atlaskit/editor-common": "^92.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
39
39
|
"@atlaskit/editor-plugin-decorations": "^1.3.0",
|
|
40
40
|
"@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/menu": "2.12.5",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/primitives": "^12.2.0",
|
|
58
|
-
"@atlaskit/smart-card": "^
|
|
58
|
+
"@atlaskit/smart-card": "^29.0.0",
|
|
59
59
|
"@atlaskit/theme": "^13.0.0",
|
|
60
60
|
"@atlaskit/tmp-editor-statsig": "^2.1.8",
|
|
61
61
|
"@atlaskit/tokens": "^2.0.0",
|