1.1.0 (2026-04-11)
- AnalyticsAgent: New embeddable component for conversational analytics powered by Agentforce
- Single-context mode: Provide
contextConfigto bind the agent to a specific dashboard, metric, or semantic model - Multi-component mode: Omit
contextConfigto automatically track all embeddedAnalyticsDashboardandAnalyticsMetriccomponents on the page - Customizable UI via
AgentStyleTokensfor theming the agent to match your application - Configurable header, agent name, and welcome text via
AgentProps startNewAgentSession()method to programmatically restart the agent conversation- HTML custom element support via
<analytics-agent>tag - Full multi-org support — specify
orgUrlto connect the agent to a specific org
- Single-context mode: Provide
- New exports:
AnalyticsAgent,AgentContextTypeenum,AgentPropstype,AgentStyleTokenstype - MFA and password-reset flow:
AUTH_REDIRECThandling withretryOrAddOrgsand org URL credential support after completing the challenge - AnalyticsDashboard —
customViewId: Optional property (and HTML attributecustom-view-id) to load a saved custom view so the embedded dashboard applies the same saved filter state as in Tableau Next—useful when embedding from a URL that includescustomViewId, or to preserve interactivity context (for example in Slack integrations) - AnalyticsDashboard — dashboard actions: Dashboard button actions are supported in third-party embedding, including Salesforce Flows, page navigation, and URL navigation
- Logout performance improved