@atlaskit/editor-plugin-table 16.4.4 → 17.0.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,13 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 17.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c774e8b6231c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c774e8b6231c2) -
8
+ EDITOR-4549 Removing allowCellOptionsInFloatingToolbar as a prop as the functionality has been
9
+ removed and changing this prop doesn't do anything
10
+
3
11
  ## 16.4.4
4
12
 
5
13
  ### Patch Changes
@@ -55,7 +55,6 @@ export interface PluginConfig {
55
55
  advanced?: boolean;
56
56
  allowAddColumnWithCustomStep?: boolean;
57
57
  allowBackgroundColor?: boolean;
58
- allowCellOptionsInFloatingToolbar?: boolean;
59
58
  allowCollapse?: boolean;
60
59
  allowColumnResizing?: boolean;
61
60
  allowColumnSorting?: boolean;
@@ -55,7 +55,6 @@ export interface PluginConfig {
55
55
  advanced?: boolean;
56
56
  allowAddColumnWithCustomStep?: boolean;
57
57
  allowBackgroundColor?: boolean;
58
- allowCellOptionsInFloatingToolbar?: boolean;
59
58
  allowCollapse?: boolean;
60
59
  allowColumnResizing?: boolean;
61
60
  allowColumnSorting?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "16.4.4",
3
+ "version": "17.0.0",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/editor-plugin-selection": "^7.0.0",
45
45
  "@atlaskit/editor-plugin-toolbar": "^4.1.0",
46
46
  "@atlaskit/editor-plugin-user-intent": "^5.0.0",
47
- "@atlaskit/editor-plugin-width": "^8.0.0",
47
+ "@atlaskit/editor-plugin-width": "^8.1.0",
48
48
  "@atlaskit/editor-prosemirror": "^7.2.0",
49
49
  "@atlaskit/editor-shared-styles": "^3.10.0",
50
50
  "@atlaskit/editor-tables": "^2.9.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
58
58
  "@atlaskit/primitives": "^17.1.0",
59
59
  "@atlaskit/theme": "^21.0.0",
60
- "@atlaskit/tmp-editor-statsig": "^16.30.0",
60
+ "@atlaskit/tmp-editor-statsig": "^16.31.0",
61
61
  "@atlaskit/toggle": "^15.2.0",
62
62
  "@atlaskit/tokens": "^10.1.0",
63
63
  "@atlaskit/tooltip": "^20.14.0",