Changes
- Added
cellProperties
to the arguments of search'squeryMethod
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 toauto
. (#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
wasundefined
in the editor'sprepare
method whenfixedColumnsLeft
andviewportColumnRenderingOffset
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)