@atlaskit/editor-plugin-card 11.3.1 → 11.3.3
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 +12 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 11.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 11.3.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -179,7 +191,6 @@
|
|
|
179
191
|
|
|
180
192
|
- [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
|
|
181
193
|
Cleanup platform_editor_usesharedpluginstatewithselector experiment
|
|
182
|
-
|
|
183
194
|
- BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
|
|
184
195
|
|
|
185
196
|
- Updated dependencies
|
|
@@ -566,7 +577,6 @@
|
|
|
566
577
|
shared context or singletons.
|
|
567
578
|
|
|
568
579
|
**HOW TO ADJUST:**
|
|
569
|
-
|
|
570
580
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
571
581
|
any of these editor plugins.
|
|
572
582
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -860,7 +870,6 @@
|
|
|
860
870
|
|
|
861
871
|
This experiment was only enabled for Confluence and should not have been enabled in other places.
|
|
862
872
|
If for some reason any of the following props/state/methdos were used please remove them:
|
|
863
|
-
|
|
864
873
|
- isConsumption
|
|
865
874
|
- contentMode
|
|
866
875
|
- initialContentMode
|
|
@@ -3373,7 +3382,6 @@
|
|
|
3373
3382
|
- [#64107](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64107)
|
|
3374
3383
|
[`0372daafc639`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0372daafc639) -
|
|
3375
3384
|
[ux] Refresh the inline card discoverability overlay design:
|
|
3376
|
-
|
|
3377
3385
|
- changed color, text size, font, padding, overlay behaviour
|
|
3378
3386
|
|
|
3379
3387
|
### Patch Changes
|
|
@@ -3601,7 +3609,6 @@
|
|
|
3601
3609
|
- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
|
|
3602
3610
|
[`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
|
|
3603
3611
|
feature flags plugin optional in all plugins including:
|
|
3604
|
-
|
|
3605
3612
|
- analytics
|
|
3606
3613
|
- base
|
|
3607
3614
|
- card
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.3",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
44
44
|
"@atlaskit/editor-plugin-floating-toolbar": "^8.2.0",
|
|
45
45
|
"@atlaskit/editor-plugin-grid": "^6.0.0",
|
|
46
|
-
"@atlaskit/editor-plugin-toolbar": "^3.
|
|
46
|
+
"@atlaskit/editor-plugin-toolbar": "^3.3.0",
|
|
47
47
|
"@atlaskit/editor-plugin-width": "^7.0.0",
|
|
48
48
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
49
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
49
|
+
"@atlaskit/editor-shared-styles": "^3.7.0",
|
|
50
50
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
51
51
|
"@atlaskit/icon": "^28.5.0",
|
|
52
52
|
"@atlaskit/link": "^3.2.0",
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"@atlaskit/link-datasource": "^4.25.0",
|
|
56
56
|
"@atlaskit/link-extractors": "^2.4.0",
|
|
57
57
|
"@atlaskit/linking-common": "^9.7.0",
|
|
58
|
-
"@atlaskit/linking-types": "^14.
|
|
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": "^15.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.13.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"
|