Skip to content

Latest commit

 

History

History
2263 lines (1331 loc) · 120 KB

CHANGELOG.md

File metadata and controls

2263 lines (1331 loc) · 120 KB

14.0.2 (2024-09-20)

What's Changed

  • Provide default package name in config for igx-ts projects by @jackofdiamond5 in #1320

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v14.0.1...v14.0.2

14.0.1 (2024-09-05)

What's Changed

  • chore(react): increase build ram by @Lipata in #1314

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v14.0.0...v14.0.1

14.0.0 (2024-08-23)

What's Changed

  • Implement an AST transformer by @jackofdiamond5 in #1238
  • build(deps): bump socket.io from 4.5.1 to 4.7.5 by @dependabot in #1257
  • Chore(webc): Bump the template versions. by @valadzhov in #1259
  • chore(webc): Bump the version of @web/dev-server in the WebC templates by @valadzhov in #1260
  • Added mock implementations of HTMLElement.prototype functions that ar… by @ivanvpetrov in #1263
  • chore(webc): Bump the igniteui-webcomponent's version in the templates. by @valadzhov in #1267
  • build(deps): bump socket.io-parser from 4.2.0 to 4.2.4 by @dependabot in #1272
  • chore(WebComponents): igniteui-webcomponents version bump, adding banner, divider and date picker templates by @valadzhov in #1273
  • Adding schema to template dependency by @dafo in #1269
  • chore(webc): Add @types/mocha to the WebComponents templates - master by @valadzhov in #1280
  • chore(ng): update [email protected]; [email protected]; remove force - master by @jackofdiamond5 in #1277
  • Add new lines in base app-routes file by @onlyexeption in #1284
  • Refactor the ReactTypeScriptFileUpdate by @jackofdiamond5 in #1251
  • Add a WebComponentsTypeScriptFileUpdate by @jackofdiamond5 in #1250
  • TypeScriptFileUpdate refactoring by @jackofdiamond5 in #1243
  • Turn off no-explicit-any rule for wc by @mtsvyatkova in #1288
  • add test files for app component in WC and Angular by @onlyexeption in #1286
  • Added overriding app.test.tsx for default top navigation template by @ivanvpetrov in #1289
  • Adding 'ng lint' command in Angular Standalone templates by @Marina-L-Stoyanova in #1299
  • Angular - apply mutations on configureTestingModule metadata by @jackofdiamond5 in #1293
  • Use placeholders in side-nav projects by @jackofdiamond5 in #1307
  • Move creation of nodes from ast transformer to a new node factory class by @jackofdiamond5 in #1308

New Contributors

  • @mtsvyatkova made their first contribution in #1288

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v14.0.0

13.4.4 (2024-09-05)

What's Changed

  • chore(react): increase build ram by @Lipata in #1313

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v13.4.4

13.4.3 (2024-08-22)

What's Changed

  • Clean up templates of redundant imports & use placeholders by @jackofdiamond5 in #1306

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.2...v13.4.3

13.4.2 (2024-08-06)

What's Changed

  • Adding 'ng lint' command in Angular Standalone templates 13.4 by @Marina-L-Stoyanova in #1301
  • Updating lint versions and adding lint configuration in angular.json … by @Marina-L-Stoyanova in #1304
  • Providing class name to routing if we don't want to use the first cla… by @dafo in #1302

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.1...v13.4.2

13.4.1 (2024-07-24)

What's Changed

  • chore(*): update to ng 18.1 by @Lipata in #1287

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.0...v13.4.1

13.4.0 (2024-07-22)

🎉 This update includes:

  • igniteui-angular version 18.1.0.

What's Changed

  • chore(ng): update [email protected]; [email protected]; remove force by @Lipata in #1276
  • Adding schema to template dependency 13.4.x by @jackofdiamond5 in #1279
  • chore(webc): Add @types/mocha to the WebComponents templates - 13.4.x by @valadzhov in #1283
  • fix(igr-ts): add new lines in base app routes file by @onlyexeption in #1285

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.3.3...v13.4.0

13.3.3 (2024-07-16)

What's Changed

  • Adding schema to template dependency 13.3.x by @jackofdiamond5 in #1278
  • chore(webc): Add @types/mocha to the WebComponents templates - 13.3.x by @valadzhov in #1281

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.3.2...v13.3.3

13.3.2 (2024-07-04)

What's Changed

  • chore(WebComponents): igniteui-webcomponents version bump, adding banner, divider and date picker templates - 13.3.x by @valadzhov in #1274

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.3.1...v13.3.2

13.3.1 (2024-06-28)

What's Changed

  • bump the template versions by @valadzhov in #1259
  • bump web dev server in webc templates by @valadzhov in #1261
  • Added mock implementations of HTMLElement.prototype functions in test setup by @ivanvpetrov in #1265

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.3.0...v13.3.1

13.3.0 (2024-06-03)

🎉 This update includes:

  • igniteui-angular version 18.0.0.

What's Changed

  • chore(ng): update to ng 18 by @jackofdiamond5 in #1252

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.2.0...v13.2.1

13.2.5 (2024-08-06)

What's Changed

  • Adding 'ng lint' command in Angular Standalone templates 13.2 by @Marina-L-Stoyanova in #1300
  • Updating lint versions and adding lint configuration in angular.json … by @Marina-L-Stoyanova in #1303
  • Providing class name to routing if we don't want to use the first class in file by @dafo in #1297

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.2.4...v13.2.5

13.2.4 (2024-07-16)

What's Changed

  • Adding schema to template dependency 13.2.x by @dafo in #1270
  • chore(webc): Add types/mocha to the WebComponents templates - 13.2.x by @valadzhov in #1282

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.2.3...v13.2.4

13.2.3 (2024-07-04)

What's Changed

  • chore(WebComponents): igniteui-webcomponents version bump, adding banner, divider and date picker templates - 13.2.x by @valadzhov in #1275

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.2.2...v13.2.3

13.2.2 (2024-06-28)

What's Changed

  • bump the template versions by @valadzhov in #1259
  • bump web dev server in webc templates by @valadzhov in #1261
  • Added mock implementations of HTMLElement.prototype functions in test setup by @ivanvpetrov in #1265

13.2.1 (2024-05-9)

🎉 This update includes:

  • igniteui-webcomponents version 4.9.0.

What's Changed

  • chore(wc): update with latest version by @Lipata in #1249

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.2.0...v13.2.1

13.2.0 (2024-04-29)

🎉 This update includes:

  • igniteui-angular version 17.2.0.

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.16...v13.2.0

13.1.16 (2024-04-28)

What's Changed

  • fix(react): fix null type build error in main.tsx by @teodosiah in #1242
  • chore(ng standalone): add stylePreprocessorOptions for test by @Lipata in #1244
  • chore(*): update node in publish and all templates by @Lipata in #1245

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.15...v13.1.16

13.1.15 (2024-04-12)

What's Changed

  • Remove igniteui-react related dependencies by @igdmdimitrov in #1234

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.14...v13.1.15

13.1.14 (2024-04-11)

What's Changed

  • fix: include js files in ng-schematics/scripts w/ newer npm version by @Lipata in #1240

13.1.13 (2024-04-11)

What's Changed

  • feat(react): turn off no-explicit-any in eslint by @igdmdimitrov in #1230
  • Remove obsolete classes in app.tsx by @onlyexeption in #1231
  • chore: update typescript; migrate to eslint by @jackofdiamond5 in #1235
  • fix: fix yml script placeholder delimiters by @onlyexeption in #1239
  • fix(igr-ts): lint ignore unused vars prefix; ts strict by @onlyexeption in #1232
  • fix(cli-templetes): Replaced index.html <title> to ApplicationTitle as placeholder by @ivanvpetrov in #1237

New Contributors

  • @ivanvpetrov made their first contribution in #1237

13.1.12 (2024-03-21)

🎉 This update includes upgrade-packages command for web components and react.

In a project with igniteui-webcomponents or igniteui-react use the following command:

ig upgrade-packages

License FAQ and Installation for web components

License FAQ and Installation for react

What's Changed

  • feat(cli): upgrade packages for React and WC by @igdmdimitrov in #1198
  • fix: add elements internal polyfill to base template by @onlyexeption in #1225
  • indentation across igr-ts projects by @onlyexeption in #1223
  • build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #1226
  • fix(Imports): Fixed class import path in .test.ts by @gedinakova in #1224
  • fix(Lint): Fixed styles typing in style-utils by @gedinakova in #1222
  • Generate default route redirect in React by @wnvko in #1227
  • Generate default redirect routes for NG by @jackofdiamond5 in #1228

New Contributors

  • @igdmdimitrov made their first contribution in #1198

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.11...v13.1.12

13.1.11 (2024-03-12)

What's Changed

  • Update react base template by @wnvko in #1221

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.10...v13.1.11

13.1.10 (2024-03-11)

What's Changed

  • Updating igx-ts-legacy base template by @dafo in #1216

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.9...v13.1.10

13.1.9 (2024-03-05)

What's Changed

  • Remove a redundant empty line in the routing file by @jackofdiamond5 in #1215

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.8...v13.1.9

13.1.8 (2024-02-29)

What's Changed

  • chore(ng): update budget by @Lipata in #1214

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.7...v13.1.8

13.1.7 (2024-02-28)

What's Changed

  • fix(WebComponents): Removing an unnecessary quote from package.json by @valadzhov in #1213

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.6...v13.1.7

13.1.6 (2024-02-26)

🎉 This update includes:

  • igniteui-angular version 17.1.0.

What's Changed

  • chore: update wc refs by @Lipata in #1202
  • Bump proj deps to 17.1 by @jackofdiamond5 in #1200
  • fix(React): Add styles to support dark themes #29410 by @gedinakova in #1205
  • Lazy load routes by @jackofdiamond5 in #1207
  • Provide http client by @jackofdiamond5 in #1209
  • feat(ng-add): add setup config provideAnimations by @damyanpetev in #1211
  • chore(*): fix lint errors by @Lipata in #1212
  • Remove the default 'Titillium' font from the Angular base project by @viktorkombov in #1203

New Contributors

  • @gedinakova made their first contribution in #1205

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.5...v13.1.6

13.1.5 (2024-01-31)

What's Changed

  • chore: use patch versions instead of minor one by @Lipata in #1201

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v.13.1.4...v13.1.5

13.1.4 (2024-01-26)

What's Changed

  • feat: add style-utils file to base project by @onlyexeption in #1195
  • refactor(projects-routes): update indentation by @jackofdiamond5 in #1197

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.3...v13.1.4

13.1.3 (2024-01-17)

What's Changed

  • Enable binding information from the Router state to the components' inputs by @viktorkombov in #1196
  • fix(igr-ts): add github workflows folder by @onlyexeption in #1192
  • React - open browser on app start by @onlyexeption in #1187
  • Replace base app name with placeholders by @jackofdiamond5 in #1194
  • Bump the version of WebComponents by @valadzhov in #1189
  • build(deps): bump follow-redirects from 1.15.0 to 1.15.4 by @dependabot in #1193

New Contributors

  • @viktorkombov made their first contribution in #1196

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.2...v13.1.3

13.1.2 (2024-01-02)

What's Changed

  • Resolve proj lib by type by @jackofdiamond5 in #1188

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.1...v13.1.2

13.1.1 (2023-12-14)

What's Changed

  • In lowerDashed do not add dash before numbers by @wnvko in #1182
  • chore(angular): Add standalone=false variable to angular.json by @valadzhov in #1186

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.0...v13.1.1

13.1.0 (2023-12-13)

🎉 This update includes:

React:

  • igniteui-cli templates now uses latest react framework version 18.x.
  • igniteui-cli templates for the grid now uses the new Ignite UI React IgrGrid

Angular

  • igniteui-cli and @igniteui/angular-schematics now generates standalone angular 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 #1146
  • Fix file name casing by @onlyexeption in #1178
  • Update to standalone components by @jackofdiamond5 in #1174
  • Migrate projectType in cli config by @jackofdiamond5 in #1180
  • fix(igx): remove prod config for ng build by @Lipata in #1179

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.1.0

13.0.2 (2023-11-21)

What's Changed

  • chore: Update IgniteUI Angular Wrappers and Karma Jasmine HTML Reporter by @valadzhov in #1175

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.1...v13.0.2

13.0.1 (2023-11-15)

What's Changed

  • chore(igx): update DV components by @Lipata in #1173
  • Update Utils.LowerDashed function by @wnvko in #1171

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.0...v13.0.1

13.0.0 (2023-11-09)

🎉 This update includes:

  • igniteui-angular version 17.0.0.

What's Changed

  • CLI templates update for Angular 17 by @valadzhov in #1169
  • mass merge from 12.0.x to master by @Lipata in #1126
  • build(deps): bump @babel/traverse from 7.18.2 to 7.23.2 by @dependabot in #1160

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v12.0.6...v13.0.0

12.0.6 (2023-10-02)

What's Changed

  • remove ng update package groups by @lipata in #1151

12.0.5 (2023-07-18)

What's Changed

  • Fix memory allocation issue during build of webComponent app that uses igc-category-chart by @dkalinovInfra in #1143

12.0.4 (2023-07-18)

What's Changed

  • Fix memory allocation issue during build of webComponent app that uses igc-category-chart by @dkalinovInfra in #1143

12.0.3 (2023-06-28)

What's Changed

  • update web components' libraries to 4.3.0 by @lipata in #1137
  • Removing ts-node from Angular proj by @dafo in #1138

12.0.2 (2023-06-02)

What's Changed

  • Angular Wrappers package.json update by @valadzhov in #1130
  • chore(igx): update DV 16 by @Lipata in #1136
  • chore(igx-ts): remove igniteui-theming package by @Lipata in #1134
  • chore(igx): enable back strict true by @Lipata in #1090

12.0.1 (2023-05-25)

  • Adding NoopAnimationsModule and removing FormsModule. by @valadzhov in #1125
  • Removing "on" prefix from event names. by @valadzhov in #1128
  • chore(igx): add explicitely igniteui-theming package by @Lipata in #1132
  • Аngular problems by @Lipata in #1115

12.0.0 (2023-05-15)

🎉 This update includes:

  • igniteui-angular version 16.0.0.

What's Changed

  • add base_with_home proj to igx-templates by @onlyexeption in #1118
  • update to 16 by @Lipata in #1120
  • Suppress rollup and babel warnings by @dafo in #1123
  • fix(grid): Adding missing packages to the grid template #1109 by @valadzhov & @dafo in #1119
  • Removing the context method which caused the Angular project tests to fail by @valadzhov in #1124

11.1.2 (2023-05-25)

  • chore(igx): add explicitely igniteui-theming package by @Lipata in #1132

11.1.1 (2023-04-11)

  • Changing the babel function call by @valadzhov in #1113
  • Adding the $surface argument by @valadzhov in #1114
  • Separate config files for the WebComponents application and the tests by @valadzhov in #1111

11.1.0 (2023-03-23)

🎉 This update includes:

  • igniteui-angular version 15.1.0.

What's Changed

  • fix(igx-ts): updating dependencies #1099 by @kdinev in #1102
  • Update angular packages to 15.2 by @IvayloG in #1106

11.0.3 (2023-04-11)

  • Adding the $surface argument by @valadzhov in #1114

11.0.2 (2022-12-16)

  • Update packages in the web components project by @PlamenaMiteva in #1097
  • chore: remove igniteui-theming reference by @Lipata in #1101

11.0.1 (2022-12-16)

🎉 This update includes:

  • igniteui-angular-core version 15.0.0
  • igniteui-angular-charts version 15.0.0
  • igniteui-angular-gauges version 15.0.0
  • igniteui-angular-maps version 15.0.0

11.0.0 (2022-11-22)

🎉 This update includes:

  • igniteui-angular version 15.0.0.

What's Changed

  • chore: update wtih agnular 15.0.0-rc.3 by @Lipata in #1086
  • Create codeql-analysis.yml by @kdinev in #1005
  • Add lint file for web components by @PlamenaMiteva in #1085

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/v10.1.0...v11.0.0

  • Note: Version bump only for package igniteui/cli-core
  • chore: update wtih agnular 15.0.0-rc.3 by @Lipata in #1086
  • Create codeql-analysis.yml by @kdinev in #1005
  • chore: update wtih agnular 15.0.0-rc.3 by @Lipata in #1086
  • chore: update wtih agnular 15.0.0-rc.3 by @Lipata in #1086
  • Create codeql-analysis.yml by @kdinev in #1005
  • Add lint file for web components by @PlamenaMiteva in #1085

10.1.0 (2022-11-02)

🎉 This update includes:

igniteui-webcomponents version 4.0.0, and several improvements for the web-components generation.

What's Changed

  • Add base template for Web Components by @wnvko in #1058
  • Fix global styles by @wnvko in #1064
  • Fix background fallback color by @wnvko in #1065
  • Support for nested routing modules by @dafo in #1060
  • Adding width: 100% to router-outlet elements by @dafo in #1066
  • Provide default options when adding a template by @dafo in #1070
  • Adding styles to base project by @dafo in #1072
  • Updating icon-button template by @dafo in #1073
  • Set styles for img and video elements by @dafo in #1074
  • GitHub actions for Web Components by @valadzhov in #1075
  • Generate single quotes in paths by @wnvko in #1076
  • Updating the GitHub yml file for Web Components by @valadzhov in #1077
  • Updating the yml file for the Web Components GitHub by @valadzhov in #1078
  • Add .npmrc to wc proj template by @jackofdiamond5 in #1079
  • chore: update ig-scrollbar according to 4.0.0 by @Lipata in #1081

Full Changelog: https://github.com/IgniteUI/igniteui-cli/compare/10.0.5...v10.1.0

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates
  • Note: Version bump only for package igniteui/angular-schematics
  • All igniteui-webcomponents 4.0.0 changes, listed above.

10.0.5 (2022-09-19)

🎉 This update includes:

  • igniteui-webcomponents version 3.4.0, including templates for igc-tabs, igc-accordion, igc-date-time-input, igc-rating.

  • igniteui-angular version 14.1.0.

  • igniteui-angular-core version 14.1.0

  • igniteui-angular-charts version 14.1.0

  • igniteui-angular-gauges version 14.1.0

  • igniteui-angular-maps version 14.1.0

  • Note: Version bump only for package igniteui/cli-core
  • All Angular 14.1.0 changes, listed above.
  • Note: Version bump only for package igniteui/angular-schematics
  • All igniteui-angular 14.1.0 & igniteui-webcomponents 3.4.0 changes, listed above.

10.0.4 (2022-07-18)

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates
  • fix(schematics): cli-config and ng add schematics applied for all the projects #1048
  • Note: Version bump only for package igniteui-cli

10.0.3 (2022-06-30)

  • Note: Version bump only for package igniteui/cli-core

Bug Fixes:

  • fix(igx-templates) - do not use strict version of 'igniteui-angular' package
  • Note: Version bump only for package igniteui/angular-schematics

Bug Fixes:

  • fix(igx-templates) - do not use strict version of 'igniteui-angular' package

10.0.2 (2022-06-29)

🎉 This update includes:

  • igniteui-webcomponents version 3.2.0.
  • igniteui-angular-core version 14.0.0
  • igniteui-angular-charts version 14.0.0
  • igniteui-angular-gauges version 14.0.0
  • igniteui-angular-maps version 14.0.0
  • package-manager: remove the skip, setting up child install tasks for new projects (f85d7b4)
    • igx-ts: Updating DV components to 14 by @dafo in #1037
  • Note: Version bump only for package igniteui/angular-schematics
  • Update Webcomponents projects to use ignite UI forWebcomponents 3.2.0 #1029 by dafo in #1038
  • Add new Web Components: drop-down, expansion panel, tree #1039 by @dafo in #1040
  • igx-ts: Updating DV components to 14 by @dafo in #1037

10.0.1 (2022-06-17)

Bug Fixes

  • package-manager: skip setting up child install tasks for new projects (de2a134)
  • Note: Version bump only for package igniteui/angular-templates
  • Note: Version bump only for package igniteui/angular-schematics
  • Note: Version bump only for package igniteui-cli

10.0.0 (2022-06-09)

🎉 This update includes:

  • igniteui-angular version 14.0.0.
  • Note: Version bump only for package igniteui/cli-core
  • Update to igniteui-angular 14.0.0 by @dafo in #1025
  • Note: Version bump only for package igniteui/angular-schematics
  • Update to igniteui-angular 14.0.0 by @dafo in #1025

9.2.0 (2022-05-26)

🎉 This update includes:

  • igniteui-angular version 13.2.0.
  • Note: Version bump only for package igniteui/cli-core
  • Update to igniteui-angular 13.2.0 by @dafo in #1026
  • Note: Version bump only for package igniteui/angular-schematics
  • Update to igniteui-angular 13.2.0 by @dafo in #1026

9.1.4 (2022-05-20)

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates

Bug Fixes

  • schematics: refactor(theme-import): Place sass/scss imports before content. (fb5e4d3)

Bug Fixes

  • schematics: refactor(theme-import): Place sass/scss imports before content. (fb5e4d3)

9.1.3 (2022-05-19)

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates

Bug Fixes

  • schematics: Use @use rule to add default theming module #1023 (fc16535)

Bug Fixes

  • schematics: Use @use rule to add default theming module #1023 (fc16535)

9.1.2 (2022-05-16)

  • Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • Note: Version bump only for package igniteui/angular-schematics

9.1.1 (2022-03-18)

🎉 This update includes:

  • igniteui-webcomponents version 2.1.0.
  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-schematics

9.1.0 (2022-03-02)

🎉 This update includes:

  • igniteui-angular version 13.1.0.
  • Note: Version bump only for package igniteui/cli-core
  • Update the templates in accordance with the latest migrations for 13.1 by @valadzhov in #1006
  • Note: Version bump only for package igniteui/angular-schematics
  • Adding Empty view for WC project by @dafo in #979
  • Using rollup as building tool in Web components projects by @dafo in #999
  • Pass in options for wc child process by @jackofdiamond5 in #1000
  • Web Components templates use LitElement by @dafo in #1001
  • Update the templates in accordance with the latest migrations for 13.1 by @valadzhov in #1006

9.0.6 (2022-02-04)

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates
  • Note: Version bump only for package igniteui/angular-schematics
  • Use 'concurrently' in start script by @dafo in #995
  • Set correct quote_type to web components project by @dafo in #982

9.0.5 (2022-02-04)

🎉 This update includes:

  • Note: Version bump only for package igniteui/cli-core
  • Add support for typescript 4.5.x by @IvayloG in #960
  • Note: Version bump only for package igniteui/angular-schematics
  • igniteui-webcomponents version 2.0.0.
  • Updating path to bootstrap light theme by @dafo in #963
  • Adding Slider web component by @valadzhov in #986
  • Adding tests for the web components by @valadzhov in #991
  • Fixing web-components navigation issues by @dafo in #977
  • Add support for typescript 4.5.x by @IvayloG in #960

9.0.4 (2021-12-15)

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package igniteui/angular-templates
  • Note: Version bump only for package igniteui/angular-schematics
  • igniteui-webcomponents - Fix lint for grid templates PR #965

9.0.3 (2021-12-13)

  • Note: Version bump only for package igniteui/cli-core
  • Fix home import without placeholder PR #966
  • Note: Version bump only for package igniteui/angular-schematics
  • Note: Version bump only for package igniteui-cli

9.0.2 (2021-12-10)

  • igniteui-webcomponents - adding more Web components templates & bundling PR #954
  • Update @imports to @use for scss modules PR #961
  • Note: Version bump only for package igniteui/angular-schematics

9.0.1 (2021-11-25)

All packages are configured to use typescript version, lower than 4.5.x, until there is a compatibility with the later typescript version.

9.0.0 (2021-11-22)

🎉 This update includes:

Note: Version bump only for package igniteui/cli-core

  • Update to angular 13 and igniteui-angular 13 PR #896
  • Update to angular 13 and igniteui-angular 13 PR #896
  • Create Web Components project #877
  • Update to angular 13 and igniteui-angular 13 PR #896

8.2.1 (2021-10-08)

🎉 This update includes new react wrappers (ig-es6) project template, as well as updates and fixes to the samples.

  • Note: Version bump only for package igniteui/cli-core
  • Note: Version bump only for package angular-templates
  • Note: Version bump only for package igniteui/angular-schematics
  • Update React Wrappers project template to Create React App project #874

8.2.0 (2021-10-04)

🎉 This update includes igniteui-angular version 12.2.0.

Note: Version bump only for package igniteui/cli-core

  • Update to igniteui-angular 12.2 #888
  • Note: Version bump only for package igniteui/angular-schematics
  • Update to igniteui-angular 12.2 #888

8.1.2 (2021-09-28)

Bug Fixes

  • ts-transform: respect quote type from editorconfig #886 (a97bdf4)

Note: Version bump only for package igniteui/angular-templates

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • ts-transform: respect quote type from editorconfig #886 (a97bdf4)

8.1.1 (2021-09-02)

Note: Version bump only for package @igniteui/cli-core

Bug Fixes

  • igx-ts: Update dv component packages #859

Features

igx-ts: Updating to angular 12.2 #873

Bug Fixes

  • schematics: resolve schema id deprecation warning (#870) (17d7016)

Features

  • ig-ts: Use Angular project for igniteui-angular-wrappers ig-ts project structure. (#866) (043f990)

8.1.0 (2021-08-02)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

Features

Features

Note: Version bump only for package @igniteui/angular-schematics

Note: Version bump only for package igniteui-cli

8.0.4 (2021-08-02)

@igniteui/cli-core@#8.0.4

Note: Version bump only for package @igniteui/cli-core

@igniteui/angular-templates@#12.0.804 (2021-08-02)

Note: Version bump only for package @igniteui/angular-templates

@igniteui/angular-schematics@#12.0.804 (2021-08-02)

Bug Fixes

  • schematics: resolve schema id deprecation warning (#870) (17d7016)

Note: Version bump only for package igniteui-cli

8.0.3 (2021-07-14)

igniteui/cli-core@#8.0.3

Note: Version bump only for package igniteui/cli-core

igniteui/angular-templates@#12.0.803

Bug Fixes

  • igx-ts: fix strict errors in base and side-nav projects (963d23d)
  • igx-ts: fix strict errors in side-nav-auth project (695f430)

Note: Version bump only for package igniteui/cli-schematics

Note: Version bump only for package igniteui-cli

8.0.2 (2021-07-07)

igniteui/cli-core@#8.0.2 (2021-07-07)

Note: Version bump only for package igniteui/cli-core

Note: Update templates for strict compiler modes #847

Note: Version bump only for package igniteui/cli-schematics

Note: Use GitHub Actions for CI and CD #816

8.0.1 (2021-07-01)

Note: Version bump only for package igniteui/cli-core

Note: Version bump only for package igniteui/cli-templates

Note: Version bump only for package igniteui/cli-schematics

Note: Version bump only for package igniteui/cli

8.0.0 (2021-05-14)

🎉 This update includes igniteui-angular version 12.0.0 and angular version 12.0.0.

Note: Version bump only for package igniteui/cli-core

  • Update to angular 12 and igniteui-angular 12 #833
  • Update to angular 12 and igniteui-angular 12 #833
  • Update to angular 12 and igniteui-angular 12 #833

7.1.1 (2021-03-15)

Note: Version bump only for package igniteui/angular-templates

7.1.0 (2021-02-22)

🎉 This update includes Ignite UI for Angular version 11.1.0 and Angular version 11.2.0.

Note: Version bump only for package igniteui/cli-core

  • Add support for Ignite UI for Angular v11.1.0 #826 (4f5fb7f)

Note: Version bump only for package igniteui/angular-schematics

  • Add support for Ignite UI for Angular v11.1.0 #826 (4f5fb7f)

7.0.2 (2021-01-18)

🎉 This version includes Ignite UI for Angular DV components update to version 11.1.0:

Note: Version bump only for package igniteui/cli-core

  • igx-ts: Update DV components to version 11.1.0 (cb16f13)

Bug Fixes

  • igx-ts: Update hierarchical grid & tree grid custom templates to declarative toolbar (7a78df4)

Note: Version bump only for package igniteui/angular-schematics

  • igx-ts: Update DV components to version 11.1.0 (cb16f13)

Bug Fixes

  • igx-ts: Update hierarchical grid & tree grid custom templates to declarative toolbar (7a78df4)

7.0.1 (2020-11-16)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • igx-ts: SSR breaks because of localStorage ref (dc9410f), (3056a97)
  • igx,custom-grid: Assign allowFiltering when selected as option (7534c5f)
  • igx,custom-grid: Update toolbar to new declarative setup (35d274c)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • igx-ts: SSR breaks because of localStorage ref (dc9410f), (3056a97)
  • igx,custom-grid: Assign allowFiltering when selected as option (7534c5f)
  • igx,custom-grid: Update toolbar to new declarative setup (35d274c)

7.0.0 (2020-11-13)

🎉 This update includes igniteui-angular version 11.0.0.

Note: Version bump only for package igniteui/cli-core

  • Add support for igniteui-angular v11.0.0 #802 (5922d15)

Note: Version bump only for package igniteui/angular-schematics

  • Add support for igniteui-angular v11.0.0 #802 (5922d15)

6.2.2 (2020-11-16)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • igx-ts: SSR breaks because of localStorage ref (b750d9d)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • igx-ts: SSR breaks because of localStorage ref (b750d9d)

6.2.1 (2020-11-11)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • dock-manager: Use correct module name in app.module import #792 (86bf8cb)
  • dock-manager: Remove unnecessary quotes (befe0ae)
  • igx-ts, ig-ts: Add core-js module and array polyfill (10f958b)
  • igx-ts, side-auth: add SSR-friendly local storage service (8db27be)
  • igx-ts, side-auth: add proper wrapper class so layout is 100% (508df9d)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • dock-manager: Use correct module name in app.module import #792 (86bf8cb)
  • dock-manager: remove unnecessary quotes (befe0ae)
  • igx-ts, ig-ts: Add core-js module and array polyfill (10f958b)
  • igx-ts, side-auth: add SSR-friendly local storage service (8db27be)
  • igx-ts, side-auth: add proper wrapper class so layout is 100% (508df9d)

6.2.0 (2020-10-20)

🎉 This update includes igniteui-angular version 10.2.0.

Note: Version bump only for package igniteui/cli-core

Features

  • Update igniteui-angular components to 10.2.0.

Note: Version bump only for package igniteui/angular-schematics

Features

  • Update igniteui-angular components to 10.2.0.

6.1.1 (2020-10-19)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • Update DV components to 10.0.x #768 (667495d)

  • Hosting an app generated with the cli will not load because of an error #793 (aa7f7e8)

  • Add Component - Grid/Lists breaks React app #791 (68e2b81)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • Update DV components to 10.0.x #768 (667495d)

  • Hosting an app generated with the cli will not load because of an error #793 (aa7f7e8)

  • Add Component - Grid/Lists breaks React app #791 (68e2b81)

6.1.0 (2020-08-12)

🎉 This update includes igniteui-angular version 10.1.0.

Features

  • tsutil: add optional parent route to TsFileUpdateUtil.addRoute method (#777) (2df694a)

Features

  • Add support for igniteui-angular v10.1.0 (dd24abc)

  • Update jszip to v.3.5.0 (#781) (f55677e)

Note: Version bump only for package igniteui/angular-schematics

Note: Version bump only for package igniteui-cli

6.0.0 (2020-06-25)

🎉 This update brings Angular 10 updates including igniteui-angular version 10.0.0.

🌟 When using Step By Step mode of the CLI you can choose one of the frameworks - Angular, React or jQuery.
When creating and modifying Angular projects we recommend using our Ignite UI Angular Schematics.

Features

  • Restore original entry selection with all frameworks after Angular Schematics are available #579

Features

  • Add Angular 10 support #767

Features

  • Add Angular 10 support #767

Features

  • Restore original entry selection with all frameworks after Angular Schematics are available #579
  • Add Angular 10 support #767

5.2.3 (2020-11-11)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • dock-manager: Use correct module name in app.module import #792 (86bf8cb)
  • dock-manager: Remove unnecessary quotes (befe0ae)
  • igx-ts, ig-ts: Add core-js module and array polyfill (10f958b)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • dock-manager: Use correct module name in app.module import #792 (86bf8cb)
  • dock-manager: remove unnecessary quotes (befe0ae)
  • igx-ts, ig-ts: Add core-js module and array polyfill (10f958b)

5.2.2 (2020-10-19)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • Hosting an app generated with the cli will not load because of an error #793 (aa7f7e8)

  • Add Component - Grid/Lists breaks React app #791 (68e2b81)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • Hosting an app generated with the cli will not load because of an error #793 (aa7f7e8)

  • Add Component - Grid/Lists breaks React app #791 (68e2b81)

5.2.1 (2020-06-25)

Bug Fixes

  • use group.json for step by step groups #707 (adf562c)

Bug Fixes

  • igx,dock-manager: resolve package name from project (ac66d8e)

Features

  • Adding a Map template for Angular (7cbddeb)

Bug Fixes

  • igx,dock-manager: resolve package name from project (ac66d8e)

[email protected] (2020-06-25)

Note: Version bump only for package igniteui-cli

5.2.0 (2020-06-11)

Features

  • igx-ts: add Dock Manager template for Angular (#763) (63acfdf)
  • igx,side-nav: move content padding so views can override (36f9964)
  • igx-ts: update Data Visualization components to 9.1.x (#757) (29fd5d9)

Note: Version bump only for package igniteui/angular-templates

Features

  • igr: update Ignite UI for React version to 16.12.0 and rename LiveGrid to DataGrid #726 (2c17f50)
  • update Ignite UI for jQuery, Angular and React wrapper projects to 20.1 #756 (156f8d6)

5.1.1 (2020-06-03)

Updated packages upgrade handling to better detect and handle multiple Ignite UI for Angular packages. (3ab63f9)

Bug Fixes

  • igx,upgrade: ignore projects without sourceRoot #754 (6d64d30)
  • upgrade: Logging a message that licensed packages are already installed #747 (63df30d)

Note: Version bump only for package igniteui/angular-schematics

Note: Version bump only for package igniteui-cli

5.1.0 (2020-06-01)

This release brings updates to Angular projects with support for Ignite UI for Angular 9.1.0, product packages from different origin (e.g. our private feed) and misc project dependencies updates from Angular CLI. To ease change of the product packages, upgrade-packages comes in both command and schematic flavor - it can automate the login setup, project changes and will even handle our new Dock Manager package 🎉

Bug Fixes

  • package-manager: manually update package JSON instead of before npm i #751 (6fa4c0c)
  • upgrade: clear stdin stream before login prompt (c77f49a)

Features

  • commands: Add 'upgrade-packages' command (25db37d)
  • step-by-step: add prompt to upgrade to private feed packages, #724 (63c0c85)

Bug Fixes

  • igx,templates: correct empty project template id (2d0b385)
  • templates: upgrade command properly replaces strings in ALL .ts files (2d2c9b3)

Features

  • schematics: update-package logic added (197b94e)
  • upgrade: handle multiple licensed packages, #741 (ef02f5b)
  • igx,multi-package: templates resolve lib package from project (7bb4670)

Bug Fixes

  • schematics: remove log for unsupported custom templates (97e3bb3)
  • upgrade: provide default fallback for incorrect package template (9dd4d80)

Features

  • schematics: update-package logic added (197b94e)
  • step-by-step: add prompt to upgrade to private feed packages, #724 (63c0c85)

Bug Fixes

  • upgrade: provide default fallback for incorrect package template (9dd4d80)

Features

  • commands: Add 'upgrade-packages' command (25db37d)
  • schematics: update-package logic added (197b94e)
  • step-by-step: add prompt to upgrade to private feed packages, #724 (63c0c85)

5.0.4 (2020-05-27)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • igx,templates: correct empty project template id (2d0b385)

Note: Version bump only for package igniteui/angular-schematics

Note: Version bump only for package igniteui-cli

5.0.3 (2020-05-18)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • igx: proj template error handler log instead throw, register only in prod (270addd)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • igx: proj template error handler log instead throw, register only in prod (270addd)

5.0.2 (2020-05-04)

Note: Version bump only for package igniteui/cli-core

Bug Fixes

  • igx-ts: Update references for DV components to 9.0.1 #713 (704146a)

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • igx-ts: Update references for DV components to 9.0.1 #713 (704146a)

5.0.1 (2020-02-20)

Bug Fixes

  • start: inherit all stdio, not just input #699 (1c03891)

Note: Version bump only for package igniteui/angular-templates

Note: Version bump only for package igniteui/angular-schematics

Bug Fixes

  • ig-ts: correct grid features template variable #702 (3f09bd9)
  • start: inherit all stdio, not just input #699 (1c03891)

5.0.0 (2020-02-11)

New year, new versions, new packages 🎉 This update brings Angular 9 updates, major refactoring and under the hood improvements.

The Ignite UI CLI project has split into 4 more purposeful packages:

  • @igniteui/cli-core - Shared utility and base types

  • @igniteui/angular-templates - Ignite UI for Angular templates shared between schematics and main CLI.

  • @igniteui/angular-schematics - 🌟 New package that brings the Ignite UI CLI experience as schematics tailored for Ignite UI for Angular and specifically to integrate with the Angular CLI. You can install the Ignite UI for Angular Schematics globally and use them to create new projects:

     npm i -g @igniteui/angular-schematics
     ng new --collection=@igniteui/angular-schematics

    You can also use Step by step component generation:

     ng g @igniteui/angular-schematics:component

    Read more in our official Angular Schematics & Ignite UI CLI documentation.

  • igniteui-cli And the Ignite UI CLI package as we know it, though it now carries a bit less dependencies baggage and we'll continue its diet.

Note: Since @igniteui/angular-templates and @igniteui/angular-schematics are tied to Ignite UI for Angular their major and minor version will be synced, and the path numbering will be related the respective CLI release.

Bug Fixes

  • Refactored and streamlined templating
  • templating, igx-ts: add dot path variable for prefixed files that glob ignores (486a0da)

Features

  • igx-ts: Updated project templates to Angular 9.0.0 release and latest Angular CLI changes #647 (e0a738a)
  • igx-ts: Updated Awesome Grid and CRM Grid scenarios with new integrated charts #628 (#643) (ecda4d7)
  • igx-templates: fix side-auth template tsconfig.app.json, #597 (1ffe4ba)
  • igx-ts: update autocomplete templates to import FormsModule #581 (#584) (b91a1e8)
  • templating, igx-ts: add dot path variable for prefixed files that glob ignores (486a0da)

Bug Fixes

Features

  • New project schematic to work with ng new collection. Supports both direct generation path and interactive Step by step mode.
  • ng-schematics: Add component generate (ng g) schematic (a0e86c2). Supports both direct generation path and interactive Step by step mode. (#571) (e25c1ce)

Bug Fixes

  • new project accepts lower case theme name #600 (#619) (d6eedea)
  • schematics: this package is a dep in new project instead of ignteui-cli (c04a13c)

Features

  • ig-ts: Update Ignite UI for jQuery Angular Wrappers projects to Angular 9

Bug Fixes

4.4.0 (2020-02-06)

Features

  • templates, igx-ts, ig-ts: Update Ignite UI for Angular projects w/ latest ng cli 8.3 changes #531
  • templates, ig-ts: Update "Typescript" version in Angular Wrappers project #676
  • templates, ig-ts, react: Update wrapper projects to latest versions #630
  • templates, igx-ts, ig-ts: Update Angular tests - references, configurations, and templates
  • templates, igx-ts: Update angular charts packages to 8.2.12 #644
  • templates, js: Update ignite-ui to v19.2 #625
  • templates, js: Update jquery quickstart #625

4.3.6 (2020-01-29)

Bug fixes

  • templates, react: revert webpack-dev-server bump from dependabot PR #653 (ade5298)

4.3.5 (2020-01-22)

Bug Fixes

  • igx-ts: Errors when creating a new project with charts #644

4.3.4 (2020-01-20)

Bug Fixes

  • ig new: Exception is thrown when executing "ig new" providing a 'theme' but not a 'name' #608
  • ig add: When module arg is passed, add command incorrectly modify templates #618
  • igx-ts: Delete button of grid batch editing sample is not disabled after it has been clicked #582
  • react: React Wrappers - React project fails on node v9+ #635

4.3.3 (2019-12-12)

Bug Fixes

  • igx-ts: Hierarchical Grid Custom template - check if there is provided user configuration #606 (20d6c02)

4.3.2 (2019-11-11)

Bug Fixes

  • Schematics: use project config instead of hard-coded paths PR #591 (17f9ec8)

4.3.1 (2019-09-26)

Bug Fixes

  • Add padding to list component template #527
  • Add autoprefixer grid: on alongside custom theme #572

4.2.6 (2019-09-16)

Updated Ignite UI for Angular projects to ng cli 8.3.4 (f7c3656)

Bug Fixes

  • igx-ts: adjust main container height in no-router scenario (4ec263a)

4.2.5 (2019-09-13)

Bug Fixes

  • igx-ts: add missing animation module to some generated spec files #545 (abfd98e)
  • igx-ts: lint errors for generated projects and views #541 (PR #553) (b2bbc2e)

4.1.5 (2019-05-13)

Features

Bug Fixes

  • igx-ts: add IgxButtonModule import to dialog template #499 (61a7fd6)
  • ig-ts: Properly pass in column reference on column pinning #507 (7857b7a)
  • ig-ts: Stop event propagation on pin icon click in Custom hierarchical grid #511 (05ee2f2)

4.1.4 (2019-04-05)

Features

  • igx: update igniteui-angular package, allow most recent patch versions (29f5225)
  • igx: update project template to latest angular cli (4d8067c)
  • igx, side-nav-auth: update angular package versions to latest (b36903f)

4.1.1 (2019-03-18)

Bug Fixes

  • bump inquirer.js due to vulnerable lodash dep #465 (1dcddc6)
  • removed extraneous package dep (f2c063d)
  • Ignite UI Angular Wrappers:
    • ig-ts: bump vulnerable webpack-dev-server in project template #465 (55e266a)

4.1.0 (2019-03-08)

Bug Fixes

  • Ignite UI for Angular:
    • igx-ts: update input group template styling #471 (PR #472)
    • igx-ts: update links to readme doc in grid templates #468 (6f6ca3a)
    • igx-ts: update drop-down template to use igxToggleAction + navigation directive, #477 (PR #478)
    • igx-ts: update igxDatePicker template deprecated selector #462 (c9a1085)
  • Ignite UI for React:
    • igr-es6: change linear and radial gauge template ids, #459 (98aec1a)
  • add projTemplate and theme to GA (5270bd9)

Features

  • Ignite UI for Angular:
    • Project templates updated to the latest 7.2.0 version of Ignite UI for Angular, Charts and Gauges
    • igx-ts: Add IgxAutocomplete templates #450 (PR #458)
    • igx-ts: Add IgxHierarchicalGrid basic template. (038031d)
    • igx-ts: Add IgxHierarchicalGrid batch editing template. (e173b11)
    • igx-ts: Add IgxHierarchicalGrid custom template. (49989bd)
    • igx-ts: Add IgxHierarchicalGrid summaries template. (e214ead)
    • igx-ts: Add IgxSelect basic template. (af9b144)
    • igx-ts: Add IgxSelect in a form template. (fb15102)
    • igx-ts: Add IgxSelect with groups template; Add padding-top to templates (5b2c603)
  • angular, templates: Add camelCaseName global variable. (1db2a63)

4.0.0 (2019-02-20)

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
  • new-cmd: install packages on creation, add --skip-install param (246a0a4)

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.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.0 (2018-11-09)

This release brings projects with Ignite UI for Angular 6.2.0 with new features and components, styling updates for Ignite UI for JavaScript projects and other improvements. A brand new project template type for Ignite UI for Angular with built-in authentication is available and you can read more about it our wiki 🎉.

Bug Fixes

  • igx-ts: Rename files extensions and styleUrls from css to scss. (#399) (bbd1a5d)
  • ts-transform: Properly remove line placeholders after print formatting (bc5fd8d)
  • angular-wrappers: Update project dependencies, fix build errors due to older typescript version (PR #392)
  • Remove GA from non-global install and uninstall (c861e28)
  • Update ignite-ui-cli.json to use correct project template for both React and jQuery (ab8a11e)

Features

  • Ignite UI for Angular:
    • igx-ts: Add Tree Grid template. (#386) (9fbf18c)

    • igx-ts: Add 'Row Editing' feature to the 'Custom Grid' Ignite UI for Angular template (PR #378), closes #377

    • igx-ts: Add 'Batch Editing' template to the Ignite UI for Angular Grid templates (PR #379), closes #377

    • igx-ts: Add a "Log In" scenario #336 (PR #356) (6e8df34)

    • igx-ts: Add Weather Sample scenario #371 (416810f)

    • igx-ts: Add chips template (#383) (3dafe25)

    • igx-ts: Add Tooltip template (#385) (0d07867)

    • igx-ts: Split igx project into base and side-nav extension (f42c8fa)

    • igx-ts: Add new Side Nav with Authentication project (ad79ef3)

    • igx-ts: Update projects and templates to igniteui-angular 6.2.0 (79597b5)

    • igx-ts: Update templates to igniteui-angular-charts and igniteui-angular-gauges 6.2.x (7e61f89)

    • igx-ts: Update projects to angular cli 6.2.7 (685f88a)

  • projects: Make templates selectable in step-by-step (cd98bae)
  • projects: Add projectTemplate param to new command (6c20ba9), closes #369
  • jquery: Updated project styling (#328)
  • react: Improve project styling . (#329) (49f3d20)

2.1.1 (2018-09-17)

Bug Fixes

  • Add es7/object in polyfill.ts (b9a4447)
  • Additional Angular Groups Descriptions. (e182e0b)
  • Skip sending 'Back' user choice to GA, closes #345 (f69bc30)

Features

  • Adding README.md files for all frameworks and proj types. (5ab1528)

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:dropdown: add a dropdown template #337 (f58f92d)

  • templates:grid multicolumn headers: add multicolumn headers template #340 (e1acab5)

  • templates:input group: add input group form view template #338 (062875e)

  • templates:tabs: add tabs template #335 (062875e) (38105e9)

  • 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 (2018-07-20)

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 installed igniteui-angular and igniteui-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)

1.3.2 (2018-06-12)

Bug Fixes

  • update Monster Grid styling due to api changes. (2294d88)
  • add excel dependencies in jQuery templates and fix exporting samples (8a21e78)
  • add custom parameters to Google Analytics (ce93114)

Features

  • update Ignite UI for Angular to 6.0.0 and project to Angular 6 (f878c37)
  • update Ignite UI Angular wrappers project to Angular 6 7868d8f
  • update Ignite UI for JavaScript to 18.1 in jQuery, React and Angular wrappers projects (16afac22, 1c91a4d, 65b8190)
  • update quickstart projects (84d8fc9)

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 Analytic 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 to bottom-nav

1.2.1 (2018-03-02)

Bug Fixes

  • change the regex to allow single letter name (9a3585d)
  • ignore child process output/error; put check; (1c724b3)
  • manually rename gitignore on create to avoid npm install renaming (05a6b28), closes #122
  • igx-tabbar: add content width restriction to align text content (926ff6d)
  • igx-ts: fix for scss compilation error in [email protected] (e9aca96)

1.2.1 (2018-03-01)

Bug Fixes

Features

  • add skipGit configuration option (cc9ca96), closes #180

1.2.0 (2018-02-27)

Bug Fixes

  • add new options to the command and rename to skip-git (3404a6d)
  • add value to datepicker template. (e399241)
  • Adding new lines (b744b67)
  • Change selector for all angular (ig-ts and igx-ts) templates to selector: "$(filePrefix)" (a7d7381)
  • Change Util.Merge method to correctly merge arrays and objects. (45c6afa)
  • Enable toggle igx-switch. (c1e3495)
  • fix expected test message (472d76c)
  • Fixing a typo in the "Tree grid" component name for jQuery projects (55028e5)
  • Import 'effect-blind' (f8cb344)
  • Inclide required module for awesome grid template. (4caeea2)
  • Include latest sample fixes. (363919b)
  • Minor fixes; (695df84)
  • minor util validation assets glob update (66de2ec)
  • Moving calssName to Util (a41b09b)
  • Parse correctly component name when name contains dashes (890362e)
  • React add descriptions. Fix wrong descriptions. (0146b07)
  • Refactor styles, remove containers. (8a88bd6)
  • remove skip-commit option from command definition (eb76a58)
  • removed optional positional commands for framework, type and skip-config (707de4c)
  • Selectors form angular (igx-ts) templates are removed (7e2b4cd)
  • set responsive directives and styles for home and .. (8c9ad6b)
  • Specify columns because of hierarchical DS. (0cb89d8)
  • Temp fix so we have live data once Re-enabled. (53c197c)
  • tslint errors. (53b965c)
  • Unify purple-ish colors. (28c58a5)
  • Update igCombo data to export options. (0c7eff3)
  • update igniteui-angular with 5.2.0-beta.0; nav drawer directive; include fonts; other fixes; (4cfbd83)
  • Update supported image extensions. (2fb2c27)
  • update to IgxNavigationDrawerModule so it matches latest refactoring. (4d756ca)
  • Updating to meaningful descriptions. (0500b11)
  • use cwd parameter (17bbc5a)
  • validateTemplate outputPath. Update editors description. (d540ad2)
  • wrong list dependencies (3c06077)

Features

  • config add sub command for array values (50c0a98)
  • add angular template for list (8ea99e5)
  • Add combo and css, rearrange btn. (3f48cb5)
  • add config get/set commands (da56ec1)
  • add description placeholder for Angular templates. (0b596fd)
  • Add generate command (dfda0bc)
  • Add generate command (c778b3a)
  • Add generate command (bc78baa)
  • Add generate command (f750832)
  • Add generate command (75fe4ef)
  • Add generate command (88c8f82)
  • Add generate command (3e8465e)
  • Add generate command (20c7210)
  • Add generate command (127c3f1)
  • Add generate command (34591a9)
  • Add generate command (a94f175)
  • Add generate command (8298acf)
  • Add generate command (8dfc918)
  • Add generate command (d9d4fca)
  • Add generate command (3622444)
  • add initial logic to load custom templates from json (bce46f8)
  • Add styling . (7245f37)
  • add Tabbar template (92f8b6b)
  • Adding a date picker template for Ignite UI for Angular (118c7e7)
  • Adding angular list template (1be1fa0)
  • Adding generate command (8bc3091)
  • Allow sorting the Severity row in "Patients" view of ER Dashboard view (ed178a5)
  • Angular update to description. (c69e0b1)
  • Init commit (aa30b11)
  • Initial commit for BaseProjectLibrary unit tests + renaming getCustomTemplates() to getCustomTemplateNames() (601d3ff)
  • jQuery another update to description placeholder. (a12af76)
  • jQuery update to description placeholder. (93a7c69)
  • global-config: intitial config methods and defaults (95f55b6)
  • igx-ts: auto-close nav drawer when not pinned (mobile) (c5ffe1f)
  • update empty project descriptions. (d2ce94f)
  • Update the structure using NavBar and NavDrawer. Add overall css. (beafbb4)
  • update to igniteui-angular 5.2.0-beta.1 (7254119)