@atlaskit/editor-core 194.0.9 → 194.0.10
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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 194.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#116760](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116760)
|
|
8
|
+
[`2e309117f02c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e309117f02c6) -
|
|
9
|
+
[ED-23062] Clean up feature flag for highlight palette dark mode improvements
|
|
10
|
+
- [#117916](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117916)
|
|
11
|
+
[`49fc126d779b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49fc126d779b0) -
|
|
12
|
+
ECA11Y-111: A11y table resizing feature flag removal
|
|
13
|
+
- [#117920](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117920)
|
|
14
|
+
[`b3da4fa9c20d9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3da4fa9c20d9) -
|
|
15
|
+
Cleanup of table FF
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 194.0.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "194.0.
|
|
2
|
+
export const version = "194.0.10";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "194.0.
|
|
2
|
+
export var version = "194.0.10";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "194.0.
|
|
3
|
+
"version": "194.0.10",
|
|
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/analytics-next": "^9.3.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^18.2.0",
|
|
48
|
-
"@atlaskit/editor-common": "^84.
|
|
48
|
+
"@atlaskit/editor-common": "^84.2.0",
|
|
49
49
|
"@atlaskit/editor-plugins": "^3.4.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
@@ -161,18 +161,10 @@
|
|
|
161
161
|
"type": "boolean",
|
|
162
162
|
"referenceOnly": "true"
|
|
163
163
|
},
|
|
164
|
-
"platform.editor.a11y-table-resizing_uapcv": {
|
|
165
|
-
"type": "boolean",
|
|
166
|
-
"referenceOnly": "true"
|
|
167
|
-
},
|
|
168
164
|
"platform.editor.a11y-help-dialog-shortcut-keys-position_aghfg": {
|
|
169
165
|
"type": "boolean",
|
|
170
166
|
"referenceOnly": "true"
|
|
171
167
|
},
|
|
172
|
-
"platform.editor.resizer.prevent-contenteditable": {
|
|
173
|
-
"type": "boolean",
|
|
174
|
-
"referenceOnly": "true"
|
|
175
|
-
},
|
|
176
168
|
"platform.linking-platform.datasource-assets_objects_remove_beta": {
|
|
177
169
|
"type": "boolean",
|
|
178
170
|
"referenceOnly": "true"
|
|
@@ -320,10 +312,6 @@
|
|
|
320
312
|
"platform.editor.core.increase-full-page-guttering": {
|
|
321
313
|
"type": "boolean"
|
|
322
314
|
},
|
|
323
|
-
"platform.editor.dynamic-palette-borders": {
|
|
324
|
-
"type": "boolean",
|
|
325
|
-
"referenceOnly": "true"
|
|
326
|
-
},
|
|
327
315
|
"platform.editor.refactor-highlight-toolbar_mo0pj": {
|
|
328
316
|
"type": "boolean",
|
|
329
317
|
"referenceOnly": "true"
|