@syncfusion/ej2-react-splitbuttons 24.2.7 → 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
|
@@ -2,41 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### ProgressButton
|
|
6
|
-
|
|
7
|
-
- `#I554000` - Console error is thrown when clicking the progress button has been resolved.
|
|
8
|
-
|
|
9
|
-
## 24.2.5 (2024-02-13)
|
|
10
|
-
|
|
11
5
|
### SplitButton
|
|
12
6
|
|
|
13
7
|
#### Bug Fixes
|
|
14
8
|
|
|
15
|
-
- `#
|
|
16
|
-
|
|
17
|
-
## 24.1.46 (2024-01-17)
|
|
18
|
-
|
|
19
|
-
### DropDownButton
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
|
|
24
|
-
|
|
25
|
-
### ButtonGroup
|
|
26
|
-
|
|
27
|
-
#### Bug Fixes
|
|
28
|
-
|
|
29
|
-
- `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
|
|
30
|
-
|
|
31
|
-
## 24.1.45 (2024-01-09)
|
|
32
|
-
|
|
33
|
-
### DropDownButton
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
|
|
38
|
-
|
|
39
|
-
## 24.1.41 (2023-12-18)
|
|
9
|
+
- `#I554000` - Console error is thrown when clicking the progress button has been resolved.
|
|
40
10
|
|
|
41
11
|
### DropDownButton
|
|
42
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-splitbuttons.min.js
|
|
3
|
-
* version :
|
|
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 :
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-splitbuttons@24.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-splitbuttons@24.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
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-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
|
36
|
-
"@syncfusion/ej2-splitbuttons": "
|
|
34
|
+
"@syncfusion/ej2-base": "~25.1.35",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~25.1.35",
|
|
36
|
+
"@syncfusion/ej2-splitbuttons": "25.1.35"
|
|
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",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "25.1.35",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|