@syncfusion/ej2-react-dropdowns 23.1.41 → 23.1.43

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,35 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ComboBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I509217` - Resolved the issue where an empty space was created after clearing the values from the comboBox.
10
+
11
+ ### Mention
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#F182215` - Fixed "In Android, unable to remove a selected value from Mention using backspace key and also keyboard hides".
16
+
17
+ ### DropDownTree
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I508339` - The persistence issue during page navigation has been resolved.
22
+ - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
23
+
24
+ ## 23.1.42 (2023-10-24)
25
+
26
+ ### Mention
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
31
+
32
+ ## 23.1.41 (2023-10-17)
33
+
5
34
  ### MultiSelect
6
35
 
7
36
  #### Bug fixes
@@ -19,7 +48,6 @@
19
48
 
20
49
  #### Bug Fixes
21
50
 
22
- - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
23
51
  - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
24
52
 
25
53
  ## 23.1.38 (2023-09-26)
package/diConfig.json CHANGED
@@ -452,7 +452,7 @@
452
452
  },
453
453
  {
454
454
  "name": "actionFailureTemplate",
455
- "defaultValue": "The Request failed"
455
+ "defaultValue": "The Request Failed"
456
456
  }
457
457
  ],
458
458
  "blazorTemplates":[
@@ -547,4 +547,4 @@
547
547
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
548
548
  },
549
549
  "statelessTemplateProps": ["headerTemplate", "itemTemplate"]
550
- }
550
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 23.1.41
3
+ * version : 23.1.43
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 : 23.1.41
3
+ * version : 23.1.43
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@23.1.40",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@23.1.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qPpJbhGHfZjlq6siOPoWMYodtcFh+yCTf4/U2gxAVTGcHjWBmjMQLpB/OXMPScrGe6rLqSIGDPnKlxzKM4b0ng==",
5
+ "_integrity": "sha512-yE5HeHvEfpvroyK1OFulE/anEiE/am9jxgGruj4v9SSak9QLWR1RVjGeS1L4R/pEpOcwYsaqz1I+fxbuud2V2w==",
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-23.1.40.tgz",
23
- "_shasum": "c074f255bd3f7f8d7946ac4cee83d3c4d6be8401",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-23.1.42.tgz",
23
+ "_shasum": "6de47acade6afcf247cbc223aa481dcb841f721d",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-dropdowns": "23.1.41",
36
- "@syncfusion/ej2-react-base": "~23.1.36"
35
+ "@syncfusion/ej2-dropdowns": "23.1.43",
36
+ "@syncfusion/ej2-react-base": "~23.1.43"
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": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
60
60
  },
61
- "version": "23.1.41",
61
+ "version": "23.1.43",
62
62
  "sideEffects": false
63
63
  }