@syncfusion/ej2-react-dropdowns 24.2.3 → 24.2.4

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,23 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
8
+
9
+
10
+ ### DropdownList
11
+
12
+ #### Bug Fixes
13
+
14
+ - `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
15
+
16
+ ### MultiSelect
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
21
+
5
22
  ## 24.1.47 (2024-01-23)
6
23
 
7
24
  ### ListBox
@@ -15,6 +32,7 @@
15
32
  #### Bug Fixes
16
33
 
17
34
  - `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
35
+ - `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
18
36
 
19
37
  ### MultiSelect
20
38
 
@@ -25,19 +43,17 @@
25
43
 
26
44
  ## 24.1.46 (2024-01-17)
27
45
 
28
- ### DropDownTree
46
+ ### MultiSelect
29
47
 
30
48
  #### Bug Fixes
31
49
 
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.
50
+ - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
35
51
 
36
- ### MultiSelect
52
+ ### DropDownTree
37
53
 
38
54
  #### Bug Fixes
39
55
 
40
- - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
56
+ - `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
41
57
 
42
58
  ## 24.1.45 (2024-01-09)
43
59
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 24.2.3
3
+ * version : 24.2.4
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.4
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.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8/wiB/Jy17PchSlCeaU386rmJGcfiyS4SrBKtwLQPamuo1n+dEfoVEPPrAHCOZCPaxy/n5oTdRxh3ZkUQh6t1w==",
5
+ "_integrity": "sha512-W9xL65zIgnau6CaHdHiR8E2FZvsDJQUR7VnfS4yV1v3kz4BQ1w3lmvRsZLLNQq+82wgJ0EbR4O/yqETVjuzwZg==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.2.3.tgz",
23
+ "_shasum": "cbea21eb18426667a9396b016be5f81bb6641136",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-dropdowns": "24.2.3",
35
+ "@syncfusion/ej2-dropdowns": "24.2.4",
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.4",
59
59
  "sideEffects": false
60
60
  }