npm @handsontable/angular 12.3.2

latest releases: 0.0.0-next-dd5893f-20240918, 0.0.0-next-aa33e11-20240917, 0.0.0-next-fc45597-20240917...
18 months ago

Added

  • Added a Chinese (zh-CN) translation of the "Copy with headers" feature.
    #10273

Fixed

  • Fixed an issue where column-filter checkboxes were resetting when the table was scrolled out
    of view. We solved this by preventing the table from triggering a complete render each time it
    leaves the viewport. #10206
  • Fixed an issue where clicking on a cell scrolled the table sideways in certain RTL configurations.
    #10206
  • Fixed an issue where calling
    getDataAtCol() or
    getDataAtProp() caused an error when the data set had more than 125 000 rows.
    #10226
  • React: Fixed React 18 warnings about deprecated lifecycle methods. We removed
    componentWillMount() and componentWillUpdate() from Handsontable's codebase and recreated
    their functionality by using React's portals.
    #10263

Don't miss a new angular release

NewReleases is sending notifications on new releases.