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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 15.7.0 (2026-09-15)

## What's Changed
* **feat(angular):** Added Angular templates for Ripple, Simple Combo, Slider, Snackbar, Splitter, Switch, and Toast, with related action strip and chat template updates. [#1794](https://github.com/IgniteUI/igniteui-cli/pull/1794)
* **feat(webcomponents):** Added Web Components templates for Snackbar, Splitter, Stepper, Theme Provider, Tile Manager, Toast, Toggle Button, Tooltip, and Virtual Scroll. [#1789](https://github.com/IgniteUI/igniteui-cli/pull/1789)
* **feat(react):** Added missing React `igr-ts` component templates and related styles and tests. [#1796](https://github.com/IgniteUI/igniteui-cli/pull/1796)
* **fix(cli):** Improved framework menu visibility and made the `None` option exclusive in AI configuration selections. [#1788](https://github.com/IgniteUI/igniteui-cli/pull/1788)
* **fix(schematics):** Resolved the valid project template before upgrading packages. [#1799](https://github.com/IgniteUI/igniteui-cli/pull/1799)
* **fix(templates):** Removed MCP configuration files from generated project templates. [#1800](https://github.com/IgniteUI/igniteui-cli/pull/1800)

# 15.6.1 (2026-09-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.6.1",
"version": "15.7.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": "~22.1.1561",
"@igniteui/cli-core": "~15.6.1",
"@igniteui/mcp-server": "~15.6.1",
"@igniteui/angular-templates": "~22.1.1570",
"@igniteui/cli-core": "~15.7.0",
"@igniteui/mcp-server": "~15.7.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.6.1",
"version": "15.7.0",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/prompt/ExclusiveCheckbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import {
usePrefix,
useState,
type Status,
type Theme,
} from "@inquirer/core";
import { Separator } from "@inquirer/prompts";
import { styleText } from "node:util";
import type { PartialDeep } from "@inquirer/type";
import type { Theme } from "@inquirer/core";

export type ExclusiveCheckboxChoice<Value> = {
value: Value;
Expand Down
3 changes: 1 addition & 2 deletions packages/core/prompt/InquirerWrapper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { checkbox, confirm, input, select, Separator } from '@inquirer/prompts';
import type { Context } from '@inquirer/type';
import type { PartialDeep } from '@inquirer/type';
import type { Context, PartialDeep } from '@inquirer/type';
import type { Theme } from '@inquirer/core';
import { exclusiveCheckbox, type ExclusiveCheckboxChoice } from "./ExclusiveCheckbox";

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.6.1",
"version": "15.7.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.6.1",
"version": "15.7.0",
"packages": [
{
"registryType": "npm",
"identifier": "@igniteui/mcp-server",
"version": "15.6.1",
"version": "15.7.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": "22.1.1561",
"version": "22.1.1570",
"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.6.1",
"@igniteui/cli-core": "~15.7.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": "22.1.1561",
"version": "22.1.1570",
"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": "^22.0.0",
"@angular-devkit/schematics": "^22.0.0",
"@igniteui/angular-templates": "~22.1.1561",
"@igniteui/cli-core": "~15.6.1",
"@igniteui/angular-templates": "~22.1.1570",
"@igniteui/cli-core": "~15.7.0",
"@schematics/angular": "^22.0.0",
"minimatch": "^10.0.1",
"rxjs": "~7.8.1",
Expand Down
Loading