@atlaskit/editor-plugin-card 17.1.1 → 17.2.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 +20 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 17.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d5309f5ee468b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d5309f5ee468b) -
|
|
8
|
+
Reverts changes from PR #383977 ("Add tooltips to paste menu display buttons and rename section to
|
|
9
|
+
Display link as").
|
|
10
|
+
|
|
11
|
+
## 17.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`aa0f628e5ad3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa0f628e5ad3c) -
|
|
16
|
+
Adds tooltips to the paste menu "Display link as" buttons (URL, Inline, Card, Embed) and renames
|
|
17
|
+
the section title from "Display as" to "Display link as".
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 17.1.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.2.1",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@atlaskit/platform-feature-flags-react": "^0.5.0",
|
|
66
66
|
"@atlaskit/primitives": "^19.0.0",
|
|
67
67
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
68
|
-
"@atlaskit/smart-card": "^44.
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^89.
|
|
68
|
+
"@atlaskit/smart-card": "^44.23.0",
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^89.1.0",
|
|
70
70
|
"@atlaskit/tokens": "^13.1.0",
|
|
71
71
|
"@babel/runtime": "^7.0.0",
|
|
72
72
|
"@emotion/react": "^11.7.1",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"uuid": "^3.1.0"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@atlaskit/editor-common": "^115.
|
|
80
|
-
"@atlaskit/link-provider": "^4.
|
|
79
|
+
"@atlaskit/editor-common": "^115.5.0",
|
|
80
|
+
"@atlaskit/link-provider": "^4.6.0",
|
|
81
81
|
"react": "^18.2.0",
|
|
82
82
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
83
83
|
},
|