@atlaskit/editor-core 189.4.2 → 189.4.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 189.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43825](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43825) [`b21c6c1caa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b21c6c1caa8) - [ux] [ED-20885] Group layout buttons in mediaSingle floating toolbar into a dropdown
8
+
3
9
  ## 189.4.2
4
10
 
5
11
  ### 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.4.2";
8
+ var version = exports.version = "189.4.3";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "189.4.2";
2
+ export const version = "189.4.3";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "189.4.2";
2
+ export var version = "189.4.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "189.4.2",
3
+ "version": "189.4.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/avatar-group": "^9.4.0",
50
50
  "@atlaskit/button": "^16.17.0",
51
51
  "@atlaskit/checkbox": "^13.0.0",
52
- "@atlaskit/code": "^15.0.0",
52
+ "@atlaskit/code": "^15.1.0",
53
53
  "@atlaskit/date": "^0.10.0",
54
54
  "@atlaskit/datetime-picker": "^13.0.0",
55
55
  "@atlaskit/editor-common": "^76.23.0",
@@ -182,7 +182,7 @@
182
182
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
183
183
  "@atlaskit/media-test-helpers": "^33.0.0",
184
184
  "@atlaskit/menu": "^2.1.0",
185
- "@atlaskit/modal-dialog": "^12.8.0",
185
+ "@atlaskit/modal-dialog": "^12.9.0",
186
186
  "@atlaskit/renderer": "^108.17.0",
187
187
  "@atlaskit/synchrony-test-helpers": "^2.3.0",
188
188
  "@atlaskit/util-data-test": "^17.8.0",
@@ -260,6 +260,10 @@
260
260
  "type": "boolean",
261
261
  "referenceOnly": "true"
262
262
  },
263
+ "platform.editor.media.grouped-layout": {
264
+ "type": "boolean",
265
+ "referenceOnly": "true"
266
+ },
263
267
  "platform.design-system-team.border-checkbox_nyoiu": {
264
268
  "type": "boolean",
265
269
  "referenceOnly": "true"