Skip to content

Releases: IgniteUI/igniteui-cli

15.2.2

01 Jun 11:28
8c94cb4

Choose a tag to compare

What's Changed

  • Template package updates: updated scaffolded package references for Angular, React, and Web Components templates — igniteui-angular to ~21.2.5, igniteui-react / igniteui-react-grids / igniteui-react-dockmanager to ~19.7.0, igniteui-webcomponents to ~7.2.0, and igniteui-webcomponents-grids to ~7.1.0.
  • MCP — API reference links in docs: Infragistics API documentation links embedded in the docs served by the MCP server are now rewritten to deterministic get_api_reference tool references (e.g. mcp:get_api_reference?platform=webcomponents&component=IgcCheckboxComponent&member=checked). AI assistants reading the docs resolve API links through the in-tool API lookup instead of fetching external HTML pages.
  • MCP get_api_reference — member-level lookup: The get_api_reference tool now accepts an optional member parameter to return a single property, method, or event entry instead of the full component (for example member="checked"). It takes precedence over section, tolerates Component#member fragment-style references, reports the canonical member-name casing in the response, and returns a clear error when the requested member does not exist on the component.
  • Improved ig ai-config command output:
    • Shared AI config utilities now follow a return-only pattern — callers handle all logging, eliminating duplicate output when invoked from Angular schematics.
    • The command now reports how the project framework was detected (e.g., from package.json, .csproj, or project configuration).
    • Skills source discovery feedback: logs the installed package name and version (e.g., igniteui-angular@21.1.0) or indicates bundled skills are being used.

Full Changelog: 15.2.1...15.2.2

15.2.2-alpha.3

27 May 13:32

Choose a tag to compare

15.2.2-alpha.3 Pre-release
Pre-release
refactor: rename PACKAGE_MIN_BYTES to FRAMEWORK_MIN_BYTES and simplif…

15.2.2-alpha.2

22 May 10:42

Choose a tag to compare

15.2.2-alpha.2 Pre-release
Pre-release
15.2.2-alpha.2

15.2.2-alpha.1

20 May 13:08

Choose a tag to compare

15.2.2-alpha.1 Pre-release
Pre-release
15.2.2-alpha.1

15.2.2-alpha.0

20 May 12:37

Choose a tag to compare

15.2.2-alpha.0 Pre-release
Pre-release
15.2.2-alpha.0

15.2.1

20 May 11:11
b164540

Choose a tag to compare

What's Changed

  • Fix [MCP] Enforce library boundaries in search_api and server instructions by @ivanvpetrov in #1694
  • Adding api ref docs to npm package by @dkalinovInfra in #1697
  • fix(upgrade-packages): detect framework & run without ignite-ui-cli.json by @Copilot in #1690

Full Changelog: 15.2.0...15.2.1

15.2.1-alpha.3

20 May 07:21

Choose a tag to compare

15.2.1-alpha.3 Pre-release
Pre-release
chore: update package versions to 15.2.1-alpha.3 and 21.2.1521-alpha.…

15.2.0

18 May 15:49
d44baaa

Choose a tag to compare

What's Changed

  • Updated ig ai-config command:
    • Added AI coding assistance integration for Blazor projects by @Marina-L-Stoyanova in #1688
    • Now accepts a --framework / -f option for explicit framework specification. When omitted, the command still attempts to auto-detect the framework, but if detection fails it now also prompts the user for selection (in TTY) by @damyanpetev in #1689
  • Ignite UI MCP official support for Blazor with docs and API, documentation database update by @onlyexeption & @dkalinovInfra in #1677, #1686

15.1.0

13 May 13:50
543f89e

Choose a tag to compare

What's Changed

  • feat(ai-config): The ai-config command now enables users to select and configure an AI coding assistant integration for their Ignite UI project. by @Marina-L-Stoyanova #1684, #1664
    • Based on the selected provider, the command adds the required skills, instruction files, and MCP configuration to streamline AI-assisted development workflows.
    • The new command now accepts --agents (for adding skills and instruction files) and --assistants (for adding mcp configuration) options, allowing users to configure AI integration directly during project creation.
    • When using the step-by-step wizard, users are automatically prompted to select their preferred AI agents and coding assistants after the project structure is generated.
    • The Angular schematics package includes a dedicated ai-config schematic that runs automatically during ng new with Ignite UI and can also be invoked standalone via ng generate @igniteui/angular-schematics:ai-config to add AI configuration to existing Angular projects.
  • feat(mcp): mcp server registry.modelcontextprotocol.io config by @dkalinovInfra in #1678
  • fix(react): Grid is missing in "Grids & Lists" components by @dkalinovInfra in #1676

Full Changelog: 15.0.1...15.1.0

15.1.0-beta.0

28 Apr 09:35
ecf7069

Choose a tag to compare

15.1.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: 15.0.0...15.1.0-beta.0