1.0.0
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, useimport {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.