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
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
Copy file name to clipboardExpand all lines: components/buttons/CHANGELOG.md
+8-30Lines changed: 8 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,54 +2,32 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 20.4.53 (2023-03-07)
5
+
## 21.1.35 (2023-03-23)
6
6
7
7
### Checkbox
8
8
9
9
#### Bug Fixes
10
10
11
-
-`#I436942` - The issue with "Checkbox checked property is not updated properly at initial rendering" has been resolved.
12
-
13
-
## 20.4.50 (2023-02-14)
14
-
15
-
### RadioButton
11
+
-`#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
16
12
17
-
#### Bug Fixes
13
+
###Chip
18
14
19
-
-`#F40707` - Value change event triggered twice in Radio Button component has been fixed.
15
+
#### New Features
20
16
21
-
## 20.4.49 (2023-02-07)
17
+
-`#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.
22
18
23
-
### Switch
19
+
### RadioButton
24
20
25
21
#### Bug Fixes
26
22
27
-
-`#I427994` - Provided aria-label and id `htmlAttributes` support to the switch component.
28
-
29
-
## 20.4.44 (2023-01-18)
23
+
-`#F40707` - Value change event triggered twice in Radio Button component has been fixed.
30
24
31
25
### Switch
32
26
33
27
#### Bug Fixes
34
28
35
29
-`#I427994` - Provided the `htmlAttributes` support to the switch component.
36
30
37
-
## 20.4.42 (2023-01-04)
38
-
39
-
### Checkbox
40
-
41
-
#### Bug Fixes
42
-
43
-
-`#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
44
-
45
-
### Chips
46
-
47
-
#### Bug Fixes
48
-
49
-
-`#I422262` - Added the aria-disabled attribute to the disabled Chip items.
50
-
51
-
## 20.4.40 (2022-12-28)
52
-
53
31
### Floating Action Button `Preview`
54
32
55
33
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.
@@ -72,7 +50,7 @@ The Speed Dial component is an extension of the floating action button that disp
72
50
-**Modal Support** - Supports showing a modal overlay behind the Speed Dial.
73
51
-**Accessibility** - The Speed Dial provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
0 commit comments