Skip to content

19.6.0

Choose a tag to compare

@damyanpetev damyanpetev released this 25 Mar 18:04
· 45 commits to master since this release

Changed

  • igniteui-react-dockmanager: updated to use the latest igniteui-dockmanager@2.1.0 with new minResizeWidth and minResizeHeight properties, paneFlyoutToggle event; additional layoutChange event detail and fixes. See the full changelog
  • igniteui-react: updated to use the latest igniteui-webcomponents@7.1.0 including new Splitter and Highlight container components and fixes. See the full changelog.

Added

  • AI-Assisted Development - Agent Skills — 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 (Igr*) 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).

Full Changelog: 19.5.1...19.6.0