You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2021/05/25 13:57:01 UTC

[superset] branch master updated (add35f9 -> 63dc035)

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

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


    from add35f9  fix: set table name width to not hide icons when name is too long (#14489)
     add 63dc035  feat(explore): Remove default for time range filter and Metrics (#14661)

No new revisions were added by this update.

Summary of changes:
 .../explore/visualizations/line.test.ts            |   6 +-
 superset-frontend/package-lock.json                | 620 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../spec/javascripts/explore/controlUtils_spec.tsx |  25 +-
 .../explore/components/ExploreViewContainer.jsx    |  36 +-
 superset-frontend/src/explore/constants.ts         |   2 +-
 .../src/explore/controlUtils/getControlState.ts    |   6 +-
 superset-frontend/src/explore/controls.jsx         |   9 +-
 .../src/explore/reducers/exploreReducer.js         |  19 +
 9 files changed, 398 insertions(+), 381 deletions(-)