@syncfusion/ej2-react-dropdowns 25.2.4 → 25.2.6

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,36 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.
10
+
11
+ ## 25.2.5 (2024-05-21)
12
+
13
+ ### DropDownTree
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I589141` - The Dropdown Tree component now includes tab focus support for the "Select All" checkbox element. With this enhancement, pressing the Tab key will move the focus to the "Select All" checkbox, and pressing Shift+Tab will move the focus back to the "Select All" checkbox during backward navigation.
18
+ - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
19
+
20
+ ### MultiSelect
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
25
+
26
+ ### DropDownList
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
31
+ - `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
32
+
33
+ ## 25.2.4 (2024-05-14)
34
+
35
+ ### MultiSelect
36
+
37
+ #### Bug Fixes
38
+
9
39
  - `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
10
40
 
11
41
  ### DropDownTree
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 25.2.4
3
+ * version : 25.2.6
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.4
3
+ * version : 25.2.6
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.2.3",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@25.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gpBEbRjrzJF7uHGiOT8As5vn/goVngEPgYFPi5tUAtTT9F8SwDfs08erPfqJer4ynqdYiPS/fSHi4Cv3hw51oA==",
5
+ "_integrity": "sha512-VcJUAOIfQ5Ysc1o/UDSrFB3pjub/lXzBjNH5QtbtUfjOom1sSEDoz77EV7OwBNexK3Jt7d9Rv7HZ5IoSkHCCbg==",
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.2.3.tgz",
23
- "_shasum": "d660bf3e31ad7a1c4dc517a0a0484aa6233aefb1",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-25.2.5.tgz",
23
+ "_shasum": "77636a795b3281d9e2e427692b666d7762b00b6a",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~25.2.3",
35
- "@syncfusion/ej2-dropdowns": "25.2.4",
36
- "@syncfusion/ej2-react-base": "~25.2.3"
34
+ "@syncfusion/ej2-base": "~25.2.5",
35
+ "@syncfusion/ej2-dropdowns": "25.2.6",
36
+ "@syncfusion/ej2-react-base": "~25.2.6"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for React",
@@ -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.4",
61
+ "version": "25.2.6",
62
62
  "sideEffects": false
63
63
  }