Socket
Socket
Sign inDemoInstall

@superset-ui/translation

Package Overview
Dependencies
Maintainers
14
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/translation - npm Package Versions

234

0.14.23

Diff

supersetbot
published 0.14.20 •

supersetbot
published 0.14.9 •

supersetbot
published 0.14.0 •

supersetbot
published 0.13.27 •

supersetbot
published 0.13.21 •

Changelog

Source

0.13.21 (2020-05-21)

Bug Fixes

  • legacy-plugin-chart-table: parse numeric pageLength (#522) (4831f7f)

Features

  • legacy-plugin-chart-event-flow: migrate package (#514) (3589e31)
kristw
published 0.13.9 •

Changelog

Source

0.13.9 (2020-05-08)

Bug Fixes

Features

  • control-utils: add infotooltipwithtrigger (#442) (488e945)
  • plugin-chart-word-cloud: add control panel (#454) (18375db)
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.

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)
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