@sigmacomputing/plugin has moved to https://github.com/sigmacomputing/plugin and
is now open source. Feel free to create an issue or contribute by opening a pull
request. Read our CONTRIBUTING.md guide to get started.
-
@sigmacomputing/plugin-typeshas been merged with@sigmacomputing/pluginand will no longer received updates in the future. Please use only@sigmacomputing/plugingoing forward. -
All
reactexports (SigmaClientProviderand all hooks) have been moved to a separate explicit export. This will allow better bundle splitting by not includingreactspecific code for plugins that do not usereact.// before import { SigmaClientProvider, usePlugin } from '@sigmacomputing/plugin'; // after import { SigmaClientProvider, usePlugin } from '@sigmacomputing/plugin/react';
All types can be imported from either
@sigmacomputing/pluginor@sigmacomputing/plugin/react