You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2022/09/29 03:03:43 UTC

[superset] branch master updated (71bf267307 -> b787c3fef4)

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

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


    from 71bf267307 fix(sqllab): SqlEditorLeftBar listening to database changes (#21628)
     add b787c3fef4 feat(embedded): +2 functions: getDashboardPermalink, getActiveTabs (#21444)

No new revisions were added by this update.

Summary of changes:
 superset-embedded-sdk/src/index.ts       | 13 +++++--
 superset-frontend/src/embedded/api.tsx   | 66 ++++++++++++++++++++++++++++++++
 superset-frontend/src/embedded/index.tsx | 31 ++++++++-------
 3 files changed, 94 insertions(+), 16 deletions(-)
 create mode 100644 superset-frontend/src/embedded/api.tsx