handsontable 17.1.0-rc12 → 17.1.0-rc13

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/base.js +2 -2
  3. package/base.mjs +2 -2
  4. package/core.js +1 -1
  5. package/core.mjs +1 -1
  6. package/dist/handsontable.full.js +8 -8
  7. package/dist/handsontable.full.min.js +7 -7
  8. package/dist/handsontable.js +8 -8
  9. package/dist/handsontable.min.js +7 -7
  10. package/dist/themes/classic.js +2 -2
  11. package/dist/themes/classic.min.js +2 -2
  12. package/dist/themes/horizon.js +2 -2
  13. package/dist/themes/horizon.min.js +2 -2
  14. package/dist/themes/main.js +2 -2
  15. package/dist/themes/main.min.js +2 -2
  16. package/dist/themes/static/variables/colors/ant.js +2 -2
  17. package/dist/themes/static/variables/colors/ant.min.js +2 -2
  18. package/dist/themes/static/variables/colors/classic.js +2 -2
  19. package/dist/themes/static/variables/colors/classic.min.js +2 -2
  20. package/dist/themes/static/variables/colors/horizon.js +2 -2
  21. package/dist/themes/static/variables/colors/horizon.min.js +2 -2
  22. package/dist/themes/static/variables/colors/main.js +2 -2
  23. package/dist/themes/static/variables/colors/main.min.js +2 -2
  24. package/dist/themes/static/variables/colors/material.js +2 -2
  25. package/dist/themes/static/variables/colors/material.min.js +2 -2
  26. package/dist/themes/static/variables/colors/shadcn.js +2 -2
  27. package/dist/themes/static/variables/colors/shadcn.min.js +2 -2
  28. package/dist/themes/static/variables/density.js +2 -2
  29. package/dist/themes/static/variables/density.min.js +2 -2
  30. package/dist/themes/static/variables/helpers/iconsMap.js +2 -2
  31. package/dist/themes/static/variables/helpers/iconsMap.min.js +2 -2
  32. package/dist/themes/static/variables/icons/horizon.js +2 -2
  33. package/dist/themes/static/variables/icons/horizon.min.js +2 -2
  34. package/dist/themes/static/variables/icons/main.js +2 -2
  35. package/dist/themes/static/variables/icons/main.min.js +2 -2
  36. package/dist/themes/static/variables/sizing.js +2 -2
  37. package/dist/themes/static/variables/sizing.min.js +2 -2
  38. package/dist/themes/static/variables/tokens/classic.js +2 -2
  39. package/dist/themes/static/variables/tokens/classic.min.js +2 -2
  40. package/dist/themes/static/variables/tokens/horizon.js +2 -2
  41. package/dist/themes/static/variables/tokens/horizon.min.js +2 -2
  42. package/dist/themes/static/variables/tokens/main.js +2 -2
  43. package/dist/themes/static/variables/tokens/main.min.js +2 -2
  44. package/helpers/mixed.js +1 -1
  45. package/helpers/mixed.mjs +1 -1
  46. package/package.json +1 -1
  47. package/plugins/emptyDataState/emptyDataState.js +1 -1
  48. package/plugins/emptyDataState/emptyDataState.mjs +1 -1
  49. package/styles/handsontable.css +2 -2
  50. package/styles/handsontable.min.css +2 -2
  51. package/styles/handsontableStyles.js +1 -1
  52. package/styles/handsontableStyles.mjs +1 -1
  53. package/styles/ht-icons-horizon.min.css +2 -2
  54. package/styles/ht-icons-main.min.css +2 -2
  55. package/styles/ht-theme-classic-no-icons.min.css +2 -2
  56. package/styles/ht-theme-classic.min.css +2 -2
  57. package/styles/ht-theme-horizon-no-icons.min.css +2 -2
  58. package/styles/ht-theme-horizon.min.css +2 -2
  59. package/styles/ht-theme-main-no-icons.min.css +2 -2
  60. package/styles/ht-theme-main.min.css +2 -2
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-rc11] - 2026-05-14
12
+ ## [17.1.0-rc12] - 2026-05-14
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)
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 = "14/05/2026 11:53:25";
64
- Handsontable.version = "17.1.0-rc12";
63
+ Handsontable.buildDate = "19/05/2026 06:38:15";
64
+ Handsontable.version = "17.1.0-rc13";
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 = "14/05/2026 11:53:25";
39
- Handsontable.version = "17.1.0-rc12";
38
+ Handsontable.buildDate = "19/05/2026 06:38:15";
39
+ Handsontable.version = "17.1.0-rc13";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys,
42
42
  getLanguageDictionary,
package/core.js CHANGED
@@ -1087,7 +1087,7 @@ function Core(rootContainer, userSettings, rootInstanceSymbol = false) {
1087
1087
  focusGridManager.init();
1088
1088
  if ((0, _rootInstance.isRootInstance)(this)) {
1089
1089
  (0, _a11yAnnouncer.install)(instance.rootPortalElement);
1090
- (0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "14/05/2026");
1090
+ (0, _mixed._injectProductInfo)(mergedUserSettings.licenseKey, this.rootWrapperElement, "19/05/2026");
1091
1091
  }
1092
1092
  instance.runHooks('init');
1093
1093
  this.render();
package/core.mjs CHANGED
@@ -1072,7 +1072,7 @@ const deprecationWarns = new Set();
1072
1072
  focusGridManager.init();
1073
1073
  if (isRootInstance(this)) {
1074
1074
  installAccessibilityAnnouncer(instance.rootPortalElement);
1075
- _injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "14/05/2026");
1075
+ _injectProductInfo(mergedUserSettings.licenseKey, this.rootWrapperElement, "19/05/2026");
1076
1076
  }
1077
1077
  instance.runHooks('init');
1078
1078
  this.render();