You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/buttons/CHANGELOG.md
+54-22
Original file line number
Diff line number
Diff line change
@@ -2,49 +2,73 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 21.2.3 (2023-05-03)
5
+
## 22.2.5 (2023-07-27)
6
6
7
-
### Switch
7
+
### Checkbox
8
8
9
9
#### Bug Fixes
10
10
11
-
-`#I456259` - provided the `role` attribute support to `htmlAttributes` property of switch component.
11
+
-`#I483250` - The issue with "CheckBox not working in IE 11" has been resolved.
12
12
13
-
## 21.1.37 (2023-03-29)
13
+
## 22.1.39 (2023-07-18)
14
+
15
+
### Speed Dial
16
+
17
+
#### Bug Fixes
18
+
19
+
-`#I478092` - Enhanced the component's functionality, by introducing the `isPrimary` property to specify whether it is a primary button or not.
20
+
21
+
## 22.1.38 (2023-07-11)
22
+
23
+
### Switch
24
+
25
+
#### Bug Fixes
26
+
27
+
-`#I478637` - The issue with "Change event trigger twice for key down action of switch component" has been resolved.
14
28
15
29
### Checkbox
16
30
31
+
- Resolved checkbox wrapper width issue.
32
+
33
+
## 21.2.10 (2023-06-13)
34
+
35
+
### RadioButton
36
+
17
37
#### Bug Fixes
18
38
19
-
-`#I436942` - The issue with "Validation rule not display properly when we use Checkbox within form validator" has been resolved.
39
+
-`#F182133` - The issue with "Correcting Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
20
40
21
-
### Chip
41
+
##21.2.6 (2023-05-23)
22
42
23
-
#### New Features
43
+
###RadioButton
24
44
25
-
-`#I422263` - The Chip component now supports htmlAttributes, which enables users to add required attributes such as 'aria-label', 'title', 'class', and more to the Chip item.
45
+
#### Bug Fixes
26
46
27
-
### Floating Action Button `Preview`
47
+
-`#I463728` - The issue with "Provide the boolean value support for radio button while using the v-model property in VUE platform" has been resolved.
28
48
29
-
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.
49
+
## 21.2.5 (2023-05-16)
30
50
51
+
### RadioButton
31
52
32
-
-**Rendering** - The FAB component can be rendered as Icon only, Icon with Label, Label only, or in a disabled state.
33
-
-**Positioning** - Supports to place various built-in positions on the target element.
34
-
-**Styles** - The appearance of the FAB can be customized using predefined styles.
35
-
-**Accessibility** - The FAB provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
53
+
#### Bug Fixes
36
54
37
-
### Speed Dial `Preview`
55
+
-`#F182133` - The issue with "Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
38
56
39
-
The Speed Dial component is an extension of the floating action button that displays a list of action buttons when clicked. It is useful when there is more than one primary action for the page.
57
+
## 21.2.3 (2023-05-03)
40
58
59
+
### Switch
41
60
42
-
-**Rendering** - The Speed Dial component can be rendered in two display modes: Linear and Radial.
43
-
-**Positioning** - Supports to place various built-in positions on the target element.
44
-
-**Styles** - The appearance of the Speed Dial can be customized using predefined styles.
45
-
-**Template Support** - The Speed Dial component action items and popup container can also be rendered with custom templates.
46
-
-**Modal Support** - Supports showing a modal overlay behind the Speed Dial.
47
-
-**Accessibility** - The Speed Dial provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
61
+
#### Bug Fixes
62
+
63
+
-`#I456259` - provided the `role` attribute support to `htmlAttributes` property of switch component.
64
+
65
+
## 21.1.37 (2023-03-29)
66
+
67
+
### Checkbox
68
+
69
+
#### Bug Fixes
70
+
71
+
-`#I436942` - The issue with "Validation rule not display properly when we use Checkbox within form validator" has been resolved.
48
72
49
73
## 21.1.35 (2023-03-23)
50
74
@@ -517,6 +541,14 @@ RadioButton is a graphical user interface element that allows to select one opti
517
541
-**Sizes** - Provided with different sizes of RadioButton.
518
542
519
543
544
+
## 21.1.36 (2023-06-28)
545
+
546
+
### Chip
547
+
548
+
#### New Features
549
+
550
+
-`#I422263` - Provided the htmlAttributes support for the Chip component.
0 commit comments