@atlaskit/editor-core 203.2.0 → 203.2.1

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
+ ## 203.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#169746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169746)
8
+ [`5bfb485e85507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5bfb485e85507) -
9
+ [ux] [ED-25925] After drag and drop to create a new layout or update an existing layout,
10
+ placecursor at the end of last node in the newly created column
11
+
3
12
  ## 203.2.0
4
13
 
5
14
  ### Minor 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 = "203.2.0";
8
+ var version = exports.version = "203.2.1";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "203.2.0";
2
+ export const version = "203.2.1";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "203.2.0";
2
+ export var version = "203.2.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "203.2.0",
3
+ "version": "203.2.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/analytics-next": "^10.1.0",
44
44
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
45
45
  "@atlaskit/button": "^20.3.0",
46
- "@atlaskit/editor-common": "^96.1.0",
46
+ "@atlaskit/editor-common": "^96.2.0",
47
47
  "@atlaskit/editor-json-transformer": "^8.21.0",
48
48
  "@atlaskit/editor-plugin-quick-insert": "1.8.0",
49
49
  "@atlaskit/editor-plugins": "^5.8.0",
@@ -103,7 +103,7 @@
103
103
  "@atlaskit/visual-regression": "*",
104
104
  "@atlassian/adf-schema-json": "^1.22.0",
105
105
  "@atlassian/feature-flags-test-utils": "*",
106
- "@atlassian/search-provider": "3.0.2",
106
+ "@atlassian/search-provider": "3.0.3",
107
107
  "@emotion/jest": "^11.8.0",
108
108
  "@storybook/addon-knobs": "^6.4.0",
109
109
  "@testing-library/react": "^12.1.5",
@@ -353,6 +353,10 @@
353
353
  "platform_editor_media_block_default": {
354
354
  "type": "boolean",
355
355
  "referenceOnly": true
356
+ },
357
+ "platform_editor_advanced_layouts_post_fix_patch_1": {
358
+ "type": "boolean",
359
+ "referenceOnly": true
356
360
  }
357
361
  },
358
362
  "stricter": {