@syncfusion/ej2-react-dropdowns 23.1.41 → 23.1.42

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,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Mention
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
10
+
11
+ ### DropDownTree
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
16
+
17
+ ## 23.1.41 (2023-10-17)
18
+
5
19
  ### MultiSelect
6
20
 
7
21
  #### Bug fixes
@@ -19,7 +33,6 @@
19
33
 
20
34
  #### Bug Fixes
21
35
 
22
- - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
23
36
  - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
24
37
 
25
38
  ## 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.42
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.42
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.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qPpJbhGHfZjlq6siOPoWMYodtcFh+yCTf4/U2gxAVTGcHjWBmjMQLpB/OXMPScrGe6rLqSIGDPnKlxzKM4b0ng==",
5
+ "_integrity": "sha512-i1xzl98lWcrWXty7oR6w5oxfb39Lmq4sppFTlkr3Fvc8O40ZdzbZqePtSC2ISgQfq/eBNYACjrfsyr4NdS2fIw==",
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.41.tgz",
23
+ "_shasum": "a6a00d5ab70679c1e4440bc29136d68f0cf3de38",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-dropdowns": "23.1.41",
35
+ "@syncfusion/ej2-dropdowns": "23.1.42",
36
36
  "@syncfusion/ej2-react-base": "~23.1.36"
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": "23.1.41",
61
+ "version": "23.1.42",
62
62
  "sideEffects": false
63
63
  }