Releases: looker-open-source/embed-sdk
Releases · looker-open-source/embed-sdk
1.8.7
Adds missing types for drill modal download event
1.8.4
Fix typo in message property.
1.8.3
Adds additional builder convenience methods:
withDynamicIFrameHeight
- dynamically updates height of IFRAME based upon height of dashboard,
withScrollMonitor
- monitors scroll position so that download and alert dialogs are positioned in view (requires Looker version >= 23.6.0).
withDialogScroll
- monitors drill dialog opening and scrolls top of drill dialog into view (requires Looker version >= 23.6.0).
1.8.2
Allow attributes may now be added to the IFRAME created for the Looker embed. This is useful to allow tile visualizations to be displayed in full screen mode.
1.8.1
Adds support for cookieless embedding.
1.6.1
- Add additional embed event types.
- Add additional embed event property type definitions and correct existing ones.
1.5.0
- Support custom parameters and headers for auth endpoint
1.3.0
- Add missing types and export more types.
1.1.0
- Add
withApiHost()
method to builders.