@syncfusion/ej2-react-splitbuttons 25.1.38 → 25.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
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ButtonGroup
6
+
7
+ #### Bug Fixes
8
+
9
+ - Issue in "box shadow correction while clicking single or multiple selection mode buttons" has been resolved.
10
+
11
+ ## 25.1.38 (2024-04-02)
12
+
5
13
  ### DropDownButton
6
14
 
7
15
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 25.1.38
3
+ * version : 25.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-splitbuttons.umd.min.js
3
- * version : 25.1.38
3
+ * version : 25.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-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@25.1.37",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@25.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qDUGHA77/iq5gGJQgw2mr0EacI/9V0ZbAwU7cr4GEQl6IuTkHcemR2uMAfyEo+rQ/hO5jpMGXFv3AkUDEWCKHA==",
5
+ "_integrity": "sha512-20erNXJwtMDbJm/4GOz0iSRjrMeeYBqQMsrOu8B0vSVtcvI5yC6AAG44gPbCXUtM+mLEonaXAfhZNIE8rXMs9g==",
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-25.1.37.tgz",
23
- "_shasum": "d695de7edad6c4e52f3aeb9adecc41edb91f7266",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-25.2.3.tgz",
23
+ "_shasum": "e0707710534b24a3c23f5118362d9a99041113bd",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~25.1.35",
35
- "@syncfusion/ej2-react-base": "~25.1.35",
36
- "@syncfusion/ej2-splitbuttons": "25.1.38"
34
+ "@syncfusion/ej2-base": "~25.2.3",
35
+ "@syncfusion/ej2-react-base": "~25.2.3",
36
+ "@syncfusion/ej2-splitbuttons": "25.2.4"
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",
@@ -41,9 +41,16 @@
41
41
  "es2015": "dist/es6/ej2-react-splitbuttons.es2015.js",
42
42
  "homepage": "https://www.syncfusion.com/react-components",
43
43
  "keywords": [
44
- "ej2",
45
- "syncfusion",
46
- "ej2-react-splitbuttons"
44
+ "react",
45
+ "reactjs",
46
+ "ej2-react-splitbuttons",
47
+ "react-splitbutton",
48
+ "react-dropdownbutton",
49
+ "react progress button",
50
+ "react spin button",
51
+ "react progress",
52
+ "react progress indicator",
53
+ "react spinner"
47
54
  ],
48
55
  "license": "SEE LICENSE IN license",
49
56
  "main": "./dist/ej2-react-splitbuttons.umd.min.js",
@@ -53,6 +60,6 @@
53
60
  "type": "git",
54
61
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
55
62
  },
56
- "version": "25.1.38",
63
+ "version": "25.2.4",
57
64
  "sideEffects": false
58
65
  }