Back to release notes
v0.11.3

Release v0.11.3

What's Changed Fixes - Fixed an error in the chatbot message rendering logic that could cause unexpected failures during thread display. - Resolved a chart rendering issue in AI-ge

What's Changed

Fixes

  • Fixed an error in the chatbot message rendering logic that could cause unexpected failures during thread display.
  • Resolved a chart rendering issue in AI-generated chart results, improving reliability and visual consistency.

Improvements

  • Updated chart rendering components (chart-canvas.tsx, charts-result/index.tsx) for better performance and compatibility with updated dependencies.
  • Enhanced chatbot UI and behavior across multiple files—including session handling, empty state display, and chat input—resulting in smoother interactions and more responsive feedback.
  • Refined SQL-related AI prompts and tooling (sql.tools.ts, sql-runner.ts) to improve accuracy and context awareness in database query assistance.

Dependencies

  • Upgraded icu-minify from 4.9.1 to 4.11.0 (transitive, via next-intl).
  • Upgraded hono from 4.12.14 to 4.12.18 for improved runtime stability and minor bug fixes.
  • Upgraded next-intl from 4.9.1 to 4.9.2, including localization-related fixes and optimizations.

Internal

  • Consolidated and standardized chatbot-related updates across web apps via coordinated PR #208, improving maintainability and reducing duplication.