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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/base/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-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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

0 commit comments

Comments
 (0)