@atlaskit/editor-plugin-card 17.4.12 → 18.0.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 +26 -0
- package/package.json +42 -50
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 18.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
8
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
9
|
+
|
|
10
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
11
|
+
|
|
12
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
13
|
+
|
|
14
|
+
```diff
|
|
15
|
+
- "typesVersions": {
|
|
16
|
+
- ">=4.5 <4.9": {
|
|
17
|
+
- "*": [
|
|
18
|
+
- "dist/types-ts4.5/*",
|
|
19
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
20
|
+
- ]
|
|
21
|
+
- }
|
|
22
|
+
- },
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
3
29
|
## 17.4.12
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -16,58 +16,50 @@
|
|
|
16
16
|
"module": "dist/esm/index.js",
|
|
17
17
|
"module:es2019": "dist/es2019/index.js",
|
|
18
18
|
"types": "dist/types/index.d.ts",
|
|
19
|
-
"typesVersions": {
|
|
20
|
-
">=4.5 <4.9": {
|
|
21
|
-
"*": [
|
|
22
|
-
"dist/types-ts4.5/*",
|
|
23
|
-
"dist/types-ts4.5/index.d.ts"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
19
|
"sideEffects": [
|
|
28
20
|
"*.compiled.css"
|
|
29
21
|
],
|
|
30
22
|
"atlaskit:src": "src/index.ts",
|
|
31
23
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^
|
|
33
|
-
"@atlaskit/analytics-next": "^
|
|
34
|
-
"@atlaskit/button": "^
|
|
35
|
-
"@atlaskit/css": "^0.
|
|
36
|
-
"@atlaskit/custom-steps": "^0.
|
|
37
|
-
"@atlaskit/editor-card-provider": "^
|
|
38
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
39
|
-
"@atlaskit/editor-plugin-base": "^
|
|
40
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
41
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
42
|
-
"@atlaskit/editor-plugin-editor-disabled": "^
|
|
43
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
44
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
45
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^
|
|
46
|
-
"@atlaskit/editor-plugin-grid": "^
|
|
47
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
48
|
-
"@atlaskit/editor-plugin-ui-control-registry": "^
|
|
49
|
-
"@atlaskit/editor-plugin-width": "^
|
|
50
|
-
"@atlaskit/editor-prosemirror": "^
|
|
51
|
-
"@atlaskit/editor-shared-styles": "^
|
|
52
|
-
"@atlaskit/editor-smart-link-draggable": "^0.
|
|
53
|
-
"@atlaskit/editor-toolbar": "^
|
|
54
|
-
"@atlaskit/frontend-utilities": "^
|
|
55
|
-
"@atlaskit/icon": "^
|
|
56
|
-
"@atlaskit/link": "^
|
|
57
|
-
"@atlaskit/link-analytics": "^
|
|
58
|
-
"@atlaskit/link-client-extension": "^
|
|
59
|
-
"@atlaskit/link-datasource": "^
|
|
60
|
-
"@atlaskit/link-extractors": "^
|
|
61
|
-
"@atlaskit/linking-common": "^
|
|
62
|
-
"@atlaskit/linking-types": "^
|
|
63
|
-
"@atlaskit/menu": "^
|
|
64
|
-
"@atlaskit/platform-feature-flags": "^
|
|
65
|
-
"@atlaskit/platform-feature-flags-react": "^0.
|
|
66
|
-
"@atlaskit/primitives": "^
|
|
67
|
-
"@atlaskit/prosemirror-history": "^0.
|
|
68
|
-
"@atlaskit/smart-card": "^
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
70
|
-
"@atlaskit/tokens": "^
|
|
24
|
+
"@atlaskit/adf-schema": "^55.0.0",
|
|
25
|
+
"@atlaskit/analytics-next": "^12.0.0",
|
|
26
|
+
"@atlaskit/button": "^24.0.0",
|
|
27
|
+
"@atlaskit/css": "^1.0.0",
|
|
28
|
+
"@atlaskit/custom-steps": "^1.0.0",
|
|
29
|
+
"@atlaskit/editor-card-provider": "^7.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-analytics": "^12.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-base": "^13.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-connectivity": "^12.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-decorations": "^12.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-editor-disabled": "^12.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-feature-flags": "^11.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^14.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-grid": "^12.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-toolbar": "^9.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-ui-control-registry": "^6.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-width": "^13.0.0",
|
|
42
|
+
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
43
|
+
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
44
|
+
"@atlaskit/editor-smart-link-draggable": "^1.0.0",
|
|
45
|
+
"@atlaskit/editor-toolbar": "^2.0.0",
|
|
46
|
+
"@atlaskit/frontend-utilities": "^4.0.0",
|
|
47
|
+
"@atlaskit/icon": "^36.0.0",
|
|
48
|
+
"@atlaskit/link": "^4.0.0",
|
|
49
|
+
"@atlaskit/link-analytics": "^12.0.0",
|
|
50
|
+
"@atlaskit/link-client-extension": "^7.0.0",
|
|
51
|
+
"@atlaskit/link-datasource": "^6.0.0",
|
|
52
|
+
"@atlaskit/link-extractors": "^3.0.0",
|
|
53
|
+
"@atlaskit/linking-common": "^10.0.0",
|
|
54
|
+
"@atlaskit/linking-types": "^15.0.0",
|
|
55
|
+
"@atlaskit/menu": "^9.0.0",
|
|
56
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
57
|
+
"@atlaskit/platform-feature-flags-react": "^1.0.0",
|
|
58
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
59
|
+
"@atlaskit/prosemirror-history": "^1.0.0",
|
|
60
|
+
"@atlaskit/smart-card": "^45.0.0",
|
|
61
|
+
"@atlaskit/tmp-editor-statsig": "^104.0.0",
|
|
62
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
71
63
|
"@babel/runtime": "^7.0.0",
|
|
72
64
|
"@emotion/react": "^11.7.1",
|
|
73
65
|
"lodash": "^4.17.21",
|
|
@@ -76,8 +68,8 @@
|
|
|
76
68
|
"uuid": "^3.1.0"
|
|
77
69
|
},
|
|
78
70
|
"peerDependencies": {
|
|
79
|
-
"@atlaskit/editor-common": "^
|
|
80
|
-
"@atlaskit/link-provider": "^
|
|
71
|
+
"@atlaskit/editor-common": "^116.0.0",
|
|
72
|
+
"@atlaskit/link-provider": "^5.0.0",
|
|
81
73
|
"react": "^18.2.0",
|
|
82
74
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
83
75
|
},
|