diff --git a/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md index 646fc68ce7..f5343effef 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 80b55b0b4b..eccb9ff969 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 0000000000..447342ff73 --- /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 017f96798d..509fb1d8ad 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 0000000000..291d19ead5 --- /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 52e72211d2..9af80d4402 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 0000000000..f4eaf3a378 --- /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 563738a0e2..1c08f56b8c 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 f702015983..759b3a1168 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 cef9b698dd..87c73e070e 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 9d35e8d4f4..668cf3373b 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 603b58ad4e..dcc3370dc5 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 3dca9bc32e..90cd0a6f28 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 a578657843..aad0289682 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 f7c86c5fe7..2df59fdf59 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 f33cc2b3e5..fbea96dd9b 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 39f42e9add..be83fb9ad9 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 dc15d76eb9..b1560e972a 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 0000000000..b27b86ddf9 --- /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 98c8020e91..a6c4a60294 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 2e5dd1b6c0..33280bbe82 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 08451b42b6..4aa95b8836 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 45f3a3c3dc..85484ff272 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 80478d4d56..7c7bf61606 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 ab134be974..52adf27864 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 5c44c50412..0d4e22f560 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 73dd2e9e63..34aba8cac1 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 3d0b7dd4f4..e2ecbd1635 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 1717b9c1a0..9986b4eca5 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 44a004d4f4..5cf0b3f520 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 ac3f2be596..9eace0897f 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 4ad58cf6f5..5546a5ee56 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 d03278766e..3a749a34a6 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 7b76eca724..8e1e83fbbe 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 b4e20459ad..3de8c7b31b 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 93496f6137..ea497743e4 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 56921ce1e1..963d226ed1 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 6faa1efaf0..3e128268f4 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 0000000000..1c5aec1047 --- /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 7feb30632b..1e8dd5b52d 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 7c0be95d0c..cf4e74912e 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 bde5d47264..b0ef597618 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 1d53b36592..d7dc9cae58 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 24fe41be0c..4a4e6c049a 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 6d3d200f3c..1a7cb4ea8d 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 16b97a3ba1..bb72876956 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 bfdca13f22..be39b8f622 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 876331006d..8801cb879d 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 639b04048d..292fd95c6f 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 a1d8ff7740..667bbb0aed 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 807953faee..ae8cc7a6be 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 7161dde3af..83e0345a5a 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 01404ffc09..51e49f3cd7 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 3d28cd2e50..03438c9c84 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 73b2a2121d..cfc69c7bcb 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 e7eea32a34..8ff6fc6c3b 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 d171065796..3995144b41 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 daeefb4e1e..033f96aaaa 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 903119ef8e..aa08698691 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 c72a4296c5..71754704aa 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 769c2f5efa..bfbb4f1322 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 36503dad69..8ebea4a5a5 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 0000000000..c1a79b90ef --- /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 022589a6bf..9ca3c2bce4 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",