@atlaskit/editor-core 217.5.5 → 217.5.6
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 217.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ce0f65de88f84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ce0f65de88f84) -
|
|
8
|
+
Clean up platform_editor_nested_tables_gap_cursor feature gate
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 217.5.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "0.0.0-development";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "0.0.0-development";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "217.5.
|
|
3
|
+
"version": "217.5.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
67
67
|
"@atlaskit/react-ufo": "^5.4.0",
|
|
68
68
|
"@atlaskit/task-decision": "^19.3.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^44.
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^44.1.0",
|
|
70
70
|
"@atlaskit/tokens": "^11.1.0",
|
|
71
71
|
"@atlaskit/tooltip": "^21.0.0",
|
|
72
72
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"uuid": "^3.1.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@atlaskit/editor-common": "^112.
|
|
86
|
+
"@atlaskit/editor-common": "^112.8.0",
|
|
87
87
|
"@atlaskit/link-provider": "^4.2.0",
|
|
88
88
|
"@atlaskit/media-core": "^37.0.0",
|
|
89
89
|
"react": "^18.2.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@atlaskit/collab-provider": "^16.1.0",
|
|
100
100
|
"@atlaskit/editor-plugin-annotation": "^8.0.0",
|
|
101
101
|
"@atlaskit/editor-plugin-card": "^13.1.0",
|
|
102
|
-
"@atlaskit/editor-plugin-list": "^10.
|
|
102
|
+
"@atlaskit/editor-plugin-list": "^10.1.0",
|
|
103
103
|
"@atlaskit/editor-plugin-paste": "^9.0.0",
|
|
104
104
|
"@atlaskit/link-provider": "^4.2.0",
|
|
105
105
|
"@atlaskit/logo": "^19.10.0",
|
|
@@ -228,10 +228,6 @@
|
|
|
228
228
|
"platform_editor_nested_dnd_styles_changes": {
|
|
229
229
|
"type": "boolean"
|
|
230
230
|
},
|
|
231
|
-
"platform_editor_nested_tables_gap_cursor": {
|
|
232
|
-
"type": "boolean",
|
|
233
|
-
"referenceOnly": true
|
|
234
|
-
},
|
|
235
231
|
"platform_editor_controls_no_toolbar_space": {
|
|
236
232
|
"type": "boolean",
|
|
237
233
|
"referenceOnly": true
|