@atlaskit/editor-plugin-extension 5.0.9 → 5.0.11

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,19 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 5.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#131495](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131495)
14
+ [`db77ca3660437`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db77ca3660437) -
15
+ Add extensions-placeholder in new editor controls
16
+
3
17
  ## 5.0.9
4
18
 
5
19
  ### Patch Changes
@@ -339,6 +339,9 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(_ref
339
339
  }] : [breakoutItems.length > 0 && {
340
340
  type: 'separator',
341
341
  fullHeight: true
342
+ }, {
343
+ type: 'extensions-placeholder',
344
+ separator: breakoutItems.length > 0 ? 'both' : 'end'
342
345
  }, {
343
346
  type: 'overflow-dropdown',
344
347
  options: [{
@@ -339,6 +339,9 @@ export const getToolbarConfig = ({
339
339
  }] : [breakoutItems.length > 0 && {
340
340
  type: 'separator',
341
341
  fullHeight: true
342
+ }, {
343
+ type: 'extensions-placeholder',
344
+ separator: breakoutItems.length > 0 ? 'both' : 'end'
342
345
  }, {
343
346
  type: 'overflow-dropdown',
344
347
  options: [{
@@ -332,6 +332,9 @@ export var getToolbarConfig = function getToolbarConfig(_ref) {
332
332
  }] : [breakoutItems.length > 0 && {
333
333
  type: 'separator',
334
334
  fullHeight: true
335
+ }, {
336
+ type: 'extensions-placeholder',
337
+ separator: breakoutItems.length > 0 ? 'both' : 'end'
335
338
  }, {
336
339
  type: 'overflow-dropdown',
337
340
  options: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "@atlaskit/adf-utils": "^19.19.0",
30
30
  "@atlaskit/analytics-next": "^11.0.0",
31
31
  "@atlaskit/avatar": "^25.0.0",
32
- "@atlaskit/button": "^21.1.0",
32
+ "@atlaskit/button": "^22.0.0",
33
33
  "@atlaskit/checkbox": "^17.0.0",
34
34
  "@atlaskit/datetime-picker": "^16.2.0",
35
35
  "@atlaskit/editor-common": "^102.13.0",
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/empty-state": "^9.0.0",
47
47
  "@atlaskit/form": "^12.0.0",
48
48
  "@atlaskit/heading": "^5.1.0",
49
- "@atlaskit/icon": "^25.0.0",
49
+ "@atlaskit/icon": "^25.2.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/primitives": "^14.2.0",
52
52
  "@atlaskit/radio": "^8.0.0",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/textarea": "^8.0.0",
59
59
  "@atlaskit/textfield": "^8.0.0",
60
60
  "@atlaskit/theme": "^18.0.0",
61
- "@atlaskit/tmp-editor-statsig": "^4.3.0",
61
+ "@atlaskit/tmp-editor-statsig": "^4.4.0",
62
62
  "@atlaskit/toggle": "^15.0.0",
63
63
  "@atlaskit/tokens": "^4.5.0",
64
64
  "@atlaskit/tooltip": "^20.0.0",