@syncfusion/ej2-angular-dropdowns 25.1.37-ngcc → 25.1.39-ngcc

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
@@ -2,14 +2,56 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.
10
+
11
+ ### DropDownTree
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I574653` - The issue aria-label attribute is not added to the input element in the Dropdown Tree component has been resolved.
16
+ - `#I572604` - An issue with "facing a console error when clicking a button inside the footer template in the Dropdown Tree component" has been resolved.
17
+
18
+ - `#I570515` - The issue of keyboard focus remaining within its child options rather than moving to the next enabled item has been resolved.
19
+
20
+ ## 25.1.37 (2024-03-26)
21
+
22
+ ### Mention
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#FB51909` - Fixed an issue where filtering was not working properly when allow space was set to true.
27
+
28
+ ### ComboBox
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I567781` - Fixed issue with Request being sent on initial loading when binding remote data and using the allowFiltering property.
33
+
34
+ ### DropDownTree
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I569983` - Issue with "trim leading or trailing white-space when filtering in the Dropdown Tree" has been resolved.
39
+
5
40
  ### MultiSelect
6
41
 
7
42
  #### Bug Fixes
8
43
 
44
+ - `#I567835` - Fixed XSS issue related to the highlight search feature when setting the filter query parameter without a value.
9
45
  - `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
10
46
  - `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
11
47
  - `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.
12
48
 
49
+ ### DropDownList
50
+
51
+ #### Bug Fixes
52
+
53
+ - `#I529469` - Fixed issues on mobile devices when enableVirtualization is enabled.
54
+
13
55
  ## 25.1.35 (2024-03-15)
14
56
 
15
57
  ### ComboBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 25.1.37
3
+ * version : 25.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
3
- * version : 25.1.37
3
+ * version : 25.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@25.1.35",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@25.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KKqs8P+WQIGarblNTGQul4UKZktLvnntlqPJzgOt1xOEcKxlYLIU5jwRsCdObY4+I70m4aaSaHF4ISfSqNmM0Q==",
5
+ "_integrity": "sha512-n9RC7L7bqq1AUByJXHAarJoQOEFKZonj3UagghIlNKngUJ9QqyKmCMz826XJ5lx9sdONinKlGIpepSXu/a9Ivw==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-25.1.35.tgz",
23
- "_shasum": "f0785e68f078487740213896463db107c38366b0",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-25.1.37.tgz",
23
+ "_shasum": "6582fce76f9013412ce23332a10cb5d9e5aa58f7",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~25.1.37",
35
35
  "@syncfusion/ej2-base": "~25.1.35",
36
- "@syncfusion/ej2-dropdowns": "25.1.37"
36
+ "@syncfusion/ej2-dropdowns": "25.1.39"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -63,5 +63,5 @@
63
63
  "schematics": "./schematics/collection.json",
64
64
  "sideEffects": false,
65
65
  "typings": "ej2-angular-dropdowns.d.ts",
66
- "version": "25.1.37-ngcc"
66
+ "version": "25.1.39-ngcc"
67
67
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^25.1.35";
2
+ export declare const pkgVer = "^25.1.37";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~25.1.35";
4
+ export declare const themeVer = "~25.1.37";
@@ -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 = '^25.1.37';
4
+ exports.pkgVer = '^25.1.39';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~25.1.37';
6
+ exports.themeVer = '~25.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^25.1.37';
2
+ export const pkgVer = '^25.1.39';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~25.1.37';
4
+ export const themeVer = '~25.1.39';