@atlaskit/editor-plugin-table 18.1.27 → 18.1.29
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 +14 -0
- package/README.md +20 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 18.1.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.1.28
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9ff7d1c1aa288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ff7d1c1aa288) -
|
|
14
|
+
Update README.md and 0-intro.tsx
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 18.1.27
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
|
-
# Editor
|
|
1
|
+
# Editor Plugin Table
|
|
2
2
|
|
|
3
3
|
Table plugin for @atlaskit/editor-core
|
|
4
4
|
|
|
5
5
|
**Note:** This component is designed for internal Atlassian development.
|
|
6
6
|
External contributors will be able to use this component but will not be able to submit issues.
|
|
7
7
|
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
The Table plugin provides comprehensive table editing and management capabilities for the Atlassian Editor. It integrates with `@atlaskit/editor-core` to enable rich table creation, manipulation, and rendering with advanced features like column resizing, row/column operations, and cell selection.
|
|
11
|
+
|
|
12
|
+
## Key features
|
|
13
|
+
|
|
14
|
+
- **Table creation and insertion** - Create and insert tables with configurable dimensions
|
|
15
|
+
- **Row and column operations** - Insert, delete, and merge rows and columns
|
|
16
|
+
- **Cell selection and manipulation** - Select cells, clear contents, and manage cell attributes
|
|
17
|
+
- **Column resizing** - Resize table columns with visual feedback and drag handles
|
|
18
|
+
- **Table layout options** - Toggle between different table layouts and display modes
|
|
19
|
+
- **Header support** - Configure header rows and columns with formatting options
|
|
20
|
+
- **Drag and drop** - Reorder rows and columns with intuitive drag-and-drop controls
|
|
21
|
+
- **Table analytics** - Track table interactions and performance metrics
|
|
22
|
+
- **Sticky headers** - Keep table headers visible when scrolling
|
|
23
|
+
- **Nested tables** - Support for tables nested within table cells
|
|
24
|
+
|
|
8
25
|
## Install
|
|
9
26
|
---
|
|
10
27
|
- **Install** - *yarn add @atlaskit/editor-plugin-table*
|
|
@@ -25,6 +42,7 @@ Please see [Atlaskit - Editor plugin table](https://atlaskit.atlassian.com/packa
|
|
|
25
42
|
## Support
|
|
26
43
|
---
|
|
27
44
|
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
|
|
45
|
+
|
|
28
46
|
## License
|
|
29
47
|
---
|
|
30
|
-
|
|
48
|
+
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.29",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/editor-plugin-batch-attribute-updates": "^8.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-content-insertion": "^8.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-extension": "11.0.
|
|
40
|
+
"@atlaskit/editor-plugin-extension": "11.0.30",
|
|
41
41
|
"@atlaskit/editor-plugin-guideline": "^8.0.0",
|
|
42
42
|
"@atlaskit/editor-plugin-interaction": "^16.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-limited-mode": "^5.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
|
|
57
57
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
58
58
|
"@atlaskit/primitives": "^18.1.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^58.0.0",
|
|
60
60
|
"@atlaskit/toggle": "^15.5.0",
|
|
61
61
|
"@atlaskit/tokens": "^12.0.0",
|
|
62
62
|
"@atlaskit/tooltip": "^21.1.0",
|