@syncfusion/ej2-react-dropdowns 25.2.3 → 25.2.5

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,6 +2,47 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
8
+
9
+ ### MultiSelect
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
14
+
15
+ ### DropDownList
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
20
+ - `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
21
+
22
+ ## 25.2.4 (2024-05-14)
23
+
24
+ ### MultiSelect
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
29
+
30
+ ### DropDownTree
31
+
32
+ #### Bug Fixes
33
+
34
+ - `#I585791` - Resolved the SelectAll checkbox uncheck issue after closing and opening the Dropdown Tree component.
35
+
36
+ ### DropDownList
37
+
38
+ #### Bug Fixes
39
+
40
+ - `#I580648` - Issue with "The dropdownlist not retrieving the proper index when grouping with allow filtering" has been resolved.
41
+ - `#I581080` - Fixed the issue with the dropdownlist index value not updating in component instances.
42
+ - `#I581098` - Fixed issue where aria-controls was not maintained when popup was in closed state.
43
+
44
+ ## 25.2.3 (2024-05-08)
45
+
5
46
  ### ListBox
6
47
 
7
48
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.5
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-react-dropdowns.umd.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.5
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-react-dropdowns@*",
3
- "_id": "@syncfusion/ej2-react-dropdowns@25.1.41",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@25.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-0elsti9VTct01zGPvcltmJMGw45odpGgHiqzRbhpbkNjQKLcU8OrJ+lEp1fVASPcl6ES5LwQsBfUBDK/YDIsMw==",
5
+ "_integrity": "sha512-/W8HRPAfvJ4lSxHRi1meKVOuRQfXuzk0MW9tt3UYybKFLwbln1O68hvt7osZg2xEzv+ynKJcPsdI0BOKoYEgIw==",
6
6
  "_location": "/@syncfusion/ej2-react-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-react-dropdowns/-/ej2-react-dropdowns-25.1.41.tgz",
23
- "_shasum": "2bad823ff0f3afbb53d88737aac203b657d48a4f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-25.2.4.tgz",
23
+ "_shasum": "a902f08586a10e9686d1aff327451bb2675c064e",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~25.2.3",
35
- "@syncfusion/ej2-dropdowns": "25.2.3",
34
+ "@syncfusion/ej2-base": "~25.2.5",
35
+ "@syncfusion/ej2-dropdowns": "25.2.5",
36
36
  "@syncfusion/ej2-react-base": "~25.2.3"
37
37
  },
38
38
  "deprecated": false,
@@ -58,6 +58,6 @@
58
58
  "type": "git",
59
59
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
60
60
  },
61
- "version": "25.2.3",
61
+ "version": "25.2.5",
62
62
  "sideEffects": false
63
63
  }