chore: publish v0.18.0

This commit is contained in:
David Aaron Suddjian 2021-08-30 10:19:58 -07:00 committed by Yongjie Zhao
parent 2b01890cad
commit 80fe8fd5cb
64 changed files with 381 additions and 111 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
### Bug Fixes
* Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b))
### Features
* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073))
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/monorepo **Note:** Version bump only for package @superset-ui/monorepo

View File

@ -6,7 +6,7 @@
"plugins/*" "plugins/*"
], ],
"useWorkspaces": true, "useWorkspaces": true,
"version": "0.17.87", "version": "0.18.0",
"ignoreChanges": [ "ignoreChanges": [
"**/*.md", "**/*.md",
"**/*.spec.tsx?", "**/*.spec.tsx?",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/generator-superset

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/generator-superset", "name": "@superset-ui/generator-superset",
"version": "0.17.42", "version": "0.18.0",
"description": "Scaffolder for Superset", "description": "Scaffolder for Superset",
"bugs": { "bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues" "url": "https://github.com/apache-superset/superset-ui/issues"

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
### Features
* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073))

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/chart-controls", "name": "@superset-ui/chart-controls",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset UI control-utils", "description": "Superset UI control-utils",
"sideEffects": false, "sideEffects": false,
"main": "lib/index.js", "main": "lib/index.js",
@ -27,7 +27,7 @@
}, },
"dependencies": { "dependencies": {
"@react-icons/all-files": "^4.1.0", "@react-icons/all-files": "^4.1.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/core

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/core", "name": "@superset-ui/core",
"version": "0.17.81", "version": "0.18.0",
"description": "Superset UI core", "description": "Superset UI core",
"sideEffects": false, "sideEffects": false,
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/demo
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/demo **Note:** Version bump only for package @superset-ui/demo

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/demo", "name": "@superset-ui/demo",
"version": "0.17.87", "version": "0.18.0",
"description": "Storybook for Superset UI ✨", "description": "Storybook for Superset UI ✨",
"private": true, "private": true,
"main": "index.js", "main": "index.js",
@ -42,31 +42,31 @@
"@storybook/preset-typescript": "^3.0.0", "@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.18", "@storybook/react": "^5.3.18",
"@superset-ui/core": "file:../superset-ui-core/src", "@superset-ui/core": "file:../superset-ui-core/src",
"@superset-ui/legacy-plugin-chart-calendar": "0.17.85", "@superset-ui/legacy-plugin-chart-calendar": "0.18.0",
"@superset-ui/legacy-plugin-chart-chord": "0.17.85", "@superset-ui/legacy-plugin-chart-chord": "0.18.0",
"@superset-ui/legacy-plugin-chart-country-map": "0.17.87", "@superset-ui/legacy-plugin-chart-country-map": "0.18.0",
"@superset-ui/legacy-plugin-chart-event-flow": "0.17.85", "@superset-ui/legacy-plugin-chart-event-flow": "0.18.0",
"@superset-ui/legacy-plugin-chart-force-directed": "0.17.85", "@superset-ui/legacy-plugin-chart-force-directed": "0.18.0",
"@superset-ui/legacy-plugin-chart-heatmap": "0.17.85", "@superset-ui/legacy-plugin-chart-heatmap": "0.18.0",
"@superset-ui/legacy-plugin-chart-histogram": "0.17.85", "@superset-ui/legacy-plugin-chart-histogram": "0.18.0",
"@superset-ui/legacy-plugin-chart-horizon": "0.17.85", "@superset-ui/legacy-plugin-chart-horizon": "0.18.0",
"@superset-ui/legacy-plugin-chart-map-box": "0.17.85", "@superset-ui/legacy-plugin-chart-map-box": "0.18.0",
"@superset-ui/legacy-plugin-chart-paired-t-test": "0.17.85", "@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.0",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.17.85", "@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.0",
"@superset-ui/legacy-plugin-chart-partition": "0.17.85", "@superset-ui/legacy-plugin-chart-partition": "0.18.0",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.17.85", "@superset-ui/legacy-plugin-chart-pivot-table": "0.18.0",
"@superset-ui/legacy-plugin-chart-rose": "0.17.85", "@superset-ui/legacy-plugin-chart-rose": "0.18.0",
"@superset-ui/legacy-plugin-chart-sankey": "0.17.85", "@superset-ui/legacy-plugin-chart-sankey": "0.18.0",
"@superset-ui/legacy-plugin-chart-sankey-loop": "0.17.85", "@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.0",
"@superset-ui/legacy-plugin-chart-sunburst": "0.17.85", "@superset-ui/legacy-plugin-chart-sunburst": "0.18.0",
"@superset-ui/legacy-plugin-chart-time-table": "0.17.85", "@superset-ui/legacy-plugin-chart-time-table": "0.18.0",
"@superset-ui/legacy-plugin-chart-treemap": "0.17.85", "@superset-ui/legacy-plugin-chart-treemap": "0.18.0",
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15", "@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15",
"@superset-ui/legacy-plugin-chart-world-map": "0.17.85", "@superset-ui/legacy-plugin-chart-world-map": "0.18.0",
"@superset-ui/legacy-preset-chart-big-number": "0.17.86", "@superset-ui/legacy-preset-chart-big-number": "0.18.0",
"@superset-ui/plugin-chart-echarts": "0.17.87", "@superset-ui/plugin-chart-echarts": "0.18.0",
"@superset-ui/plugin-chart-table": "0.17.85", "@superset-ui/plugin-chart-table": "0.18.0",
"@superset-ui/plugin-chart-word-cloud": "0.17.85", "@superset-ui/plugin-chart-word-cloud": "0.18.0",
"@types/react-loadable": "^5.5.3", "@types/react-loadable": "^5.5.3",
"@types/react-resizable": "^1.7.2", "@types/react-resizable": "^1.7.2",
"@types/storybook__react": "5.2.1", "@types/storybook__react": "5.2.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-calendar

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-calendar", "name": "@superset-ui/legacy-plugin-chart-calendar",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Calendar Heatmap", "description": "Superset Legacy Chart - Calendar Heatmap",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3-array": "^2.0.3", "d3-array": "^2.0.3",
"d3-selection": "^1.4.0", "d3-selection": "^1.4.0",
"d3-tip": "^0.9.1", "d3-tip": "^0.9.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-chord

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-chord", "name": "@superset-ui/legacy-plugin-chart-chord",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Chord Diagram", "description": "Superset Legacy Chart - Chord Diagram",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.13.1" "react": "^16.13.1"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-country-map

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-country-map", "name": "@superset-ui/legacy-plugin-chart-country-map",
"version": "0.17.87", "version": "0.18.0",
"description": "Superset Legacy Chart - Country Map", "description": "Superset Legacy Chart - Country Map",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-array": "^2.0.3", "d3-array": "^2.0.3",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-event-flow

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-event-flow", "name": "@superset-ui/legacy-plugin-chart-event-flow",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Event Flow", "description": "Superset Legacy Chart - Event Flow",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -29,8 +29,8 @@
}, },
"dependencies": { "dependencies": {
"@data-ui/event-flow": "^0.0.84", "@data-ui/event-flow": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-force-directed

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-force-directed", "name": "@superset-ui/legacy-plugin-chart-force-directed",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Force-directed Graph", "description": "Superset Legacy Chart - Force-directed Graph",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-heatmap

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-heatmap", "name": "@superset-ui/legacy-plugin-chart-heatmap",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Heatmap", "description": "Superset Legacy Chart - Heatmap",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-svg-legend": "^1.x", "d3-svg-legend": "^1.x",
"d3-tip": "^0.9.1", "d3-tip": "^0.9.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-histogram

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-histogram", "name": "@superset-ui/legacy-plugin-chart-histogram",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Histogram", "description": "Superset Legacy Chart - Histogram",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -30,8 +30,8 @@
"dependencies": { "dependencies": {
"@data-ui/histogram": "^0.0.84", "@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84", "@data-ui/theme": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@vx/legend": "^0.0.198", "@vx/legend": "^0.0.198",
"@vx/responsive": "^0.0.199", "@vx/responsive": "^0.0.199",
"@vx/scale": "^0.0.197", "@vx/scale": "^0.0.197",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-horizon
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-horizon **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-horizon

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-horizon", "name": "@superset-ui/legacy-plugin-chart-horizon",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Horizon", "description": "Superset Legacy Chart - Horizon",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3-array": "^2.0.3", "d3-array": "^2.0.3",
"d3-scale": "^3.0.1", "d3-scale": "^3.0.1",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-map-box
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-map-box **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-map-box

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-map-box", "name": "@superset-ui/legacy-plugin-chart-map-box",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - MapBox", "description": "Superset Legacy Chart - MapBox",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"immutable": "^3.8.2", "immutable": "^3.8.2",
"mapbox-gl": "^0.53.0", "mapbox-gl": "^0.53.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-paired-t-test
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-paired-t-test **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-paired-t-test

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-paired-t-test", "name": "@superset-ui/legacy-plugin-chart-paired-t-test",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Paired T Test", "description": "Superset Legacy Chart - Paired T Test",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"distributions": "^1.0.0", "distributions": "^1.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"reactable": "^1.1.0" "reactable": "^1.1.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-parallel-coordinates
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-parallel-coordinates **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-parallel-coordinates

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-parallel-coordinates", "name": "@superset-ui/legacy-plugin-chart-parallel-coordinates",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Parallel Coordinates", "description": "Superset Legacy Chart - Parallel Coordinates",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-partition
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-partition **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-partition

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-partition", "name": "@superset-ui/legacy-plugin-chart-partition",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Partition", "description": "Superset Legacy Chart - Partition",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-hierarchy": "^1.1.8", "d3-hierarchy": "^1.1.8",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-pivot-table
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-pivot-table **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-pivot-table

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-pivot-table", "name": "@superset-ui/legacy-plugin-chart-pivot-table",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Pivot Table", "description": "Superset Legacy Chart - Pivot Table",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"datatables.net-bs": "^1.10.15", "datatables.net-bs": "^1.10.15",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-rose
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-rose **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-rose

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-rose", "name": "@superset-ui/legacy-plugin-chart-rose",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Nightingale Rose Diagram", "description": "Superset Legacy Chart - Nightingale Rose Diagram",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"nvd3": "1.8.6", "nvd3": "1.8.6",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey-loop

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-sankey-loop", "name": "@superset-ui/legacy-plugin-chart-sankey-loop",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Sankey Diagram with Loops", "description": "Superset Legacy Chart - Sankey Diagram with Loops",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3-sankey-diagram": "^0.7.3", "d3-sankey-diagram": "^0.7.3",
"d3-selection": "^1.4.0", "d3-selection": "^1.4.0",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sankey

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-sankey", "name": "@superset-ui/legacy-plugin-chart-sankey",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Sankey Diagram", "description": "Superset Legacy Chart - Sankey Diagram",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-sankey": "^0.4.2", "d3-sankey": "^0.4.2",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sunburst
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sunburst **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-sunburst

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-sunburst", "name": "@superset-ui/legacy-plugin-chart-sunburst",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Sunburst", "description": "Superset Legacy Chart - Sunburst",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-time-table
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-time-table **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-time-table

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-time-table", "name": "@superset-ui/legacy-plugin-chart-time-table",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Chart Plugin - Time Table", "description": "Superset Chart Plugin - Time Table",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -29,8 +29,8 @@
}, },
"dependencies": { "dependencies": {
"@data-ui/sparkline": "^0.0.84", "@data-ui/sparkline": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@types/d3-scale": "^2.0.2", "@types/d3-scale": "^2.0.2",
"d3-scale": "^3.2.1", "d3-scale": "^3.2.1",
"moment": "^2.26.0", "moment": "^2.26.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-treemap
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-treemap **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-treemap

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-treemap", "name": "@superset-ui/legacy-plugin-chart-treemap",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - Treemap", "description": "Superset Legacy Chart - Treemap",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3-hierarchy": "^1.1.8", "d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0", "d3-selection": "^1.4.0",
"prop-types": "^15.6.2" "prop-types": "^15.6.2"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-world-map
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-world-map **Note:** Version bump only for package @superset-ui/legacy-plugin-chart-world-map

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-plugin-chart-world-map", "name": "@superset-ui/legacy-plugin-chart-world-map",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - World Map", "description": "Superset Legacy Chart - World Map",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-array": "^2.4.0", "d3-array": "^2.4.0",
"d3-color": "^1.4.1", "d3-color": "^1.4.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-preset-chart-big-number
## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02) ## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-preset-chart-big-number **Note:** Version bump only for package @superset-ui/legacy-preset-chart-big-number

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-preset-chart-big-number", "name": "@superset-ui/legacy-preset-chart-big-number",
"version": "0.17.86", "version": "0.18.0",
"description": "Superset Legacy Chart - Big Number", "description": "Superset Legacy Chart - Big Number",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -29,8 +29,8 @@
}, },
"dependencies": { "dependencies": {
"@data-ui/xy-chart": "^0.0.84", "@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@types/d3-color": "^1.2.2", "@types/d3-color": "^1.2.2",
"@types/shortid": "^0.0.29", "@types/shortid": "^0.0.29",
"d3-color": "^1.2.3", "d3-color": "^1.2.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3 **Note:** Version bump only for package @superset-ui/legacy-preset-chart-nvd3

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/legacy-preset-chart-nvd3", "name": "@superset-ui/legacy-preset-chart-nvd3",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Legacy Chart - NVD3", "description": "Superset Legacy Chart - NVD3",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -29,8 +29,8 @@
}, },
"dependencies": { "dependencies": {
"@data-ui/xy-chart": "^0.0.84", "@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3-tip": "^0.9.1", "d3-tip": "^0.9.1",
"dompurify": "^2.0.6", "dompurify": "^2.0.6",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/plugin-chart-echarts
## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) ## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02)
**Note:** Version bump only for package @superset-ui/plugin-chart-echarts **Note:** Version bump only for package @superset-ui/plugin-chart-echarts

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/plugin-chart-echarts", "name": "@superset-ui/plugin-chart-echarts",
"version": "0.17.87", "version": "0.18.0",
"description": "Superset Chart - Echarts", "description": "Superset Chart - Echarts",
"sideEffects": false, "sideEffects": false,
"main": "lib/index.js", "main": "lib/index.js",
@ -26,8 +26,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@types/mathjs": "^6.0.7", "@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0", "d3-array": "^1.2.0",
"echarts": "^5.1.2", "echarts": "^5.1.2",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
### Bug Fixes
* Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b))
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/plugin-chart-pivot-table **Note:** Version bump only for package @superset-ui/plugin-chart-pivot-table

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/plugin-chart-pivot-table", "name": "@superset-ui/plugin-chart-pivot-table",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Chart - Pivot Table", "description": "Superset Chart - Pivot Table",
"sideEffects": false, "sideEffects": false,
"main": "lib/index.js", "main": "lib/index.js",
@ -26,8 +26,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@superset-ui/react-pivottable": "^0.12.12" "@superset-ui/react-pivottable": "^0.12.12"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/plugin-chart-table
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/plugin-chart-table **Note:** Version bump only for package @superset-ui/plugin-chart-table

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/plugin-chart-table", "name": "@superset-ui/plugin-chart-table",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Chart - Table", "description": "Superset Chart - Table",
"main": "lib/index.js", "main": "lib/index.js",
"module": "esm/index.js", "module": "esm/index.js",
@ -27,8 +27,8 @@
}, },
"dependencies": { "dependencies": {
"@react-icons/all-files": "^4.1.0", "@react-icons/all-files": "^4.1.0",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@types/d3-array": "^2.9.0", "@types/d3-array": "^2.9.0",
"@types/react-table": "^7.0.29", "@types/react-table": "^7.0.29",
"d3-array": "^2.4.0", "d3-array": "^2.4.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) ## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud **Note:** Version bump only for package @superset-ui/plugin-chart-word-cloud

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/plugin-chart-word-cloud", "name": "@superset-ui/plugin-chart-word-cloud",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Chart Plugin - Word Cloud", "description": "Superset Chart Plugin - Word Cloud",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -28,8 +28,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@types/d3-cloud": "^1.2.1", "@types/d3-cloud": "^1.2.1",
"@types/d3-scale": "^2.0.2", "@types/d3-scale": "^2.0.2",
"d3-cloud": "^1.2.5", "d3-cloud": "^1.2.5",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/preset-chart-xy

View File

@ -1,6 +1,6 @@
{ {
"name": "@superset-ui/preset-chart-xy", "name": "@superset-ui/preset-chart-xy",
"version": "0.17.85", "version": "0.18.0",
"description": "Superset Chart - XY", "description": "Superset Chart - XY",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"
@ -31,8 +31,8 @@
"dependencies": { "dependencies": {
"@data-ui/theme": "^0.0.84", "@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84", "@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.85", "@superset-ui/chart-controls": "0.18.0",
"@superset-ui/core": "0.17.81", "@superset-ui/core": "0.18.0",
"@vx/axis": "^0.0.198", "@vx/axis": "^0.0.198",
"@vx/legend": "^0.0.198", "@vx/legend": "^0.0.198",
"@vx/scale": "^0.0.197", "@vx/scale": "^0.0.197",