This is an automated email from the ASF dual-hosted git repository.
michellet pushed a change to branch 0.30
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 8b2b462 Use @superset-ui/number-format and @superset-ui/time-format
for formatting. (#6470)
new 77800cb [Bug Fix]Prevent re-rendering when non-instant controls
change (#6483)
new f94ed5f 0.30rc1
The 2 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:
superset/assets/package.json | 2 +-
superset/assets/src/chart/Chart.jsx | 120 ++--------------
.../src/chart/{Chart.jsx => ChartRenderer.jsx} | 156 ++++++++-------------
superset/assets/src/chart/chartReducer.js | 6 +-
.../assets/src/components/RefreshChartOverlay.jsx | 7 -
.../src/explore/components/ExploreChartPanel.jsx | 4 +-
.../explore/components/ExploreViewContainer.jsx | 6 +-
.../assets/src/explore/reducers/exploreReducer.js | 5 +-
superset/assets/src/logger.js | 2 +
9 files changed, 88 insertions(+), 220 deletions(-)
copy superset/assets/src/chart/{Chart.jsx => ChartRenderer.jsx} (63%)