@atlaskit/editor-core 197.8.0 → 197.8.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 197.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#142155](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/142155)
|
|
8
|
+
[`9749eb9ba2987`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9749eb9ba2987) -
|
|
9
|
+
Remove platform.editor.table.use-increased-scaling-percent feature flag
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 197.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "197.8.
|
|
2
|
+
export const version = "197.8.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "197.8.
|
|
2
|
+
export var version = "197.8.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "197.8.
|
|
3
|
+
"version": "197.8.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/button": "^20.1.0",
|
|
46
46
|
"@atlaskit/editor-common": "^89.3.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.18.0",
|
|
48
|
-
"@atlaskit/editor-plugins": "^5.
|
|
48
|
+
"@atlaskit/editor-plugins": "^5.3.0",
|
|
49
49
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
50
50
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
51
51
|
"@atlaskit/emoji": "^67.7.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@atlaskit/media-test-helpers": "^34.3.0",
|
|
98
98
|
"@atlaskit/modal-dialog": "^12.15.0",
|
|
99
99
|
"@atlaskit/primitives": "^12.1.0",
|
|
100
|
-
"@atlaskit/renderer": "^110.
|
|
100
|
+
"@atlaskit/renderer": "^110.2.0",
|
|
101
101
|
"@atlaskit/smart-card": "^28.1.0",
|
|
102
102
|
"@atlaskit/synchrony-test-helpers": "^2.5.0",
|
|
103
103
|
"@atlaskit/toggle": "^13.4.0",
|
|
@@ -207,10 +207,6 @@
|
|
|
207
207
|
"type": "boolean",
|
|
208
208
|
"referenceOnly": "true"
|
|
209
209
|
},
|
|
210
|
-
"platform.editor.table.use-increased-scaling-percent": {
|
|
211
|
-
"type": "boolean",
|
|
212
|
-
"referenceOnly": "true"
|
|
213
|
-
},
|
|
214
210
|
"platform.editor.live-view.disable-editing-in-view-mode_fi1rx": {
|
|
215
211
|
"type": "boolean",
|
|
216
212
|
"referenceOnly": "true"
|