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