@atlaskit/editor-plugin-extension 5.0.8 → 5.0.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-extension
|
|
2
2
|
|
|
3
|
+
## 5.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#130882](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130882)
|
|
8
|
+
[`df1c29f476539`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df1c29f476539) -
|
|
9
|
+
[ux] Adds a new i18n message and updates icons and tooltips on links, media and extensions.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 5.0.8
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -336,7 +336,7 @@ 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
342
|
}, {
|
|
@@ -329,7 +329,7 @@ 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
335
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
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.
|
|
35
|
-
"@atlaskit/editor-common": "^102.
|
|
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.
|
|
61
|
+
"@atlaskit/tmp-editor-statsig": "^4.3.0",
|
|
62
62
|
"@atlaskit/toggle": "^15.0.0",
|
|
63
63
|
"@atlaskit/tokens": "^4.5.0",
|
|
64
64
|
"@atlaskit/tooltip": "^20.0.0",
|