@atlaskit/editor-plugin-table 2.14.1 → 3.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,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`18e8e6cc9c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18e8e6cc9c8) - ED-19782: Clean up feature flag types from table optimisation related feature flags.
|
|
8
|
+
|
|
3
9
|
## 2.14.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -40,12 +40,6 @@ export interface PluginConfig {
|
|
|
40
40
|
stickyHeaders?: boolean;
|
|
41
41
|
allowCellOptionsInFloatingToolbar?: boolean;
|
|
42
42
|
allowDistributeColumns?: boolean;
|
|
43
|
-
tableCellOptimization?: boolean;
|
|
44
|
-
tableRenderOptimization?: boolean;
|
|
45
|
-
stickyHeadersOptimization?: boolean;
|
|
46
|
-
initialRenderOptimization?: boolean;
|
|
47
|
-
mouseMoveOptimization?: boolean;
|
|
48
|
-
tableOverflowShadowsOptimization?: boolean;
|
|
49
43
|
}
|
|
50
44
|
export type { ColumnResizingPluginState } from '@atlaskit/editor-common/types';
|
|
51
45
|
export type CellColumnPositioning = Pick<Rect, 'right' | 'left'>;
|
|
@@ -40,12 +40,6 @@ export interface PluginConfig {
|
|
|
40
40
|
stickyHeaders?: boolean;
|
|
41
41
|
allowCellOptionsInFloatingToolbar?: boolean;
|
|
42
42
|
allowDistributeColumns?: boolean;
|
|
43
|
-
tableCellOptimization?: boolean;
|
|
44
|
-
tableRenderOptimization?: boolean;
|
|
45
|
-
stickyHeadersOptimization?: boolean;
|
|
46
|
-
initialRenderOptimization?: boolean;
|
|
47
|
-
mouseMoveOptimization?: boolean;
|
|
48
|
-
tableOverflowShadowsOptimization?: boolean;
|
|
49
43
|
}
|
|
50
44
|
export type { ColumnResizingPluginState } from '@atlaskit/editor-common/types';
|
|
51
45
|
export type CellColumnPositioning = Pick<Rect, 'right' | 'left'>;
|
package/package.json
CHANGED
package/report.api.md
CHANGED
|
@@ -63,23 +63,11 @@ interface PluginConfig {
|
|
|
63
63
|
// (undocumented)
|
|
64
64
|
allowNumberColumn?: boolean;
|
|
65
65
|
// (undocumented)
|
|
66
|
-
initialRenderOptimization?: boolean;
|
|
67
|
-
// (undocumented)
|
|
68
66
|
isHeaderRowRequired?: boolean;
|
|
69
67
|
// (undocumented)
|
|
70
|
-
mouseMoveOptimization?: boolean;
|
|
71
|
-
// (undocumented)
|
|
72
68
|
permittedLayouts?: PermittedLayoutsDescriptor;
|
|
73
69
|
// (undocumented)
|
|
74
70
|
stickyHeaders?: boolean;
|
|
75
|
-
// (undocumented)
|
|
76
|
-
stickyHeadersOptimization?: boolean;
|
|
77
|
-
// (undocumented)
|
|
78
|
-
tableCellOptimization?: boolean;
|
|
79
|
-
// (undocumented)
|
|
80
|
-
tableOverflowShadowsOptimization?: boolean;
|
|
81
|
-
// (undocumented)
|
|
82
|
-
tableRenderOptimization?: boolean;
|
|
83
71
|
}
|
|
84
72
|
|
|
85
73
|
// @public (undocumented)
|
|
@@ -55,13 +55,6 @@ export interface PluginConfig {
|
|
|
55
55
|
stickyHeaders?: boolean;
|
|
56
56
|
allowCellOptionsInFloatingToolbar?: boolean;
|
|
57
57
|
allowDistributeColumns?: boolean;
|
|
58
|
-
// to be cleaned up in ED-19477 after confluence no longer consumes table optimisation flags
|
|
59
|
-
tableCellOptimization?: boolean;
|
|
60
|
-
tableRenderOptimization?: boolean;
|
|
61
|
-
stickyHeadersOptimization?: boolean;
|
|
62
|
-
initialRenderOptimization?: boolean;
|
|
63
|
-
mouseMoveOptimization?: boolean;
|
|
64
|
-
tableOverflowShadowsOptimization?: boolean;
|
|
65
58
|
}
|
|
66
59
|
|
|
67
60
|
export type { ColumnResizingPluginState } from '@atlaskit/editor-common/types';
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -52,23 +52,11 @@ interface PluginConfig {
|
|
|
52
52
|
// (undocumented)
|
|
53
53
|
allowNumberColumn?: boolean;
|
|
54
54
|
// (undocumented)
|
|
55
|
-
initialRenderOptimization?: boolean;
|
|
56
|
-
// (undocumented)
|
|
57
55
|
isHeaderRowRequired?: boolean;
|
|
58
56
|
// (undocumented)
|
|
59
|
-
mouseMoveOptimization?: boolean;
|
|
60
|
-
// (undocumented)
|
|
61
57
|
permittedLayouts?: PermittedLayoutsDescriptor;
|
|
62
58
|
// (undocumented)
|
|
63
59
|
stickyHeaders?: boolean;
|
|
64
|
-
// (undocumented)
|
|
65
|
-
stickyHeadersOptimization?: boolean;
|
|
66
|
-
// (undocumented)
|
|
67
|
-
tableCellOptimization?: boolean;
|
|
68
|
-
// (undocumented)
|
|
69
|
-
tableOverflowShadowsOptimization?: boolean;
|
|
70
|
-
// (undocumented)
|
|
71
|
-
tableRenderOptimization?: boolean;
|
|
72
60
|
}
|
|
73
61
|
|
|
74
62
|
// @public (undocumented)
|