You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/08/11 07:58:21 UTC

[incubator-superset] branch master updated (613dd12 -> a37b635)

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

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 613dd12  fix: misaligned LimitControl buttons and port jsx->tsx (#10529)
     add a37b635  fix(dashboard): add animation state to fix tab switch re-renders (#10475)

No new revisions were added by this update.

Summary of changes:
 .../components/gridComponents/Chart_spec.jsx       | 10 +++++++-
 superset-frontend/src/chart/Chart.jsx              |  2 ++
 superset-frontend/src/chart/ChartRenderer.jsx      |  7 ++----
 .../src/dashboard/actions/dashboardState.js        |  8 +++++++
 .../src/dashboard/components/DashboardBuilder.jsx  |  7 ++++++
 .../dashboard/components/gridComponents/Chart.jsx  | 27 ++++++++++++++++++++--
 .../dashboard/components/gridComponents/Tabs.jsx   | 11 ++++++++-
 .../src/dashboard/containers/DashboardBuilder.jsx  |  2 ++
 .../dashboard/containers/DashboardComponent.jsx    |  3 ++-
 .../src/dashboard/reducers/dashboardState.js       | 10 ++++++++
 10 files changed, 77 insertions(+), 10 deletions(-)