Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6c7c6dd
updated theme builder url
ruchI9897 Oct 8, 2025
4a799bb
reverting beta changes
ruchI9897 Oct 8, 2025
ecfeb1b
reverting beta changes
ruchI9897 Oct 8, 2025
2997546
Merge pull request #365 from thoughtspot/main
rani2655 Oct 8, 2025
fa39fad
mcp abbr fix
ShashiSubramanya Oct 8, 2025
131dc87
whats new for CBCA
rani2655 Oct 18, 2025
028fe23
lb report
rani2655 Oct 22, 2025
143f076
cbca change log
rani2655 Oct 23, 2025
7324c23
10-14-0-docs
ShashiSubramanya Oct 23, 2025
a70408b
changelog merge
ShashiSubramanya Oct 23, 2025
28035d7
rebasing
ShashiSubramanya Oct 23, 2025
ff0e4f4
Merge branch 'main' into 10.14.0.cl
ShashiSubramanya Oct 23, 2025
bc5f068
version update
ShashiSubramanya Oct 23, 2025
cea4595
variables update
ShashiSubramanya Oct 23, 2025
c9afc36
edits
ShashiSubramanya Oct 23, 2025
1838bea
edits
ShashiSubramanya Oct 23, 2025
3b6fa41
runtime parameters update
ShashiSubramanya Oct 23, 2025
2774001
typo fixes
ShashiSubramanya Oct 24, 2025
3043e34
typo fixes
ShashiSubramanya Oct 24, 2025
02d4054
edits
ShashiSubramanya Oct 24, 2025
992a7d6
typo fixes
ShashiSubramanya Oct 24, 2025
af93fe4
edits
ShashiSubramanya Oct 24, 2025
6dc9136
edits
ShashiSubramanya Oct 24, 2025
2bfa6a2
webhooks review comments incorporation
ShashiSubramanya Oct 29, 2025
8de6bca
SCAL-278492 fix
ShashiSubramanya Oct 29, 2025
28b46ce
runtimeParam breaking change note and other fixes
ShashiSubramanya Oct 29, 2025
c794379
example fix
ShashiSubramanya Oct 29, 2025
23a2418
CBCA
rani2655 Oct 29, 2025
cdd755d
CBCA1
rani2655 Oct 29, 2025
368bd0d
CBCA2
rani2655 Oct 29, 2025
0e8e6b9
CBCA3
rani2655 Oct 30, 2025
a3bc89d
clickhouse-email-custom
rani2655 Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions modules/ROOT/pages/api-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

This changelog lists only the changes introduced in the Visual Embed SDK. For information about new features and enhancements available for embedded analytics, see xref:whats-new.adoc[What's New].

== November 2025
[width="100%" cols="1,4"]
|====
|[tag greenBackground]#NEW FEATURE# a| *Code-based custom actions*

The following enumerations are available for code based custom actions:

* `CustomActionTarget` +
To define the target object for the custom action, such as on a Liveboard, visualization, Answer, or in Spotter.
* `CustomActionsPosition` +
To define the position of the custom action in the target object, such as primary menu, **More** options menu image:./images/icon-more-10px.png[the more options menu], or the contextual menu.
|[tag greenBackground]#NEW FEATURE# | *Attribute to set Parameter chip visibility during overrides*
The `HostEvent.UpdateParameters` event now supports configuring the `isVisibleToUser` attribute to show or hide the Parameter chips after an override. For more information, see xref:runtime-parameters.adoc#_show_or_hide_parameter_chips_in_embedded_sessions[Show or hide Parameter chips in embedded sessions].
|====

== Version 1.42.0, October 2025

[width="100%" cols="1,4"]
Expand Down
6 changes: 5 additions & 1 deletion modules/ROOT/pages/callback-response-payload.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ The following example shows the data payload for a callback custom action in the
}
----


////
=== Liveboard payload (Classic experience)
The following example shows the Liveboard data payload for a callback custom action on a Liveboard visualization:
Expand Down Expand Up @@ -736,8 +738,10 @@ The following example shows the data payload for a callback custom action in the
}
----
////


=== Liveboard (New experience)
=== Liveboard

The following example shows the data payload for a callback custom action in the *More* menu of a Liveboard visualization:

Expand Down
Loading
Loading