@atlaskit/editor-plugin-extension 5.0.8 → 5.0.10

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,22 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 5.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#131495](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131495)
8
+ [`db77ca3660437`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db77ca3660437) -
9
+ Add extensions-placeholder in new editor controls
10
+
11
+ ## 5.0.9
12
+
13
+ ### Patch Changes
14
+
15
+ - [#130882](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130882)
16
+ [`df1c29f476539`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df1c29f476539) -
17
+ [ux] Adds a new i18n message and updates icons and tooltips on links, media and extensions.
18
+ - Updated dependencies
19
+
3
20
  ## 5.0.8
4
21
 
5
22
  ### Patch Changes
@@ -336,9 +336,12 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(_ref
336
336
  title: formatMessage(_messages.default.remove),
337
337
  tabIndex: null,
338
338
  confirmDialog: confirmDialog
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: [{
@@ -336,9 +336,12 @@ export const getToolbarConfig = ({
336
336
  title: formatMessage(commonMessages.remove),
337
337
  tabIndex: null,
338
338
  confirmDialog
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: [{
@@ -329,9 +329,12 @@ export var getToolbarConfig = function getToolbarConfig(_ref) {
329
329
  title: formatMessage(commonMessages.remove),
330
330
  tabIndex: null,
331
331
  confirmDialog: confirmDialog
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.8",
3
+ "version": "5.0.10",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,8 +31,8 @@
31
31
  "@atlaskit/avatar": "^25.0.0",
32
32
  "@atlaskit/button": "^21.1.0",
33
33
  "@atlaskit/checkbox": "^17.0.0",
34
- "@atlaskit/datetime-picker": "^16.1.0",
35
- "@atlaskit/editor-common": "^102.11.0",
34
+ "@atlaskit/datetime-picker": "^16.2.0",
35
+ "@atlaskit/editor-common": "^102.13.0",
36
36
  "@atlaskit/editor-json-transformer": "^8.24.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^2.2.0",
38
38
  "@atlaskit/editor-plugin-context-identifier": "^2.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.1.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",