You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/02/12 07:59:08 UTC

[superset] branch master updated (85d0262 -> 956f276)

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

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


    from 85d0262  fix(explore): Enable selecting an option not included in suggestions (#13029)
     add 956f276  feat(cross-filters): add cross filters (#12662)

No new revisions were added by this update.

Summary of changes:
 .../util/getFormDataWithExtraFilters_spec.ts       | 27 +++++++++++++---------
 superset-frontend/src/chart/ChartContainer.jsx     |  2 ++
 superset-frontend/src/chart/ChartRenderer.jsx      |  3 +++
 .../dashboard/components/nativeFilters/utils.ts    | 27 +++++++++++++++++++++-
 .../src/dashboard/containers/Chart.jsx             |  1 +
 .../util/charts/getFormDataWithExtraFilters.ts     |  6 +++--
 .../explore/components/controls/VizTypeControl.jsx | 14 ++++++++---
 superset-frontend/src/featureFlags.ts              |  1 +
 superset/config.py                                 |  1 +
 9 files changed, 65 insertions(+), 17 deletions(-)