@atlaskit/editor-core 187.43.19 → 187.44.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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 187.44.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 187.44.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`11861bb36d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11861bb36d4) - [ux] [ECA11Y-44] [ECA11Y-22] [ECA11Y-19] Change the focus order in the status popup to improve accessibility.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 187.43.19
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "187.
|
|
9
|
+
var version = "187.44.1";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
var nextMajorVersion = function nextMajorVersion() {
|
|
12
12
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "187.
|
|
3
|
+
"version": "187.44.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@atlaskit/editor-plugin-focus": "^0.2.0",
|
|
76
76
|
"@atlaskit/editor-plugin-grid": "^0.2.0",
|
|
77
77
|
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
78
|
-
"@atlaskit/editor-plugin-hyperlink": "^0.
|
|
78
|
+
"@atlaskit/editor-plugin-hyperlink": "^0.5.0",
|
|
79
79
|
"@atlaskit/editor-plugin-image-upload": "^0.2.0",
|
|
80
80
|
"@atlaskit/editor-plugin-list": "^1.2.0",
|
|
81
81
|
"@atlaskit/editor-plugin-placeholder": "^0.1.0",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"@atlaskit/smart-card": "^26.27.0",
|
|
115
115
|
"@atlaskit/smart-user-picker": "^6.3.0",
|
|
116
116
|
"@atlaskit/spinner": "^15.5.0",
|
|
117
|
-
"@atlaskit/status": "^1.
|
|
117
|
+
"@atlaskit/status": "^1.4.0",
|
|
118
118
|
"@atlaskit/tabs": "^13.4.0",
|
|
119
119
|
"@atlaskit/task-decision": "^17.9.0",
|
|
120
120
|
"@atlaskit/textarea": "^4.7.0",
|
|
121
121
|
"@atlaskit/textfield": "^5.6.0",
|
|
122
122
|
"@atlaskit/theme": "^12.6.0",
|
|
123
123
|
"@atlaskit/toggle": "^12.6.0",
|
|
124
|
-
"@atlaskit/tokens": "^1.
|
|
124
|
+
"@atlaskit/tokens": "^1.25.0",
|
|
125
125
|
"@atlaskit/tooltip": "^17.8.0",
|
|
126
126
|
"@atlaskit/width-detector": "^4.1.0",
|
|
127
127
|
"@babel/runtime": "^7.0.0",
|