@atlaskit/editor-core 204.6.0 → 204.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
|
+
## 204.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#128179](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128179)
|
|
8
|
+
[`1ce5182d1a35f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1ce5182d1a35f) -
|
|
9
|
+
Clean up feature flag platform_editor_advanced_layouts_post_fix_patch_3
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 204.6.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "204.6.
|
|
2
|
+
export const version = "204.6.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "204.6.
|
|
2
|
+
export var version = "204.6.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "204.6.
|
|
3
|
+
"version": "204.6.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -315,18 +315,10 @@
|
|
|
315
315
|
"type": "boolean",
|
|
316
316
|
"referenceOnly": true
|
|
317
317
|
},
|
|
318
|
-
"platform_editor_table_drag_menu_mount_point_fix": {
|
|
319
|
-
"type": "boolean",
|
|
320
|
-
"referenceOnly": true
|
|
321
|
-
},
|
|
322
318
|
"platform_editor_media_block_default": {
|
|
323
319
|
"type": "boolean",
|
|
324
320
|
"referenceOnly": true
|
|
325
321
|
},
|
|
326
|
-
"platform_editor_advanced_layouts_post_fix_patch_3": {
|
|
327
|
-
"type": "boolean",
|
|
328
|
-
"referenceOnly": true
|
|
329
|
-
},
|
|
330
322
|
"platform_editor_plugin_selection_marker_bugfix": {
|
|
331
323
|
"type": "boolean",
|
|
332
324
|
"referenceOnly": true
|