Michael S. Molina
53dddf4db2
feat(embedded-sdk): Add resolvePermalinkUrl callback for custom permalink URLs ( #36924 )
2026-01-09 17:02:38 -03:00
Alexandru Soare
341ae994c5
feat(embed): get charts payload ( #36237 )
...
Co-authored-by: Vitor Avila <vitorfragadeavila@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-11-28 17:26:30 +03:00
Gabriel Torres Ruiz
282f4e5de2
feat(embedded): add setThemeMode API for dynamic theme switching ( #36125 )
2025-11-17 10:30:02 -08:00
Alexandru Soare
99b61143f6
feat(Chart): Save Chart State globally ( #35343 )
2025-10-29 15:54:07 +02:00
Vitor Avila
7ea1fca4f7
feat: Don't show the row limit warning for embedded dashboards by default ( #34095 )
2025-07-08 08:50:25 -03:00
Maxime Beauchemin
dd129fa403
feat(theming): land Ant Design v5 overhaul — dynamic themes, real dark mode + massive styling refactor ( #31590 )
...
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
Co-authored-by: Alexandru Soare <37236580+alexandrusoare@users.noreply.github.com >
Co-authored-by: Damian Pendrak <dpendrak@gmail.com >
Co-authored-by: Pius Iniobong <67148161+payose@users.noreply.github.com >
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-06-20 13:38:58 -07:00
Kamil Gabryjelski
4041150660
feat: Add getDataMask function to embedded SDK ( #32997 )
2025-04-03 21:10:01 +02:00
Mohamed Halat
86b795cd36
feat(embedding-sdk): emit data-mask events through embedded sdk to iframe parent ( #31331 )
2025-04-03 12:37:52 +02:00
Vitor Avila
6042ea8f28
feat(embedded): Force a specific referrerPolicy for the iframe request ( #32735 )
2025-03-19 15:44:07 -03:00
Đỗ Trọng Hải
8c0b873ae2
build(deps, deps-dev): upgrade major versions for dependencies of @superset/embedded-sdk ( #30242 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-09-12 08:40:18 -06:00
Darwin Correa
3ade01f828
feat: custom values to sandbox iframe ( #29590 )
2024-07-17 13:14:51 -06:00
Đỗ Trọng Hải
dffad48504
feat(build): uplift Jest to v29 ( #29118 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com >
2024-06-25 11:56:14 -06:00
bhaugeea
1a52c6a3b8
fix(embedded-sdk): add accessible title to iframe ( #27017 )
...
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2024-06-04 16:51:14 -06:00
George Voicu
89d49e55bb
feat(embedded-sdk): Add 'urlParams' option to pass query parameters to embedded dashboard ( #24408 )
2024-02-29 17:27:13 -07:00
Jack Fragassi
7402379346
fix(embedded sdk): Remove trailing slash from passed superset domain if there is one ( #25020 )
2023-08-25 09:24:58 -07:00
Elizabeth Thompson
7d8383cbd5
fix: ignore ts warnings from older typescript versions ( #23262 )
2023-03-02 11:44:26 -08:00
kevin
7ec136fec2
fix(superset-embedded-sdk): Buffer is not defined ( #21641 )
2022-10-17 09:14:28 +01:00
jayakrishnankk
b787c3fef4
feat(embedded): +2 functions: getDashboardPermalink, getActiveTabs ( #21444 )
...
Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com >
2022-09-28 20:03:30 -07:00
Jae Ik, Lee
eb805682e2
feat(embedded): provides filter bar visibility setting on embedded dashboard ( #21069 ) ( #21070 )
...
Co-authored-by: 이재익 [jileeon] <jileeon@nexon.co.kr >
2022-09-01 09:50:02 -03:00
Lily Kuang
655646d35b
feat(embedded-SDK): enable CSV download ( #20416 )
...
* feat(embedded-sdk): enable CSV download
* lint
2022-08-03 10:59:18 -07:00
David Aaron Suddjian
8e29ec5a66
feat: Embedded dashboard configuration ( #19364 )
...
* embedded dashboard model
* embedded dashboard endpoints
* DRY up using the with_dashboard decorator elsewhere
* wip
* check feature flags and permissions
* wip
* sdk
* urls
* dao option for id column
* got it working
* Update superset/embedded/view.py
* use the curator check
* put back old endpoint, for now
* allow access by either embedded.uuid or dashboard.id
* keep the old endpoint around, for the time being
* openapi
* lint
* lint
* lint
* test stuff
* lint, test
* typo
* Update superset-frontend/src/embedded/index.tsx
* Update superset-frontend/src/embedded/index.tsx
* fix tests
* bump sdk
2022-03-30 12:34:05 -07:00
Lily Kuang
0ad692511e
fix(embedded): download chart as image ( #19339 )
2022-03-23 14:04:07 -07:00
David Aaron Suddjian
54b60ded8e
chore(embedded): refresh the guest token ( #19132 )
...
* refresh the guest token
* put back the date logic
* version
* fix time hijinks
* test
* Update superset-embedded-sdk/src/guestTokenRefresh.ts
2022-03-14 09:32:25 -07:00
Lily Kuang
124cb0dc66
feat(embedded): add optional dashboard ui configuration ( #19031 )
...
* feat: add optional dashboard ui configuration
* change all flags to boolean
* update README and lint
2022-03-11 12:37:47 -08:00
David Aaron Suddjian
97a879ef27
chore: use switchboard as dependency for embedded sdk ( #18728 )
2022-02-15 11:53:58 -08:00
David Aaron Suddjian
225015fd5a
feat: Introduce a library for embedded iframe <-> host communication ( #18652 )
...
* improved logging
* switchboard, and window size
* lint
* tsconfig
* fix path
* fix release script
* tests, debug mode, and error handling
* moar debug mode
* package lock
* formatting
* comment
* wording
* appease the coverage gods
* Async assertions must be awaited or returned
2022-02-11 20:29:23 -08:00
David Aaron Suddjian
1c2936ba7b
feat: Embedded SDK ( #18250 )
...
* feat: embedded sdk
* correct values
* better version
* readme stuff
* release script
* doc
* oops
* better package description
* license
* that was invalid json
* Apply suggestions from code review
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-embedded-sdk/README.md
* a github workflow to make sure the build succeeds
* fix github workflows
* writing
* try a different trigger
* no point in a single unit matrix
* Revert "no point in a single unit matrix"
This reverts commit 90f78bfc98 .
* workflow changes
* fix some scripts
* pull request types
* slight rename
* test list
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2022-02-03 14:01:45 -08:00