@atlaskit/editor-plugin-table 5.8.0 → 5.8.2
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 +12 -0
- package/dist/cjs/ui/FloatingInsertButton/InsertButton.js +1 -1
- package/dist/es2019/ui/FloatingInsertButton/InsertButton.js +1 -1
- package/dist/esm/ui/FloatingInsertButton/InsertButton.js +1 -1
- package/package.json +3 -3
- package/src/__tests__/visual-regression/sticky-header.ts +1 -2
- package/src/ui/FloatingInsertButton/InsertButton.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 5.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#66678](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66678) [`dcfaed76166a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dcfaed76166a) - Update insert row / column plus icon for table
|
|
8
|
+
|
|
9
|
+
## 5.8.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 5.8.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -81,7 +81,7 @@ var InsertButtonForDragAndDrop = exports.InsertButtonForDragAndDrop = function I
|
|
|
81
81
|
fill: "none",
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg"
|
|
83
83
|
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
84
|
-
d: "M8
|
|
84
|
+
d: "M8 4C7.44771 4 7 4.44771 7 5V7H5C4.44771 7 4 7.44771 4 8C4 8.55229 4.44771 9 5 9H7V11C7 11.5523 7.44771 12 8 12C8.55229 12 9 11.5523 9 11V9H11C11.5523 9 12 8.55229 12 8C12 7.44771 11.5523 7 11 7H9V5C9 4.44771 8.55229 4 8 4Z",
|
|
85
85
|
fill: "currentColor"
|
|
86
86
|
})))), /*#__PURE__*/_react.default.createElement("div", {
|
|
87
87
|
className: _types.TableCssClassName.CONTROLS_INSERT_LINE,
|
|
@@ -81,7 +81,7 @@ export const InsertButtonForDragAndDrop = ({
|
|
|
81
81
|
fill: "none",
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg"
|
|
83
83
|
}, /*#__PURE__*/React.createElement("path", {
|
|
84
|
-
d: "M8
|
|
84
|
+
d: "M8 4C7.44771 4 7 4.44771 7 5V7H5C4.44771 7 4 7.44771 4 8C4 8.55229 4.44771 9 5 9H7V11C7 11.5523 7.44771 12 8 12C8.55229 12 9 11.5523 9 11V9H11C11.5523 9 12 8.55229 12 8C12 7.44771 11.5523 7 11 7H9V5C9 4.44771 8.55229 4 8 4Z",
|
|
85
85
|
fill: "currentColor"
|
|
86
86
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
87
87
|
className: ClassName.CONTROLS_INSERT_LINE,
|
|
@@ -74,7 +74,7 @@ export var InsertButtonForDragAndDrop = function InsertButtonForDragAndDrop(_ref
|
|
|
74
74
|
fill: "none",
|
|
75
75
|
xmlns: "http://www.w3.org/2000/svg"
|
|
76
76
|
}, /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "M8
|
|
77
|
+
d: "M8 4C7.44771 4 7 4.44771 7 5V7H5C4.44771 7 4 7.44771 4 8C4 8.55229 4.44771 9 5 9H7V11C7 11.5523 7.44771 12 8 12C8.55229 12 9 11.5523 9 11V9H11C11.5523 9 12 8.55229 12 8C12 7.44771 11.5523 7 11 7H9V5C9 4.44771 8.55229 4 8 4Z",
|
|
78
78
|
fill: "currentColor"
|
|
79
79
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
80
80
|
className: ClassName.CONTROLS_INSERT_LINE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.2",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/adf-schema": "^35.3.0",
|
|
32
32
|
"@atlaskit/custom-steps": "^0.0.11",
|
|
33
|
-
"@atlaskit/editor-common": "^76.
|
|
33
|
+
"@atlaskit/editor-common": "^76.39.0",
|
|
34
34
|
"@atlaskit/editor-palette": "1.5.2",
|
|
35
35
|
"@atlaskit/editor-plugin-analytics": "^0.4.0",
|
|
36
36
|
"@atlaskit/editor-plugin-content-insertion": "^0.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
38
|
-
"@atlaskit/editor-plugin-selection": "^0.
|
|
38
|
+
"@atlaskit/editor-plugin-selection": "^0.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-width": "^0.2.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^2.9.0",
|
|
@@ -42,8 +42,7 @@ describe('Snapshot Test: Table', () => {
|
|
|
42
42
|
});
|
|
43
43
|
|
|
44
44
|
describe('sticky header', () => {
|
|
45
|
-
|
|
46
|
-
it.skip('should align with table cell when active', async () => {
|
|
45
|
+
it('should align with table cell when active', async () => {
|
|
47
46
|
await initEditor(page, stickyHeaderWithHorizontalScroll);
|
|
48
47
|
|
|
49
48
|
await clickFirstCell(page, true);
|
|
@@ -128,7 +128,7 @@ export const InsertButtonForDragAndDrop = ({
|
|
|
128
128
|
xmlns="http://www.w3.org/2000/svg"
|
|
129
129
|
>
|
|
130
130
|
<path
|
|
131
|
-
d="M8
|
|
131
|
+
d="M8 4C7.44771 4 7 4.44771 7 5V7H5C4.44771 7 4 7.44771 4 8C4 8.55229 4.44771 9 5 9H7V11C7 11.5523 7.44771 12 8 12C8.55229 12 9 11.5523 9 11V9H11C11.5523 9 12 8.55229 12 8C12 7.44771 11.5523 7 11 7H9V5C9 4.44771 8.55229 4 8 4Z"
|
|
132
132
|
fill="currentColor"
|
|
133
133
|
/>
|
|
134
134
|
</svg>
|