diff --git a/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md index 646fc68ce7a..f5343effef1 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md @@ -3,6 +3,22 @@ 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) + + +### 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) **Note:** Version bump only for package @superset-ui/monorepo diff --git a/superset-frontend/temporary_superset_ui/superset-ui/lerna.json b/superset-frontend/temporary_superset_ui/superset-ui/lerna.json index 80b55b0b4b6..eccb9ff969a 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/lerna.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/lerna.json @@ -6,7 +6,7 @@ "plugins/*" ], "useWorkspaces": true, - "version": "0.17.87", + "version": "0.18.0", "ignoreChanges": [ "**/*.md", "**/*.spec.tsx?", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/CHANGELOG.md new file mode 100644 index 00000000000..447342ff736 --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/CHANGELOG.md @@ -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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/package.json b/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/package.json index 017f96798db..509fb1d8ad6 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/generator-superset", - "version": "0.17.42", + "version": "0.18.0", "description": "Scaffolder for Superset", "bugs": { "url": "https://github.com/apache-superset/superset-ui/issues" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/CHANGELOG.md new file mode 100644 index 00000000000..291d19ead5b --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/CHANGELOG.md @@ -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)) diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/package.json b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/package.json index 52e72211d23..9af80d44020 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-controls/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/chart-controls", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset UI control-utils", "sideEffects": false, "main": "lib/index.js", @@ -27,7 +27,7 @@ }, "dependencies": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/core": "0.17.81", + "@superset-ui/core": "0.18.0", "lodash": "^4.17.15", "prop-types": "^15.7.2" }, diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/CHANGELOG.md new file mode 100644 index 00000000000..f4eaf3a3784 --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/CHANGELOG.md @@ -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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/package.json b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/package.json index 563738a0e27..1c08f56b8c6 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/core", - "version": "0.17.81", + "version": "0.18.0", "description": "Superset UI core", "sideEffects": false, "main": "lib/index.js", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/CHANGELOG.md index f7020159839..759b3a11687 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/CHANGELOG.md @@ -3,6 +3,14 @@ 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/demo + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/package.json b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/package.json index cef9b698dd7..87c73e070e1 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-demo/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/demo", - "version": "0.17.87", + "version": "0.18.0", "description": "Storybook for Superset UI ✨", "private": true, "main": "index.js", @@ -42,31 +42,31 @@ "@storybook/preset-typescript": "^3.0.0", "@storybook/react": "^5.3.18", "@superset-ui/core": "file:../superset-ui-core/src", - "@superset-ui/legacy-plugin-chart-calendar": "0.17.85", - "@superset-ui/legacy-plugin-chart-chord": "0.17.85", - "@superset-ui/legacy-plugin-chart-country-map": "0.17.87", - "@superset-ui/legacy-plugin-chart-event-flow": "0.17.85", - "@superset-ui/legacy-plugin-chart-force-directed": "0.17.85", - "@superset-ui/legacy-plugin-chart-heatmap": "0.17.85", - "@superset-ui/legacy-plugin-chart-histogram": "0.17.85", - "@superset-ui/legacy-plugin-chart-horizon": "0.17.85", - "@superset-ui/legacy-plugin-chart-map-box": "0.17.85", - "@superset-ui/legacy-plugin-chart-paired-t-test": "0.17.85", - "@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.17.85", - "@superset-ui/legacy-plugin-chart-partition": "0.17.85", - "@superset-ui/legacy-plugin-chart-pivot-table": "0.17.85", - "@superset-ui/legacy-plugin-chart-rose": "0.17.85", - "@superset-ui/legacy-plugin-chart-sankey": "0.17.85", - "@superset-ui/legacy-plugin-chart-sankey-loop": "0.17.85", - "@superset-ui/legacy-plugin-chart-sunburst": "0.17.85", - "@superset-ui/legacy-plugin-chart-time-table": "0.17.85", - "@superset-ui/legacy-plugin-chart-treemap": "0.17.85", + "@superset-ui/legacy-plugin-chart-calendar": "0.18.0", + "@superset-ui/legacy-plugin-chart-chord": "0.18.0", + "@superset-ui/legacy-plugin-chart-country-map": "0.18.0", + "@superset-ui/legacy-plugin-chart-event-flow": "0.18.0", + "@superset-ui/legacy-plugin-chart-force-directed": "0.18.0", + "@superset-ui/legacy-plugin-chart-heatmap": "0.18.0", + "@superset-ui/legacy-plugin-chart-histogram": "0.18.0", + "@superset-ui/legacy-plugin-chart-horizon": "0.18.0", + "@superset-ui/legacy-plugin-chart-map-box": "0.18.0", + "@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.0", + "@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.0", + "@superset-ui/legacy-plugin-chart-partition": "0.18.0", + "@superset-ui/legacy-plugin-chart-pivot-table": "0.18.0", + "@superset-ui/legacy-plugin-chart-rose": "0.18.0", + "@superset-ui/legacy-plugin-chart-sankey": "0.18.0", + "@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.0", + "@superset-ui/legacy-plugin-chart-sunburst": "0.18.0", + "@superset-ui/legacy-plugin-chart-time-table": "0.18.0", + "@superset-ui/legacy-plugin-chart-treemap": "0.18.0", "@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15", - "@superset-ui/legacy-plugin-chart-world-map": "0.17.85", - "@superset-ui/legacy-preset-chart-big-number": "0.17.86", - "@superset-ui/plugin-chart-echarts": "0.17.87", - "@superset-ui/plugin-chart-table": "0.17.85", - "@superset-ui/plugin-chart-word-cloud": "0.17.85", + "@superset-ui/legacy-plugin-chart-world-map": "0.18.0", + "@superset-ui/legacy-preset-chart-big-number": "0.18.0", + "@superset-ui/plugin-chart-echarts": "0.18.0", + "@superset-ui/plugin-chart-table": "0.18.0", + "@superset-ui/plugin-chart-word-cloud": "0.18.0", "@types/react-loadable": "^5.5.3", "@types/react-resizable": "^1.7.2", "@types/storybook__react": "5.2.1", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/CHANGELOG.md index 9d35e8d4f44..668cf3373b7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/CHANGELOG.md @@ -3,6 +3,14 @@ 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-calendar + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/package.json index 603b58ad4e2..dcc3370dc5d 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-calendar", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Calendar Heatmap", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3-array": "^2.0.3", "d3-selection": "^1.4.0", "d3-tip": "^0.9.1", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/CHANGELOG.md index 3dca9bc32e6..90cd0a6f288 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/CHANGELOG.md @@ -3,6 +3,14 @@ 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-chord + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/package.json index a5786578433..aad02896825 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-chord/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-chord", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Chord Diagram", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "prop-types": "^15.6.2", "react": "^16.13.1" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/CHANGELOG.md index f7c86c5fe74..2df59fdf59f 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/CHANGELOG.md @@ -3,6 +3,14 @@ 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-country-map + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/package.json index f33cc2b3e55..fbea96dd9bb 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-country-map/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-country-map", - "version": "0.17.87", + "version": "0.18.0", "description": "Superset Legacy Chart - Country Map", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-array": "^2.0.3", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md index 39f42e9adde..be83fb9ad94 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/CHANGELOG.md @@ -3,6 +3,14 @@ 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-event-flow + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/package.json index dc15d76eb93..b1560e972a7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-event-flow/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-event-flow", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Event Flow", "sideEffects": [ "*.css" @@ -29,8 +29,8 @@ }, "dependencies": { "@data-ui/event-flow": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "prop-types": "^15.6.2" }, "peerDependencies": { diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/CHANGELOG.md new file mode 100644 index 00000000000..b27b86ddf9c --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/CHANGELOG.md @@ -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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/package.json index 98c8020e912..a6c4a602947 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-force-directed/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-force-directed", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Force-directed Graph", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "prop-types": "^15.7.2" }, diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md index 2e5dd1b6c03..33280bbe824 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/CHANGELOG.md @@ -3,6 +3,14 @@ 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-heatmap + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/package.json index 08451b42b67..4aa95b88369 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-heatmap", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Heatmap", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-svg-legend": "^1.x", "d3-tip": "^0.9.1", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/CHANGELOG.md index 45f3a3c3dc4..85484ff272a 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/CHANGELOG.md @@ -3,6 +3,14 @@ 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-histogram + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/package.json index 80478d4d563..7c7bf616068 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-histogram/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-histogram", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Histogram", "sideEffects": [ "*.css" @@ -30,8 +30,8 @@ "dependencies": { "@data-ui/histogram": "^0.0.84", "@data-ui/theme": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@vx/legend": "^0.0.198", "@vx/responsive": "^0.0.199", "@vx/scale": "^0.0.197", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/CHANGELOG.md index ab134be9747..52adf278646 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/CHANGELOG.md @@ -3,6 +3,14 @@ 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-horizon + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/package.json index 5c44c50412f..0d4e22f5607 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-horizon/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-horizon", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Horizon", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3-array": "^2.0.3", "d3-scale": "^3.0.1", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/CHANGELOG.md index 73dd2e9e634..34aba8cac13 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/CHANGELOG.md @@ -3,6 +3,14 @@ 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-map-box + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/package.json index 3d0b7dd4f47..e2ecbd16353 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-map-box/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-map-box", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - MapBox", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "immutable": "^3.8.2", "mapbox-gl": "^0.53.0", "prop-types": "^15.6.2", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md index 1717b9c1a06..9986b4eca5f 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/CHANGELOG.md @@ -3,6 +3,14 @@ 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-paired-t-test + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/package.json index 44a004d4f43..5cf0b3f5206 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-paired-t-test/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-paired-t-test", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Paired T Test", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "distributions": "^1.0.0", "prop-types": "^15.6.2", "reactable": "^1.1.0" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md index ac3f2be596f..9eace0897f0 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/CHANGELOG.md @@ -3,6 +3,14 @@ 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-parallel-coordinates + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/package.json index 4ad58cf6f50..5546a5ee56e 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-parallel-coordinates/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-parallel-coordinates", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Parallel Coordinates", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "prop-types": "^15.7.2" }, diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/CHANGELOG.md index d03278766ed..3a749a34a6b 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/CHANGELOG.md @@ -3,6 +3,14 @@ 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-partition + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/package.json index 7b76eca7246..8e1e83fbbed 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-partition/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-partition", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Partition", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-hierarchy": "^1.1.8", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/CHANGELOG.md index b4e20459ad7..3de8c7b31b0 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/CHANGELOG.md @@ -3,6 +3,14 @@ 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-pivot-table + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/package.json index 93496f61376..ea497743e47 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-pivot-table/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-pivot-table", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Pivot Table", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "datatables.net-bs": "^1.10.15", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/CHANGELOG.md index 56921ce1e1f..963d226ed13 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/CHANGELOG.md @@ -3,6 +3,14 @@ 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-rose + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/package.json index 6faa1efaf02..3e128268f4d 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-rose/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-rose", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Nightingale Rose Diagram", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "nvd3": "1.8.6", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/CHANGELOG.md new file mode 100644 index 00000000000..1c5aec10471 --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/CHANGELOG.md @@ -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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/package.json index 7feb30632b6..1e8dd5b52d0 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey-loop/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-sankey-loop", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Sankey Diagram with Loops", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3-sankey-diagram": "^0.7.3", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/CHANGELOG.md index 7c0be95d0c6..cf4e74912ef 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/CHANGELOG.md @@ -3,6 +3,14 @@ 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 + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/package.json index bde5d472646..b0ef5976186 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sankey/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-sankey", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Sankey Diagram", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-sankey": "^0.4.2", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/CHANGELOG.md index 1d53b365924..d7dc9cae58a 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/CHANGELOG.md @@ -3,6 +3,14 @@ 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-sunburst + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/package.json index 24fe41be0c6..4a4e6c049a7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-sunburst/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-sunburst", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Sunburst", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "prop-types": "^15.6.2" } diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/CHANGELOG.md index 6d3d200f3c6..1a7cb4ea8d0 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/CHANGELOG.md @@ -3,6 +3,14 @@ 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-time-table + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/package.json index 16b97a3ba12..bb728769562 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-time-table/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-time-table", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Chart Plugin - Time Table", "sideEffects": [ "*.css" @@ -29,8 +29,8 @@ }, "dependencies": { "@data-ui/sparkline": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@types/d3-scale": "^2.0.2", "d3-scale": "^3.2.1", "moment": "^2.26.0", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/CHANGELOG.md index bfdca13f22d..be39b8f622b 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/CHANGELOG.md @@ -3,6 +3,14 @@ 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-treemap + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/package.json index 876331006d6..8801cb879df 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-treemap/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-treemap", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - Treemap", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3-hierarchy": "^1.1.8", "d3-selection": "^1.4.0", "prop-types": "^15.6.2" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/CHANGELOG.md index 639b04048de..292fd95c6f7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/CHANGELOG.md @@ -3,6 +3,14 @@ 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-world-map + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/package.json index a1d8ff77402..667bbb0aed4 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-plugin-chart-world-map/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-plugin-chart-world-map", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - World Map", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-array": "^2.4.0", "d3-color": "^1.4.1", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/CHANGELOG.md index 807953faee6..ae8cc7a6be1 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/CHANGELOG.md @@ -3,6 +3,14 @@ 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-preset-chart-big-number + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/package.json index 7161dde3af9..83e0345a5a3 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-big-number/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-preset-chart-big-number", - "version": "0.17.86", + "version": "0.18.0", "description": "Superset Legacy Chart - Big Number", "sideEffects": [ "*.css" @@ -29,8 +29,8 @@ }, "dependencies": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@types/d3-color": "^1.2.2", "@types/shortid": "^0.0.29", "d3-color": "^1.2.3", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/CHANGELOG.md index 01404ffc093..51e49f3cd7f 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/CHANGELOG.md @@ -3,6 +3,14 @@ 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-preset-chart-nvd3 + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/package.json index 3d28cd2e507..03438c9c847 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/legacy-preset-chart-nvd3", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Legacy Chart - NVD3", "sideEffects": [ "*.css" @@ -29,8 +29,8 @@ }, "dependencies": { "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "d3": "^3.5.17", "d3-tip": "^0.9.1", "dompurify": "^2.0.6", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/CHANGELOG.md index 73b2a2121da..cfc69c7bcb3 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/CHANGELOG.md @@ -3,6 +3,14 @@ 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/plugin-chart-echarts + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/package.json index e7eea32a344..8ff6fc6c3b9 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-echarts/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-echarts", - "version": "0.17.87", + "version": "0.18.0", "description": "Superset Chart - Echarts", "sideEffects": false, "main": "lib/index.js", @@ -26,8 +26,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@types/mathjs": "^6.0.7", "d3-array": "^1.2.0", "echarts": "^5.1.2", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/CHANGELOG.md index d171065796e..3995144b411 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/CHANGELOG.md @@ -3,6 +3,17 @@ 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) + + +### 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) **Note:** Version bump only for package @superset-ui/plugin-chart-pivot-table diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json index daeefb4e1e7..033f96aaaaf 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-pivot-table/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-pivot-table", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Chart - Pivot Table", "sideEffects": false, "main": "lib/index.js", @@ -26,8 +26,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@superset-ui/react-pivottable": "^0.12.12" }, "peerDependencies": { diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/CHANGELOG.md index 903119ef8e3..aa086986912 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/CHANGELOG.md @@ -3,6 +3,14 @@ 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/plugin-chart-table + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/package.json index c72a4296c56..71754704aab 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-table/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-table", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Chart - Table", "main": "lib/index.js", "module": "esm/index.js", @@ -27,8 +27,8 @@ }, "dependencies": { "@react-icons/all-files": "^4.1.0", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@types/d3-array": "^2.9.0", "@types/react-table": "^7.0.29", "d3-array": "^2.4.0", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/CHANGELOG.md index 769c2f5efab..bfbb4f1322b 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/CHANGELOG.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/CHANGELOG.md @@ -3,6 +3,14 @@ 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/plugin-chart-word-cloud + + + + + ## [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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/package.json index 36503dad696..8ebea4a5a5e 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/plugin-chart-word-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-word-cloud", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Chart Plugin - Word Cloud", "sideEffects": [ "*.css" @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@types/d3-cloud": "^1.2.1", "@types/d3-scale": "^2.0.2", "d3-cloud": "^1.2.5", diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/CHANGELOG.md new file mode 100644 index 00000000000..c1a79b90efd --- /dev/null +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/CHANGELOG.md @@ -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 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/package.json index 022589a6bf8..9ca3c2bce4b 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/preset-chart-xy/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/preset-chart-xy", - "version": "0.17.85", + "version": "0.18.0", "description": "Superset Chart - XY", "sideEffects": [ "*.css" @@ -31,8 +31,8 @@ "dependencies": { "@data-ui/theme": "^0.0.84", "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.17.85", - "@superset-ui/core": "0.17.81", + "@superset-ui/chart-controls": "0.18.0", + "@superset-ui/core": "0.18.0", "@vx/axis": "^0.0.198", "@vx/legend": "^0.0.198", "@vx/scale": "^0.0.197",