handsontable 17.1.0-rc3 → 17.1.0-rc4
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 +6 -1
- package/README.md +3 -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 +8 -8
- package/dist/handsontable.full.min.js +6 -6
- package/dist/handsontable.js +8 -8
- package/dist/handsontable.min.js +6 -6
- package/dist/languages/all.min.js +1 -1
- package/dist/themes/classic.js +3 -3
- package/dist/themes/classic.min.js +3 -3
- package/dist/themes/horizon.js +3 -3
- package/dist/themes/horizon.min.js +3 -3
- package/dist/themes/main.js +3 -3
- 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 +3 -3
- 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 +3 -3
- package/dist/themes/static/variables/tokens/classic.min.js +3 -3
- package/dist/themes/static/variables/tokens/horizon.js +3 -3
- package/dist/themes/static/variables/tokens/horizon.min.js +3 -3
- package/dist/themes/static/variables/tokens/main.js +3 -3
- 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.css +1 -1
- package/styles/ht-theme-classic-no-icons.min.css +3 -3
- package/styles/ht-theme-classic.css +1 -1
- package/styles/ht-theme-classic.min.css +3 -3
- package/styles/ht-theme-horizon-no-icons.css +1 -1
- package/styles/ht-theme-horizon-no-icons.min.css +3 -3
- package/styles/ht-theme-horizon.css +1 -1
- package/styles/ht-theme-horizon.min.css +3 -3
- package/styles/ht-theme-main-no-icons.css +1 -1
- package/styles/ht-theme-main-no-icons.min.css +3 -3
- package/styles/ht-theme-main.css +1 -1
- package/styles/ht-theme-main.min.css +3 -3
- package/themes/static/variables/tokens/classic.js +1 -1
- package/themes/static/variables/tokens/classic.mjs +1 -1
- package/themes/static/variables/tokens/horizon.js +1 -1
- package/themes/static/variables/tokens/horizon.mjs +1 -1
- package/themes/static/variables/tokens/main.js +1 -1
- package/themes/static/variables/tokens/main.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
9
9
|
|
|
10
10
|
<!-- UNVERSIONED -->
|
|
11
11
|
|
|
12
|
-
## [17.1.0-
|
|
12
|
+
## [17.1.0-rc3] - 2026-04-27
|
|
13
13
|
|
|
14
14
|
### Added
|
|
15
15
|
- Added a hit area for dropdown menu and collapsible buttons [#12070](https://github.com/handsontable/handsontable/pull/12070)
|
|
@@ -446,6 +446,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
446
446
|
- Fixed the top overlay misalignment issue, visible after vertical scrollbar disappeared. [#11289](https://github.com/handsontable/handsontable/pull/11289)
|
|
447
447
|
- React: Made the build scripts of `@handsontable/react-wrapper` place the TS type definitions in the configured directory. [#11296](https://github.com/handsontable/handsontable/pull/11296)
|
|
448
448
|
|
|
449
|
+
## [14.6.2] - 2025-02-10
|
|
450
|
+
|
|
451
|
+
#### Fixed
|
|
452
|
+
- Fixed the copy/paste feature not working correctly in Chrome 133. [#11428](https://github.com/handsontable/handsontable/pull/11428)
|
|
453
|
+
|
|
449
454
|
## [14.6.1] - 2024-10-17
|
|
450
455
|
|
|
451
456
|
### Removed
|
package/README.md
CHANGED
|
@@ -56,6 +56,9 @@
|
|
|
56
56
|
✅ [Frozen rows and columns](https://handsontable.com/docs/column-freezing/) <br>
|
|
57
57
|
✅ [Hiding rows and columns](https://handsontable.com/docs/column-hiding/) <br>
|
|
58
58
|
✅ [Right-click context menu](https://handsontable.com/docs/context-menu/) <br>
|
|
59
|
+
✅ [Server-side data](https://handsontable.com/docs/server-side-data/) <br>
|
|
60
|
+
✅ [Notifications](https://handsontable.com/docs/notification/) <br>
|
|
61
|
+
✅ [Export to Excel](https://handsontable.com/docs/export-to-excel/) <br>
|
|
59
62
|
|
|
60
63
|
<div id="installation">
|
|
61
64
|
|
package/base.js
CHANGED
|
@@ -60,8 +60,8 @@ Handsontable.hooks = _hooks.Hooks.getSingleton();
|
|
|
60
60
|
Handsontable.CellCoords = _src.CellCoords;
|
|
61
61
|
Handsontable.CellRange = _src.CellRange;
|
|
62
62
|
Handsontable.packageName = 'handsontable';
|
|
63
|
-
Handsontable.buildDate = "
|
|
64
|
-
Handsontable.version = "17.1.0-
|
|
63
|
+
Handsontable.buildDate = "29/04/2026 10:23:33";
|
|
64
|
+
Handsontable.version = "17.1.0-rc4";
|
|
65
65
|
Handsontable.languages = {
|
|
66
66
|
dictionaryKeys: _registry.dictionaryKeys,
|
|
67
67
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
package/base.mjs
CHANGED
|
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
|
|
|
35
35
|
Handsontable.CellCoords = CellCoords;
|
|
36
36
|
Handsontable.CellRange = CellRange;
|
|
37
37
|
Handsontable.packageName = 'handsontable';
|
|
38
|
-
Handsontable.buildDate = "
|
|
39
|
-
Handsontable.version = "17.1.0-
|
|
38
|
+
Handsontable.buildDate = "29/04/2026 10:23:33";
|
|
39
|
+
Handsontable.version = "17.1.0-rc4";
|
|
40
40
|
Handsontable.languages = {
|
|
41
41
|
dictionaryKeys,
|
|
42
42
|
getLanguageDictionary,
|
package/core.js
CHANGED
|
@@ -1080,7 +1080,7 @@ function Core(rootContainer, userSettings, rootInstanceSymbol = false) {
|
|
|
1080
1080
|
focusGridManager.init();
|
|
1081
1081
|
if ((0, _rootInstance.isRootInstance)(this)) {
|
|
1082
1082
|
(0, _a11yAnnouncer.install)(instance.rootPortalElement);
|
|
1083
|
-
(0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "
|
|
1083
|
+
(0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "29/04/2026");
|
|
1084
1084
|
}
|
|
1085
1085
|
instance.runHooks('init');
|
|
1086
1086
|
this.render();
|
package/core.mjs
CHANGED
|
@@ -1065,7 +1065,7 @@ const deprecationWarns = new Set();
|
|
|
1065
1065
|
focusGridManager.init();
|
|
1066
1066
|
if (isRootInstance(this)) {
|
|
1067
1067
|
installAccessibilityAnnouncer(instance.rootPortalElement);
|
|
1068
|
-
_injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "
|
|
1068
|
+
_injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "29/04/2026");
|
|
1069
1069
|
}
|
|
1070
1070
|
instance.runHooks('init');
|
|
1071
1071
|
this.render();
|