@atlaskit/editor-core 188.6.0 → 188.7.0
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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 188.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#41355](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41355) [`150c2a815ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/150c2a815ac) - Editor now forcibly sets position static on its dropdown menu items.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 188.6.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
|
-
var version = exports.version = "188.
|
|
8
|
+
var version = exports.version = "188.7.0";
|
|
9
9
|
var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
|
|
10
10
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "188.
|
|
3
|
+
"version": "188.7.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/code": "^14.6.0",
|
|
56
56
|
"@atlaskit/date": "^0.10.0",
|
|
57
57
|
"@atlaskit/datetime-picker": "^12.10.0",
|
|
58
|
-
"@atlaskit/editor-common": "^76.
|
|
58
|
+
"@atlaskit/editor-common": "^76.9.0",
|
|
59
59
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
60
60
|
"@atlaskit/editor-markdown-transformer": "^5.2.5",
|
|
61
61
|
"@atlaskit/editor-palette": "1.5.1",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@atlaskit/media-client": "^24.0.0",
|
|
107
107
|
"@atlaskit/media-common": "^9.0.0",
|
|
108
108
|
"@atlaskit/mention": "^22.1.0",
|
|
109
|
-
"@atlaskit/menu": "^
|
|
109
|
+
"@atlaskit/menu": "^2.0.0",
|
|
110
110
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
111
111
|
"@atlaskit/prosemirror-collab": "^0.2.0",
|
|
112
112
|
"@atlaskit/prosemirror-input-rules": "^2.4.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@af/integration-testing": "*",
|
|
156
156
|
"@af/visual-regression": "*",
|
|
157
157
|
"@atlaskit/collab-provider": "9.15.1",
|
|
158
|
-
"@atlaskit/dropdown-menu": "^
|
|
158
|
+
"@atlaskit/dropdown-menu": "^12.0.0",
|
|
159
159
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
160
160
|
"@atlaskit/flag": "^15.2.0",
|
|
161
161
|
"@atlaskit/icon-object": "^6.3.0",
|
|
@@ -240,10 +240,6 @@
|
|
|
240
240
|
"platform.linking-platform.editor.fix-link-insert-analytics": {
|
|
241
241
|
"type": "boolean"
|
|
242
242
|
},
|
|
243
|
-
"platform.design-system-team.menu-selected-state-change_0see9": {
|
|
244
|
-
"type": "boolean",
|
|
245
|
-
"referenceOnly": "true"
|
|
246
|
-
},
|
|
247
243
|
"platform.editor.table-sticky-scrollbar": {
|
|
248
244
|
"type": "boolean"
|
|
249
245
|
},
|