@atlaskit/editor-plugin-card 11.5.3 → 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,22 @@
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
+
12
+ ## 11.5.4
13
+
14
+ ### Patch Changes
15
+
16
+ - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) -
17
+ EDITOR-2791 bump adf-schema
18
+ - Updated dependencies
19
+
3
20
  ## 11.5.3
4
21
 
5
22
  ### Patch Changes
@@ -322,7 +322,7 @@ var changeSelectedCardToLinkFallback = exports.changeSelectedCardToLinkFallback
322
322
  })(tr);
323
323
  }
324
324
  if (dispatch) {
325
- if ((0, _platformFeatureFlags.fg)('aifc_create_enabled')) {
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('aifc_create_enabled')) {
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('aifc_create_enabled')) {
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",
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",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.3.2",
32
+ "@atlaskit/adf-schema": "^51.4.0",
33
33
  "@atlaskit/analytics-next": "^11.1.0",
34
34
  "@atlaskit/button": "^23.6.0",
35
35
  "@atlaskit/custom-steps": "^0.16.0",
@@ -46,25 +46,25 @@
46
46
  "@atlaskit/editor-plugin-toolbar": "^3.4.0",
47
47
  "@atlaskit/editor-plugin-width": "^7.0.0",
48
48
  "@atlaskit/editor-prosemirror": "7.0.0",
49
- "@atlaskit/editor-shared-styles": "^3.9.0",
49
+ "@atlaskit/editor-shared-styles": "^3.10.0",
50
50
  "@atlaskit/frontend-utilities": "^3.2.0",
51
51
  "@atlaskit/icon": "^29.0.0",
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.29.0",
55
+ "@atlaskit/link-datasource": "^4.30.0",
56
56
  "@atlaskit/link-extractors": "^2.4.0",
57
57
  "@atlaskit/linking-common": "^9.8.0",
58
- "@atlaskit/linking-types": "^14.1.0",
58
+ "@atlaskit/linking-types": "^14.2.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.4.0",
62
- "@atlaskit/primitives": "^16.1.0",
62
+ "@atlaskit/primitives": "^16.2.0",
63
63
  "@atlaskit/prosemirror-history": "^0.2.0",
64
- "@atlaskit/smart-card": "^43.6.0",
64
+ "@atlaskit/smart-card": "^43.10.0",
65
65
  "@atlaskit/theme": "^21.0.0",
66
- "@atlaskit/tmp-editor-statsig": "^13.38.0",
67
- "@atlaskit/tokens": "^8.0.0",
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.29.0",
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
- "aifc_create_enabled": {
127
+ "platform_editor_ai_generic_prep_for_aifc": {
128
128
  "type": "boolean"
129
129
  },
130
130
  "platform_editor_ai_aifc_patch_beta_2": {