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

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


    from 8c73f4e  fix(sqla): timeseries limit not applied when using columns 
(#14297)
     new a325c32  chore: bump superset-ui (#14253)
     new 05f00e2  feat(native-filters): add tooltip to control values (#14312)
     new 7fbe2bf  fix: unbreak CI (#14319)
     new 4c05628  feat(native-filters): add option to create value in select 
filter (#14314)
     new 8c66935  fix(native-filters): Fix first loading of charts (#14332)
     new 111a761  fix(native-filters): Fix indicators (#14334)
     new 60ac0f5  fix(native-filters): allowClear only when required not 
checked (#14353)
     new 341b899  chore: bump 0.17.38 (#14355)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset-frontend/package-lock.json                | 552 ++++++++++-----------
 superset-frontend/package.json                     |  54 +-
 .../spec/fixtures/mockNativeFilters.ts             |   2 +
 .../dashboard/components/FiltersBadge_spec.tsx     |   9 +
 .../dashboard/fixtures/mockNativeFilters.ts        |   1 +
 .../util/getFormDataWithExtraFilters_spec.ts       |   1 +
 superset-frontend/src/chart/Chart.jsx              |   8 +
 superset-frontend/src/chart/ChartContainer.jsx     |   7 +-
 .../src/dashboard/actions/nativeFilters.ts         |   9 +
 .../dashboard/components/FiltersBadge/selectors.ts | 104 ++--
 .../components/nativeFilters/FilterBar/index.tsx   |   9 +-
 .../FiltersConfigForm/ControlItems.tsx             |  14 +-
 .../src/dashboard/reducers/nativeFilters.ts        |  12 +-
 superset-frontend/src/dashboard/reducers/types.ts  |   1 +
 .../components/Select/SelectFilterPlugin.tsx       |  22 +-
 .../src/filters/components/Select/controlPanel.ts  |   5 +-
 .../filters/components/Select/transformProps.ts    |   2 +-
 superset/db_engine_specs/db2.py                    |   2 +-
 18 files changed, 439 insertions(+), 375 deletions(-)

Reply via email to