@atlaskit/editor-plugin-table 28.1.7 → 28.1.10
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 +20 -0
- package/dist/cjs/tablePlugin.js +1 -1
- package/dist/es2019/tablePlugin.js +1 -1
- package/dist/esm/tablePlugin.js +1 -1
- package/package.json +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 28.1.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 28.1.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 28.1.8
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`3c8aad45af6a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c8aad45af6a2) -
|
|
20
|
+
Clean up the platform_editor_enable_table_scaling feature gate.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 28.1.7
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/cjs/tablePlugin.js
CHANGED
|
@@ -80,7 +80,7 @@ var tablePlugin = function tablePlugin(_ref) {
|
|
|
80
80
|
};
|
|
81
81
|
var options = _objectSpread(_objectSpread({}, config), {}, {
|
|
82
82
|
tableOptions: (_config$tableOptions = config === null || config === void 0 ? void 0 : config.tableOptions) !== null && _config$tableOptions !== void 0 ? _config$tableOptions : {},
|
|
83
|
-
isTableScalingEnabled:
|
|
83
|
+
isTableScalingEnabled: true
|
|
84
84
|
});
|
|
85
85
|
var defaultGetEditorContainerWidth = function defaultGetEditorContainerWidth() {
|
|
86
86
|
var _api$width$sharedStat, _api$width, _document$body$offset, _document;
|
|
@@ -68,7 +68,7 @@ const tablePlugin = ({
|
|
|
68
68
|
const options = {
|
|
69
69
|
...config,
|
|
70
70
|
tableOptions: (_config$tableOptions = config === null || config === void 0 ? void 0 : config.tableOptions) !== null && _config$tableOptions !== void 0 ? _config$tableOptions : {},
|
|
71
|
-
isTableScalingEnabled:
|
|
71
|
+
isTableScalingEnabled: true
|
|
72
72
|
};
|
|
73
73
|
const defaultGetEditorContainerWidth = () => {
|
|
74
74
|
var _api$width$sharedStat, _api$width, _document$body$offset, _document, _document$body;
|
package/dist/esm/tablePlugin.js
CHANGED
|
@@ -71,7 +71,7 @@ var tablePlugin = function tablePlugin(_ref) {
|
|
|
71
71
|
};
|
|
72
72
|
var options = _objectSpread(_objectSpread({}, config), {}, {
|
|
73
73
|
tableOptions: (_config$tableOptions = config === null || config === void 0 ? void 0 : config.tableOptions) !== null && _config$tableOptions !== void 0 ? _config$tableOptions : {},
|
|
74
|
-
isTableScalingEnabled:
|
|
74
|
+
isTableScalingEnabled: true
|
|
75
75
|
});
|
|
76
76
|
var defaultGetEditorContainerWidth = function defaultGetEditorContainerWidth() {
|
|
77
77
|
var _api$width$sharedStat, _api$width, _document$body$offset, _document;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.10",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/editor-plugin-batch-attribute-updates": "^16.0.0",
|
|
30
30
|
"@atlaskit/editor-plugin-content-insertion": "^16.1.0",
|
|
31
31
|
"@atlaskit/editor-plugin-editor-viewmode": "^18.0.0",
|
|
32
|
-
"@atlaskit/editor-plugin-extension": "19.1.
|
|
32
|
+
"@atlaskit/editor-plugin-extension": "19.1.9",
|
|
33
33
|
"@atlaskit/editor-plugin-guideline": "^16.1.0",
|
|
34
34
|
"@atlaskit/editor-plugin-interaction": "^27.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-limited-mode": "^13.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.2.0",
|
|
54
54
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.2.0",
|
|
55
55
|
"@atlaskit/primitives": "^22.5.0",
|
|
56
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
56
|
+
"@atlaskit/tmp-editor-statsig": "^176.0.0",
|
|
57
57
|
"@atlaskit/toggle": "^17.3.0",
|
|
58
58
|
"@atlaskit/tokens": "^16.11.0",
|
|
59
59
|
"@atlaskit/tooltip": "^24.3.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"uuid": "^11.1.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@atlaskit/editor-common": "^120.
|
|
71
|
+
"@atlaskit/editor-common": "^120.16.0",
|
|
72
72
|
"react": "^18.2.0 || ^19.2.0",
|
|
73
73
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
74
74
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -95,9 +95,6 @@
|
|
|
95
95
|
"platform_editor_table_height_analytics_event": {
|
|
96
96
|
"type": "boolean"
|
|
97
97
|
},
|
|
98
|
-
"platform_editor_enable_table_scaling": {
|
|
99
|
-
"type": "boolean"
|
|
100
|
-
},
|
|
101
98
|
"platform_editor_max_width_default_width": {
|
|
102
99
|
"type": "boolean"
|
|
103
100
|
},
|