@atlaskit/editor-core 189.3.7 → 189.3.9

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,12 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 189.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#42746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42746) [`ea352517252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea352517252) - Update editor dropdown menu component to support section behind platform.editor.menu.group-items FF
8
+ - Updated dependencies
9
+
3
10
  ## 189.3.7
4
11
 
5
12
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "189.3.7";
8
+ var version = exports.version = "189.3.9";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "189.3.7";
2
+ export const version = "189.3.9";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "189.3.7";
2
+ export var version = "189.3.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "189.3.7",
3
+ "version": "189.3.9",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -112,10 +112,10 @@
112
112
  "@atlaskit/editor-tables": "^2.3.0",
113
113
  "@atlaskit/emoji": "^67.5.0",
114
114
  "@atlaskit/empty-state": "^7.6.0",
115
- "@atlaskit/form": "^8.11.0",
115
+ "@atlaskit/form": "^9.0.0",
116
116
  "@atlaskit/icon": "^21.12.0",
117
117
  "@atlaskit/logo": "^13.14.0",
118
- "@atlaskit/media-card": "^77.2.0",
118
+ "@atlaskit/media-card": "^77.3.0",
119
119
  "@atlaskit/media-client": "^25.0.0",
120
120
  "@atlaskit/media-common": "^10.0.0",
121
121
  "@atlaskit/mention": "^22.1.0",
@@ -125,7 +125,7 @@
125
125
  "@atlaskit/radio": "^5.6.0",
126
126
  "@atlaskit/section-message": "^6.4.0",
127
127
  "@atlaskit/select": "^16.7.0",
128
- "@atlaskit/smart-card": "^26.41.0",
128
+ "@atlaskit/smart-card": "^26.42.0",
129
129
  "@atlaskit/smart-user-picker": "^6.3.0",
130
130
  "@atlaskit/spinner": "^15.6.0",
131
131
  "@atlaskit/tabs": "^13.4.0",
@@ -169,7 +169,7 @@
169
169
  "@atlaskit/editor-palette": "1.5.1",
170
170
  "@atlaskit/flag": "^15.2.0",
171
171
  "@atlaskit/icon-object": "^6.3.0",
172
- "@atlaskit/inline-dialog": "^13.6.0",
172
+ "@atlaskit/inline-dialog": "^14.0.0",
173
173
  "@atlaskit/link-analytics": "^8.3.0",
174
174
  "@atlaskit/link-provider": "^1.6.0",
175
175
  "@atlaskit/link-test-helpers": "^6.2.0",
@@ -186,7 +186,7 @@
186
186
  "@atlaskit/webdriver-runner": "*",
187
187
  "@atlassian/adf-schema-json": "^1.0.7",
188
188
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
189
- "@atlassian/editor-extension-link-create": "^0.6.0",
189
+ "@atlassian/editor-extension-link-create": "^0.7.0",
190
190
  "@atlassian/feature-flags-test-utils": "^0.1.1",
191
191
  "@atlassian/link-picker-plugins": "^23.2.0",
192
192
  "@atlassian/search-provider": "2.4.8",
@@ -324,6 +324,10 @@
324
324
  },
325
325
  "platform.editor.a11y-find-replace": {
326
326
  "type": "boolean"
327
+ },
328
+ "platform.editor.menu.group-items": {
329
+ "type": "boolean",
330
+ "referenceOnly": "true"
327
331
  }
328
332
  }
329
333
  }