@superset-ui/translation
Advanced tools
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.