Skip to content

Commit 862dd5d

Browse files
authored
Merge branch 'master' into mpopov/fix/icalendar/weekend-dates
2 parents 1aea435 + c985eb4 commit 862dd5d

File tree

148 files changed

+1859
-10351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+1859
-10351
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, 19.2.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
16+
branches: [ master, '[0-9]+.[0-9]+.x' ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master, 19.2.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
19+
branches: [ master, '[0-9]+.[0-9]+.x' ]
2020
schedule:
2121
- cron: '33 4 * * 4'
2222

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 20.1.0
6+
### New Features
7+
- `IgxCarousel`
8+
- Added `select` method overload accepting index.
9+
```ts
10+
this.carousel.select(2, Direction.NEXT);
11+
```
12+
13+
### General
14+
- `IgxDropDown` now exposes a `role` input property, allowing users to customize the role attribute based on the use case. The default is `listbox`.
15+
16+
517
## 20.0.6
618
### General
719
- `IgxSimpleCombo`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ and refer to the purchasing options in the pricing section on the product page.
1111
This repository includes code originally copied from https://github.com/zloirock/core-js
1212
in the projects/igniteui-angular/src/lib/core/setImmediate.ts file. The original version of the code is MIT licensed. See the file header for details.
1313

14-
© Copyright 2020 INFRAGISTICS. All Rights Reserved.
14+
© Copyright 2025 INFRAGISTICS. All Rights Reserved.
1515
The Infragistics Ultimate license & copyright applies to this distribution.
1616
For information on that license, please go to our website https://www.infragistics.com/legal/license.

ROADMAP.md

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

33
# Current Milestone
44

5-
## Milestone 38, version 20.0 (Due by Jun, 2025)
6-
1. Support of Angular 20.0
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)
79

810
## Going down the road
911

10-
1. Provide an option to modify the default enter edit mode conditions, to e.g. allow edit mode start on a single click [#14658](https://github.com/IgniteUI/igniteui-angular/issues/14658)
11-
2. Provide an excel-like navigation mode for editing where all arrow keys navigate the cell in edit mode. [#14659](https://github.com/IgniteUI/igniteui-angular/issues/14659)
12-
3. Extend the 18.2 editorOptions property to allow modifying numeric editors to not change the value on up/down arrow press [#14660](https://github.com/IgniteUI/igniteui-angular/issues/14660)
12+
1. AI Chat UI component [#16094](https://github.com/IgniteUI/igniteui-angular/issues/16094)
1313

1414
# Previous Milestone
1515

16+
## Milestone 38, version 20.0 (Released Jun 09th, 2025)
17+
1. **[DONE]** Support of Angular 20.0
18+
1619
## Milestone 37, version 19.2 (Released Apr 16th, 2025), [Release Blog 19.2](https://www.infragistics.com/blogs/ignite-ui-for-angular-19-2/)
1720

18-
1. Tile Manager - layout component [#239](https://github.com/IgniteUI/igniteui-angular/issues/239)
19-
2. SSR Grid Improvements - [15202](https://github.com/IgniteUI/igniteui-angular/issues/15202)
21+
1. **[DONE]** Tile Manager - layout component [#239](https://github.com/IgniteUI/igniteui-angular/issues/239)
22+
2. **[DONE]** SSR Grid Improvements - [15202](https://github.com/IgniteUI/igniteui-angular/issues/15202)
2023

2124
## Milestone 36, version 19.1 (Released Feb 27th, 2025), [Release Blog 19.1](https://www.infragistics.com/blogs/ignite-ui-for-angular-19-1/)
2225

@@ -26,8 +29,8 @@
2629

2730
## Milestone 35, version 19.0 (Released Nov 25th, 2024)
2831

29-
1. Angular 19 support
30-
2. Simplify hiding Grid summary results through API [#14905](https://github.com/IgniteUI/igniteui-angular/issues/14905)
32+
1. **[DONE]** Angular 19 support
33+
2. **[DONE]** Simplify hiding Grid summary results through API [#14905](https://github.com/IgniteUI/igniteui-angular/issues/14905)
3134

3235
## Milestone 34, version 18.2 (Released Oct 25th, 2024)
3336

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/source-map": "0.5.2",
7575
"express": "^5.1.0",
7676
"fflate": "^0.8.1",
77-
"igniteui-theming": "^19.1.2",
77+
"igniteui-theming": "^19.2.1",
7878
"igniteui-trial-watermark": "^3.1.0",
7979
"lodash-es": "^4.17.21",
8080
"rxjs": "^7.8.2",

projects/igniteui-angular-i18n/src/i18n/BG/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsBG = {
88
igx_combo_empty_message: 'Списъкът е празен',
99
igx_combo_filter_search_placeholder: 'Въведете термин за търсене',
1010
igx_combo_addCustomValues_placeholder: 'Добавяне на елемент',
11-
igx_combo_clearItems_placeholder: 'Изчистване на избора'
11+
igx_combo_clearItems_placeholder: 'Изчистване на избора',
12+
igx_combo_aria_label_options: 'Има избрани опции',
13+
igx_combo_aria_label_no_options: 'Няма избрани опции'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/CS/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsCS = {
88
igx_combo_empty_message: 'Seznam je prázdný',
99
igx_combo_filter_search_placeholder: 'Zadejte hledaný výraz',
1010
igx_combo_addCustomValues_placeholder: 'Přidat položku',
11-
igx_combo_clearItems_placeholder: 'Vymazat výběr'
11+
igx_combo_clearItems_placeholder: 'Vymazat výběr',
12+
igx_combo_aria_label_options: 'Vybrané možnosti',
13+
igx_combo_aria_label_no_options: 'Žádné možnosti nejsou vybrány'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/DA/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsDA = {
88
igx_combo_empty_message: 'Listen er tom',
99
igx_combo_filter_search_placeholder: 'Indtast en søgeterm',
1010
igx_combo_addCustomValues_placeholder: 'Tilføj element',
11-
igx_combo_clearItems_placeholder: 'Ryd markering'
11+
igx_combo_clearItems_placeholder: 'Ryd markering',
12+
igx_combo_aria_label_options: 'Valgte muligheder',
13+
igx_combo_aria_label_no_options: 'Ingen valgte muligheder'
1214
} satisfies MakeRequired<IComboResourceStrings>;

projects/igniteui-angular-i18n/src/i18n/DE/combo-resources.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsDE = {
88
igx_combo_empty_message: 'Die Liste ist leer',
99
igx_combo_filter_search_placeholder: 'Suchbegriff eingeben',
1010
igx_combo_addCustomValues_placeholder: 'Element hinzufügen',
11-
igx_combo_clearItems_placeholder: 'Auswahl löschen'
11+
igx_combo_clearItems_placeholder: 'Auswahl löschen',
12+
igx_combo_aria_label_options: 'Ausgewählte Optionen',
13+
igx_combo_aria_label_no_options: 'Keine Optionen ausgewählt'
1214
} satisfies MakeRequired<IComboResourceStrings>;

0 commit comments

Comments
 (0)