Skip to content

Commit 9d0675e

Browse files
committed
Merge remote-tracking branch 'origin/master' into rkaraivanov/wc-chat-wrapper
2 parents 94ee98a + 13db60d commit 9d0675e

17 files changed

+759
-1011
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/nodejs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: Node.js CI
5+
permissions:
6+
contents: read
57

68
on:
79
push:
@@ -16,7 +18,7 @@ jobs:
1618

1719
strategy:
1820
matrix:
19-
node-version: [20.x, 22.17.1]
21+
node-version: [20.x, 22.x]
2022

2123
steps:
2224
- name: Checkout
@@ -50,7 +52,7 @@ jobs:
5052
npm run test:schematics
5153
npm run test:i18n
5254
env:
53-
NODE_OPTIONS: --max_old_space_size=4096
55+
NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
5456
TZ: America/New_York
5557
- name: Build i18n & validate output
5658
run: |

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Npm.js deploy
2+
permissions:
3+
contents: read
24

35
on:
46
release:

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
stale:
99

10+
permissions:
11+
contents: read
12+
issues: write
13+
pull-requests: write
14+
1015
runs-on: ubuntu-latest
1116

1217
steps:

ROADMAP.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
# Current Milestone
44

5-
## Milestone 38, version 20.1 (Due by Sep, 2025)
6-
1. Grid cell merging feature [#3514](https://github.com/IgniteUI/igniteui-angular/issues/3514)
7-
2. “Clear Selection” button in Combo component is keyboard accessible [#15841](https://github.com/IgniteUI/igniteui-angular/issues/15841)
8-
3. Selecting a slide by index in the Carousel component [#16046](https://github.com/IgniteUI/igniteui-angular/issues/16046)
5+
## Milestone 40, version 20.1 (Due by Nov, 2025)
6+
1. Support for Angular 21
7+
2. AI Chat UI component [#16094](https://github.com/IgniteUI/igniteui-angular/issues/16094)
98

109
## Going down the road
1110

12-
1. AI Chat UI component [#16094](https://github.com/IgniteUI/igniteui-angular/issues/16094)
11+
1. Grids performance
1312

1413
# Previous Milestone
1514

15+
## Milestone 39, version 20.1 (Released Sep 25th, 2025)
16+
1. **[DONE]** Grid cell merging feature [#3514](https://github.com/IgniteUI/igniteui-angular/issues/3514)
17+
2. **[DONE]** “Clear Selection” button in Combo component is keyboard accessible [#15841](https://github.com/IgniteUI/igniteui-angular/issues/15841)
18+
3. **[DONE]** Selecting a slide by index in the Carousel component [#16046](https://github.com/IgniteUI/igniteui-angular/issues/16046)
19+
1620
## Milestone 38, version 20.0 (Released Jun 09th, 2025)
1721
1. **[DONE]** Support of Angular 20.0
1822

0 commit comments

Comments
 (0)