@atlaskit/editor-core 216.1.3 → 216.1.4
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
|
+
## 216.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c4a774ad462fb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4a774ad462fb) -
|
|
8
|
+
EDITOR-2477 Clean up remaining usages of `platform_editor_use_nested_table_pm_nodes` which are no
|
|
9
|
+
longer needed now that `isNestedTablesSupported` is fully rolled out.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 216.1.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "216.1.
|
|
2
|
+
export const version = "216.1.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "216.1.
|
|
2
|
+
export var version = "216.1.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "216.1.
|
|
3
|
+
"version": "216.1.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -209,10 +209,6 @@
|
|
|
209
209
|
"type": "boolean",
|
|
210
210
|
"referenceOnly": true
|
|
211
211
|
},
|
|
212
|
-
"platform_editor_use_nested_table_pm_nodes": {
|
|
213
|
-
"type": "boolean",
|
|
214
|
-
"referenceOnly": true
|
|
215
|
-
},
|
|
216
212
|
"platform_editor_ai_generic_prep_for_aifc": {
|
|
217
213
|
"type": "boolean"
|
|
218
214
|
},
|