@atlaskit/editor-plugin-card 11.3.2 → 11.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 +17 -5
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 11.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
|
|
8
|
+
[EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 11.3.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 11.3.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -185,7 +202,6 @@
|
|
|
185
202
|
|
|
186
203
|
- [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
|
|
187
204
|
Cleanup platform_editor_usesharedpluginstatewithselector experiment
|
|
188
|
-
|
|
189
205
|
- BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
|
|
190
206
|
|
|
191
207
|
- Updated dependencies
|
|
@@ -572,7 +588,6 @@
|
|
|
572
588
|
shared context or singletons.
|
|
573
589
|
|
|
574
590
|
**HOW TO ADJUST:**
|
|
575
|
-
|
|
576
591
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
577
592
|
any of these editor plugins.
|
|
578
593
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -866,7 +881,6 @@
|
|
|
866
881
|
|
|
867
882
|
This experiment was only enabled for Confluence and should not have been enabled in other places.
|
|
868
883
|
If for some reason any of the following props/state/methdos were used please remove them:
|
|
869
|
-
|
|
870
884
|
- isConsumption
|
|
871
885
|
- contentMode
|
|
872
886
|
- initialContentMode
|
|
@@ -3379,7 +3393,6 @@
|
|
|
3379
3393
|
- [#64107](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64107)
|
|
3380
3394
|
[`0372daafc639`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0372daafc639) -
|
|
3381
3395
|
[ux] Refresh the inline card discoverability overlay design:
|
|
3382
|
-
|
|
3383
3396
|
- changed color, text size, font, padding, overlay behaviour
|
|
3384
3397
|
|
|
3385
3398
|
### Patch Changes
|
|
@@ -3607,7 +3620,6 @@
|
|
|
3607
3620
|
- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
|
|
3608
3621
|
[`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
|
|
3609
3622
|
feature flags plugin optional in all plugins including:
|
|
3610
|
-
|
|
3611
3623
|
- analytics
|
|
3612
3624
|
- base
|
|
3613
3625
|
- card
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^51.
|
|
32
|
+
"@atlaskit/adf-schema": "^51.3.0",
|
|
33
33
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
34
34
|
"@atlaskit/button": "^23.5.0",
|
|
35
|
-
"@atlaskit/custom-steps": "^0.
|
|
35
|
+
"@atlaskit/custom-steps": "^0.16.0",
|
|
36
36
|
"@atlaskit/editor-card-provider": "^6.0.0",
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^6.
|
|
38
|
-
"@atlaskit/editor-plugin-base": "^7.
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
38
|
+
"@atlaskit/editor-plugin-base": "^7.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-connectivity": "^6.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"@atlaskit/link": "^3.2.0",
|
|
53
53
|
"@atlaskit/link-analytics": "^11.0.0",
|
|
54
54
|
"@atlaskit/link-client-extension": "^6.0.0",
|
|
55
|
-
"@atlaskit/link-datasource": "^4.
|
|
55
|
+
"@atlaskit/link-datasource": "^4.26.0",
|
|
56
56
|
"@atlaskit/link-extractors": "^2.4.0",
|
|
57
57
|
"@atlaskit/linking-common": "^9.7.0",
|
|
58
58
|
"@atlaskit/linking-types": "^14.1.0",
|
|
59
59
|
"@atlaskit/menu": "^8.4.0",
|
|
60
60
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
62
|
-
"@atlaskit/primitives": "^
|
|
62
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
63
63
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
64
64
|
"@atlaskit/smart-card": "^43.1.0",
|
|
65
65
|
"@atlaskit/theme": "^21.0.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
-
"@atlaskit/tokens": "^
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
67
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
68
68
|
"@babel/runtime": "^7.0.0",
|
|
69
69
|
"@emotion/react": "^11.7.1",
|
|
70
70
|
"lodash": "^4.17.21",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"uuid": "^3.1.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@atlaskit/editor-common": "^110.
|
|
76
|
+
"@atlaskit/editor-common": "^110.14.0",
|
|
77
77
|
"@atlaskit/link-provider": "^4.0.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
79
79
|
"react-intl-next": "npm:react-intl@^5.18.1"
|