@atlaskit/editor-core 203.2.3 → 203.2.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
+ ## 203.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#174793](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/174793)
8
+ [`43b642d08a4ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43b642d08a4ec) -
9
+ ED-24453 delay decoration removal on edge when users are interacting with spelling suggestions
10
+ - Updated dependencies
11
+
3
12
  ## 203.2.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 = "203.2.3";
8
+ var version = exports.version = "203.2.4";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "203.2.3";
2
+ export const version = "203.2.4";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "203.2.3";
2
+ export var version = "203.2.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "203.2.3",
3
+ "version": "203.2.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,7 +40,7 @@
40
40
  "@atlaskit/activity-provider": "^2.5.0",
41
41
  "@atlaskit/adf-schema": "^46.1.0",
42
42
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
43
- "@atlaskit/analytics-next": "^10.1.0",
43
+ "@atlaskit/analytics-next": "^10.2.0",
44
44
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
45
45
  "@atlaskit/button": "^20.3.0",
46
46
  "@atlaskit/editor-common": "^96.3.0",
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/mention": "^23.4.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/task-decision": "^17.11.0",
58
- "@atlaskit/tmp-editor-statsig": "^2.23.0",
58
+ "@atlaskit/tmp-editor-statsig": "^2.24.0",
59
59
  "@atlaskit/tokens": "^2.4.0",
60
60
  "@atlaskit/tooltip": "^18.9.0",
61
61
  "@atlaskit/width-detector": "^4.3.0",
@@ -84,7 +84,7 @@
84
84
  "@atlaskit/adf-utils": "^19.14.0",
85
85
  "@atlaskit/analytics-listeners": "^8.13.0",
86
86
  "@atlaskit/collab-provider": "10.2.1",
87
- "@atlaskit/editor-plugin-annotation": "1.26.1",
87
+ "@atlaskit/editor-plugin-annotation": "1.26.2",
88
88
  "@atlaskit/editor-plugin-card": "^4.5.0",
89
89
  "@atlaskit/editor-plugin-list": "^3.9.0",
90
90
  "@atlaskit/editor-plugin-paste": "^2.0.0",
@@ -96,7 +96,7 @@
96
96
  "@atlaskit/modal-dialog": "^12.18.0",
97
97
  "@atlaskit/primitives": "^13.3.0",
98
98
  "@atlaskit/renderer": "^112.6.0",
99
- "@atlaskit/smart-card": "^32.6.0",
99
+ "@atlaskit/smart-card": "^32.7.0",
100
100
  "@atlaskit/synchrony-test-helpers": "^3.0.0",
101
101
  "@atlaskit/toggle": "^13.4.0",
102
102
  "@atlaskit/util-data-test": "^17.13.0",
@@ -361,6 +361,10 @@
361
361
  "type": "boolean",
362
362
  "referenceOnly": true
363
363
  },
364
+ "platform_editor_plugin_selection_marker_bugfix": {
365
+ "type": "boolean",
366
+ "referenceOnly": true
367
+ },
364
368
  "platform_editor_fix_drag_and_drop_lists": {
365
369
  "type": "boolean",
366
370
  "referenceOnly": true