Skip to main content

May 2025


Platform & Web Controls Release Notes

Release Notes: Platform

Version: v2.2.0
Date: May 18, 2025


This release delivers rich new features, performance enhancements, and key bug fixes across our AI search & chatbot platform. For any questions, please reach out to support.


New Features

  • WordPress Integration: Enabled the checkbox in the WordPress plugin to streamline configuration.
  • Usage Graph Enhancements: Added request cost custom logic to the usage graph for more granular analytics.
  • Single-Page Website Ingest Warning: Now shows a warning when ingesting a single page in the website ingest tool.
  • Bot Avatar Upload: Introduced bot avatar upload functionality and updated related UI components.
  • Bot Layout Controls: Added min-width and max-width properties for v2 bots, and field filtering based on bot type.
  • Search Bot Configuration: Moved parameter definitions into the search bot config for cleaner setup.
  • Common Connector: Implemented the common connector with initial schema and happy-path workflows.
  • Category Management: Updated the Category management UI for better organization.
  • Manual Redirection Logic: Added manual redirection support in routing flows.
  • Project Settings Checkbox: Added a new checkbox in project settings for custom toggles.

Enhancements

  • Tailwind CSS Upgrade: Updated to Tailwind v4.1 and refactored all components for consistency.
  • Form & Model Descriptions: Enhanced Jira and Salesforce form descriptions and data models.
  • String Trimming: Automatically trim spaces in keyName fields to prevent validation errors.
  • Dependency Bump: Updated internal React library to @ai12z/react v3.0.8 for improved stability.

Bug Fixes

  • Prompt API Removal: Removed the prompt management API, eliminating legacy endpoints.
  • Vector Embeddings Export: Fixed export logic to exclude vector contentEmbeddings when exporting data.
  • System Prompt Cleanup: Removed {vector_query} check from the Answer AI system prompt.
  • Job Service Context: Fixed jobService references in updateJobStatus calls to correctly use this.
  • Database Indexes: Added indexes to schemas to improve query performance and stability.
  • Schedule Job Daylight Fix: Resolved the daylight-savings issue for scheduled jobs.
  • Payment Button Submission: Fixed the payment button to submit as soon as it’s clicked.
  • Synchronous File Actions: Ensured process file actions run synchronously to avoid race conditions.
  • Token Limit Removal: Removed the max-tokens restriction to support larger payloads.
  • Vision AI Card: Removed the Vision AI card from the dashboard.
  • Subaccount UI Cleanup: Hid history from subaccounts and removed Category selection in Control Search.
  • Validation Fixes: Removed parameter-name field validation that blocked certain inputs.
  • QA Test Warning: Removed a spurious warning in QA Test flows.
  • Unsaved Changes Alert: Now shows a warning if there are unsaved changes in system prompt editing.

Release Notes: Web Controls

Version: v3.0.9
Date: May 18, 2025


This release introduces powerful new capabilities, styling enhancements, and critical fixes to our Web Controls library. For details, contact support.


New Features

  • Attribute Support (v3.0.1) Passed new attributes excludeTags, includeTags, and meta to the Web Control components.
  • Button Actions (v3.0.3) Added sendJSON and sendMessage support on button clicks in both CTA and bot components.
  • Form Submission Events (v3.0.4) Fired an event to emit form submission data directly via the alertResults method in both bot and CTA.
  • Google Charts Integration (v3.0.5) Integrated Google Charts into the bot UI and allowed dynamic form theming alongside chart rendering.
  • Enhanced Streaming Events (v3.0.5) Extended the startStream event to include an imgFiles parameter and updated the Chat component accordingly.
  • Privacy Statement (v3.0.6) Added a configurable privacy statement to v2 bots.
  • Base64 Image Payload (v3.0.6) Included a new base64Images parameter in the messageSent event data.
  • Carousel Selection API (v3.0.8) Exposed carousel control methods selectByName and selectByIndex for custom templates.

Enhancements

  • Form Theming (v3.0.2) Applied theme styles to surveys within search and bot interfaces.
  • Anchor Tag Handling (v3.0.3) Improved ai12z-bot and ai12z-cta components to handle anchor tags more robustly.
  • Bot Avatar Styling (v3.0.4) Refactored avatar upload handling and updated CSS variables for consistent styling.
  • Default Avatar Update (v3.0.4) Changed the default bot avatar to a more modern design.
  • Privacy Rendering (v3.0.7) Rendered the privacy statement using innerHTML for richer formatting.
  • Carousel Messaging (v3.0.7) Added sendJson and sendMessage capabilities in custom carousel templates.
  • Input Name Attributes (v3.0.8) Added name attributes to question inputs in Ai12zBot, MyChat, and DynamicForm components for form compatibility.

Bug Fixes

  • CSS Variable Typo (v3.0.4) Fixed a typo in the default bot avatar color variable name in CSS.
  • AlertResults Data Handling (v3.0.4) Updated alertResults to include query data and resolve message-handling issues.
  • Form Submit Response (v3.0.9) Corrected the form-submit response to properly use the configured keyName field.