This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 2dc29cee9a chore: Adds 3.1.0 RC2 data to CHANGELOG.md and UPDATING.md
     new 0ac833d0c5 fix(plugin-chart-echarts): undefined bounds for bubble 
chart (#26243)
     new 3d7b827d79 chore: improve CSP add base uri restriction (#26251)
     new dbc779f30a fix: Stacked charts with numerical columns (#26264)
     new 4d0404119c fix(plugin-chart-echarts): use scale for truncating x-axis 
(#26269)
     new 103d23781b fix: Cannot expand initially hidden SQL Lab tab (#26279)
     new 9632014402 fix: Revert "fix(sqllab): flaky json explore modal due to 
over-rendering (#26156)" (#26284)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../packages/superset-ui-core/src/chart/index.ts   |   2 +-
 .../plugin-chart-echarts/src/Bubble/constants.ts   |   1 +
 .../src/Bubble/transformProps.ts                   |   4 +-
 .../src/MixedTimeseries/controlPanel.tsx           |   4 +
 .../src/MixedTimeseries/transformProps.ts          |  54 ++--
 .../src/MixedTimeseries/types.ts                   |   1 +
 .../src/Timeseries/transformProps.ts               |  10 +-
 .../plugin-chart-echarts/src/utils/controls.ts     |   1 -
 .../plugin-chart-echarts/src/utils/series.ts       |  47 ++-
 .../test/Bubble/transformProps.test.ts             |  48 ++-
 .../plugin-chart-echarts/test/utils/series.test.ts | 112 ++++++-
 .../SqlLab/components/QueryAutoRefresh/index.tsx   |   2 +-
 .../components/QueryHistory/QueryHistory.test.tsx  |   5 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |  29 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |   3 +-
 .../SqlLab/components/ResultSet/ResultSet.test.tsx | 333 +++++----------------
 .../src/SqlLab/components/ResultSet/index.tsx      |  52 +---
 .../SqlLab/components/SouthPane/Results.test.tsx   | 135 ---------
 .../src/SqlLab/components/SouthPane/Results.tsx    | 106 -------
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |  81 ++---
 .../src/SqlLab/components/SouthPane/index.tsx      | 174 +++++++----
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |   7 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   6 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  17 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |   5 +-
 superset/config.py                                 |   2 +
 26 files changed, 512 insertions(+), 729 deletions(-)
 delete mode 100644 
superset-frontend/src/SqlLab/components/SouthPane/Results.test.tsx
 delete mode 100644 
superset-frontend/src/SqlLab/components/SouthPane/Results.tsx

Reply via email to