@syncfusion/ej2-vue-splitbuttons 25.1.35 → 25.1.38
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,12 +2,70 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### DropDownButton
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Issue in "keyboard action not working in DropDownButton when its append on span tag" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 25.1.37 (2024-03-26)
|
|
12
|
+
|
|
13
|
+
### DropDownButton
|
|
14
|
+
|
|
15
|
+
#### Breaking Changes
|
|
16
|
+
|
|
17
|
+
- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/drop-down-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the DropDownButton component.
|
|
18
|
+
|
|
19
|
+
### ProgressButton
|
|
20
|
+
|
|
21
|
+
#### Breaking Changes
|
|
22
|
+
|
|
23
|
+
- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/progress-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the ProgressButton component.
|
|
24
|
+
|
|
25
|
+
### SplitButton
|
|
26
|
+
|
|
27
|
+
#### Breaking Changes
|
|
28
|
+
|
|
29
|
+
- Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/split-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the SplitButton component.
|
|
30
|
+
|
|
31
|
+
## 24.2.7 (2024-02-20)
|
|
32
|
+
|
|
33
|
+
### ProgressButton
|
|
34
|
+
|
|
9
35
|
- `#I554000` - Console error is thrown when clicking the progress button has been resolved.
|
|
10
36
|
|
|
37
|
+
## 24.2.5 (2024-02-13)
|
|
38
|
+
|
|
39
|
+
### SplitButton
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `#I552152` - Issue in "Split button select event not triggered while using keyboard action" has been resolved.
|
|
44
|
+
|
|
45
|
+
## 24.1.46 (2024-01-17)
|
|
46
|
+
|
|
47
|
+
### DropDownButton
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
|
|
52
|
+
|
|
53
|
+
### ButtonGroup
|
|
54
|
+
|
|
55
|
+
#### Bug Fixes
|
|
56
|
+
|
|
57
|
+
- `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
|
|
58
|
+
|
|
59
|
+
## 24.1.45 (2024-01-09)
|
|
60
|
+
|
|
61
|
+
### DropDownButton
|
|
62
|
+
|
|
63
|
+
#### Bug Fixes
|
|
64
|
+
|
|
65
|
+
- `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
|
|
66
|
+
|
|
67
|
+
## 24.1.41 (2023-12-18)
|
|
68
|
+
|
|
11
69
|
### DropDownButton
|
|
12
70
|
|
|
13
71
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-splitbuttons.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.38
|
|
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
|