@handsontable/vue
Advanced tools
Changelog
[9.0.2] - 2021-07-28
updateSettings
calls containing columns
.
#7689parseTable
utility.
#8041nestedRows
plugin enabled crashed the
table. #8171For more information on Handsontable 9.0.2, see:
Changelog
[9.0.1] - 2021-06-17
jsonpatch
library from the source code.
#8140checkbox
type to restore previous behaviour.
#8196For more information on Handsontable 9.0.1, see:
Changelog
[9.0.0] - 2021-06-01
hot-formula-parser
dependency for the sake of
an optional one, hyperformula
. #6466afterAutofill
and beforeAutofill
hooks' signatures.
#7987eslint
and eslint-related modules.
#7531fit
& fdescribe
to restricted globals in test files.
#8088afterCreateCol
hooks being triggered after undoing a removal of
a column. #8076beforeAutofillInsidePopulate
hook. It will be removed in the next major release.
#8095For more information on Handsontable 9.0.0, see:
Changelog
[8.4.0] - 2021-05-11
separated
attribute for the label options (the label
DOM element may wrap input
or be placed next to it). #3172modifyAutoColumnSizeSeed
hook to let developers overwrite the default behaviour
of the AutoColumnSize sampling. #3339UndoRedo
plugin and introduced new hooks.
#6948beforeHighlightingColumnHeader
and beforeHighlightingRowHeader
. Use them to
retrieve a header element (<th>
) before it gets highlighted.
(#7528)indexMapper.unregisterAll()
. Use it to unregister all collected index maps
from all map collections types. (#7528)indexMapper.createChangesObserver()
. Use it to listen to any changes made to
indexes while Handsontable is running.
(#7528)indexMapper.createAndRegisterIndexMap()
. Use it to create and register a new
index map. (#7528)checkbox
-typed cells and an issue with empty cells not being
displayed properly. #4047readOnly
cells was not performed properly.
#4754fragmentSelection
option
enabled. #6083numericFormat
's type definition.
#7420trimWhitespace
tests on Firefox.
#7593postbuild
and examples:install
scripts on Windows.
#7680package.json
.
#7723For more information on Handsontable 8.4.0, see:
Changelog
[15.0.0] - 2024-12-16
@handsontable/react-wrapper
to the monorepo. #11212pikaday
with @handsontable/pikaday
, updated numbro
and dompurify
) #10929aria-hidden
from TextEditor's and PasswordEditor's TEXTAREA
elements. #11218updateSettings
calls. #11205package.json
. #11247key
set as undefined
. #11281source
argument for the setDataAtCell
method. #11287@handsontable/react-wrapper
place the TS type definitions in the configured directory. #11296Changelog
[14.1.0] - 2024-01-16
renderAllColumns
, which lets you disable column virtualization for improved accessibility. #10599DropdownRenderer
) and validator (DropdownValidator
) for the dropdown cell type. #10688selectEditor
). #10673CellCoords
and CellRange
classes. #10678CustomBorders
plugin. #10659tabNavigation
set to false
caused the grid to scroll. #10634Filters
plugin threw a TypeError
in specific setup cases. #10637ManualRowResize
and ManualColumnResize
plugins threw an error when a cell renderer used the HTML <table>
element. #10650CollapsibleColumns
plugin caused an uncaught TypeError
. #10693roundFloat
option of the ColumnSummary
plugin. #10701Formulas
plugin. #10186pikaday
to handsontable
s dependencies
, to ensure backward compatibility of Handsontable 14.1.0. #10715settings
prop. #10661hyperformulaInstance
to hotSettings
resulted in TypeError: Converting circular structure to JSON
. #8728For more information on Handsontable 14.1.0, see: