@atlaskit/editor-core 185.6.1 → 185.6.3
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
|
@@ -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 = "185.6.
|
|
9
|
+
var version = "185.6.3";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
var nextMajorVersion = function nextMajorVersion() {
|
|
12
12
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "185.6.
|
|
3
|
+
"version": "185.6.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@atlaskit/editor-plugin-feature-flags": "^0.1.0",
|
|
61
61
|
"@atlaskit/editor-plugin-floating-toolbar": "^0.2.0",
|
|
62
62
|
"@atlaskit/editor-plugin-grid": "^0.1.0",
|
|
63
|
-
"@atlaskit/editor-plugin-table": "^1.
|
|
63
|
+
"@atlaskit/editor-plugin-table": "^1.7.0",
|
|
64
64
|
"@atlaskit/editor-plugin-width": "^0.1.0",
|
|
65
65
|
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
66
66
|
"@atlaskit/editor-tables": "^2.3.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@atlaskit/textfield": "^5.5.0",
|
|
101
101
|
"@atlaskit/theme": "^12.5.0",
|
|
102
102
|
"@atlaskit/toggle": "^12.6.0",
|
|
103
|
-
"@atlaskit/tokens": "^1.
|
|
103
|
+
"@atlaskit/tokens": "^1.11.0",
|
|
104
104
|
"@atlaskit/tooltip": "^17.8.0",
|
|
105
105
|
"@atlaskit/width-detector": "^4.1.0",
|
|
106
106
|
"@babel/runtime": "^7.0.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@atlaskit/dropdown-menu": "^11.10.0",
|
|
159
159
|
"@atlaskit/editor-card-provider": "^3.1.0",
|
|
160
160
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
161
|
-
"@atlaskit/editor-plugin-table": "^1.
|
|
161
|
+
"@atlaskit/editor-plugin-table": "^1.7.0",
|
|
162
162
|
"@atlaskit/editor-test-helpers": "^18.7.0",
|
|
163
163
|
"@atlaskit/flag": "^15.2.0",
|
|
164
164
|
"@atlaskit/inline-dialog": "^13.6.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@atlaskit/menu": "^1.9.0",
|
|
172
172
|
"@atlaskit/page-layout": "^1.7.0",
|
|
173
173
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
174
|
-
"@atlaskit/renderer": "^108.
|
|
174
|
+
"@atlaskit/renderer": "^108.6.0",
|
|
175
175
|
"@atlaskit/section-message": "^6.4.0",
|
|
176
176
|
"@atlaskit/share": "*",
|
|
177
177
|
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
@@ -253,6 +253,10 @@
|
|
|
253
253
|
"platform.design-system-team.menu-selected-state-change_0see9": {
|
|
254
254
|
"type": "boolean",
|
|
255
255
|
"referenceOnly": "true"
|
|
256
|
+
},
|
|
257
|
+
"platform.editor.update-table-cell-width-via-step": {
|
|
258
|
+
"type": "boolean",
|
|
259
|
+
"referenceOnly": "true"
|
|
256
260
|
}
|
|
257
261
|
}
|
|
258
262
|
}
|