@syncfusion/ej2-react-splitbuttons 20.4.40 → 20.4.48

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
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I428125` - DropDownButton items selection overlay getting darker for multiple clicking has been resolved.
10
+ - `#I428636` - DropDownButton control throws errors when changing multiple properties together using setProperties method has been resolved.
11
+
12
+ ## 20.4.40 (2022-12-28)
13
+
14
+ ### DropDownButton
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#F31632` - Accessibility issue in DropDownButton has been resolved.
10
19
  - `#I422250` - Keyboard navigation not working properly when we set arguments cancel property as true in `beforeClose` event of DropDownButton has been resolved.
11
20
 
package/README.md CHANGED
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
108
108
 
109
109
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
110
110
 
111
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
111
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.48
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-splitbuttons.umd.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.48
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-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@20.4.38",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qM8xrYL7Cap375sLs5eERntrrFKhH2Rk3/GZ/tnrIWCTXJ8ALkHF3AS5XY4IuB+fpyNpf0WO6fqtTLouvVqy4Q==",
5
+ "_integrity": "sha512-5ypj6V16L8qrCGz4Cnqz4oQZN/qR4u6OrxbyD9pxDcgvZy4HZ9DWoNikTS73AwIXUb47TbP8zkeVGxE5oqWViQ==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
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-splitbuttons/-/ej2-react-splitbuttons-20.4.38.tgz",
23
- "_shasum": "3f65d211d242160d4ea18e133a8f0f59739b4e1e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.4.42.tgz",
23
+ "_shasum": "03090729272d9330a11c02ab70f413fb36c6b8e0",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.40",
35
- "@syncfusion/ej2-react-base": "~20.4.40",
36
- "@syncfusion/ej2-splitbuttons": "20.4.40"
34
+ "@syncfusion/ej2-base": "~20.4.48",
35
+ "@syncfusion/ej2-react-base": "~20.4.48",
36
+ "@syncfusion/ej2-splitbuttons": "20.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -60,6 +60,6 @@
60
60
  "type": "git",
61
61
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
62
62
  },
63
- "version": "20.4.40",
63
+ "version": "20.4.48",
64
64
  "sideEffects": false
65
65
  }
@@ -30,6 +30,7 @@
30
30
  .e-dropdown-btn .e-caret,
31
31
  .e-dropdown-btn.e-btn .e-caret {
32
32
  font-size: 16px;
33
+ margin-top: 0;
33
34
  }
34
35
  .e-dropdown-btn.e-vertical,
35
36
  .e-dropdown-btn.e-btn.e-vertical {
@@ -30,6 +30,7 @@
30
30
  .e-dropdown-btn .e-caret,
31
31
  .e-dropdown-btn.e-btn .e-caret {
32
32
  font-size: 16px;
33
+ margin-top: 0;
33
34
  }
34
35
  .e-dropdown-btn.e-vertical,
35
36
  .e-dropdown-btn.e-btn.e-vertical {
@@ -29,6 +29,7 @@
29
29
  .e-dropdown-btn .e-caret,
30
30
  .e-dropdown-btn.e-btn .e-caret {
31
31
  font-size: 8px;
32
+ margin-top: 0;
32
33
  }
33
34
  .e-dropdown-btn.e-vertical,
34
35
  .e-dropdown-btn.e-btn.e-vertical {
@@ -30,6 +30,7 @@
30
30
  .e-dropdown-btn .e-caret,
31
31
  .e-dropdown-btn.e-btn .e-caret {
32
32
  font-size: 16px;
33
+ margin-top: 0;
33
34
  }
34
35
  .e-dropdown-btn.e-vertical,
35
36
  .e-dropdown-btn.e-btn.e-vertical {
package/styles/fluent.css CHANGED
@@ -30,6 +30,7 @@
30
30
  .e-dropdown-btn .e-caret,
31
31
  .e-dropdown-btn.e-btn .e-caret {
32
32
  font-size: 16px;
33
+ margin-top: 0;
33
34
  }
34
35
  .e-dropdown-btn.e-vertical,
35
36
  .e-dropdown-btn.e-btn.e-vertical {
@@ -29,6 +29,7 @@
29
29
  .e-dropdown-btn .e-caret,
30
30
  .e-dropdown-btn.e-btn .e-caret {
31
31
  font-size: 8px;
32
+ margin-top: 0;
32
33
  }
33
34
  .e-dropdown-btn.e-vertical,
34
35
  .e-dropdown-btn.e-btn.e-vertical {