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 59ca7861c0 fix: dashboard filter value is cleared when 2 similar 
dashboards opened in succession (#21461)
     add 2285ebe72e fix(explore): Prevent shared controls from checking feature 
flags outside React render (#21315)

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-chart-controls/src/index.ts        |   6 +-
 .../src/shared-controls/dndControls.tsx            | 167 ++++++++----
 .../src/shared-controls/index.tsx                  | 298 +++------------------
 .../superset-ui-chart-controls/src/types.ts        |   4 +-
 .../src/utils/expandControlConfig.tsx              |   2 +-
 .../src/controlPanel.tsx                           |   4 +-
 .../src/controlPanel.ts                            |  26 +-
 .../src/controlPanel.ts                            |   4 +-
 .../src/utilities/sharedDndControls.jsx            |   6 +-
 .../src/Bar/controlPanel.ts                        |   2 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   2 +-
 .../src/plugin/controls/columns.tsx                |   4 +-
 .../src/plugin/controls/metrics.tsx                |   2 +-
 .../plugin-chart-table/src/controlPanel.tsx        |  54 +---
 .../DndColumnSelect.test.tsx                       |  15 +-
 .../DndColumnSelectControl/DndColumnSelect.tsx     |  80 ++++--
 .../DndFilterSelect.test.tsx                       |  10 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  12 +-
 .../DndMetricSelect.test.tsx                       |   9 +
 .../DndColumnSelectControl/DndMetricSelect.tsx     |  12 +-
 .../controls/DndColumnSelectControl/types.ts       |   1 +
 21 files changed, 285 insertions(+), 435 deletions(-)

Reply via email to