Releases: IgniteUI/igniteui-cli
2.1.1
2.1.0
2.1.0 (2018-08-17)
Bug Fixes
- step-by-step: add an end separator for longer lists (76aa019)
- step-by-step, igx: select Grids & Lists group by default (3d368d9)
- templates:angular: active features no longer shows up if no features are selected in Custom Grid Template (bb0ba68)
- templates:angular: add module dependencies to angular templates, #321 (6dd15cd)
- templates:angular: more blank space before URL in featureUrls array (0625a66)
- templates:angular: update readme links in angular templates, #321 (34311e5)
Features
-
templates:calendar: add a template for igxCalendar #333 (e281fe0)
-
templates:dialog: add a dialog template (7f1d5ab)
-
templates:grid multicolumn headers: add multicolumn headers template #340 (e1acab5)
-
templates:input group: add input group form view template #338 (062875e)
-
step-by-step: add
groupPriority
to sort components within a group #303 (ca77f5b) -
templates:angular: add links to documentation on enabled features in custom grid template (d1e94b2)
-
add a ComponentGroup interface to describe groups in step by step (71d3535)
-
templates: radial gauge/lineargauge/bulletgraph Add sample templates for Radial and Linear Gauge and Bulletgraph #319 (4986508)
-
step-by-step Default project names and components have uniquie name suggestion based on the folder structure #215 #216 (d779991)
-
step-by-step Update default project name to IG Project #216 (fbf7d4a)
-
step-by-step add descriptions to the groups, compoents and templates. #218 (1768729)
2.0.0
2.0.0 (2018-07-21)
Bug Fixes
- igx-ts: make sure the content contained stretches to the available space (9c34970)
- igx-ts: properly generate angular.json with project name (89cd0c7)
- igx-ts: Keep "**" wildcard last position when adding new routes (4a3282a)
- igx-grid: Basic Grid template: change the date column values with real dates (917c727)
- igx-charts: add animations module to spec imports (785e035)
Features
-
add
ng update
migration schematic (5bb5dc7)You can now run
ng update igniteui-cli
in Ignite UI for Angular projects. This will also update installedigniteui-angular
andigniteui-angular-charts
packages. -
step by step: add 'Back' option when adding a Component or View in the Step by step mode, closes #293 (5931f98, bdcbc18)
-
add command: add support for choosing destination module in Angular projects #273 (c60f017)
-
start command: Select port to run via start command or Step by step mode #272 (#308)
-
igx-ts: Update Ignite UI for Angular project to 6.1.1 (38bd53f)
-
igx-ts: Update project to latest Angular CLI 6.0.8 (79103ad)
-
igx-charts: Update Ignite UI for Angular charts for new 6.x package (6581aa7)
-
igx-ts: Optional theme support for Ignite UI for Angular projects, closes #272 (c94e1a6)
-
igx-ts: Added 404 routing and view (e2fbafd)
-
igx-ts: Added routing on uncaught error. (37f9062)
-
igx-ts: Add template for
IgxCombo
(#301) (65721a8), closes #298 -
igx-ts: Monster Grid view updated with search functionality and renamed to "CRM Grid". #287 (#288) (992bda3)
-
jquery: Changing the menu from horizontal to vertical + improvements for jQuery projects #211 (#307)
-
react: Changing the menu from horizontal to vertical + improvements for React projects (019f0e7)
-
angular-wrappers: Changing the menu from horizontal to vertical + improvements for Angular Wrappers projects #279 (#316)
v2.0.0-beta.0: Merge pull request #316 from IgniteUI/dpetev/ng-wrappers-layout
Ignite UI Angular Wrappers project navigation layout update
1.3.4
1.3.3
1.3.2
v1.3.2-beta.0
Merge pull request #286 from IgniteUI/IGanchev/update-angular-wrapper…
v1.3.1: Merge pull request #268 from IgniteUI/IGanchev/update-grid-ux
Update Data Collection section
Update monster grid template
1.3.0
1.3.0 (2018-04-30)
Bug Fixes
- igniteui-angular: Swap proj name and welcome msg. e2e test for app host. (846acdc)
- igniteui-angular: lint, typescript transforms respect editorconfig/tslint (2f6ba24)
- igniteui-angular: Fix igx tests caused by modules renaming. (ccaf0ec)
- igx-tab: rename igx-tab to igx-bottom-nav (7cd792e), closes #244
- igniteui-angular-wrappers: Grid Templating DS file update because of naming collitions and Chart template fix. (97bbd2f)
- igniteui-angular-wrappers: enable hierarchical for feature generation (90014b8)
- fix for set command to set empty array to an array type property instead of string like "[]" (d4de501)
- jQuery package name generation, apply to react/angular wrappers (2a5537c)
- local config check when cwd is user folder (global) (bfcbbec)
- prevent templates from being loaded again when updating projects (0b81ec2)
Features
- add doc command (d19ef81), closes #66
- add list command (#203) (1f532ef)
- add
ig test
command and project setup #69:- igniteui-angular: add e2e flag for igx-ts framework. (16f1be1) #69
- igniteui-angular-wrappers: Initial angular-wrappers test config and BarChart test. (e283375)
- igniteui-angular-wrappers: ig-ts project - add initial unit tests for components. (881948b)
- jquery: Initial jQuery test configuration for Karma and QUnit. (168a6e7)
- react: Initial react test configuration for Jest and Enzyme. (322c558)
- igniteui-angular: new dependency objects for Ignite UI for Angular templates (a8e2200) #200
- igniteui-angular: allow template variables in igniteui-angular template dependencies (2bddcd7) #200
- igniteui-angular: add
igx-time-picker
template with initial value (ef15214) - igniteui-angular: add Category and Financial Chart templates (1ac7eba), closes #251 #252
- igniteui-angular: add Custom Grid template with selectable features (d2bcfda)
- igniteui-angular: enable required IE11 polyfills by default #250 (0098bb0)
- igniteui-angular: Update awesome grid to latest sample state. (03bcc4d)
- add Google Analytics to CLI application (0127684)
- add npm package dependencies support for templates (0b65ed9) #192
- add validation for configuration options in config set command (2a43650)
BREAKING CHANGES
- igx-tab: Template id
tabbar
is renamed tobottom-nav