@atlaskit/editor-core 207.19.5 → 207.19.6
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
|
+
## 207.19.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#169535](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169535)
|
|
8
|
+
[`275f3d6725a4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/275f3d6725a4e) -
|
|
9
|
+
[ux] Hide plus and block control buttons when hovering over gutter space on the left and right
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 207.19.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.19.
|
|
2
|
+
export const version = "207.19.6";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.19.
|
|
2
|
+
export var version = "207.19.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.19.
|
|
3
|
+
"version": "207.19.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -471,10 +471,6 @@
|
|
|
471
471
|
"type": "boolean",
|
|
472
472
|
"referenceOnly": true
|
|
473
473
|
},
|
|
474
|
-
"platform_editor_controls_patch_2": {
|
|
475
|
-
"type": "boolean",
|
|
476
|
-
"referenceOnly": true
|
|
477
|
-
},
|
|
478
474
|
"platform_editor_quick_insert_placeholder": {
|
|
479
475
|
"type": "boolean"
|
|
480
476
|
},
|
|
@@ -538,10 +534,6 @@
|
|
|
538
534
|
"type": "boolean",
|
|
539
535
|
"referenceOnly": true
|
|
540
536
|
},
|
|
541
|
-
"platform_editor_controls_patch_4": {
|
|
542
|
-
"type": "boolean",
|
|
543
|
-
"referenceOnly": true
|
|
544
|
-
},
|
|
545
537
|
"platform_editor_user_intent_plugin": {
|
|
546
538
|
"type": "boolean",
|
|
547
539
|
"referenceOnly": true
|
|
@@ -556,6 +548,26 @@
|
|
|
556
548
|
"type": "boolean",
|
|
557
549
|
"referenceOnly": true
|
|
558
550
|
},
|
|
551
|
+
"platform_editor_controls_increase_full_page_gutter": {
|
|
552
|
+
"type": "boolean",
|
|
553
|
+
"referenceOnly": true
|
|
554
|
+
},
|
|
555
|
+
"platform_editor_controls_patch_2": {
|
|
556
|
+
"type": "boolean",
|
|
557
|
+
"referenceOnly": true
|
|
558
|
+
},
|
|
559
|
+
"platform_editor_controls_patch_3": {
|
|
560
|
+
"type": "boolean",
|
|
561
|
+
"referenceOnly": true
|
|
562
|
+
},
|
|
563
|
+
"platform_editor_controls_patch_4": {
|
|
564
|
+
"type": "boolean",
|
|
565
|
+
"referenceOnly": true
|
|
566
|
+
},
|
|
567
|
+
"platform_editor_controls_patch_5": {
|
|
568
|
+
"type": "boolean",
|
|
569
|
+
"referenceOnly": true
|
|
570
|
+
},
|
|
559
571
|
"platform_editor_controls_patch_6": {
|
|
560
572
|
"type": "boolean",
|
|
561
573
|
"referenceOnly": true
|
|
@@ -564,6 +576,30 @@
|
|
|
564
576
|
"type": "boolean",
|
|
565
577
|
"referenceOnly": true
|
|
566
578
|
},
|
|
579
|
+
"platform_editor_controls_patch_8": {
|
|
580
|
+
"type": "boolean",
|
|
581
|
+
"referenceOnly": true
|
|
582
|
+
},
|
|
583
|
+
"platform_editor_controls_patch_9": {
|
|
584
|
+
"type": "boolean",
|
|
585
|
+
"referenceOnly": true
|
|
586
|
+
},
|
|
587
|
+
"platform_editor_controls_patch_10": {
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"referenceOnly": true
|
|
590
|
+
},
|
|
591
|
+
"platform_editor_controls_patch_11": {
|
|
592
|
+
"type": "boolean",
|
|
593
|
+
"referenceOnly": true
|
|
594
|
+
},
|
|
595
|
+
"platform_editor_controls_patch_12": {
|
|
596
|
+
"type": "boolean",
|
|
597
|
+
"referenceOnly": true
|
|
598
|
+
},
|
|
599
|
+
"platform_editor_controls_patch_13": {
|
|
600
|
+
"type": "boolean",
|
|
601
|
+
"referenceOnly": true
|
|
602
|
+
},
|
|
567
603
|
"platform_editor_hyperlink_underline": {
|
|
568
604
|
"type": "boolean",
|
|
569
605
|
"referenceOnly": true
|