Socket
Socket
Sign inDemoInstall

@superset-ui/control-utils

Package Overview
Dependencies
4
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1

0.13.0

Diff

Changelog

Source

0.13.0 (2020-04-29)

Bug Fixes

  • superset-ui-style: export superset theme props (#391) (8ebe0d1)
  • superset-ui-query: add unit tests for #387 (#390) (7b5e5d2)
  • superset-ui-query: make all filter operators uppercase (#378) (1f9e493)

Features

  • control-utils: add packages control-utils (#417) (2f83074)
  • preset-chart-nvd3: migration from plugins repo (#399) (dbd84f2)

BREAKING CHANGES

  • plugin-word-cloud: change how wordcloud is exported (#418) (c5d3893)
Old behavior

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';
New behavior

exports both WordCloudChartPlugin and LegacyWordCloudChartPlugin from index.

import { WordCloudChartPlugin, LegacyWordCloudChartPlugin } from '@superset-ui/plugin-chart-word-cloud';
  • preset-chart-xy: migrate from plugins repo (#377) (fb5370e)

Signatures of the custom renderers for legend has changed.

kristw
published 0.0.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc