handsontable 17.0.1-rc1 → 17.0.1
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 +19 -0
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +1 -1
- package/core.mjs +1 -1
- package/dist/handsontable.full.js +9 -9
- package/dist/handsontable.full.min.js +5 -5
- package/dist/handsontable.js +9 -9
- package/dist/handsontable.min.js +5 -5
- package/dist/themes/classic.js +2 -2
- package/dist/themes/classic.min.js +2 -2
- package/dist/themes/horizon.js +2 -2
- package/dist/themes/horizon.min.js +2 -2
- package/dist/themes/main.js +4 -4
- package/dist/themes/main.min.js +3 -3
- package/dist/themes/static/variables/colors/ant.js +2 -2
- package/dist/themes/static/variables/colors/ant.min.js +2 -2
- package/dist/themes/static/variables/colors/classic.js +2 -2
- package/dist/themes/static/variables/colors/classic.min.js +2 -2
- package/dist/themes/static/variables/colors/horizon.js +2 -2
- package/dist/themes/static/variables/colors/horizon.min.js +2 -2
- package/dist/themes/static/variables/colors/main.js +2 -2
- package/dist/themes/static/variables/colors/main.min.js +2 -2
- package/dist/themes/static/variables/colors/material.js +2 -2
- package/dist/themes/static/variables/colors/material.min.js +2 -2
- package/dist/themes/static/variables/colors/shadcn.js +2 -2
- package/dist/themes/static/variables/colors/shadcn.min.js +2 -2
- package/dist/themes/static/variables/density.js +2 -2
- package/dist/themes/static/variables/density.min.js +2 -2
- package/dist/themes/static/variables/helpers/iconsMap.js +2 -2
- package/dist/themes/static/variables/helpers/iconsMap.min.js +2 -2
- package/dist/themes/static/variables/icons/horizon.js +2 -2
- package/dist/themes/static/variables/icons/horizon.min.js +2 -2
- package/dist/themes/static/variables/icons/main.js +2 -2
- package/dist/themes/static/variables/icons/main.min.js +2 -2
- package/dist/themes/static/variables/sizing.js +2 -2
- package/dist/themes/static/variables/sizing.min.js +2 -2
- package/dist/themes/static/variables/tokens/classic.js +2 -2
- package/dist/themes/static/variables/tokens/classic.min.js +2 -2
- package/dist/themes/static/variables/tokens/horizon.js +2 -2
- package/dist/themes/static/variables/tokens/horizon.min.js +2 -2
- package/dist/themes/static/variables/tokens/main.js +4 -4
- package/dist/themes/static/variables/tokens/main.min.js +3 -3
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +1 -1
- package/styles/handsontable.css +2 -2
- package/styles/handsontable.min.css +2 -2
- package/styles/handsontableStyles.js +1 -1
- package/styles/handsontableStyles.mjs +1 -1
- package/styles/ht-icons-horizon.min.css +2 -2
- package/styles/ht-icons-main.min.css +2 -2
- package/styles/ht-theme-classic-no-icons.min.css +2 -2
- package/styles/ht-theme-classic.min.css +2 -2
- package/styles/ht-theme-horizon-no-icons.min.css +2 -2
- package/styles/ht-theme-horizon.min.css +2 -2
- package/styles/ht-theme-main-no-icons.css +2 -2
- package/styles/ht-theme-main-no-icons.min.css +3 -3
- package/styles/ht-theme-main.css +2 -2
- package/styles/ht-theme-main.min.css +3 -3
- package/themes/static/variables/tokens/main.js +2 -2
- package/themes/static/variables/tokens/main.mjs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,25 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
9
9
|
|
|
10
10
|
<!-- UNVERSIONED -->
|
|
11
11
|
|
|
12
|
+
## [17.0.1] - 2026-03-25
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Fix UndoRedo crash when nullified changes [#12000](https://github.com/handsontable/handsontable/pull/12000)
|
|
16
|
+
- Fix UndoRedo beforeChange order [#12001](https://github.com/handsontable/handsontable/pull/12001)
|
|
17
|
+
- Fixed a bug where the editor does not receive the user inputs [#12042](https://github.com/handsontable/handsontable/pull/12042)
|
|
18
|
+
- Fixed scrollbar width calcualtion on Safari >=26. [#12047](https://github.com/handsontable/handsontable/pull/12047)
|
|
19
|
+
- Added missing typings for Core [#12048](https://github.com/handsontable/handsontable/pull/12048)
|
|
20
|
+
- Fixed rounded corners that may be applied in incorrect use cases [#12052](https://github.com/handsontable/handsontable/pull/12052)
|
|
21
|
+
- Fixed undo/redo stack desync with formulas engine [#12056](https://github.com/handsontable/handsontable/pull/12056)
|
|
22
|
+
- Fixed column width calculation for collapsed columns [#12059](https://github.com/handsontable/handsontable/pull/12059)
|
|
23
|
+
- Fixed and issue with table backround overflow [#12063](https://github.com/handsontable/handsontable/pull/12063)
|
|
24
|
+
- Fixed column header misalignment when nestedRow is enabled [#12081](https://github.com/handsontable/handsontable/pull/12081)
|
|
25
|
+
- Fixed an issue with mobile select handles styles [#12083](https://github.com/handsontable/handsontable/pull/12083)
|
|
26
|
+
- Improved clipboard processing after paste [#12084](https://github.com/handsontable/handsontable/pull/12084)
|
|
27
|
+
- Fixed an issue with scrolling issue that occurs when preventOverflow is enabled [#12086](https://github.com/handsontable/handsontable/pull/12086)
|
|
28
|
+
- Fixed date picker positioning near viewport edges [#12087](https://github.com/handsontable/handsontable/pull/12087)
|
|
29
|
+
- Fixed an issue with main theme hover on menu icon background color [#12159](https://github.com/handsontable/handsontable/pull/12159)
|
|
30
|
+
|
|
12
31
|
## [17.0.0] - 2026-03-09
|
|
13
32
|
|
|
14
33
|
### Added
|
package/base.js
CHANGED
|
@@ -49,8 +49,8 @@ Handsontable.hooks = _hooks.Hooks.getSingleton();
|
|
|
49
49
|
Handsontable.CellCoords = _src.CellCoords;
|
|
50
50
|
Handsontable.CellRange = _src.CellRange;
|
|
51
51
|
Handsontable.packageName = 'handsontable';
|
|
52
|
-
Handsontable.buildDate = "
|
|
53
|
-
Handsontable.version = "17.0.1
|
|
52
|
+
Handsontable.buildDate = "25/03/2026 09:28:39";
|
|
53
|
+
Handsontable.version = "17.0.1";
|
|
54
54
|
Handsontable.languages = {
|
|
55
55
|
dictionaryKeys: _registry.dictionaryKeys,
|
|
56
56
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
package/base.mjs
CHANGED
|
@@ -39,8 +39,8 @@ Handsontable.hooks = Hooks.getSingleton();
|
|
|
39
39
|
Handsontable.CellCoords = CellCoords;
|
|
40
40
|
Handsontable.CellRange = CellRange;
|
|
41
41
|
Handsontable.packageName = 'handsontable';
|
|
42
|
-
Handsontable.buildDate = "
|
|
43
|
-
Handsontable.version = "17.0.1
|
|
42
|
+
Handsontable.buildDate = "25/03/2026 09:28:47";
|
|
43
|
+
Handsontable.version = "17.0.1";
|
|
44
44
|
Handsontable.languages = {
|
|
45
45
|
dictionaryKeys,
|
|
46
46
|
getLanguageDictionary,
|
package/core.js
CHANGED
|
@@ -1213,7 +1213,7 @@ function Core(rootContainer, userSettings) {
|
|
|
1213
1213
|
focusGridManager.init();
|
|
1214
1214
|
if ((0, _rootInstance.isRootInstance)(this)) {
|
|
1215
1215
|
(0, _a11yAnnouncer.install)(instance.rootPortalElement);
|
|
1216
|
-
(0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "
|
|
1216
|
+
(0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "25/03/2026");
|
|
1217
1217
|
}
|
|
1218
1218
|
instance.runHooks('init');
|
|
1219
1219
|
this.render();
|
package/core.mjs
CHANGED
|
@@ -1208,7 +1208,7 @@ export default function Core(rootContainer, userSettings) {
|
|
|
1208
1208
|
focusGridManager.init();
|
|
1209
1209
|
if (isRootInstance(this)) {
|
|
1210
1210
|
installAccessibilityAnnouncer(instance.rootPortalElement);
|
|
1211
|
-
_injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "
|
|
1211
|
+
_injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "25/03/2026");
|
|
1212
1212
|
}
|
|
1213
1213
|
instance.runHooks('init');
|
|
1214
1214
|
this.render();
|