superset/superset-frontend/temporary_superset_ui/superset-ui
dependabot-preview[bot] 3177986f60 build(deps): bump @babel/runtime from 7.9.6 to 7.10.2 (#587)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:26 +08:00
..
.github build: remove list changes which stop auto-publishing 2021-11-26 11:46:09 +08:00
docs docs: simplified npm link for dev debugging (#546) 2021-11-26 11:46:21 +08:00
packages build: optimize storybook config (#600) 2021-11-26 11:46:26 +08:00
plugins build(deps): bump @vx/legend from 0.0.196 to 0.0.197 (#576) 2021-11-26 11:46:26 +08:00
scripts build: fix typing rebuild for single packages (#596) 2021-11-26 11:46:26 +08:00
temporary-plugins feat(legacy-plugin-chart-event-flow): migrate package (#514) 2021-11-26 11:46:19 +08:00
test feat: add validator package (#322) 2021-11-26 11:45:03 +08:00
.gitignore feat(preset-chart-xy): migrate from plugins repo (#377) 2021-11-26 11:46:07 +08:00
.npmrc [build-config] move to monorepo root (#11) 2021-11-26 11:44:31 +08:00
babel.config.js build: change config 2021-11-26 11:46:09 +08:00
CHANGELOG.md docs: update changelog 2021-11-26 11:46:23 +08:00
codecov.yml test: codecov ignore tsx/jsx (#482) 2021-11-26 11:46:15 +08:00
commitlint.config.js chore: add commitlint and commitizen config 2021-11-26 11:44:43 +08:00
CONTRIBUTING.md build: allow building only one (or more) package (#571) 2021-11-26 11:46:24 +08:00
lerna.json chore: publish v0.13.29 2021-11-26 11:46:26 +08:00
LICENSE add license 2021-11-26 11:44:32 +08:00
package.json build: fix typing rebuild for single packages (#596) 2021-11-26 11:46:26 +08:00
README.md build: allow building only one (or more) package (#571) 2021-11-26 11:46:24 +08:00
yarn.lock build(deps): bump @babel/runtime from 7.9.6 to 7.10.2 (#587) 2021-11-26 11:46:26 +08:00

@superset-ui

Codecov branch Build Status David

Collection of packages that power the Apache Superset UI, and can be used to craft custom data applications that leverage a Superset backend 📈

Demo

Most recent release: https://apache-superset.github.io/superset-ui/

Current master: https://superset-ui.now.sh/

Packages

Core packages

Package Version
@superset-ui/superset-ui Version
@superset-ui/chart Version
@superset-ui/chart-composition Version
@superset-ui/color Version
@superset-ui/connection Version
@superset-ui/core Version
@superset-ui/dimension Version
@superset-ui/generator-superset Version
@superset-ui/number-format Version
@superset-ui/query Version
@superset-ui/style Version
@superset-ui/time-format Version
@superset-ui/translation Version

Chart plugin packages

@superset-ui/legacy-* packages are extracted from the classic Apache Superset and converted into plugins. These packages are extracted with minimal changes (almost as-is). They also depend on legacy API (viz.py) to function.

Package Version
@superset-ui/legacy-preset-chart-big-number Version
@superset-ui/legacy-preset-chart-nvd3 Version
@superset-ui/legacy-plugin-chart-calendar Version
@superset-ui/legacy-plugin-chart-chord Version
@superset-ui/legacy-plugin-chart-country-map Version
@superset-ui/legacy-plugin-chart-event-flow Version
@superset-ui/legacy-plugin-chart-force-directed Version
@superset-ui/legacy-plugin-chart-heatmap Version
@superset-ui/legacy-plugin-chart-histogram Version
@superset-ui/legacy-plugin-chart-horizon Version
@superset-ui/legacy-plugin-chart-iframe Version
@superset-ui/legacy-plugin-chart-markup Version
@superset-ui/legacy-plugin-chart-map-box Version
@superset-ui/legacy-plugin-chart-paired-t-test Version
@superset-ui/legacy-plugin-chart-parallel-coordinates Version
@superset-ui/legacy-plugin-chart-partition Version
@superset-ui/legacy-plugin-chart-pivot-table Version
@superset-ui/legacy-plugin-chart-rose Version
@superset-ui/legacy-plugin-chart-sankey Version
@superset-ui/legacy-plugin-chart-sankey-loop Version
@superset-ui/legacy-plugin-chart-sunburst Version
@superset-ui/legacy-plugin-chart-table Version
@superset-ui/legacy-plugin-chart-treemap Version
@superset-ui/legacy-plugin-chart-word-cloud Version
@superset-ui/legacy-plugin-chart-world-map Version

@superset-ui/plugin-* packages are newer and higher quality in general. A key difference that they do not depend on viz.py (which contain visualization-specific python code) and interface with /api/v1/query/, a new generic endpoint instead meant to serve all visualizations, instead. Also should be written in Typescript.

Package Version Note
@superset-ui/plugin-chart-word-cloud Version
@superset-ui/plugin-chart-table Version
@superset-ui/preset-chart-xy Version

Contribution and development guide

Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.

License

Apache-2.0