Skip to content

Commit 0b1d2fe

Browse files
author
pipeline
committed
v20.4.49 is released
1 parent 05bc454 commit 0b1d2fe

File tree

473 files changed

+10471
-2048
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

473 files changed

+10471
-2048
lines changed

controls/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.4.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

77
### Dashboard Layout
88

controls/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided aria-label and id `htmlAttributes` support to the switch component.
12+
513
## 20.4.44 (2023-01-18)
614

715
### Switch

controls/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-buttons",
3-
"version": "20.4.44",
3+
"version": "20.4.48",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/buttons/src/switch/switch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const RIPPLE_CHECK: string = 'e-ripple-check';
1010
const RTL: string = 'e-rtl';
1111
const WRAPPER: string = 'e-switch-wrapper';
1212
const ACTIVE: string = 'e-switch-active';
13-
const ATTRIBUTES: string[] = ['title', 'class', 'style', 'disabled', 'readonly', 'name', 'value'];
13+
const ATTRIBUTES: string[] = ['title', 'class', 'style', 'disabled', 'readonly', 'name', 'value', 'aria-label', 'id'];
1414

1515
/**
1616
* The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.

controls/buttons/themestudio/styles/dropdowns/multi-select/_bootstrap-dark-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
8888
$ddl-chip-sel-mobile-close-height: 40px !default;
8989
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
9090
$ddl-input-text-indent: 6px !default;
91+
$ddl-input-placeholder-padding: 0 0 0 12px !default;
9192
$ddl-rtl-chip-sel-close-left: -10px !default;
9293
$ddl-popup-active-focus-bg-color: $brand-primary !default;
9394
$ddl-popup-active-focus-font-color: $brand-primary-font !default;

controls/buttons/themestudio/styles/dropdowns/multi-select/_bootstrap-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
8787
$ddl-chip-sel-mobile-close-height: 40px !default;
8888
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
8989
$ddl-input-text-indent: 6px !default;
90+
$ddl-input-placeholder-padding: 0 0 0 12px !default;
9091
$ddl-rtl-chip-sel-close-left: -10px !default;
9192
$ddl-popup-active-focus-bg-color: $brand-primary !default;
9293
$ddl-popup-active-focus-font-color: $brand-primary-font !default;

controls/buttons/themestudio/styles/dropdowns/multi-select/_bootstrap4-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
9090
$ddl-chip-sel-mobile-close-height: 40px !default;
9191
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
9292
$ddl-input-text-indent: 6px !default;
93+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
9394
$ddl-rtl-chip-sel-close-left: -10px !default;
9495
$ddl-popup-active-focus-bg-color: $primary !default;
9596
$ddl-popup-active-focus-font-color: $primary-font !default;

controls/buttons/themestudio/styles/dropdowns/multi-select/_bootstrap5-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
7575
$ddl-chip-sel-mobile-close-height: 40px !default;
7676
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
7777
$ddl-input-text-indent: 8px !default;
78+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
7879
$ddl-rtl-chip-sel-close-left: -12px !default;
7980
$ddl-popup-active-focus-border-width: 0 !default;
8081
$ddl-popup-active-focus-shadow-item: none !default;

controls/buttons/themestudio/styles/dropdowns/multi-select/_fabric-dark-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
8686
$ddl-chip-sel-mobile-close-height: 26px !default;
8787
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
8888
$ddl-input-text-indent: 10px !default;
89+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
8990
$ddl-rtl-chip-sel-close-left: -12px !default;
9091
$ddl-popup-active-focus-bg-color: $neutral-quintenary !default;
9192
$ddl-popup-active-focus-font-color: $neutral-light-fontalt !default;

controls/buttons/themestudio/styles/dropdowns/multi-select/_fabric-definition.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
8585
$ddl-chip-sel-mobile-close-height: 26px !default;
8686
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
8787
$ddl-input-text-indent: 10px !default;
88+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
8889
$ddl-rtl-chip-sel-close-left: -12px !default;
8990
$ddl-popup-active-focus-bg-color: $theme-lighter !default;
9091
$ddl-popup-active-focus-font-color: $neutral-light-font !default;

0 commit comments

Comments
 (0)