File tree Expand file tree Collapse file tree 18 files changed +48
-33
lines changed
templates/webcomponents/igc-ts Expand file tree Collapse file tree 18 files changed +48
-33
lines changed Original file line number Diff line number Diff line change 1+ # [ 14.2.0] ( https://github.com/IgniteUI/igniteui-cli/compare/v14.1.0...v14.2.0 ) (2024-10-24)
2+
3+ - ` igniteui-angular ` version [ 18.2.0] ( https://github.com/IgniteUI/igniteui-angular/releases/tag/18.2.0 ) .
4+
5+ - ` igniteui-webcomponents ` version [ 5.1.0] ( https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.1.0 ) .
6+
7+ ## What's Changed
8+
9+ * Add github pages templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1324
10+ * Add fixes in react and wc templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1326
11+ * chore: update to igniteui-angular & ng 18.2 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1325
12+
13+
14+ ** Full Changelog** : https://github.com/IgniteUI/igniteui-cli/compare/v14.1.0...v14.2.0
15+
116# [ 14.1.0] ( https://github.com/IgniteUI/igniteui-cli/compare/v14.0.2...v14.1.0 ) (2024-10-11)
217
318## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " igniteui-cli" ,
3- "version" : " 14.2.0-beta.4 " ,
3+ "version" : " 14.2.0" ,
44 "description" : " CLI tool for creating Ignite UI projects" ,
55 "keywords" : [
66 " CLI" ,
7878 "all" : true
7979 },
8080 "dependencies" : {
81- "@igniteui/angular-templates" : " ~18.2.1420-beta.4 " ,
82- "@igniteui/cli-core" : " ~14.2.0-beta.4 " ,
81+ "@igniteui/angular-templates" : " ~18.2.1420" ,
82+ "@igniteui/cli-core" : " ~14.2.0" ,
8383 "@inquirer/prompts" : " ^5.4.0" ,
8484 "@types/yargs" : " ^17.0.33" ,
8585 "chalk" : " ^5.3.0" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Financial Chart" ;
1212 this . description = "IgcFinancialChart" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-charts@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-charts@~5.0.0 "
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Grid" ;
1212 this . description = "IgcGrid with local data" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-grids@~4.2.5 " ,
16- "igniteui-webcomponents-inputs@~4.2.5 " ,
17- "igniteui-webcomponents-layouts@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-grids@~5.0.0 " ,
16+ "igniteui-webcomponents-inputs@~5.0.0 " ,
17+ "igniteui-webcomponents-layouts@~5.0.0 "
1818 ] ;
1919 }
2020}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Gauge" ;
1212 this . description = "IgcLinearGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-gauges@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-gauges@~5.0.0 "
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Progress" ;
1212 this . description = "Basic Linear Progress" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-charts@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-charts@~5.0.0 "
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Pie Chart" ;
1212 this . description = "IgcPieChart with local data" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-charts@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-charts@~5.0.0 "
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change 2323 "@vaadin/router" : " ^1.7.4" ,
2424 "lit" : " ^3.1.2" ,
2525 "typescript" : " ~5.5.4" ,
26- "igniteui-webcomponents" : " ~5.0 .0"
26+ "igniteui-webcomponents" : " ~5.1 .0"
2727 },
2828 "devDependencies" : {
2929 "@babel/preset-env" : " ^7.20.2" ,
Original file line number Diff line number Diff line change 2323 "@vaadin/router" : " ^1.7.4" ,
2424 "@igniteui/material-icons-extended" : " ^3.0.2" ,
2525 "igniteui-dockmanager" : " ~1.14.4" ,
26- "igniteui-webcomponents" : " ~5.0 .0" ,
26+ "igniteui-webcomponents" : " ~5.1 .0" ,
2727 "igniteui-webcomponents-charts" : " ~5.0.0" ,
2828 "igniteui-webcomponents-core" : " ~5.0.0" ,
2929 "igniteui-webcomponents-gauges" : " ~5.0.0" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Radial Gauge" ;
1212 this . description = "IgcRadialGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~4.2.5 " ,
15- "igniteui-webcomponents-gauges@~4.2.5 "
14+ "igniteui-webcomponents-core@~5.0.0 " ,
15+ "igniteui-webcomponents-gauges@~5.0.0 "
1616 ] ;
1717 }
1818}
You can’t perform that action at this time.
0 commit comments