Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@jansiegel jansiegel released this 21 Jun 09:49
· 64 commits to master since this release

Breaking changes

We've refactored the library, as the previous configuration caused multiple problems with installation. The main changes are:

  • The wrapper will no longer be available as react-handsontable. We've split the library into a Handsontable CE and Handsontable Pro-based builds.

    They are available under two scopes: @handsontable/react and @handsontable-pro/react.

    For more information on how to install this wrapper, see the Handsontable for React documentation.

  • As Handsontable is listed as a peer dependency, it's not a part of the wrapper, and neither is the .css for it. In order for this wrapper to run properly, you'll need to add it manually, however you'd like.

  • The HotTable component is no longer a default export. To import it into your app, use

    import {HotTable} from '@handsontable/react';
    

    instead of import HotTable (...)

Please, switch your configuration to use: @handsontable/react, if you're using Handsontable, or @handsontable-pro/react, if you're using Handsontable Pro.