Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 15.3.0 (2026-06-09)

## What's Changed
* **New `side-nav-mini` project 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 standard `side-nav` template. [#1716](https://github.com/IgniteUI/igniteui-cli/pull/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](https://github.com/IgniteUI/igniteui-cli/pull/1721), [#1725](https://github.com/IgniteUI/igniteui-cli/pull/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](https://github.com/IgniteUI/igniteui-cli/pull/1715)
* **fix(cli):** Fixed jQuery theme assets not being copied during project scaffolding. [#1723](https://github.com/IgniteUI/igniteui-cli/pull/1723)
* **fix(mcp):** Excluded the constructor from the methods section in `get_api_reference` responses. [#1722](https://github.com/IgniteUI/igniteui-cli/pull/1722)

# 15.2.2 (2026-06-01)

## What's Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igniteui-cli",
"version": "15.2.2",
"version": "15.3.0",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -66,9 +66,9 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~21.2.1522",
"@igniteui/cli-core": "~15.2.2",
"@igniteui/mcp-server": "~15.2.2",
"@igniteui/angular-templates": "~21.2.1530",
"@igniteui/cli-core": "~15.3.0",
"@igniteui/mcp-server": "~15.3.0",
"@inquirer/prompts": "^7.9.0",
"chalk": "^5.3.0",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/cli-core",
"version": "15.2.2",
"version": "15.3.0",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 15.3.0 (2026-06-10)
* **fix(mcp):** Excluded the constructor from the methods section in `get_api_reference` responses. [#1722](https://github.com/IgniteUI/igniteui-cli/pull/1722)

## 15.2.2 (2026-06-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/igniteui-mcp/igniteui-doc-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@igniteui/mcp-server",
"mcpName": "io.github.IgniteUI/mcp-server",
"version": "15.2.2",
"version": "15.3.0",
"description": "Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/igniteui-mcp/igniteui-doc-mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"source": "github",
"url": "https://github.com/IgniteUI/igniteui-cli"
},
"version": "15.2.2",
"version": "15.3.0",
"packages": [
{
"registryType": "npm",
"identifier": "@igniteui/mcp-server",
"version": "15.2.2",
"version": "15.3.0",
"transport": {
"type": "stdio"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/igx-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-templates",
"version": "21.2.1522",
"version": "21.2.1530",
"description": "Templates for Ignite UI for Angular projects and components",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"author": "Infragistics",
"license": "MIT",
"dependencies": {
"@igniteui/cli-core": "~15.2.2",
"@igniteui/cli-core": "~15.3.0",
"typescript": "~5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-schematics",
"version": "21.2.1522",
"version": "21.2.1530",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@angular-devkit/core": "^21.0.0",
"@angular-devkit/schematics": "^21.0.0",
"@igniteui/angular-templates": "~21.2.1522",
"@igniteui/cli-core": "~15.2.2",
"@igniteui/angular-templates": "~21.2.1530",
"@igniteui/cli-core": "~15.3.0",
"@schematics/angular": "^21.0.0",
"minimatch": "^10.0.1",
"rxjs": "~7.8.1"
Expand Down