@atlaskit/editor-plugin-expand 2.11.0 → 2.12.0
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 +18 -0
- package/dist/types/legacyExpand/nodeviews/index.d.ts +1 -1
- package/dist/types/singlePlayerExpand/node-views/index.d.ts +1 -1
- package/dist/types-ts4.5/legacyExpand/nodeviews/index.d.ts +1 -1
- package/dist/types-ts4.5/singlePlayerExpand/node-views/index.d.ts +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-expand
|
|
2
2
|
|
|
3
|
+
## 2.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
|
|
8
|
+
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
|
|
9
|
+
Bumped editor-prosemirror version to 7.0.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 2.11.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 2.11.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -50,7 +50,7 @@ export declare class ExpandNodeView implements NodeView {
|
|
|
50
50
|
stopEvent(event: Event): boolean;
|
|
51
51
|
ignoreMutation(mutationRecord: MutationRecord | {
|
|
52
52
|
type: 'selection';
|
|
53
|
-
target:
|
|
53
|
+
target: Node;
|
|
54
54
|
}): boolean;
|
|
55
55
|
update(node: PmNode, _decorations: readonly Decoration[]): boolean;
|
|
56
56
|
destroy(): void;
|
|
@@ -49,7 +49,7 @@ export declare class ExpandNodeView implements NodeView {
|
|
|
49
49
|
stopEvent(event: Event): boolean;
|
|
50
50
|
ignoreMutation(mutationRecord: MutationRecord | {
|
|
51
51
|
type: 'selection';
|
|
52
|
-
target:
|
|
52
|
+
target: Node;
|
|
53
53
|
}): boolean;
|
|
54
54
|
update(node: PmNode, _decorations: readonly Decoration[]): boolean;
|
|
55
55
|
updateExpandToggleIcon(node: PmNode): void;
|
|
@@ -50,7 +50,7 @@ export declare class ExpandNodeView implements NodeView {
|
|
|
50
50
|
stopEvent(event: Event): boolean;
|
|
51
51
|
ignoreMutation(mutationRecord: MutationRecord | {
|
|
52
52
|
type: 'selection';
|
|
53
|
-
target:
|
|
53
|
+
target: Node;
|
|
54
54
|
}): boolean;
|
|
55
55
|
update(node: PmNode, _decorations: readonly Decoration[]): boolean;
|
|
56
56
|
destroy(): void;
|
|
@@ -49,7 +49,7 @@ export declare class ExpandNodeView implements NodeView {
|
|
|
49
49
|
stopEvent(event: Event): boolean;
|
|
50
50
|
ignoreMutation(mutationRecord: MutationRecord | {
|
|
51
51
|
type: 'selection';
|
|
52
|
-
target:
|
|
52
|
+
target: Node;
|
|
53
53
|
}): boolean;
|
|
54
54
|
update(node: PmNode, _decorations: readonly Decoration[]): boolean;
|
|
55
55
|
updateExpandToggleIcon(node: PmNode): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-expand",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "Expand plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
35
|
-
"@atlaskit/button": "^20.
|
|
36
|
-
"@atlaskit/editor-common": "^99.
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
38
|
-
"@atlaskit/editor-plugin-decorations": "^1.
|
|
39
|
-
"@atlaskit/editor-plugin-editor-disabled": "^1.
|
|
40
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^2.
|
|
41
|
-
"@atlaskit/editor-plugin-selection": "^1.
|
|
42
|
-
"@atlaskit/editor-plugin-selection-marker": "^1.
|
|
43
|
-
"@atlaskit/editor-prosemirror": "
|
|
35
|
+
"@atlaskit/button": "^20.5.0",
|
|
36
|
+
"@atlaskit/editor-common": "^99.10.0",
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
38
|
+
"@atlaskit/editor-plugin-decorations": "^1.5.0",
|
|
39
|
+
"@atlaskit/editor-plugin-editor-disabled": "^1.5.0",
|
|
40
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^2.2.0",
|
|
41
|
+
"@atlaskit/editor-plugin-selection": "^1.7.0",
|
|
42
|
+
"@atlaskit/editor-plugin-selection-marker": "^1.8.0",
|
|
43
|
+
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
44
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
45
|
-
"@atlaskit/editor-tables": "^2.
|
|
46
|
-
"@atlaskit/icon": "^23.
|
|
47
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
45
|
+
"@atlaskit/editor-tables": "^2.9.0",
|
|
46
|
+
"@atlaskit/icon": "^23.7.0",
|
|
47
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^2.43.0",
|
|
49
49
|
"@atlaskit/tokens": "^3.3.0",
|
|
50
50
|
"@atlaskit/tooltip": "^19.1.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
63
|
-
"@atlaskit/editor-plugin-content-insertion": "^1.
|
|
64
|
-
"@atlaskit/editor-plugin-guideline": "^1.
|
|
65
|
-
"@atlaskit/editor-plugin-quick-insert": "^1.
|
|
66
|
-
"@atlaskit/editor-plugin-table": "^9.
|
|
67
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
|
68
|
-
"@atlaskit/editor-plugin-width": "^2.
|
|
63
|
+
"@atlaskit/editor-plugin-content-insertion": "^1.13.0",
|
|
64
|
+
"@atlaskit/editor-plugin-guideline": "^1.4.0",
|
|
65
|
+
"@atlaskit/editor-plugin-quick-insert": "^1.10.0",
|
|
66
|
+
"@atlaskit/editor-plugin-table": "^9.4.0",
|
|
67
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.13.0",
|
|
68
|
+
"@atlaskit/editor-plugin-width": "^2.1.0",
|
|
69
69
|
"@testing-library/react": "^13.4.0",
|
|
70
70
|
"react-test-renderer": "^18.2.0",
|
|
71
71
|
"typescript": "~5.4.2"
|