@syncfusion/ej2-react-dropdowns 24.2.3 → 24.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,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropdownList
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
10
+
11
+ ## 24.2.4 (2024-02-06)
12
+
13
+ ### ListBox
14
+
15
+ -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
16
+
17
+
18
+ ### DropdownList
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
23
+
24
+ ### MultiSelect
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
29
+
5
30
  ## 24.1.47 (2024-01-23)
6
31
 
7
32
  ### ListBox
@@ -15,6 +40,7 @@
15
40
  #### Bug Fixes
16
41
 
17
42
  - `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
43
+ - `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
18
44
 
19
45
  ### MultiSelect
20
46
 
@@ -25,19 +51,17 @@
25
51
 
26
52
  ## 24.1.46 (2024-01-17)
27
53
 
28
- ### DropDownTree
54
+ ### MultiSelect
29
55
 
30
56
  #### Bug Fixes
31
57
 
32
- - `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
33
-
34
- - `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
58
+ - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
35
59
 
36
- ### MultiSelect
60
+ ### DropDownTree
37
61
 
38
62
  #### Bug Fixes
39
63
 
40
- - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
64
+ - `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
41
65
 
42
66
  ## 24.1.45 (2024-01-09)
43
67
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 24.2.3
3
+ * version : 24.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 : 24.2.3
3
+ * version : 24.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@24.1.47",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@24.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8/wiB/Jy17PchSlCeaU386rmJGcfiyS4SrBKtwLQPamuo1n+dEfoVEPPrAHCOZCPaxy/n5oTdRxh3ZkUQh6t1w==",
5
+ "_integrity": "sha512-AUPmv7VPgTJCPq/nUa1sZMC502c/DbdwqohtJ76nfBGes1oItEWKYUozFjJ53T1MQR9aBc2ua4aFHyZl4r1eJg==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.1.47.tgz",
23
- "_shasum": "cec123007aba78877c7e3a3130ad34efd2dd3907",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.2.4.tgz",
23
+ "_shasum": "e616e095c56cc9b079aae06135003b1d6828e71e",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-dropdowns": "24.2.3",
34
+ "@syncfusion/ej2-base": "~24.2.5",
35
+ "@syncfusion/ej2-dropdowns": "24.2.5",
36
36
  "@syncfusion/ej2-react-base": "~24.2.3",
37
37
  "awesome-typescript-loader": "^3.1.3",
38
38
  "source-map-loader": "^0.2.1"
@@ -55,6 +55,6 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/syncfusion/ej2-react-dropdowns.git"
57
57
  },
58
- "version": "24.2.3",
58
+ "version": "24.2.5",
59
59
  "sideEffects": false
60
60
  }