@atlaskit/editor-core 215.9.0 → 215.9.2
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ca5c3cd4d655b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca5c3cd4d655b) -
|
|
8
|
+
Clean up FG platform_editor_table_column_selected_state_fix
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 215.9.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 215.9.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.
|
|
2
|
+
export const version = "215.9.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.
|
|
2
|
+
export var version = "215.9.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.9.
|
|
3
|
+
"version": "215.9.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/editor-plugins": "^11.1.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.8.0",
|
|
56
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
56
|
+
"@atlaskit/editor-toolbar": "^0.17.0",
|
|
57
57
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
58
58
|
"@atlaskit/emoji": "^69.6.0",
|
|
59
59
|
"@atlaskit/icon": "^28.5.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@atlaskit/mention": "^24.3.0",
|
|
63
63
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
65
|
-
"@atlaskit/react-ufo": "^4.
|
|
65
|
+
"@atlaskit/react-ufo": "^4.14.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^13.23.0",
|
|
68
68
|
"@atlaskit/tokens": "^7.0.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.7.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@atlaskit/editor-common": "^110.
|
|
84
|
+
"@atlaskit/editor-common": "^110.20.0",
|
|
85
85
|
"@atlaskit/link-provider": "^4.0.0",
|
|
86
86
|
"@atlaskit/media-core": "^37.0.0",
|
|
87
87
|
"react": "^18.2.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@atlaskit/primitives": "^16.1.0",
|
|
108
108
|
"@atlaskit/renderer": "^124.9.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.8.0",
|
|
110
|
-
"@atlaskit/smart-card": "^43.
|
|
110
|
+
"@atlaskit/smart-card": "^43.5.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
112
112
|
"@atlaskit/toggle": "^15.1.0",
|
|
113
113
|
"@atlaskit/util-data-test": "^18.3.0",
|
|
@@ -266,10 +266,6 @@
|
|
|
266
266
|
"platform_editor_content_mode_button_mvp": {
|
|
267
267
|
"type": "boolean"
|
|
268
268
|
},
|
|
269
|
-
"platform_editor_table_column_selected_state_fix": {
|
|
270
|
-
"type": "boolean",
|
|
271
|
-
"referenceOnly": true
|
|
272
|
-
},
|
|
273
269
|
"platform_editor_elements_dnd_select_node_on_drag": {
|
|
274
270
|
"type": "boolean",
|
|
275
271
|
"referenceOnly": true
|
|
@@ -311,10 +307,6 @@
|
|
|
311
307
|
"type": "boolean",
|
|
312
308
|
"referenceOnly": true
|
|
313
309
|
},
|
|
314
|
-
"platform_editor_listen_for_annotation_clicks": {
|
|
315
|
-
"type": "boolean",
|
|
316
|
-
"referenceOnly": true
|
|
317
|
-
},
|
|
318
310
|
"platform_editor_nested_tables_cellselection_paste": {
|
|
319
311
|
"type": "boolean",
|
|
320
312
|
"referenceOnly": true
|
|
@@ -335,10 +327,6 @@
|
|
|
335
327
|
"type": "boolean",
|
|
336
328
|
"referenceOnly": true
|
|
337
329
|
},
|
|
338
|
-
"platform_editor_number_column_sticky_header_broken": {
|
|
339
|
-
"type": "boolean",
|
|
340
|
-
"referenceOnly": true
|
|
341
|
-
},
|
|
342
330
|
"platform_editor_undo_redo_find_on_primary_toolbar": {
|
|
343
331
|
"type": "boolean",
|
|
344
332
|
"referenceOnly": true
|