Skip to content

Releases: IgniteUI/igniteui-cli

4.0.0-beta.1

18 Feb 15:22
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1

This update brings a brand new project template for our Ignite UI for React product 🎉 . It also comes with a selection of predefined templates for our React components - Data Grid, Chars and Gauges. You can read more in our wiki

Features

  • Add Ignite UI for React project, grid, gauges and charts templates (#440) 8fca090

3.2.3

08 Feb 14:19
1a18ed3
Compare
Choose a tag to compare

3.2.3 (2019-02-08)

Enhancement

  • igx-ts: Improve code coverage of authentication project f73abc9

Bug Fixes

  • igx-ts: CRM Grid scenario breaks the application d0861c7

  • igx-ts: Add default styles to angular workspace for sass projects 1a18ed3

3.2.2

18 Jan 15:11
fee06e2
Compare
Choose a tag to compare

3.2.2

Features

  • Ignite UI for Angular: Add an empty project template #401 4bb8936

2.1.8

20 Dec 14:17
d428874
Compare
Choose a tag to compare

Update igx-ts project to use latest 6.x.x version of the igniteui-angular package

3.2.1 (2018-12-20)

20 Dec 14:53
060ca93
Compare
Choose a tag to compare
Merge pull request #428 from IgniteUI/dpetev/grid-summaries-migration

Attempt to migrate summaries operand change

3.2.0

13 Dec 18:38
060ca93
Compare
Choose a tag to compare

3.2.0 (2018-12-13)

This update brings enhancements to the way views can be added to a project. New streamlined project creation using Step by Step mode by lets you jump in directly to Ignite UI for Angular. Other framework and project options can be re-enabled through configuration.

Features

  • Updated Ignite UI for Angular projects to 7.1.0 and latest Angular CLI out of the box.
  • Support adding components with specified folder path. #381 (9fdc598)
  • add command: New --skip-route argument #368 (cbf3e08)
  • ts-transform: Ignite UI for Angular ng add support: Added IFileSystem and included functionality for file manipulation via Angular Schematics API (2cfbcfd)
  • config: Add step by step section to config interface and defaults (70b7a66)
  • step-by-step: Filter available frameworks/proj choices by configuration. Auto-select if single option remains. (a42bd1e)
  • step-by-step: Update default port in project config file every time the user sets custom port different than default. (76526a3)

Bug Fixes

  • igx-ts: Batch editing template relative dep path (24ffec9)
  • igx-ts: Grid Summaries template: Fix adding the component more than once. Updates for [email protected] PR #425

3.2.0-beta.1

13 Dec 17:42
dc136d2
Compare
Choose a tag to compare
3.2.0-beta.1 Pre-release
Pre-release

Features

  • Updated Ignite UI for Angular projects to 7.1.0 and latest Angular CLI out of the box.
  • Support adding components with specified folder path. #381 (9fdc598)
  • add command: New --skip-route argument #368 (cbf3e08)
  • ts-transform: Ignite UI for Angular ng add support: Added IFileSystem and included functionality for file manipulation via Angular Schematics API (2cfbcfd)
  • config: Add step by step section to config interface and defaults (70b7a66)
  • step-by-step: Filter available frameworks/proj choices by configuration. Auto-select if single option remains. (a42bd1e)
  • step-by-step: Update default port in project config file every time the user sets custom port different than default. (76526a3)

Bug Fixes

  • igx-ts: Batch editing template relative dep path (24ffec9)
  • igx-ts: Grid Summaries template: Fix adding the component more than once. Updates for [email protected] PR #425

3.2.0-beta.0

12 Dec 16:57
03158e8
Compare
Choose a tag to compare
3.2.0-beta.0 Pre-release
Pre-release

Features

  • Support adding component with folder path. #381 (9fdc598)
  • add command: new --skip-route argument #368 (cbf3e08)
  • ts-transform: Ignite UI for Angular ng add support: Added IFileSystem and included functionality for file manipulation via Angular Schematics API (2cfbcfd)
  • step-by-step: Update default port in project config file every time the user sets custom port different than default. (76526a3)

3.1.0

30 Nov 15:45
Compare
Choose a tag to compare

3.1.0 (2018-11-30)

Features

  • Ignite UI for Angular:
    • igx-ts: Update Ignite UI for Angular projects to 7.0.0 and ng cli latest (b4f37bf)
    • schematics: Add schematic for initial support of "ng add igniteui-angular" (#410) (cac7feb)
    • igxGrid: Updating the batch editing template (e3795d5)
  • ig-ts: Update igniteui-angular-wrappers & Angular7 to v7 #411 (6e503f3)
  • js, react: updating Ignite UI for JavaScript packages to 18.2 (65d6c73)

3.0.1

23 Nov 09:59
Compare
Choose a tag to compare

Bug Fixes

  • npm: fixed an issue where global package install could fail on Windows if one of the native commands is not available (160bfea), PR #409