@atlaskit/editor-core 209.6.0 → 209.6.1
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
|
+
## 209.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#195989](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195989)
|
|
8
|
+
[`4132618fc5097`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4132618fc5097) -
|
|
9
|
+
EDITOR-1146 Remove usage of FG `platform_editor_sort_decoration_fix_on_live_page`
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 209.6.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "209.
|
|
2
|
+
export const version = "209.6.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "209.
|
|
2
|
+
export var version = "209.6.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "209.6.
|
|
3
|
+
"version": "209.6.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -337,10 +337,6 @@
|
|
|
337
337
|
"type": "boolean",
|
|
338
338
|
"referenceOnly": true
|
|
339
339
|
},
|
|
340
|
-
"platform_editor_sort_decoration_fix_on_live_page": {
|
|
341
|
-
"type": "boolean",
|
|
342
|
-
"referenceOnly": true
|
|
343
|
-
},
|
|
344
340
|
"platform_editor_querySelector_fix_table_renderer": {
|
|
345
341
|
"type": "boolean",
|
|
346
342
|
"referenceOnly": true
|
|
@@ -394,10 +390,6 @@
|
|
|
394
390
|
"type": "boolean",
|
|
395
391
|
"referenceOnly": true
|
|
396
392
|
},
|
|
397
|
-
"editor_a11y_remove_redundant_wrap_icon_label": {
|
|
398
|
-
"type": "boolean",
|
|
399
|
-
"referenceOnly": true
|
|
400
|
-
},
|
|
401
393
|
"platform_editor_tables_numbered_column_correction": {
|
|
402
394
|
"type": "boolean",
|
|
403
395
|
"referenceOnly": true
|