@atlaskit/editor-plugin-card 11.5.4 → 11.5.5
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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 11.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0d237a5696b06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d237a5696b06) -
|
|
8
|
+
Uncoupled several block of changes from the aifc FG and moved them behind their own FG so they can
|
|
9
|
+
be rolled out quicker
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 11.5.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -322,7 +322,7 @@ var changeSelectedCardToLinkFallback = exports.changeSelectedCardToLinkFallback
|
|
|
322
322
|
})(tr);
|
|
323
323
|
}
|
|
324
324
|
if (dispatch) {
|
|
325
|
-
if ((0, _platformFeatureFlags.fg)('
|
|
325
|
+
if ((0, _platformFeatureFlags.fg)('platform_editor_ai_generic_prep_for_aifc')) {
|
|
326
326
|
dispatch(tr.setMeta('addToHistory', false));
|
|
327
327
|
} else {
|
|
328
328
|
dispatch(tr.scrollIntoView());
|
|
@@ -294,7 +294,7 @@ export const changeSelectedCardToLinkFallback = (text, href, sendAnalytics, node
|
|
|
294
294
|
})(tr);
|
|
295
295
|
}
|
|
296
296
|
if (dispatch) {
|
|
297
|
-
if (fg('
|
|
297
|
+
if (fg('platform_editor_ai_generic_prep_for_aifc')) {
|
|
298
298
|
dispatch(tr.setMeta('addToHistory', false));
|
|
299
299
|
} else {
|
|
300
300
|
dispatch(tr.scrollIntoView());
|
|
@@ -316,7 +316,7 @@ export var changeSelectedCardToLinkFallback = function changeSelectedCardToLinkF
|
|
|
316
316
|
})(tr);
|
|
317
317
|
}
|
|
318
318
|
if (dispatch) {
|
|
319
|
-
if (fg('
|
|
319
|
+
if (fg('platform_editor_ai_generic_prep_for_aifc')) {
|
|
320
320
|
dispatch(tr.setMeta('addToHistory', false));
|
|
321
321
|
} else {
|
|
322
322
|
dispatch(tr.scrollIntoView());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "11.5.
|
|
3
|
+
"version": "11.5.5",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"@atlaskit/menu": "^8.4.0",
|
|
60
60
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
62
|
-
"@atlaskit/primitives": "^16.
|
|
62
|
+
"@atlaskit/primitives": "^16.2.0",
|
|
63
63
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
64
|
-
"@atlaskit/smart-card": "^43.
|
|
64
|
+
"@atlaskit/smart-card": "^43.10.0",
|
|
65
65
|
"@atlaskit/theme": "^21.0.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
-
"@atlaskit/tokens": "^8.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^13.42.0",
|
|
67
|
+
"@atlaskit/tokens": "^8.2.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.34.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"
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"platform_editor_adf_with_localid": {
|
|
125
125
|
"type": "boolean"
|
|
126
126
|
},
|
|
127
|
-
"
|
|
127
|
+
"platform_editor_ai_generic_prep_for_aifc": {
|
|
128
128
|
"type": "boolean"
|
|
129
129
|
},
|
|
130
130
|
"platform_editor_ai_aifc_patch_beta_2": {
|