Released: Mar 31, 2026
19.6.0 での更新項目
機能
AI-Assisted Development - Agent Skills
- Added structured knowledge files that teach AI coding assistants (GitHub Copilot, Cursor, Windsurf, Claude, JetBrains AI, etc.) how to work with Ignite UI for React. The skill files are included in the igniteui-react package and also live in the skills/ directory:
- Components - Identify the right React components for a UI pattern, then install, import, and use them - JSX patterns, events, refs, forms, etc.
- Customize-theme - Customize styling using CSS custom properties, Sass, and the theming system in React, including using Ignite UI Theming MCP server.
- Optimize-bundle-size - Reduce bundle size with granular imports, tree-shaking, and lazy loading.
- These skills are automatically discovered when placed in the agent's skills path (e.g. .agents/skills or .claude/skills).
Changed
- IgrDockManager: Updated to use the latest igniteui-dockmanager 2.1.0 with new minResizeWidth and minResizeHeight properties, paneFlyoutToggle event and additional layoutChange event detail.
- Updated to use the latest igniteui-webcomponents 7.1.0 including new Splitter and Highlight container components and fixes.