@atlaskit/editor-core 207.14.0 → 207.14.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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#162726](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/162726)
|
|
8
|
+
[`05c3aa3d6cd0c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05c3aa3d6cd0c) -
|
|
9
|
+
NOISSUE - Remove lazy node view for tables. Includes cleaning up the feature gates:
|
|
10
|
+
platform_editor_disable_table_lnv & platform_editor_enable_table_lnv.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 207.14.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.14.
|
|
2
|
+
export const version = "207.14.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.14.
|
|
2
|
+
export var version = "207.14.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.14.
|
|
3
|
+
"version": "207.14.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -218,14 +218,6 @@
|
|
|
218
218
|
"type": "boolean",
|
|
219
219
|
"referenceOnly": true
|
|
220
220
|
},
|
|
221
|
-
"platform_editor_disable_table_lnv": {
|
|
222
|
-
"type": "boolean",
|
|
223
|
-
"referenceOnly": true
|
|
224
|
-
},
|
|
225
|
-
"platform_editor_enable_table_lnv": {
|
|
226
|
-
"type": "boolean",
|
|
227
|
-
"referenceOnly": true
|
|
228
|
-
},
|
|
229
221
|
"editor_request_to_edit_task": {
|
|
230
222
|
"type": "boolean"
|
|
231
223
|
},
|