@atlaskit/editor-plugin-table 7.17.10 → 7.18.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 7.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
|
|
8
|
+
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
|
|
9
|
+
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 7.17.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -5,8 +5,8 @@ import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
|
5
5
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
6
6
|
import { type CHANGE_ALIGNMENT_REASON } from '@atlaskit/editor-common/src/analytics/types/table-events';
|
|
7
7
|
import type { Command, GetEditorContainerWidth } from '@atlaskit/editor-common/types';
|
|
8
|
-
import {
|
|
9
|
-
import type { EditorView } from '@atlaskit/editor-prosemirror/
|
|
8
|
+
import type { NodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
9
|
+
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
10
10
|
import { type Rect } from '@atlaskit/editor-tables/table-map';
|
|
11
11
|
import type { ResizeStateWithAnalytics } from './pm-plugins/table-resizing/utils';
|
|
12
12
|
import type { AlignmentOptions, InsertRowMethods, InsertRowOptions, RowInsertPosition } from './types';
|
|
@@ -5,8 +5,8 @@ import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
|
5
5
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
6
6
|
import { type CHANGE_ALIGNMENT_REASON } from '@atlaskit/editor-common/src/analytics/types/table-events';
|
|
7
7
|
import type { Command, GetEditorContainerWidth } from '@atlaskit/editor-common/types';
|
|
8
|
-
import {
|
|
9
|
-
import type { EditorView } from '@atlaskit/editor-prosemirror/
|
|
8
|
+
import type { NodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
9
|
+
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
10
10
|
import { type Rect } from '@atlaskit/editor-tables/table-map';
|
|
11
11
|
import type { ResizeStateWithAnalytics } from './pm-plugins/table-resizing/utils';
|
|
12
12
|
import type { AlignmentOptions, InsertRowMethods, InsertRowOptions, RowInsertPosition } from './types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.18.0",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"runReact18": false
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atlaskit/adf-schema": "^
|
|
31
|
+
"@atlaskit/adf-schema": "^37.0.0",
|
|
32
32
|
"@atlaskit/button": "^18.0.0",
|
|
33
|
-
"@atlaskit/custom-steps": "^0.
|
|
34
|
-
"@atlaskit/editor-common": "^82.
|
|
33
|
+
"@atlaskit/custom-steps": "^0.3.0",
|
|
34
|
+
"@atlaskit/editor-common": "^82.12.0",
|
|
35
35
|
"@atlaskit/editor-palette": "1.6.0",
|
|
36
36
|
"@atlaskit/editor-plugin-accessibility-utils": "^1.1.0",
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
38
|
-
"@atlaskit/editor-plugin-content-insertion": "^1.
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^1.3.0",
|
|
38
|
+
"@atlaskit/editor-plugin-content-insertion": "^1.3.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-guideline": "^1.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-selection": "^1.2.0",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.0",
|
|
50
50
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.3.0",
|
|
51
51
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
52
|
-
"@atlaskit/primitives": "^8.
|
|
52
|
+
"@atlaskit/primitives": "^8.1.0",
|
|
53
53
|
"@atlaskit/theme": "^12.11.0",
|
|
54
54
|
"@atlaskit/toggle": "^13.2.0",
|
|
55
|
-
"@atlaskit/tokens": "^1.
|
|
55
|
+
"@atlaskit/tokens": "^1.53.0",
|
|
56
56
|
"@atlaskit/tooltip": "^18.5.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"@emotion/react": "^11.7.1",
|
|
@@ -15,9 +15,9 @@ import type { AnalyticsEventPayload, EditorAnalyticsAPI } from '@atlaskit/editor
|
|
|
15
15
|
import { editorCommandToPMCommand } from '@atlaskit/editor-common/preset';
|
|
16
16
|
import { type CHANGE_ALIGNMENT_REASON } from '@atlaskit/editor-common/src/analytics/types/table-events';
|
|
17
17
|
import type { Command, GetEditorContainerWidth } from '@atlaskit/editor-common/types';
|
|
18
|
-
import { type NodeWithPos } from '@atlaskit/editor-prosemirror/dist/types/utils';
|
|
19
|
-
import type { EditorView } from '@atlaskit/editor-prosemirror/dist/types/view';
|
|
20
18
|
import type { Selection } from '@atlaskit/editor-prosemirror/state';
|
|
19
|
+
import type { NodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
20
|
+
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
21
21
|
import { CellSelection } from '@atlaskit/editor-tables/cell-selection';
|
|
22
22
|
import { type Rect, TableMap } from '@atlaskit/editor-tables/table-map';
|
|
23
23
|
import {
|