@atlaskit/editor-core 205.0.2 → 205.0.3

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
+ ## 205.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134202](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134202)
8
+ [`1c44e9c82bcce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c44e9c82bcce) -
9
+ [ux] ED-27384 fix comments toolbar responsiveness
10
+ - Updated dependencies
11
+
3
12
  ## 205.0.2
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 = "205.0.2";
8
+ var version = exports.version = "205.0.3";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "205.0.2";
2
+ export const version = "205.0.3";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "205.0.2";
2
+ export var version = "205.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.0.2",
3
+ "version": "205.0.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^22.0.0",
48
48
  "@atlaskit/css": "^0.10.0",
49
- "@atlaskit/editor-common": "^102.13.0",
49
+ "@atlaskit/editor-common": "^102.15.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.24.0",
51
51
  "@atlaskit/editor-performance-metrics": "^2.0.0",
52
52
  "@atlaskit/editor-plugin-quick-insert": "^2.2.0",
@@ -54,13 +54,13 @@
54
54
  "@atlaskit/editor-prosemirror": "7.0.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.4.0",
56
56
  "@atlaskit/emoji": "^69.0.0",
57
- "@atlaskit/icon": "^25.2.0",
57
+ "@atlaskit/icon": "^25.3.0",
58
58
  "@atlaskit/media-card": "^79.0.0",
59
59
  "@atlaskit/mention": "^24.1.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/react-ufo": "^3.4.0",
62
62
  "@atlaskit/task-decision": "^19.1.0",
63
- "@atlaskit/tmp-editor-statsig": "^4.4.0",
63
+ "@atlaskit/tmp-editor-statsig": "^4.5.0",
64
64
  "@atlaskit/tokens": "^4.5.0",
65
65
  "@atlaskit/tooltip": "^20.0.0",
66
66
  "@atlaskit/width-detector": "^5.0.0",
@@ -88,7 +88,7 @@
88
88
  "@af/visual-regression": "^1.3.0",
89
89
  "@atlaskit/adf-utils": "^19.19.0",
90
90
  "@atlaskit/analytics-listeners": "^9.0.0",
91
- "@atlaskit/collab-provider": "^10.10.0",
91
+ "@atlaskit/collab-provider": "^10.11.0",
92
92
  "@atlaskit/editor-plugin-annotation": "^2.1.0",
93
93
  "@atlaskit/editor-plugin-card": "^5.4.0",
94
94
  "@atlaskit/editor-plugin-list": "^4.2.0",
@@ -100,7 +100,7 @@
100
100
  "@atlaskit/media-test-helpers": "^35.0.0",
101
101
  "@atlaskit/modal-dialog": "^14.0.0",
102
102
  "@atlaskit/primitives": "^14.2.0",
103
- "@atlaskit/renderer": "^114.5.0",
103
+ "@atlaskit/renderer": "^114.6.0",
104
104
  "@atlaskit/smart-card": "^36.2.0",
105
105
  "@atlaskit/synchrony-test-helpers": "^3.1.0",
106
106
  "@atlaskit/toggle": "^15.0.0",
@@ -230,20 +230,12 @@
230
230
  "platform_editor_toolbar_responsive_fixes": {
231
231
  "type": "boolean"
232
232
  },
233
- "platform_editor_action_decisions_ssr_fix": {
234
- "type": "boolean",
235
- "referenceOnly": true
236
- },
237
233
  "platform_editor_ssr_fix_block_controls": {
238
234
  "type": "boolean"
239
235
  },
240
236
  "platform_editor_react18_mention_with_provider_fix": {
241
237
  "type": "boolean"
242
238
  },
243
- "platform_editor_ssr_fix_smartlinks": {
244
- "type": "boolean",
245
- "referenceOnly": true
246
- },
247
239
  "platform_editor_react18_phase2_v2": {
248
240
  "type": "boolean",
249
241
  "referenceOnly": true
@@ -343,6 +335,10 @@
343
335
  "type": "boolean",
344
336
  "referenceOnly": true
345
337
  },
338
+ "editor_a11y_status_renderer_description": {
339
+ "type": "boolean",
340
+ "referenceOnly": true
341
+ },
346
342
  "platform_editor_axe_leading_paragraph_from_media": {
347
343
  "type": "boolean",
348
344
  "referenceOnly": true
@@ -354,10 +350,6 @@
354
350
  "platform_editor_ease_of_use_metrics": {
355
351
  "type": "boolean"
356
352
  },
357
- "platform_editor_nested_tables_renderer_colgroup": {
358
- "type": "boolean",
359
- "referenceOnly": true
360
- },
361
353
  "platform_editor_table_use_shared_state_hook_fg": {
362
354
  "type": "boolean",
363
355
  "referenceOnly": true
@@ -381,10 +373,6 @@
381
373
  "type": "boolean",
382
374
  "referenceOnly": true
383
375
  },
384
- "platform_editor_nested_tables_paste_dupe_fix": {
385
- "type": "boolean",
386
- "referenceOnly": true
387
- },
388
376
  "nested_table_control_padding_with_css": {
389
377
  "type": "boolean",
390
378
  "referenceOnly": true
@@ -404,10 +392,6 @@
404
392
  "type": "boolean",
405
393
  "referenceOnly": true
406
394
  },
407
- "platform_editor_css_migrate_stage_1": {
408
- "type": "boolean",
409
- "referenceOnly": true
410
- },
411
395
  "platform_editor_lcm_toolbar_portals": {
412
396
  "type": "boolean"
413
397
  },
@@ -552,6 +536,10 @@
552
536
  "platform_editor_keep_focus_on_content_comp_clicks": {
553
537
  "type": "boolean"
554
538
  },
539
+ "platform_editor_cmd_y_mac_redo_shortcut": {
540
+ "type": "boolean",
541
+ "referenceOnly": true
542
+ },
555
543
  "platform_editor_posfromdom_null_fix": {
556
544
  "type": "boolean"
557
545
  },
@@ -566,6 +554,22 @@
566
554
  "platform_editor_controls_patch_1": {
567
555
  "type": "boolean",
568
556
  "referenceOnly": true
557
+ },
558
+ "platform_editor_numbered_column_misalignment": {
559
+ "type": "boolean",
560
+ "referenceOnly": true
561
+ },
562
+ "platform_editor_comments_toolbar_responsiveness": {
563
+ "type": "boolean",
564
+ "referenceOnly": true
565
+ },
566
+ "platform_editor_listen_for_annotation_clicks": {
567
+ "type": "boolean",
568
+ "referenceOnly": true
569
+ },
570
+ "platform_editor_nested_tables_cellselection_paste": {
571
+ "type": "boolean",
572
+ "referenceOnly": true
569
573
  }
570
574
  },
571
575
  "stricter": {