Skip to content

Commit b5a8b65

Browse files
authored
Merge branch 'master' into chore()-update-roadmap-after-20-releaase
2 parents db72aa0 + 8c0c3c2 commit b5a8b65

File tree

136 files changed

+1673
-10331
lines changed

Some content is hidden

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

136 files changed

+1673
-10331
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.

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>;

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ export const ComboResourceStringsES = {
88
igx_combo_empty_message: 'La lista está vacía',
99
igx_combo_filter_search_placeholder: 'Escriba un término de búsqueda',
1010
igx_combo_addCustomValues_placeholder: 'Agregar elemento',
11-
igx_combo_clearItems_placeholder: 'Borrar selección'
11+
igx_combo_clearItems_placeholder: 'Borrar selección',
12+
igx_combo_aria_label_options: 'Opciones seleccionadas',
13+
igx_combo_aria_label_no_options: 'No hay opciones seleccionadas'
1214
} satisfies MakeRequired<IComboResourceStrings>;

0 commit comments

Comments
 (0)