Skip to content

Commit 71ad148

Browse files
author
pipeline
committed
v26.2.8 is released
1 parent e595127 commit 71ad148

File tree

418 files changed

+6540
-5726
lines changed

Some content is hidden

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

418 files changed

+6540
-5726
lines changed

controls/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 26.2.7 (2024-07-30)
5+
## 26.2.8 (2024-08-06)
66

77
### Barcode
88

controls/base/node_modules/@babel/helper-environment-visitor/README.md

-19
This file was deleted.

controls/base/node_modules/@babel/helper-function-name/README.md

-19
This file was deleted.

controls/base/node_modules/@babel/helper-hoist-variables/README.md

-19
This file was deleted.

controls/base/node_modules/@babel/helper-split-export-declaration/README.md

-19
This file was deleted.

controls/base/node_modules/@types/node/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/base/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "26.1.42",
3+
"version": "26.2.5",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/base/spec/intl/date-parser.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -891,8 +891,8 @@ describe('DateParser', () => {
891891
});
892892
it('year only format input returns correct year value',()=>{
893893
let tFormatter: Date = DateParser.dateParser('en', { format:'yy',calendar:'islamic' }, cldrData)('40');
894-
let iFormatter: Date = DateParser.dateParser('en', { format:'y',calendar:'islamic' }, cldrData)('1446');
895-
expect(iFormatter.getFullYear()).toBe(new Date().getFullYear());
894+
let iFormatter: Date = DateParser.dateParser('en', { format:'y',calendar:'islamic' }, cldrData)('1445');
895+
expect(iFormatter.getFullYear()).toBe(2023);
896896
});
897897
it('full skeletom eleton returns proper value',()=>{
898898
let iFormatter: Date = DateParser.dateParser('en', { skeleton: 'full',calendar:'islamic' }, cldrData)('Tuesday, Safar 19, 1437 AH');

controls/buttons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 26.2.8 (2024-08-06)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#F190104` - The issue with Script error occurs while `opening dialog` component using switch button has been resolved.
12+
513
## 26.2.7 (2024-07-30)
614

715
### Switch

controls/buttons/node_modules/@babel/helper-environment-visitor/README.md

-19
This file was deleted.

controls/buttons/node_modules/@babel/helper-function-name/README.md

-19
This file was deleted.

controls/buttons/node_modules/@babel/helper-hoist-variables/README.md

-19
This file was deleted.

controls/buttons/node_modules/@babel/helper-split-export-declaration/README.md

-19
This file was deleted.

controls/buttons/node_modules/@types/node/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-buttons",
3-
"version": "26.2.5",
3+
"version": "26.2.7",
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/styles/radio-button/_material3-definition.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ $radio-btn-small-width: 14px !default;
1818
$radio-btn-icon-left: 4px !default;
1919
$radio-btn-icon-top: 4px !default;
2020
$radio-btn-icon-right: 4px !default;
21-
$radio-btn-ripple-position: -9.5px !default;
22-
$radio-btn-ripple-size: 32px !default;
21+
$radio-btn-ripple-position: -8px !default;
22+
$radio-btn-ripple-size: 30px !default;
2323
$radio-btn-small-icon-left: 4px !default;
2424
$radio-btn-small-icon-top: 4px !default;
2525
$radio-btn-small-icon-right: 4px !default;

controls/buttons/styles/radio-button/_theme.scss

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
border-color: $radio-btn-focus-check-border-color;
3434
box-shadow: $radio-btn-focussed-box-shadow;
3535
}
36+
37+
& .e-ripple-container {
38+
@if $skin-name == 'Material3' {
39+
background-color: $radio-btn-focus-ripple-bgcolor;
40+
}
41+
}
3642
}
3743
}
3844

controls/calendars/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 26.2.8 (2024-08-06)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F188894` - Fixed the issue where, in Mobile Mode, opening the popup and pressing the back button without selecting any date would apply an overlay to the entire page.
12+
513
## 26.1.41 (2024-07-09)
614

715
### DatePicker

controls/calendars/node_modules/@babel/helper-environment-visitor/README.md

-19
This file was deleted.

controls/calendars/node_modules/@babel/helper-function-name/README.md

-19
This file was deleted.

controls/calendars/node_modules/@babel/helper-hoist-variables/README.md

-19
This file was deleted.

controls/calendars/node_modules/@babel/helper-split-export-declaration/README.md

-19
This file was deleted.

controls/calendars/node_modules/@types/node/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/calendars/node_modules/aws-sdk/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-calendars",
3-
"version": "26.1.41",
3+
"version": "26.2.5",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/calendars/src/datepicker/datepicker.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,7 @@ export class DatePicker extends Calendar implements IInput {
18391839
if (this.showClearButton) {
18401840
this.clearButton = document.getElementsByClassName('e-clear-icon')[0] as HTMLElement;
18411841
}
1842+
this.hide(null);
18421843
super.destroy();
18431844
Input.destroy({
18441845
element: this.inputElement,

0 commit comments

Comments
 (0)