@atlaskit/editor-plugin-expand 1.6.10 → 1.6.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 +8 -0
- package/dist/cjs/legacyExpand/toolbar.js +3 -2
- package/dist/cjs/singlePlayerExpand/toolbar.js +3 -2
- package/dist/es2019/legacyExpand/toolbar.js +3 -2
- package/dist/es2019/singlePlayerExpand/toolbar.js +3 -2
- package/dist/esm/legacyExpand/toolbar.js +3 -2
- package/dist/esm/singlePlayerExpand/toolbar.js +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-expand
|
|
2
2
|
|
|
3
|
+
## 1.6.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#98080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98080)
|
|
8
|
+
[`23c03580e38c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23c03580e38c) -
|
|
9
|
+
[ux] [ED-23247] Allow floating toolbar copy buttons in live pages view mode.
|
|
10
|
+
|
|
3
11
|
## 1.6.10
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -31,13 +31,14 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(api)
|
|
|
31
31
|
offset: [0, 6],
|
|
32
32
|
items: [{
|
|
33
33
|
type: 'copy-button',
|
|
34
|
+
supportsViewMode: true,
|
|
34
35
|
items: [{
|
|
35
36
|
state: state,
|
|
36
37
|
formatMessage: formatMessage,
|
|
37
38
|
nodeType: [nestedExpand, expand]
|
|
38
|
-
}, {
|
|
39
|
-
type: 'separator'
|
|
40
39
|
}]
|
|
40
|
+
}, {
|
|
41
|
+
type: 'separator'
|
|
41
42
|
}, {
|
|
42
43
|
id: 'editor.expand.delete',
|
|
43
44
|
type: 'button',
|
|
@@ -31,13 +31,14 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(api)
|
|
|
31
31
|
offset: [0, 6],
|
|
32
32
|
items: [{
|
|
33
33
|
type: 'copy-button',
|
|
34
|
+
supportsViewMode: true,
|
|
34
35
|
items: [{
|
|
35
36
|
state: state,
|
|
36
37
|
formatMessage: formatMessage,
|
|
37
38
|
nodeType: [nestedExpand, expand]
|
|
38
|
-
}, {
|
|
39
|
-
type: 'separator'
|
|
40
39
|
}]
|
|
40
|
+
}, {
|
|
41
|
+
type: 'separator'
|
|
41
42
|
}, {
|
|
42
43
|
id: 'editor.expand.delete',
|
|
43
44
|
type: 'button',
|
|
@@ -25,13 +25,14 @@ export const getToolbarConfig = api => (state, {
|
|
|
25
25
|
offset: [0, 6],
|
|
26
26
|
items: [{
|
|
27
27
|
type: 'copy-button',
|
|
28
|
+
supportsViewMode: true,
|
|
28
29
|
items: [{
|
|
29
30
|
state,
|
|
30
31
|
formatMessage,
|
|
31
32
|
nodeType: [nestedExpand, expand]
|
|
32
|
-
}, {
|
|
33
|
-
type: 'separator'
|
|
34
33
|
}]
|
|
34
|
+
}, {
|
|
35
|
+
type: 'separator'
|
|
35
36
|
}, {
|
|
36
37
|
id: 'editor.expand.delete',
|
|
37
38
|
type: 'button',
|
|
@@ -24,13 +24,14 @@ export const getToolbarConfig = api => (state, {
|
|
|
24
24
|
offset: [0, 6],
|
|
25
25
|
items: [{
|
|
26
26
|
type: 'copy-button',
|
|
27
|
+
supportsViewMode: true,
|
|
27
28
|
items: [{
|
|
28
29
|
state,
|
|
29
30
|
formatMessage,
|
|
30
31
|
nodeType: [nestedExpand, expand]
|
|
31
|
-
}, {
|
|
32
|
-
type: 'separator'
|
|
33
32
|
}]
|
|
33
|
+
}, {
|
|
34
|
+
type: 'separator'
|
|
34
35
|
}, {
|
|
35
36
|
id: 'editor.expand.delete',
|
|
36
37
|
type: 'button',
|
|
@@ -24,13 +24,14 @@ export var getToolbarConfig = function getToolbarConfig(api) {
|
|
|
24
24
|
offset: [0, 6],
|
|
25
25
|
items: [{
|
|
26
26
|
type: 'copy-button',
|
|
27
|
+
supportsViewMode: true,
|
|
27
28
|
items: [{
|
|
28
29
|
state: state,
|
|
29
30
|
formatMessage: formatMessage,
|
|
30
31
|
nodeType: [nestedExpand, expand]
|
|
31
|
-
}, {
|
|
32
|
-
type: 'separator'
|
|
33
32
|
}]
|
|
33
|
+
}, {
|
|
34
|
+
type: 'separator'
|
|
34
35
|
}, {
|
|
35
36
|
id: 'editor.expand.delete',
|
|
36
37
|
type: 'button',
|
|
@@ -24,13 +24,14 @@ export var getToolbarConfig = function getToolbarConfig(api) {
|
|
|
24
24
|
offset: [0, 6],
|
|
25
25
|
items: [{
|
|
26
26
|
type: 'copy-button',
|
|
27
|
+
supportsViewMode: true,
|
|
27
28
|
items: [{
|
|
28
29
|
state: state,
|
|
29
30
|
formatMessage: formatMessage,
|
|
30
31
|
nodeType: [nestedExpand, expand]
|
|
31
|
-
}, {
|
|
32
|
-
type: 'separator'
|
|
33
32
|
}]
|
|
33
|
+
}, {
|
|
34
|
+
type: 'separator'
|
|
34
35
|
}, {
|
|
35
36
|
id: 'editor.expand.delete',
|
|
36
37
|
type: 'button',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-expand",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.11",
|
|
4
4
|
"description": "Expand plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^36.1.0",
|
|
37
37
|
"@atlaskit/button": "^17.14.0",
|
|
38
|
-
"@atlaskit/editor-common": "^79.
|
|
38
|
+
"@atlaskit/editor-common": "^79.4.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^1.1.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^1.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
|