Socket
Socket
Sign inDemoInstall

@superset-ui/chart-composition

Package Overview
Dependencies
15
Maintainers
14
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

0.13.3

Diff

Changelog

Source

0.13.3 (2020-04-30)

kristw
published 0.13.1 •

Changelog

Source

0.13.1 (2020-04-29)

Bug Fixes

  • bump peer dependencies (f873d3c)
kristw
published 0.13.0 •

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.

erik_ritter
published 0.12.22 •

Changelog

Source

0.12.22 (2020-04-21)

Features

kristw
published 0.12.21 •

Changelog

Source

0.12.21 (2020-04-18)

Features

  • legacy-plugin-chart-country-map: migrate and replace india map (#376) (21a35f3)
  • migrate chart plugins (#375) (7c8cbd8)
kristw
published 0.12.19 •

Changelog

Source

0.12.19 (2020-04-17)

Bug Fixes

Features

  • legacy-plugin-chart-paired-t-test: migrate from another repo (7cd0363)
  • legacy-plugin-chart-parallel-coordinates: migrate from another repo (52e7119)
  • legacy-plugin-chart-partition: migrate from another repo (1ab9fea)
  • legacy-plugin-chart-pivot-table: migrate from another repo (d631b17)
  • style: add style to umbrella package (#366) (4ab96f3)
  • migrate heatmap, horizon, iframe and markup (#367) (152e457)
kristw
published 0.12.14 •

Changelog

Source

0.12.14 (2020-04-13)

Features

  • add calendar package and storybook (#356) (daf47bd)
  • allow toggling of table viz's bar chart backgrounds (#352) (5d5ade9)
kristw
published 0.12.13 •

Changelog

Source

0.12.13 (2020-04-07)

Bug Fixes

  • legacy-plugin-chart-table: time column formating (#340) (6c7f710)
  • new line at end (e8d59e5)

Features

Reverts

  • Revert "build: try to merge superset-ui-plugins" (6be7b2f)
  • Revert "build: clean up tsbuild.info, too" (39d983a)
kristw
published 0.12.12 •

Changelog

Source

0.12.12 (2020-04-01)

Features

kristw
published 0.12.8 •

Changelog

Source

0.12.8 (2020-03-04)

Features

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