@atlaskit/editor-core 197.13.2 → 197.13.3
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
|
+
## 197.13.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#146025](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146025)
|
|
8
|
+
[`03eae90c614d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/03eae90c614d1) -
|
|
9
|
+
Remove platform.editor.live-view.disable-editing-in-view-mode_fi1rx feature flag
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 197.13.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "197.13.
|
|
2
|
+
export const version = "197.13.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "197.13.
|
|
2
|
+
export var version = "197.13.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "197.13.
|
|
3
|
+
"version": "197.13.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/editor-common": "^91.1.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.18.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.4.3",
|
|
49
|
-
"@atlaskit/editor-plugins": "^5.
|
|
49
|
+
"@atlaskit/editor-plugins": "^5.4.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.8.0",
|
|
@@ -204,10 +204,6 @@
|
|
|
204
204
|
"type": "boolean",
|
|
205
205
|
"referenceOnly": "true"
|
|
206
206
|
},
|
|
207
|
-
"platform.editor.live-view.disable-editing-in-view-mode_fi1rx": {
|
|
208
|
-
"type": "boolean",
|
|
209
|
-
"referenceOnly": "true"
|
|
210
|
-
},
|
|
211
207
|
"platform.confluence.frontend.narrow-full-page-editor-toolbar": {
|
|
212
208
|
"type": "boolean"
|
|
213
209
|
},
|