@syncfusion/ej2-react-splitbuttons 24.2.5 → 25.1.35

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,31 +6,7 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I552152` - Issue in "Split button select event not triggered while using keyboard action" has been resolved.
10
-
11
- ## 24.1.46 (2024-01-17)
12
-
13
- ### DropDownButton
14
-
15
- #### Bug Fixes
16
-
17
- - `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
18
-
19
- ### ButtonGroup
20
-
21
- #### Bug Fixes
22
-
23
- - `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
24
-
25
- ## 24.1.45 (2024-01-09)
26
-
27
- ### DropDownButton
28
-
29
- #### Bug Fixes
30
-
31
- - `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
32
-
33
- ## 24.1.41 (2023-12-18)
9
+ - `#I554000` - Console error is thrown when clicking the progress button has been resolved.
34
10
 
35
11
  ### DropDownButton
36
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.min.js
3
- * version : 24.2.5
3
+ * version : 25.1.35
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 : 24.2.5
3
+ * version : 25.1.35
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
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-react-splitbuttons@*",
3
3
  "_id": "@syncfusion/ej2-react-splitbuttons@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-N4+UeDDHw4Im0rUCWP2KtLvJIu5Icu0WmLcCLivvezErh3JgyyikqnrUagc9AJYCy6TRek1t6IjdffzgQ30bQQ==",
5
+ "_integrity": "sha512-izaewkDe+wUOFLgqqedFVVULKxuSKwEAF2d4wBLIOJPgf8Clbk3C3tAiZxQyYOdSfIcl4iCahhlaYROi/yHxMA==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-24.2.3.tgz",
23
- "_shasum": "1ad30d79a8e1b77e2395bda59ffc3ad62068a762",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-24.2.3.tgz",
23
+ "_shasum": "74eb9116d651abe6711f464ab52324a97ec083a8",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,11 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.5",
35
- "@syncfusion/ej2-react-base": "~24.2.3",
36
- "@syncfusion/ej2-splitbuttons": "24.2.5",
37
- "awesome-typescript-loader": "^3.1.3",
38
- "source-map-loader": "^0.2.1"
34
+ "@syncfusion/ej2-base": "~25.1.35",
35
+ "@syncfusion/ej2-react-base": "~25.1.35",
36
+ "@syncfusion/ej2-splitbuttons": "25.1.35"
39
37
  },
40
38
  "deprecated": false,
41
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -53,8 +51,8 @@
53
51
  "name": "@syncfusion/ej2-react-splitbuttons",
54
52
  "repository": {
55
53
  "type": "git",
56
- "url": "git+https://github.com/syncfusion/ej2-react-splitbuttons.git"
54
+ "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
57
55
  },
58
- "version": "24.2.5",
56
+ "version": "25.1.35",
59
57
  "sideEffects": false
60
58
  }