@atlaskit/editor-plugin-table 18.1.26 → 18.1.28

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +20 -2
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 18.1.28
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9ff7d1c1aa288`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ff7d1c1aa288) -
8
+ Update README.md and 0-intro.tsx
9
+ - Updated dependencies
10
+
11
+ ## 18.1.27
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 18.1.26
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,27 @@
1
- # Editor plugin table
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
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
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.26",
3
+ "version": "18.1.28",
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.27",
40
+ "@atlaskit/editor-plugin-extension": "11.0.29",
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": "^56.0.0",
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",
@@ -69,7 +69,7 @@
69
69
  "uuid": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^112.18.0",
72
+ "@atlaskit/editor-common": "^112.19.0",
73
73
  "react": "^18.2.0",
74
74
  "react-dom": "^18.2.0",
75
75
  "react-intl-next": "npm:react-intl@^5.18.1"