@atlaskit/editor-core 205.1.13 → 205.2.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,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 205.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#138416](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138416)
8
+ [`8cfce6829f775`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cfce6829f775) -
9
+ Fix to have focussedCommentId render the standalone inlinecomment
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 205.1.13
4
16
 
5
17
  ### 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.1.13";
8
+ var version = exports.version = "205.2.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "205.1.13";
2
+ export const version = "205.2.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "205.1.13";
2
+ export var version = "205.2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.1.13",
3
+ "version": "205.2.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -90,7 +90,7 @@
90
90
  "@atlaskit/adf-utils": "^19.19.0",
91
91
  "@atlaskit/analytics-listeners": "^9.0.0",
92
92
  "@atlaskit/collab-provider": "^10.14.0",
93
- "@atlaskit/editor-plugin-annotation": "^2.2.0",
93
+ "@atlaskit/editor-plugin-annotation": "^2.3.0",
94
94
  "@atlaskit/editor-plugin-card": "^5.4.0",
95
95
  "@atlaskit/editor-plugin-list": "^4.2.0",
96
96
  "@atlaskit/editor-plugin-paste": "^3.1.0",
@@ -596,6 +596,10 @@
596
596
  "type": "boolean",
597
597
  "referenceOnly": true
598
598
  },
599
+ "platform_editor_listen_for_focussed_query_param": {
600
+ "type": "boolean",
601
+ "referenceOnly": true
602
+ },
599
603
  "platform_editor_nested_tables_cellselection_paste": {
600
604
  "type": "boolean",
601
605
  "referenceOnly": true