@syncfusion/ej2-react-dropdowns 24.1.47 → 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
@@ -4,6 +4,25 @@
4
4
 
5
5
  ### ListBox
6
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
+
22
+ ## 24.1.47 (2024-01-23)
23
+
24
+ ### ListBox
25
+
7
26
  #### Bug Fixes
8
27
 
9
28
  - `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
@@ -13,6 +32,7 @@
13
32
  #### Bug Fixes
14
33
 
15
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.
16
36
 
17
37
  ### MultiSelect
18
38
 
@@ -23,19 +43,17 @@
23
43
 
24
44
  ## 24.1.46 (2024-01-17)
25
45
 
26
- ### DropDownTree
46
+ ### MultiSelect
27
47
 
28
48
  #### Bug Fixes
29
49
 
30
- - `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
31
-
32
- - `#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.
33
51
 
34
- ### MultiSelect
52
+ ### DropDownTree
35
53
 
36
54
  #### Bug Fixes
37
55
 
38
- - `#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.
39
57
 
40
58
  ## 24.1.45 (2024-01-09)
41
59
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 24.1.47
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.1.47
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.46",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LYQjJBIOwqkRCCZX/gESpYI04dMjFKIl4Fct9wYPskEbDBW57iTiMvNh7m/Y5dtsHXK6w9YWZSro5odVFNR89w==",
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.46.tgz",
23
- "_shasum": "8e303c651bc5a38b8994e7fc5f55927c258435bb",
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": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.46",
35
- "@syncfusion/ej2-dropdowns": "24.1.47",
36
- "@syncfusion/ej2-react-base": "~24.1.46",
34
+ "@syncfusion/ej2-base": "~24.2.3",
35
+ "@syncfusion/ej2-dropdowns": "24.2.4",
36
+ "@syncfusion/ej2-react-base": "~24.2.3",
37
37
  "awesome-typescript-loader": "^3.1.3",
38
38
  "source-map-loader": "^0.2.1"
39
39
  },
@@ -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.1.47",
58
+ "version": "24.2.4",
59
59
  "sideEffects": false
60
60
  }