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 7fb8b38cdf feat: Allows dynamic type on viz migrations (#23975)
add 7757b61c22 chore: Deprecate DND feature flags (#23981)
No new revisions were added by this update.
Summary of changes:
RESOURCES/FEATURE_FLAGS.md | 3 +-
.../src/shared-controls/dndControls.tsx | 3 +-
.../superset-ui-core/src/utils/featureFlags.ts | 1 -
.../DndColumnSelect.test.tsx | 4 +-
.../DndColumnSelectControl/DndColumnSelect.tsx | 50 +++++-----------------
.../DndFilterSelect.test.tsx | 8 ++--
.../DndColumnSelectControl/DndFilterSelect.tsx | 14 +-----
.../DndMetricSelect.test.tsx | 12 ++++--
.../DndColumnSelectControl/DndMetricSelect.tsx | 24 +++--------
.../DndColumnSelectControl/DndSelectLabel.test.tsx | 21 ++++++---
.../DndColumnSelectControl/DndSelectLabel.tsx | 6 +--
.../controls/DndColumnSelectControl/types.ts | 1 -
superset/config.py | 3 +-
13 files changed, 55 insertions(+), 95 deletions(-)