handsontable 18.1.0 → 18.1.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/base.js +2 -2
  3. package/base.mjs +2 -2
  4. package/dist/handsontable.full.js +54 -29
  5. package/dist/handsontable.full.min.js +9 -9
  6. package/dist/handsontable.js +54 -29
  7. package/dist/handsontable.min.js +9 -9
  8. package/dist/themes/classic.js +2 -2
  9. package/dist/themes/classic.min.js +2 -2
  10. package/dist/themes/horizon.js +2 -2
  11. package/dist/themes/horizon.min.js +2 -2
  12. package/dist/themes/main.js +2 -2
  13. package/dist/themes/main.min.js +2 -2
  14. package/dist/themes/static/variables/colors/ant.js +2 -2
  15. package/dist/themes/static/variables/colors/ant.min.js +2 -2
  16. package/dist/themes/static/variables/colors/classic.js +2 -2
  17. package/dist/themes/static/variables/colors/classic.min.js +2 -2
  18. package/dist/themes/static/variables/colors/horizon.js +2 -2
  19. package/dist/themes/static/variables/colors/horizon.min.js +2 -2
  20. package/dist/themes/static/variables/colors/main.js +2 -2
  21. package/dist/themes/static/variables/colors/main.min.js +2 -2
  22. package/dist/themes/static/variables/colors/material.js +2 -2
  23. package/dist/themes/static/variables/colors/material.min.js +2 -2
  24. package/dist/themes/static/variables/colors/shadcn.js +2 -2
  25. package/dist/themes/static/variables/colors/shadcn.min.js +2 -2
  26. package/dist/themes/static/variables/density.js +2 -2
  27. package/dist/themes/static/variables/density.min.js +2 -2
  28. package/dist/themes/static/variables/helpers/iconsMap.js +2 -2
  29. package/dist/themes/static/variables/helpers/iconsMap.min.js +2 -2
  30. package/dist/themes/static/variables/icons/horizon.js +2 -2
  31. package/dist/themes/static/variables/icons/horizon.min.js +2 -2
  32. package/dist/themes/static/variables/icons/main.js +2 -2
  33. package/dist/themes/static/variables/icons/main.min.js +2 -2
  34. package/dist/themes/static/variables/sizing.js +2 -2
  35. package/dist/themes/static/variables/sizing.min.js +2 -2
  36. package/dist/themes/static/variables/tokens/classic.js +2 -2
  37. package/dist/themes/static/variables/tokens/classic.min.js +2 -2
  38. package/dist/themes/static/variables/tokens/horizon.js +2 -2
  39. package/dist/themes/static/variables/tokens/horizon.min.js +2 -2
  40. package/dist/themes/static/variables/tokens/main.js +2 -2
  41. package/dist/themes/static/variables/tokens/main.min.js +2 -2
  42. package/helpers/mixed.js +5 -5
  43. package/helpers/mixed.mjs +5 -5
  44. package/package.json +1 -1
  45. package/plugins/copyPaste/copyPaste.js +29 -17
  46. package/plugins/copyPaste/copyPaste.mjs +29 -17
  47. package/plugins/filters/filters.js +13 -0
  48. package/plugins/filters/filters.mjs +13 -0
  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
  61. package/utils/licenseBranding/index.js +2 -2
  62. package/utils/licenseBranding/index.mjs +2 -2
  63. package/utils/licenseNotification.js +2 -2
  64. package/utils/licenseNotification.mjs +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
10
  <!-- UNVERSIONED -->
11
11
 
12
+ ## [18.1.1] - 2026-09-15
13
+
14
+ ### Fixed
15
+ - Fixed copying, cutting, and pasting doing nothing in a grid embedded in a Salesforce Lightning Web Component. [#13388](https://github.com/handsontable/handsontable/issues/13388)
16
+ - Fixed a `filters` plugin crash thrown when a cell in a filtered column was edited, or the data was replaced with a filter active, after `updateSettings()` was called with the `filters` option (as the React and Angular wrappers do on every update). [#13480](https://github.com/handsontable/handsontable/pull/13480)
17
+
12
18
  ## [18.1.0] - 2026-09-01
13
19
 
14
20
  ### Added
package/base.js CHANGED
@@ -72,8 +72,8 @@ Handsontable.hooks = _hooks.Hooks.getSingleton();
72
72
  Handsontable.CellCoords = _src.CellCoords;
73
73
  Handsontable.CellRange = _src.CellRange;
74
74
  Handsontable.packageName = 'handsontable';
75
- Handsontable.buildDate = "01/09/2026 11:40:24";
76
- Handsontable.version = "18.1.0";
75
+ Handsontable.buildDate = "15/09/2026 08:36:16";
76
+ Handsontable.version = "18.1.1";
77
77
  Handsontable.languages = {
78
78
  dictionaryKeys: _registry.dictionaryKeys,
79
79
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -43,8 +43,8 @@ Handsontable.hooks = Hooks.getSingleton();
43
43
  Handsontable.CellCoords = CellCoords;
44
44
  Handsontable.CellRange = CellRange;
45
45
  Handsontable.packageName = 'handsontable';
46
- Handsontable.buildDate = "01/09/2026 11:40:24";
47
- Handsontable.version = "18.1.0";
46
+ Handsontable.buildDate = "15/09/2026 08:36:16";
47
+ Handsontable.version = "18.1.1";
48
48
  Handsontable.languages = {
49
49
  dictionaryKeys,
50
50
  getLanguageDictionary,