From 36921089aa4c2d366711f287de0284107b6e895b Mon Sep 17 00:00:00 2001 From: lipata Date: Wed, 13 Dec 2023 14:44:23 +0200 Subject: [PATCH 1/2] chore: release 13.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/cli/package.json | 6 +++--- packages/core/package.json | 2 +- packages/igx-templates/package.json | 4 ++-- packages/ng-schematics/package.json | 6 +++--- 5 files changed, 30 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e09bf27a..58a0e705a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [13.1.0](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.1.0) (2023-12-13) + +🎉 This update includes: + +## React: +- `igniteui-cli` templates now uses latest react framework version [18.x](https://legacy.reactjs.org/versions/). +- `igniteui-cli` templates for the grid now uses the new [Ignite UI React IgrGrid](https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid) + +## Angular + - `igniteui-cli` and `@igniteui/angular-schematics` now generates [standalone angular](https://angular.io/guide/standalone-components) projects and standalone `igniteui-angular` components. Migrations are available for both - use `ng update` to apply them. + - `igniteui-cli` and `@igniteui/angular-schematics` keeps the old functionality and generates angular project and components using modules. + +## What's Changed +* feat(igr-ts): add igr-ts proj type by @onlyexeption in https://github.com/IgniteUI/igniteui-cli/pull/1146 +* Fix file name casing by @onlyexeption in https://github.com/IgniteUI/igniteui-cli/pull/1178 +* Update to standalone components by @jackofdiamond5 in https://github.com/IgniteUI/igniteui-cli/pull/1174 +* Migrate projectType in cli config by @jackofdiamond5 in https://github.com/IgniteUI/igniteui-cli/pull/1180 +* fix(igx): remove prod config for ng build by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1179 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.1.0 + # [13.0.2](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.1...v13.0.2) (2023-11-21) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 67c88a0a3..f185f864a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "13.1.0-beta.4", + "version": "13.1.0", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~17.1.1310-beta.4", - "@igniteui/cli-core": "~13.1.0-beta.4", + "@igniteui/angular-templates": "~17.1.1310", + "@igniteui/cli-core": "~13.1.0", "chalk": "^2.3.2", "fs-extra": "^3.0.1", "glob": "^7.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index ae5371e8c..52067ec8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "13.1.0-beta.4", + "version": "13.1.0", "description": "Base types and functionality for Ignite UI CLI", "repository": { "type": "git", diff --git a/packages/igx-templates/package.json b/packages/igx-templates/package.json index f892054d4..c29f6827d 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "17.1.1310-beta.4", + "version": "17.1.1310", "description": "Templates for Ignite UI for Angular projects and components", "repository": { "type": "git", @@ -12,7 +12,7 @@ "author": "Infragistics", "license": "MIT", "dependencies": { - "@igniteui/cli-core": "~13.1.0-beta.4", + "@igniteui/cli-core": "~13.1.0", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 63621eb05..5a1482814 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "17.1.1310-beta.4", + "version": "17.1.1310", "description": "Ignite UI for Angular Schematics for ng new and ng generate", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@angular-devkit/core": "~14.0.0", "@angular-devkit/schematics": "~14.0.0", - "@igniteui/angular-templates": "~17.1.1310-beta.4", - "@igniteui/cli-core": "~13.1.0-beta.4", + "@igniteui/angular-templates": "~17.1.1310", + "@igniteui/cli-core": "~13.1.0", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" }, From 1d5ccece7c74dc4f8e9ea9c96b04ce6d64b0cdb5 Mon Sep 17 00:00:00 2001 From: lipata Date: Wed, 13 Dec 2023 14:47:39 +0200 Subject: [PATCH 2/2] chore: add watch config for auth project --- .../igx-ts-legacy/projects/side-nav-auth/files/package.json | 1 + .../igx-ts/projects/side-nav-auth/files/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json b/packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json index fa75cb1f9..8bc0218b3 100644 --- a/packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json +++ b/packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve -o", "build": "ng build", + "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" }, diff --git a/packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json b/packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json index fa75cb1f9..8bc0218b3 100644 --- a/packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json +++ b/packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve -o", "build": "ng build", + "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" },