@handsontable/angular
Advanced tools
Changelog
[12.1.0] - 2022-06-28
getNearestNotHiddenIndex()
, a new method that finds the visual index of the nearest
not-hidden row or column and works even with large numbers of hidden rows or columns. The previous
method, getFirstNotHiddenIndex()
, still works, but is marked as deprecated.
#9064beforeColumnFreeze
, afterColumnFreeze
, beforeColumnUnfreeze
, and
afterColumnUnfreeze
. #9248@angular/core
dependency to peer dependencies.
#9574getFirstNotHiddenIndex()
method. Use getNearestNotHiddenIndex()
instead.
#9064preventOverflow
option was set to 'horizontal'
.
#3828<form>
: pressing
<kbd>Enter</kbd> inside another form's <input>
could open Handsontable's dropdown menu.
#9295stretchH: 'all'
option).
#9496ShortcutManager
unnecessarily handled keyup
events with no key
defined.
#9562For more information on Handsontable 12.1.0, see:
Changelog
[12.0.1] - 2022-05-16
autoRowSize: true
and
multi-line cell values caused rows to align incorrectly.
#7102TypeError
. #8268For more information on Handsontable 12.0.1, see:
Changelog
[12.0.0] - 2022-04-28
ShortcutManager
, a new API for customizing keyboard shortcuts.
#8942layoutDirection
. #8760fixedColumnsStart
.
#8760updateSettings()
handles data updates, to improve performance
and the consistency of user experience. Now, when provided with a new data object,
updateSettings()
updates the data without resetting any states.
#7263updatePlugin()
reacts to updateSettings()
calls, to improve
performance and the consistency of user experience. Now, calls to updateSettings()
update a
plugin's state only when the options object contains a configuration option that's relevant to
that particular plugin. #9021beforeKeyDown
is
properly fired before afterDocumentKeyDown
.
#6236./
), to speed up the build process: now,
the npm run build
and npm run test
scripts don't build or test the Handsontable examples
(./examples
). #9412hot.view.wt
to hot.view._wt
, where hot
is the name
of your Handsontable instance. The intention of this change is to make it clear that Walkontable
(Handsontable's rendering engine) is not a part of Handsontable's public API.
#8760enzyme
dependency from the React wrapper.
#9151updateSettings()
caused problems for
state managers. #8372updateSettings()
caused hidden columns to reappear.
#7165updateSettings()
caused merged cells to unmerge.
#3315updateSettings()
caused the state of nested rows to reset.
#8838updateSettings()
caused problems with column sorting.
#7688setState()
within the afterFilter
hook broke
filtering. #7567updateSettings()
caused Handsontable to crash. #7546failed
validation status got erased when editing a new row.
#7541BasePlugin
class.
#9175"exports"
field to their package.json
files.
#9140For more information on Handsontable 12.0.0, see:
Changelog
[11.1.0] - 2022-01-13
updateData()
, a new method that allows for replacing Handsontable's data
without
resetting the states of cells, rows and columns.
#7263setDataAtCell()
method.
#8601autocomplete
editor's suggestion list didn't update properly.
#7570data
wasn't defined.
#8589CollapsibleColumns
plugin's expandAll()
method didn't expand
collapsed columns. #8900valueAccordingPercent()
helper.
#9006NestedRows
plugin could throw a type error after calling the
updateSettings()
method. #9018MultiColumnSorting
plugin's sort()
method.
#9067Comments
plugin's editor disappeared after adding a comment.
#9075
#6661For more information on Handsontable 11.1.0, see:
Changelog
[11.0.0] - 2021-11-17
import { registerAllEditors, registerAllRenderers, registerAllValidators, registerAllCellTypes, registerAllPlugins } from 'handsontable/registry'
.
#8816locale
option, to properly handle locale-based data.
#8897populateFromArray()
method works with its method
argument
set to shift_down
or shift_right
.
#888./handsontable
.
#8759populateFromArray()
method with its method
argument set
to shift_right
. #6929beforeOnCellMouseDown
and afterOnCellMouseDown
hooks using wrong
coordinates. #8498TypeError
thrown when calling the updateSettings()
method in Handsontable's
modularized version. #8830canonicalUrl
entries.
#8886date
cell.
#8894For more information on Handsontable 11.0.0, see:
Changelog
[10.0.0] - 2021-09-29
controller
, for
selection manipulation in the beforeOnCellMouseDown
and beforeOnCellMouseOver
hooks.
#4996beforeRender
and afterRender
hooks are, and when they
are triggered. Added two new hooks: beforeViewRender
and afterViewRender
.
#6303Formulas
plugin users.
#8502rowsLimit
and columnsLimit
options of
the CopyPaste
plugin. #8660autoWrapRow
and autoWrapCol
options` default values from
true
to false
. #8662getCellMeta()
method.
#6303selectOptions
option.
#8488NestedRows
plugin, occurring with the Formulas
plugin enabled.
#8048Formulas
plugin if a provided sheet name contained a dash
character. #8057Formulas
plugin.
#8078beforeChange
hook when
the Formulas
plugin was enabled
#8107NestedRows
plugin won't be corrupted by some actions.
#8180dataMap
, to prevent potential circular references.
#8704For more information on Handsontable 10.0.0, see:
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: