@atlaskit/editor-core 206.1.2 → 206.1.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
|
+
## 206.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#151481](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151481)
|
|
8
|
+
[`57d45d9fbcb6d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57d45d9fbcb6d) -
|
|
9
|
+
Remove FG platform_editor_controls_sticky_mask
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 206.1.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "206.1.
|
|
2
|
+
export const version = "206.1.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "206.1.
|
|
2
|
+
export var version = "206.1.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "206.1.
|
|
3
|
+
"version": "206.1.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/editor-common": "^104.1.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
51
51
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
52
|
-
"@atlaskit/editor-plugin-quick-insert": "^2.
|
|
52
|
+
"@atlaskit/editor-plugin-quick-insert": "^2.5.0",
|
|
53
53
|
"@atlaskit/editor-plugins": "^8.4.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
@@ -551,10 +551,6 @@
|
|
|
551
551
|
"platform_editor_quick_insert_placeholder": {
|
|
552
552
|
"type": "boolean"
|
|
553
553
|
},
|
|
554
|
-
"platform_editor_controls_sticky_mask": {
|
|
555
|
-
"type": "boolean",
|
|
556
|
-
"referenceOnly": true
|
|
557
|
-
},
|
|
558
554
|
"platform_editor_numbered_column_misalignment": {
|
|
559
555
|
"type": "boolean",
|
|
560
556
|
"referenceOnly": true
|