Releases: IgniteUI/igniteui-cli
Releases · IgniteUI/igniteui-cli
15.3.1-beta.1
Full Changelog: 15.3.0...v15.3.1-beta.1
15.3.0
15.3.0 (2026-06-09)
What's Changed
- New
side-nav-miniproject template: Added a collapsible mini navigation project template for Angular, React, and Web Components. The template provides a compact side navigation that collapses to icon-only mode, following the same layout and responsiveness patterns as the standardside-navtemplate. #1716 - Templates — Side Navigation layout alignment: Unified the Side Navigation template layout, styles, and responsiveness across Angular, React, and Web Components, including an improved auth template UI and selection flow. #1721, #1725
- Templates — Empty project alignment: Aligned empty project base templates across frameworks — consistent home page markup, scoped styles, and updated GitHub icon usage via
material-icons-extended. #1715 - fix(cli): Fixed jQuery theme assets not being copied during project scaffolding. #1723
- fix(mcp): Excluded the constructor from the methods section in
get_api_referenceresponses. #1722
Full Changelog: 15.2.2...15.3.0
15.2.2
What's Changed
- Template package updates: updated scaffolded package references for Angular, React, and Web Components templates —
igniteui-angularto~21.2.5,igniteui-react/igniteui-react-grids/igniteui-react-dockmanagerto~19.7.0,igniteui-webcomponentsto~7.2.0, andigniteui-webcomponents-gridsto~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_referencetool 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: Theget_api_referencetool now accepts an optionalmemberparameter to return a single property, method, or event entry instead of the full component (for examplemember="checked"). It takes precedence oversection, toleratesComponent#memberfragment-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-configcommand 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
refactor: rename PACKAGE_MIN_BYTES to FRAMEWORK_MIN_BYTES and simplif…
15.2.2-alpha.2
15.2.2-alpha.2
15.2.2-alpha.1
15.2.2-alpha.1
15.2.2-alpha.0
15.2.2-alpha.0
15.2.1
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
chore: update package versions to 15.2.1-alpha.3 and 21.2.1521-alpha.…
15.2.0
What's Changed
- Updated
ig ai-configcommand:- Added AI coding assistance integration for Blazor projects by @Marina-L-Stoyanova in #1688
- Now accepts a
--framework/-foption 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