Socket
Socket
Sign inDemoInstall

@superset-ui/query

Package Overview
Dependencies
Maintainers
14
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/query - npm Package Versions

13

0.13.16

Diff

Changelog

Source

0.13.16 (2020-05-19)

Features

  • legacy-plugin-chart-event-flow: control panel (#501) (34541df)
  • legacy-plugin-chart-force-directed: control panel (#502) (bf573a0)
  • legacy-plugin-chart-heatmap: control panel (#503) (0111fa7)
  • legacy-plugin-chart-histogram: control panel (#504) (e5106ee)
  • legacy-plugin-chart-horizon: control panel (#505) (e63b079)
  • legacy-plugin-chart-iframe: control panel (#506) (51d0894)
  • legacy-plugin-chart-map-box: control panel (#507) (9f79870)
supersetbot
published 0.13.15 •

Changelog

Source

0.13.15 (2020-05-18)

Bug Fixes

Features

  • query: remove redundant metric label truncation (#492) (5b42bc1)
kristw
published 0.13.6 •

Changelog

Source

0.13.6 (2020-05-06)

Bug Fixes

  • legacy-plugin-world-map: set useLegacyApi to true by default (#444) (3b9c478)

Features

kristw
published 0.13.3 •

Changelog

Source

0.13.3 (2020-04-30)

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.23 •

Changelog

Source

0.12.23 (2020-04-22)

Bug Fixes

  • unset row_limit when it's not a number (#387) (98b6117)
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)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc