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 ab7f31f Revert "refactor(feature_flags configurations): remove
redundant additional configuration for default vales (#15425)" (#15448)
add 4630abb feat(native-filters): add support for preselect filters
(#15427)
No new revisions were added by this update.
Summary of changes:
.../dashboard/util/getDashboardUrl_spec.js | 45 ++++++++++++++++++----
.../src/components/AnchorLink/index.jsx | 8 ++--
superset-frontend/src/constants.ts | 8 ++++
superset-frontend/src/dashboard/actions/hydrate.js | 1 +
.../dashboard/components/DashboardBuilder/state.ts | 7 +++-
.../Header/HeaderActionsDropdown/index.jsx | 27 +++++++------
.../src/dashboard/components/Header/index.jsx | 3 ++
.../components/SliceHeaderControls/index.tsx | 10 ++---
.../FilterBar/FilterControls/FilterValue.tsx | 10 ++++-
.../components/nativeFilters/FilterBar/index.tsx | 31 ++++++++++++++-
.../components/nativeFilters/FilterBar/state.ts | 16 +++++++-
.../dashboard/components/nativeFilters/state.ts | 11 ++++++
.../src/dashboard/containers/DashboardHeader.jsx | 4 ++
superset-frontend/src/dashboard/types.ts | 6 ++-
.../src/dashboard/util/activeDashboardFilters.js | 4 +-
.../src/dashboard/util/getDashboardUrl.ts | 36 ++++++++++++++---
superset-frontend/src/utils/urlUtils.ts | 13 ++++++-
17 files changed, 199 insertions(+), 41 deletions(-)