@atlaskit/editor-core 214.0.4 → 214.0.5
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 +8 -0
- package/dist/cjs/ui/ContentStyles/index.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/ContentStyles/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/ContentStyles/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 214.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`49d845e4c0ec3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/49d845e4c0ec3) -
|
|
8
|
+
ED-29167: fix grid hydration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 214.0.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -202,7 +202,7 @@ var createEditorContentStyle = exports.createEditorContentStyle = function creat
|
|
|
202
202
|
css: [memoizedStyle, styles],
|
|
203
203
|
"data-editor-scroll-container": "true",
|
|
204
204
|
"data-testid": "editor-content-container"
|
|
205
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
205
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex, @atlassian/a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
206
206
|
,
|
|
207
207
|
tabIndex: 0,
|
|
208
208
|
role: "region"
|
|
@@ -562,7 +562,7 @@ export const createEditorContentStyle = styles => {
|
|
|
562
562
|
css: [memoizedStyle, styles],
|
|
563
563
|
"data-editor-scroll-container": "true",
|
|
564
564
|
"data-testid": "editor-content-container"
|
|
565
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
565
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex, @atlassian/a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
566
566
|
,
|
|
567
567
|
tabIndex: 0,
|
|
568
568
|
role: "region"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "0.0.0-development";
|
|
@@ -196,7 +196,7 @@ export var createEditorContentStyle = function createEditorContentStyle(styles)
|
|
|
196
196
|
css: [memoizedStyle, styles],
|
|
197
197
|
"data-editor-scroll-container": "true",
|
|
198
198
|
"data-testid": "editor-content-container"
|
|
199
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
199
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex, @atlassian/a11y/no-noninteractive-tabindex -- Adding tabIndex here because this is a scrollable container and it needs to be focusable so keyboard users can scroll it.
|
|
200
200
|
,
|
|
201
201
|
tabIndex: 0,
|
|
202
202
|
role: "region"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "0.0.0-development";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "214.0.
|
|
3
|
+
"version": "214.0.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@atlaskit/editor-common": "^110.
|
|
84
|
+
"@atlaskit/editor-common": "^110.4.0",
|
|
85
85
|
"@atlaskit/link-provider": "^4.0.0",
|
|
86
86
|
"@atlaskit/media-core": "^37.0.0",
|
|
87
87
|
"react": "^18.2.0",
|
|
@@ -94,18 +94,18 @@
|
|
|
94
94
|
"@atlaskit/adf-utils": "^19.24.0",
|
|
95
95
|
"@atlaskit/analytics-listeners": "^9.1.0",
|
|
96
96
|
"@atlaskit/collab-provider": "^14.0.0",
|
|
97
|
-
"@atlaskit/editor-plugin-annotation": "^6.
|
|
97
|
+
"@atlaskit/editor-plugin-annotation": "^6.1.0",
|
|
98
98
|
"@atlaskit/editor-plugin-card": "^11.0.0",
|
|
99
99
|
"@atlaskit/editor-plugin-list": "^8.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-paste": "^7.0.0",
|
|
101
101
|
"@atlaskit/link-provider": "^4.0.0",
|
|
102
|
-
"@atlaskit/logo": "^19.
|
|
102
|
+
"@atlaskit/logo": "^19.8.0",
|
|
103
103
|
"@atlaskit/media-core": "^37.0.0",
|
|
104
104
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
105
105
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
106
106
|
"@atlaskit/modal-dialog": "^14.4.0",
|
|
107
107
|
"@atlaskit/primitives": "^14.15.0",
|
|
108
|
-
"@atlaskit/renderer": "^124.
|
|
108
|
+
"@atlaskit/renderer": "^124.1.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.7.0",
|
|
110
110
|
"@atlaskit/smart-card": "^42.3.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|