@atlaskit/editor-core 190.1.4 → 190.1.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,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 190.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#58893](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58893) [`ed82b25d516b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed82b25d516b) - [ux] [ECA11Y-110] Selecting table columns and rows via shortcuts
8
+
3
9
  ## 190.1.4
4
10
 
5
11
  ### 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 = "190.1.4";
8
+ var version = exports.version = "190.1.5";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "190.1.4";
2
+ export const version = "190.1.5";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "190.1.4";
2
+ export var version = "190.1.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "190.1.4",
3
+ "version": "190.1.5",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -359,6 +359,10 @@
359
359
  "type": "boolean",
360
360
  "referenceOnly": "true"
361
361
  },
362
+ "platform.editor.a11y.table-selection_9uv33": {
363
+ "type": "boolean",
364
+ "referenceOnly": "true"
365
+ },
362
366
  "platform.editor.annotation.decouple-inline-comment-closed_flmox": {
363
367
  "type": "boolean"
364
368
  }