@superset-ui/query
Advanced tools
Changelog
0.13.16 (2020-05-19)
Changelog
0.13.0 (2020-04-29)
exports default WordCloudChartPlugin
from index.
import WordCloudChartPlugin from '@superset-ui/plugin-chart-word-cloud';
users need to deep import /esm/legacy
to get the legacy version.
import LegacyWordCloudChartPlugin from '@superset-ui/plugin-chart-word-cloud/esm/legacy';
exports both WordCloudChartPlugin
and LegacyWordCloudChartPlugin
from index
.
import { WordCloudChartPlugin, LegacyWordCloudChartPlugin } from '@superset-ui/plugin-chart-word-cloud';
Signatures of the custom renderers for legend has changed.
Changelog
0.12.19 (2020-04-17)