@atlaskit/editor-core 213.4.3 → 213.5.0
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 +11 -0
- package/package.json +4 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 213.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`08569ab338048`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08569ab338048) -
|
|
8
|
+
Removed feature gates for cleanup
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 213.4.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "213.
|
|
3
|
+
"version": "213.5.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
65
65
|
"@atlaskit/react-ufo": "^4.8.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^12.27.0",
|
|
68
68
|
"@atlaskit/tokens": "^6.3.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.4.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@atlaskit/adf-utils": "^19.23.0",
|
|
95
95
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
96
96
|
"@atlaskit/collab-provider": "^13.0.0",
|
|
97
|
-
"@atlaskit/editor-plugin-annotation": "^5.
|
|
97
|
+
"@atlaskit/editor-plugin-annotation": "^5.4.0",
|
|
98
98
|
"@atlaskit/editor-plugin-card": "^10.1.0",
|
|
99
99
|
"@atlaskit/editor-plugin-list": "^7.2.0",
|
|
100
100
|
"@atlaskit/editor-plugin-paste": "^6.2.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
106
106
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
107
107
|
"@atlaskit/primitives": "^14.15.0",
|
|
108
|
-
"@atlaskit/renderer": "^123.
|
|
108
|
+
"@atlaskit/renderer": "^123.4.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.7.0",
|
|
110
110
|
"@atlaskit/smart-card": "^42.0.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
@@ -382,10 +382,6 @@
|
|
|
382
382
|
"type": "boolean",
|
|
383
383
|
"referenceOnly": true
|
|
384
384
|
},
|
|
385
|
-
"platform_editor_listen_for_focussed_query_param": {
|
|
386
|
-
"type": "boolean",
|
|
387
|
-
"referenceOnly": true
|
|
388
|
-
},
|
|
389
385
|
"platform_editor_nested_tables_cellselection_paste": {
|
|
390
386
|
"type": "boolean",
|
|
391
387
|
"referenceOnly": true
|