@syncfusion/ej2-angular-dropdowns 29.2.8 → 29.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I731530` - Resolved an issue where the popup displayed skeletons upon reopening when using virtualization and checkbox mode.
10
+
11
+ ## 29.2.8 (2025-06-03)
12
+
13
+ ### DropDownTree
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I725718` - Issue with "Selected item disappears visually on continued search input after selection in Dropdown Tree" has been resolved.
18
+
19
+ ### MultiSelect
20
+
21
+ #### Bug Fixes
22
+
9
23
  - `#I696602` - Fixed an issue where the popup remains open if the MultiSelect input is not visible in the viewport.
10
24
 
11
25
  ## 29.2.5 (2025-05-21)
@@ -472,7 +486,7 @@
472
486
 
473
487
  #### Bug Fixes
474
488
 
475
- - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
489
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
476
490
 
477
491
  ## 19.3.53 (2021-11-12)
478
492
 
@@ -520,7 +534,7 @@
520
534
 
521
535
  - `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
522
536
 
523
- - `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
537
+ - `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
524
538
 
525
539
  ### MultiSelect
526
540
 
@@ -2253,7 +2267,7 @@ The ListBox is a graphical user interface component used to display a list of it
2253
2267
 
2254
2268
  - custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
2255
2269
 
2256
- - The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
2270
+ - The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
2257
2271
 
2258
2272
  - The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
2259
2273
 
@@ -2523,7 +2537,7 @@ MultiSelect component contains a list of predefined values from which a multiple
2523
2537
 
2524
2538
  - **Custom Value** - Allows user to select a new custom value.
2525
2539
 
2526
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
2540
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
2527
2541
 
2528
2542
  ### ComboBox
2529
2543
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "29.2.8",
3
+ "version": "29.2.10",
4
4
  "description": "Essential JS 2 DropDown Components for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~29.2.4",
10
- "@syncfusion/ej2-angular-base": "~29.2.4",
11
- "@syncfusion/ej2-dropdowns": "29.2.8"
10
+ "@syncfusion/ej2-angular-base": "~29.2.10",
11
+ "@syncfusion/ej2-dropdowns": "29.2.10"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^29.2.8';
4
+ exports.pkgVer = '^29.2.10';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~29.2.8';
6
+ exports.themeVer = '~29.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^29.2.8';
2
+ export const pkgVer = '^29.2.10';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~29.2.8';
4
+ export const themeVer = '~29.2.10';