HANDSONTABLE v8.4.0 Release Notes

Release Date: 2021-05-11 // almost 3 years ago
  • ๐Ÿš€ For more information on this release, see:

    โž• Added

    • Introduced a separated attribute for the label options (the label DOM element may wrap input or be placed next to it). #3172
    • ๐Ÿ‘€ Introduced the modifyAutoColumnSizeSeed hook to let developers overwrite the default behaviour of the AutoColumnSize sampling. #3339
    • Added support for hiding columns for the NestedHeaders plugin. #6879
    • โž• Added ability to skip stacking actions by the UndoRedo plugin and introduced new hooks. #6948

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a problem with sorting the checkbox-typed cells and an issue with empty cells not being displayed properly. #4047
    • ๐Ÿ›  Fixed a problem where undoing the removal of row with readOnly cells was not performed properly. #4754
    • ๐Ÿ›  Fixed state-change resolving for externally added checkboxes. #5934
    • ๐Ÿ›  Fixed a problem with the native selection being removed with the fragmentSelection option enabled. #6083
    • ๐Ÿ›  Fixed a bug where number of columns rendered in the viewport was not correct. #6115
    • ๐Ÿ›  Fixed a bug with the Dropdown Menu not opening on Android devices. #6212
    • ๐Ÿ›  Fixed the double-tap issue on iOS. #6961
    • ๐Ÿ›  Fixed a problem with the Comments editor being destroyed after destroying another Handsontable instance. #7091
    • ๐Ÿ›  Fixed incorrect numericFormat's type definition. #7420
    • ๐Ÿ›  Fixed the trimWhitespace tests on Firefox. #7593
    • ๐Ÿ›  Fixed the [NPM Audit] Github Action job to report found vulnerabilities. #7621
    • ๐Ÿ›  Fixed some minor iOS problems. #7659
    • ๐Ÿ›  Fixed the TypeScript definition for the suspended rendering feature. #7666
    • ๐Ÿ›  Fixed the postbuild and examples:install scripts on Windows. #7680
    • ๐Ÿ›  Fixed the contents of the production package.json. #7723
    • ๐Ÿ›  Fixed an issue, where the callbacks for the UndoRedo plugin were called twice. #7825
    • Vue: Fixed a problem with displaying and removing rows in the Nested Rows plugin. #7548
    • React: Fixed an incompatibility in the property type definitions for the HotColumn component. #7612

    ๐Ÿ”„ Changed

    • โœจ Enhanced the ESLint config file by adding a rule that checks if there are new lines missing before some keywords or statements. #7691