v2.130.0
11 days ago by Ethan Lin
New Features
- Authentication System: Complete redesign with standardized interfaces (
StandardUserInfo,StandardAuthToken) and semantic error handling across all providers - GPT Codex Models: Added support for GPT-5.2-codex, GPT-5.1-codex-max, and GPT-5.1-codex-mini models for enhanced code generation capabilities
- SimpleChart Stacked Charts: Implemented
stackByproperty enabling stacked bar and column chart visualizations with improved click handling - Component @file: Directive: Added support for referencing component code files in metadata using
@file:syntax for better code organization - Association Database Demo: Comprehensive demo with 100+ pre-built queries covering membership, advocacy, certifications, and forum analytics
Improvements
- Visual Chart Enhancements: Improved SimpleChart styling with better X-axis label readability and visual presentation
- Component Documentation: Reorganized component metadata with comprehensive documentation and examples
- Metadata Sync: Enhanced validation for glob patterns with
**/prefix support - Development Tooling: Added VS Code tasks and launch configurations for improved debugging workflow
Bug Fixes
- Conversation UI Performance: Eliminated duplicate queries and improved completion UI updates for smoother user experience
- Browser Refresh Issues: Fixed conversation UI state management after browser refresh events
- Link Field Component: Resolved display and interaction issues in link field components across forms
- Stacked Chart Interactions: Fixed click handlers to properly filter by both category and stack values
