HANDSONTABLE v7.2.0 Release Notes

Release Date: 2019-10-15 // over 4 years ago
  • ๐Ÿ”„ Changes

    • โž• Added cellProperties to the arguments of search's queryMethod so that it would be possible to tell what kind of data was being queried. (#4944)
    • ๐Ÿ›  Fixed a bug with a disappearing column header, when the height option is was set to auto. (#6302)
    • ๐Ÿ›  Fixed a problem with an error being thrown when trying the clear a column with the first cell set to readOnly. (#6246)
    • ๐Ÿ›  Fixed a bug where it was impossible to set data for a readOnly-typed cell, when any cell was selected. (#6214)
    • ๐Ÿ›  Fixed a problem with an error being thrown when pasting data to readOnly-typed cells. (#6209)
    • ๐Ÿ›  Fixed a problem with the Undo feature not working for columns defined as functions. (#6147)
    • ๐Ÿ›  Fixed a bug where this.TD was undefined in the editor's prepare method when fixedColumnsLeft and viewportColumnRenderingOffset were both set. (#6043)
    • ๐Ÿ›  Fixed a bug where the cell selection frame overlapped the bottom fixed rows. (#5947)
    • ๐Ÿ›  Fixed a problem with an error being thrown after initializing an empty table or removing all the data from the table and clicking the corner header. (#5126)
    • ๐Ÿ›  Fixed a problem with reloading data with a new set in the Nested Rows plugin. (#6339)
    • Rewrote some of the Walkontable methods to return correct information about the table. (#6191)
    • Made some improvements to the TypeScript definition file. (#6168, #6107, #6102, #6239, #6266)
    • ๐Ÿ‘Œ Improved the documentation and definition files regarding the after- hooks for creating and removing rows/columns. (#6296)
    • ๐Ÿ‘Œ Improved the documentation for the totalColumn option. (#6281)
    • โž• Added a lint:fix script to be able to fix the lint errors from the CLI. (#6260)
    • ๐Ÿ›  Fixed all the tests for Windows and added run-script, walkontable.watch. (#6187)
    • โœ‚ Removed the unused check-es3-syntax-cli package to fix Github's security alert. (#6319)
    • โšก๏ธ Updated the dependencies to fix errors thrown by npm audit (#6318)