This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from b040211970 feat: Adds more customization properties to
DropdownContainer (#22031)
add 7d1df3b78d feat: Improves SafeMarkdown HTML sanitization (#21895)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 1 +
.../cypress/integration/dashboard/editmode.test.ts | 2 +-
superset-frontend/package-lock.json | 2145 ++++++++++++++++----
superset-frontend/package.json | 1 -
.../packages/superset-ui-core/package.json | 48 +-
.../src/components/SafeMarkdown.tsx | 54 +-
.../spec/helpers/{shim.ts => shim.tsx} | 6 +
.../components/gridComponents/Markdown.jsx | 8 +
.../components/gridComponents/Markdown.test.jsx | 12 +-
.../src/explore/components/SaveModal.tsx | 13 +-
superset-frontend/webpack.config.js | 2 +-
superset/config.py | 22 +
.../configs/dashboards/Slack_Dashboard.yaml | 187 +-
superset/views/base.py | 2 +
14 files changed, 1991 insertions(+), 512 deletions(-)
rename superset-frontend/spec/helpers/{shim.ts => shim.tsx} (92%)