1.1.0 (2026-04-11)

  • AnalyticsAgent: New embeddable component for conversational analytics powered by Agentforce
    • Single-context mode: Provide contextConfig to bind the agent to a specific dashboard, metric, or semantic model
    • Multi-component mode: Omit contextConfig to automatically track all embedded AnalyticsDashboard and AnalyticsMetric components on the page
    • Customizable UI via AgentStyleTokens for 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 orgUrl to connect the agent to a specific org
  • New exports: AnalyticsAgent, AgentContextType enum, AgentProps type, AgentStyleTokens type
  • MFA and password-reset flow: AUTH_REDIRECT handling with retryOrAddOrgs and org URL credential support after completing the challenge
  • AnalyticsDashboard — customViewId: Optional property (and HTML attribute custom-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 includes customViewId, 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