mirror of
https://github.com/apache/superset.git
synced 2026-06-09 09:39:25 +00:00
chore: publish v0.18.0
This commit is contained in:
committed by
Yongjie Zhao
parent
2b01890cad
commit
80fe8fd5cb
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"plugins/*"
|
||||
],
|
||||
"useWorkspaces": true,
|
||||
"version": "0.17.87",
|
||||
"version": "0.18.0",
|
||||
"ignoreChanges": [
|
||||
"**/*.md",
|
||||
"**/*.spec.tsx?",
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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))
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user