@atlaskit/editor-core 205.0.3 → 205.0.4

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-core
2
2
 
3
+ ## 205.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134889](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134889)
8
+ [`6bab1d70e822d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bab1d70e822d) -
9
+ [EDITOR-257] Add platform_editor_lcm_inline_images fg to enable mediaInline in useNBMEditorPreset
10
+ - Updated dependencies
11
+
3
12
  ## 205.0.3
4
13
 
5
14
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "205.0.3";
8
+ var version = exports.version = "205.0.4";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "205.0.3";
2
+ export const version = "205.0.4";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "205.0.3";
2
+ export var version = "205.0.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.0.3",
3
+ "version": "205.0.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/react-ufo": "^3.4.0",
62
62
  "@atlaskit/task-decision": "^19.1.0",
63
- "@atlaskit/tmp-editor-statsig": "^4.5.0",
63
+ "@atlaskit/tmp-editor-statsig": "^4.6.0",
64
64
  "@atlaskit/tokens": "^4.5.0",
65
65
  "@atlaskit/tooltip": "^20.0.0",
66
66
  "@atlaskit/width-detector": "^5.0.0",
@@ -89,7 +89,7 @@
89
89
  "@atlaskit/adf-utils": "^19.19.0",
90
90
  "@atlaskit/analytics-listeners": "^9.0.0",
91
91
  "@atlaskit/collab-provider": "^10.11.0",
92
- "@atlaskit/editor-plugin-annotation": "^2.1.0",
92
+ "@atlaskit/editor-plugin-annotation": "^2.2.0",
93
93
  "@atlaskit/editor-plugin-card": "^5.4.0",
94
94
  "@atlaskit/editor-plugin-list": "^4.2.0",
95
95
  "@atlaskit/editor-plugin-paste": "^3.1.0",
@@ -517,6 +517,9 @@
517
517
  "platform_editor_lcm_styling_uplift": {
518
518
  "type": "boolean"
519
519
  },
520
+ "platform_editor_lcm_inline_images": {
521
+ "type": "boolean"
522
+ },
520
523
  "platform_editor_scroll_table_flickering_fix": {
521
524
  "type": "boolean",
522
525
  "referenceOnly": true
@@ -570,6 +573,10 @@
570
573
  "platform_editor_nested_tables_cellselection_paste": {
571
574
  "type": "boolean",
572
575
  "referenceOnly": true
576
+ },
577
+ "platform_editor_elements_dnd_multi_select_patch_3": {
578
+ "type": "boolean",
579
+ "referenceOnly": true
573
580
  }
574
581
  },
575
582
  "stricter": {