Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

4.1.0

Compare
Choose a tag to compare
@jansiegel jansiegel released this 29 Jul 12:36
· 28 commits to master since this release
6621371

Changes:

  1. We're introducing the <hot-column> component and a possibility to use Vue components as Handsontable renderers and editors.
    The <hot-column> component allows declaring column-related Handsontable settings by passing it as its props, or, in case of component-based editors and renderers, as its children.

    For more information on the subject, see the @handsontable/vue documentation.
    (#105)
  2. Fixed a problem with Handsontable passing too many properties to the update function, which resulted in the table not working properly after a changed was observed in some of the props. (#108)
  3. Fixed a problem, where the hook callbacks did not have access to the Handsontable instance from the <hot-table> component. (#119)
  4. Updated the JSFiddle template with a cleaner structure and updated dependencies. (#127)