@atlaskit/editor-core 191.0.7 → 191.0.8
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 191.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#57215](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57215) [`73841c209537`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73841c209537) - [ux] ECA11Y-107: Add basic keyboard navigation for resize sliders
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 191.0.7
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "191.0.
|
|
2
|
+
export const version = "191.0.8";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "191.0.
|
|
2
|
+
export var version = "191.0.8";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "191.0.
|
|
3
|
+
"version": "191.0.8",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/avatar": "^21.4.0",
|
|
49
49
|
"@atlaskit/avatar-group": "^9.5.0",
|
|
50
50
|
"@atlaskit/button": "^17.2.0",
|
|
51
|
-
"@atlaskit/editor-common": "^76.
|
|
51
|
+
"@atlaskit/editor-common": "^76.38.0",
|
|
52
52
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
53
53
|
"@atlaskit/editor-plugin-alignment": "^0.1.0",
|
|
54
54
|
"@atlaskit/editor-plugin-analytics": "^0.4.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@atlaskit/editor-plugin-selection-toolbar": "^0.1.0",
|
|
111
111
|
"@atlaskit/editor-plugin-status": "^0.2.0",
|
|
112
112
|
"@atlaskit/editor-plugin-submit-editor": "^0.1.0",
|
|
113
|
-
"@atlaskit/editor-plugin-table": "^5.
|
|
113
|
+
"@atlaskit/editor-plugin-table": "^5.8.0",
|
|
114
114
|
"@atlaskit/editor-plugin-tasks-and-decisions": "^0.2.0",
|
|
115
115
|
"@atlaskit/editor-plugin-text-color": "^0.1.0",
|
|
116
116
|
"@atlaskit/editor-plugin-text-formatting": "^0.4.0",
|
|
@@ -369,6 +369,10 @@
|
|
|
369
369
|
"type": "boolean",
|
|
370
370
|
"referenceOnly": "true"
|
|
371
371
|
},
|
|
372
|
+
"platform.editor.a11y-column-resizing_emcvz": {
|
|
373
|
+
"type": "boolean",
|
|
374
|
+
"referenceOnly": "true"
|
|
375
|
+
},
|
|
372
376
|
"platform.editor.allow-action-in-list": {
|
|
373
377
|
"type": "boolean",
|
|
374
378
|
"referenceOnly": "true"
|