@atlaskit/editor-core 185.2.27 → 185.3.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,16 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 185.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4bf22e4eb1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bf22e4eb1c) - The editor dropdown menu items are now forced to be `position: static` when a feature flag is on to work around menu items being position relative now. This is a short term fix to keep the table cell color nested menu working.
8
+
9
+ ### Patch Changes
10
+
11
+ - [`8b14ad8d3e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b14ad8d3e2) - Dummy change to trigger pipeline
12
+ - Updated dependencies
13
+
3
14
  ## 185.2.27
4
15
 
5
16
  ### 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 = "185.2.27";
9
+ var version = "185.3.0";
10
10
  exports.version = version;
11
11
  var nextMajorVersion = function nextMajorVersion() {
12
12
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.2.27",
3
+ "version": "185.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "185.2.27";
2
+ export const version = "185.3.0";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.2.27",
3
+ "version": "185.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "185.2.27";
2
+ export var version = "185.3.0";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.2.27",
3
+ "version": "185.3.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.2.27",
3
+ "version": "185.3.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -49,12 +49,12 @@
49
49
  "@atlaskit/code": "^14.6.0",
50
50
  "@atlaskit/date": "^0.10.0",
51
51
  "@atlaskit/datetime-picker": "^12.7.0",
52
- "@atlaskit/editor-common": "^74.8.0",
52
+ "@atlaskit/editor-common": "^74.9.0",
53
53
  "@atlaskit/editor-json-transformer": "^8.9.0",
54
54
  "@atlaskit/editor-markdown-transformer": "^5.2.0",
55
- "@atlaskit/editor-palette": "1.5.0",
56
- "@atlaskit/editor-plugin-analytics": "^0.0.2",
57
- "@atlaskit/editor-plugin-content-insertion": "^0.0.2",
55
+ "@atlaskit/editor-palette": "1.5.1",
56
+ "@atlaskit/editor-plugin-analytics": "^0.0.3",
57
+ "@atlaskit/editor-plugin-content-insertion": "^0.0.3",
58
58
  "@atlaskit/editor-plugin-context-panel": "^0.1.0",
59
59
  "@atlaskit/editor-plugin-decorations": "^0.1.0",
60
60
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/editor-shared-styles": "^2.4.0",
66
66
  "@atlaskit/editor-tables": "^2.3.0",
67
67
  "@atlaskit/emoji": "^67.4.0",
68
- "@atlaskit/empty-state": "^7.5.0",
68
+ "@atlaskit/empty-state": "^7.6.0",
69
69
  "@atlaskit/form": "^8.11.0",
70
70
  "@atlaskit/icon": "^21.12.0",
71
71
  "@atlaskit/icon-object": "^6.3.0",
@@ -77,8 +77,8 @@
77
77
  "@atlaskit/media-client": "^23.1.0",
78
78
  "@atlaskit/media-common": "^7.0.0",
79
79
  "@atlaskit/media-filmstrip": "^47.0.0",
80
- "@atlaskit/media-picker": "^66.0.0",
81
- "@atlaskit/media-ui": "^23.0.0",
80
+ "@atlaskit/media-picker": "^66.1.0",
81
+ "@atlaskit/media-ui": "^23.1.0",
82
82
  "@atlaskit/media-viewer": "^48.0.0",
83
83
  "@atlaskit/mention": "^22.1.0",
84
84
  "@atlaskit/menu": "^1.7.0",
@@ -99,7 +99,7 @@
99
99
  "@atlaskit/textfield": "^5.5.0",
100
100
  "@atlaskit/theme": "^12.5.0",
101
101
  "@atlaskit/toggle": "^12.6.0",
102
- "@atlaskit/tokens": "^1.8.0",
102
+ "@atlaskit/tokens": "^1.9.0",
103
103
  "@atlaskit/tooltip": "^17.8.0",
104
104
  "@atlaskit/width-detector": "^4.1.0",
105
105
  "@babel/runtime": "^7.0.0",
@@ -248,6 +248,10 @@
248
248
  },
249
249
  "platform.linking-platform.editor.fix-link-insert-analytics": {
250
250
  "type": "boolean"
251
+ },
252
+ "platform.design-system-team.menu-selected-state-change_0see9": {
253
+ "type": "boolean",
254
+ "referenceOnly": "true"
251
255
  }
252
256
  }
253
257
  }