Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0110719
update to beta packages
IGvaleries Mar 13, 2026
612836b
Merge pull request #436 from IgniteUI/vsuszynski/march-2026-sr
gedinakova May 12, 2026
5dba280
Merge pull request #443 from IgniteUI/gedinakova/update-xplat-package…
gedinakova May 19, 2026
2b51abe
Update Angular browser to latest beta packages
agoldenbaum May 20, 2026
b8ef2ad
Merge pull request #448 from IgniteUI/arg-update-angular-packages
IGvaleries May 20, 2026
0abbb0e
chore(*): Update xplat dependencies to 21.1.0-beta.2 (#449)
gedinakova May 21, 2026
055d2f4
Adding changes from build igniteui-xplat-examples-output+PRs_2026.5.27.1
May 27, 2026
dd34e1a
Merge pull request #451 from IgniteUI/ESShared/XPlaform_examples_igni…
wnvko May 27, 2026
b859511
Add boilerplate files and fix sample paths in code-viewer JSON for St…
dobromirts May 28, 2026
3c47dec
chore(*): Updated xplat & web-components versions. (#454)
gedinakova Jun 10, 2026
43e730b
Merge pull request #453 from IgniteUI/dtsvetkov/add-stackblitz-support
ChronosSF Jun 15, 2026
4afe9f7
chore(*): Update the samples to Angular 22 (#455)
gedinakova Jul 13, 2026
970e075
Initial plan
Copilot Jul 13, 2026
ca7a9db
fix: use lastIndexOf in getSamplePath to handle multiple repo name oc…
Copilot Jul 13, 2026
c82efa5
Merge pull request #457 from IgniteUI/copilot/update-angular-22
IGvaleries Jul 13, 2026
2c74dfe
Update Node.js version in build pipeline and workflow (#458)
gedinakova Jul 14, 2026
0206261
Fix ERR_REQUIRE_ESM build failure by removing unused yargs import (#459)
Copilot Jul 14, 2026
8308676
Fix Linux browser build failures in sample generation and production …
Copilot Jul 14, 2026
be04fef
Update Node.js version in build pipeline (#461)
gedinakova Jul 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.19.0'
node-version: '22.22.3'

- name: Install npm dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ To learn more about **Ignite UI for Angular** components, check out the [Angular
NOTE Do NOT find replace version of packages in package.json files.

- open this repo in VS Code
- open [browser.js](./browser/tasks/browser.js) file
- open [browser.js](./browser/scripts/browser.js) file
- navigate to the `updateIG` function
- update version of packages in `packageUpgrades` array
- open terminal window
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- task: NodeTool@0
inputs:
versionSource: 'spec'
versionSpec: '20.19.0'
versionSpec: '22.22.3'

- task: Npm@1
displayName: 'npm install'
Expand Down
8 changes: 7 additions & 1 deletion browser/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@
"maximumWarning": "900kb"
}
],
"optimization": true,
"optimization": {
"scripts": true,
"styles": true,
"fonts": {
"inline": false
}
},
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand Down
1 change: 0 additions & 1 deletion browser/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const fs = require("fs");
const path = require("path");
const es = require('event-stream');
const del = require('del');
const argv = require("yargs").argv;
const fsExtra = require("fs-extra");
const tsNode = require('ts-node').register({
transpileOnly: true,
Expand Down
54 changes: 27 additions & 27 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,36 @@
"@lit/reactive-element": "desired-version"
},
"dependencies": {
"@angular/animations": "21.1.1",
"@angular/common": "21.1.1",
"@angular/compiler": "21.1.1",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.1.1",
"@angular/animations": "22.0.1",
"@angular/common": "22.0.1",
"@angular/compiler": "22.0.1",
"@angular/core": "22.0.1",
"@angular/forms": "22.0.1",
"@angular/platform-browser": "22.0.1",
"@angular/platform-browser-dynamic": "22.0.1",
"@angular/router": "22.0.1",
"@ionic/angular": "5.6.3",
"@types/file-saver": "2.0.5",
"@types/hammerjs": "2.0.46",
"ajv": "8.17.1",
"angular-in-memory-web-api": "0.21.0",
"angular-in-memory-web-api": "0.22.0",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"file-saver": "2.0.5",
"hammerjs": "2.0.8",
"igniteui-angular": "21.0.8",
"igniteui-angular-charts": "21.0.0",
"igniteui-angular-core": "21.0.0",
"igniteui-angular-dashboards": "21.0.0",
"igniteui-angular-data-grids": "21.0.0",
"igniteui-angular-excel": "21.0.0",
"igniteui-angular-gauges": "21.0.0",
"igniteui-angular-inputs": "21.0.0",
"igniteui-angular-layouts": "21.0.0",
"igniteui-angular-maps": "21.0.0",
"igniteui-angular-spreadsheet": "21.0.0",
"igniteui-angular-spreadsheet-chart-adapter": "21.0.0",
"igniteui-webcomponents": "6.3.1",
"igniteui-angular": "22.0.2",
"igniteui-angular-charts": "22.0.0",
"igniteui-angular-core": "22.0.0",
"igniteui-angular-dashboards": "22.0.0",
"igniteui-angular-data-grids": "22.0.0",
"igniteui-angular-excel": "22.0.0",
"igniteui-angular-gauges": "22.0.0",
"igniteui-angular-inputs": "22.0.0",
"igniteui-angular-layouts": "22.0.0",
"igniteui-angular-maps": "22.0.0",
"igniteui-angular-spreadsheet": "22.0.0",
"igniteui-angular-spreadsheet-chart-adapter": "22.0.0",
"igniteui-webcomponents": "7.2.4",
"immediate": "3.2.3",
"intl": "1.2.5",
"jszip": "3.8.0",
Expand All @@ -66,10 +66,10 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"@angular/language-service": "21.1.1",
"@angular-devkit/build-angular": "22.0.1",
"@angular/cli": "22.0.1",
"@angular/compiler-cli": "22.0.1",
"@angular/language-service": "22.0.1",
"@types/jasmine": "3.10.2",
"@types/jasminewd2": "2.0.9",
"@types/node": "18.17.0",
Expand All @@ -94,6 +94,6 @@
"sass.js": "0.11.1",
"ts-node": "10.9.1",
"tslint": "~6.1.3",
"typescript": "5.9.3"
"typescript": "6.0.3"
}
}
Loading
Loading