@atlaskit/editor-plugin-card 11.3.2 → 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 +6 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 11.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 11.3.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -185,7 +191,6 @@
|
|
|
185
191
|
|
|
186
192
|
- [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
|
|
187
193
|
Cleanup platform_editor_usesharedpluginstatewithselector experiment
|
|
188
|
-
|
|
189
194
|
- BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
|
|
190
195
|
|
|
191
196
|
- Updated dependencies
|
|
@@ -572,7 +577,6 @@
|
|
|
572
577
|
shared context or singletons.
|
|
573
578
|
|
|
574
579
|
**HOW TO ADJUST:**
|
|
575
|
-
|
|
576
580
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
577
581
|
any of these editor plugins.
|
|
578
582
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -866,7 +870,6 @@
|
|
|
866
870
|
|
|
867
871
|
This experiment was only enabled for Confluence and should not have been enabled in other places.
|
|
868
872
|
If for some reason any of the following props/state/methdos were used please remove them:
|
|
869
|
-
|
|
870
873
|
- isConsumption
|
|
871
874
|
- contentMode
|
|
872
875
|
- initialContentMode
|
|
@@ -3379,7 +3382,6 @@
|
|
|
3379
3382
|
- [#64107](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64107)
|
|
3380
3383
|
[`0372daafc639`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0372daafc639) -
|
|
3381
3384
|
[ux] Refresh the inline card discoverability overlay design:
|
|
3382
|
-
|
|
3383
3385
|
- changed color, text size, font, padding, overlay behaviour
|
|
3384
3386
|
|
|
3385
3387
|
### Patch Changes
|
|
@@ -3607,7 +3609,6 @@
|
|
|
3607
3609
|
- [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
|
|
3608
3610
|
[`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
|
|
3609
3611
|
feature flags plugin optional in all plugins including:
|
|
3610
|
-
|
|
3611
3612
|
- analytics
|
|
3612
3613
|
- base
|
|
3613
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",
|
|
@@ -63,8 +63,8 @@
|
|
|
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"
|