@atlaskit/editor-core 207.17.1 → 207.18.0

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,18 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 207.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#166502](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166502)
8
+ [`ea1ed63fc9615`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ea1ed63fc9615) -
9
+ ED-28032 add keyboard shortcuts for new resizing experience behind
10
+ platform_editor_breakout_resizing
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 207.17.1
4
17
 
5
18
  ### Patch Changes
@@ -4,7 +4,7 @@
4
4
  "declaration": true,
5
5
  "target": "es5",
6
6
  "composite": true,
7
- "outDir": "../dist",
7
+ "outDir": "../../../../../confluence/tsDist/@atlaskit__editor-core",
8
8
  "rootDir": "../"
9
9
  },
10
10
  "include": [
@@ -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 = "207.17.1";
8
+ var version = exports.version = "207.18.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "207.17.1";
2
+ export const version = "207.18.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "207.17.1";
2
+ export var version = "207.18.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "207.17.1",
3
+ "version": "207.18.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -628,6 +628,9 @@
628
628
  "atlas_editor_typography_refreshed": {
629
629
  "type": "boolean"
630
630
  },
631
+ "should-render-to-parent-should-be-true-editor": {
632
+ "type": "boolean"
633
+ },
631
634
  "platform_editor_fix_floating_toolbar_focus": {
632
635
  "type": "boolean"
633
636
  }