@syncfusion/ej2-react-dropdowns 22.1.36 → 22.1.37

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,12 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropdownList
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
10
+ - `#I467885` - Resolved an issue where the change event was not triggered for dynamically created TextBox after dropdown component was destroyed.
11
+
12
+ ## 22.1.36 (2023-06-28)
13
+
5
14
  ### ListBox
6
15
 
7
16
  #### Bug Fixes
8
17
 
9
18
  - `#I473804` - Issue with "Scroll goes down while dragging the list item when we placed the listbox within popup" has been resolved.
10
19
 
20
+ ### ComboBox
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I830219` - The issue of the custom value not being appended to the popup and the popup opening empty when using the Item Template has been resolved.
25
+
11
26
  ## 21.2.10 (2023-06-13)
12
27
 
13
28
  ### ListBox
@@ -2042,14 +2057,6 @@ DropDownList component contains a list of predefined values from which a single
2042
2057
  - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
2043
2058
 
2044
2059
 
2045
- ## 21.1.36 (2023-06-28)
2046
-
2047
- ### ComboBox
2048
-
2049
- #### Bug Fixes
2050
-
2051
- - `#I830219` - The issue of the custom value not being appended to the popup and the popup opening empty when using the Item Template has been resolved.
2052
-
2053
2060
  ## 19.4.38 (2021-12-17)
2054
2061
 
2055
2062
  ### MultiSelect
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 22.1.36
3
+ * version : 22.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 22.1.36
3
+ * version : 22.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@21.1.36",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@22.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Wf5IdnN/Vw++gmAhi6LXJnFJvFzi1dYsjt4HSasNAUAM69KvV4fiEP+YcZ/xeX9+cMh6PrHxD05wrblQKV/hhg==",
5
+ "_integrity": "sha512-wFkF+Nj/wWzfVOM1St2JRkgVvj6r934fW0UkKyhAszuoixICM67EuUyZO6l2zXndvbQmtmR4/nqReTrLt+iR8A==",
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-21.1.36.tgz",
23
- "_shasum": "50fa3313d0cca0a46a81fcaa3d0a12350e855e4f",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-22.1.36.tgz",
23
+ "_shasum": "f34df73efb34beb44c55bc637be32f3e42faedf2",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.34",
35
- "@syncfusion/ej2-dropdowns": "22.1.36",
35
+ "@syncfusion/ej2-dropdowns": "22.1.37",
36
36
  "@syncfusion/ej2-react-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
@@ -58,6 +58,6 @@
58
58
  "type": "git",
59
59
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
60
60
  },
61
- "version": "22.1.36",
61
+ "version": "22.1.37",
62
62
  "sideEffects": false
63
63
  }