Skip to content

Commit ca01304

Browse files
author
pipeline
committed
v33.1.49 is released
1 parent ecac40f commit ca01304

File tree

281 files changed

+32225
-2689
lines changed

Some content is hidden

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

281 files changed

+32225
-2689
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-
## 33.1.47 (2026-04-07)
5+
## 33.1.49 (2026-04-14)
66

77
### Common
88

controls/calendars/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-
## 33.1.47 (2026-04-07)
5+
## 33.1.44 (2026-03-16)
66

77
### DateRangePicker
88

controls/calendars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-calendars",
3-
"version": "18.32.5",
3+
"version": "33.1.44",
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",
@@ -16,7 +16,7 @@
1616
"markdown-spellcheck": "^1.3.1"
1717
},
1818
"devDependencies": {
19-
"@syncfusion/ej2-staging": "^1.0.3",
19+
"@syncfusion/ej2-staging": "^1.0.4",
2020
"@types/chai": "^3.4.28",
2121
"@types/es6-promise": "0.0.28",
2222
"@types/jasmine": "2.8.9",

controls/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 33.1.47 (2026-04-07)
5+
## 33.1.49 (2026-04-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I824582` - The Y‑axis range is now calculated properly when rendering multiple charts.
12+
13+
## 33.1.44 (2026-03-16)
614

715
### Chart
816

controls/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-charts",
3-
"version": "28.1.33",
3+
"version": "33.1.44",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -15,7 +15,7 @@
1515
"markdown-spellcheck": "^1.3.1"
1616
},
1717
"devDependencies": {
18-
"@syncfusion/ej2-staging": "^1.0.3",
18+
"@syncfusion/ej2-staging": "^1.0.4",
1919
"@types/chai": "^3.4.28",
2020
"@types/es6-promise": "0.0.28",
2121
"@types/jasmine": "2.8.9",

controls/charts/spec/chart/indicators/bollinger.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ describe('Chart', () => {
497497
let element: HTMLElement = document.getElementById('containerIndicatorGroup0');
498498
let rect: ClientRect;
499499
rect = element.getBoundingClientRect();
500-
expect(Math.round(rect.top) == 378 || Math.round(rect.top) == 377).toBe(true);
500+
expect(Math.round(rect.top) == 378 || Math.round(rect.top) == 377 || Math.round(rect.top) == 339).toBe(true);
501501
chartObj.loaded = null;
502502
done();
503503
};

controls/charts/spec/chart/scrollbar/scrollbar-horizontal.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ describe('Inversed Scrollbar ', function () {
14971497
var backRectEle = svgChildEle.children[0].children[0];
14981498
var width = backRectEle.getAttribute('width');
14991499
expect(svgChildEle.id === 'container_scrollBar_primaryXAxis').toBe(true);
1500-
expect(svgChildEle.getAttribute('transform') === 'translate(832.5,16) rotate(180)' || svgChildEle.getAttribute('transform') === 'translate(836.5,16) rotate(180)').toBe(true);
1500+
expect(svgChildEle.getAttribute('transform') === 'translate(882.5,16) rotate(180)' || svgChildEle.getAttribute('transform') === 'translate(886.5,16) rotate(180)').toBe(true);
15011501
expect(backRectEle.getAttribute('x') === '25').toBe(true);
15021502
expect(backRectEle.getAttribute('y') === '0').toBe(true);
15031503
expect(backRectEle.getAttribute('height') === '16').toBe(true);
@@ -1593,7 +1593,7 @@ describe('Inversed Scrollbar ', function () {
15931593
let backRectEle: Element = svgChildEle.children[0].children[0];
15941594
let width: string = backRectEle.getAttribute('width');
15951595
expect(svgChildEle.id).toBe('container_scrollBar_primaryXAxis');
1596-
expect(svgChildEle.getAttribute('transform') === 'translate(832.5,10) rotate(180)' || svgChildEle.getAttribute('transform') === 'translate(836.5,10) rotate(180)').toBe(true);
1596+
expect(svgChildEle.getAttribute('transform') === 'translate(882.5,10) rotate(180)' || svgChildEle.getAttribute('transform') === 'translate(886.5,10) rotate(180)').toBe(true);
15971597
expect(backRectEle.getAttribute('x')).toBe('0');
15981598
expect(backRectEle.getAttribute('y')).toBe('0');
15991599
expect(backRectEle.getAttribute('height')).toBe('10');

controls/charts/spec/chart/trendlines/exponential.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ describe('Chart', () => {
405405
let xAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels0');
406406
expect(xAxisLabelCollection.childNodes.length == 6).toBe(true);
407407
let yAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels1');
408-
expect(yAxisLabelCollection.childNodes.length == 5).toBe(true);
408+
expect(yAxisLabelCollection.childNodes.length == 4).toBe(true);
409409
done();
410410
};
411411
chartObj.loaded = loaded;

controls/charts/spec/chart/trendlines/logarithmic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ describe('Chart', () => {
423423
let xAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels0');
424424
expect(xAxisLabelCollection.childNodes.length == 6).toBe(true);
425425
let yAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels1');
426-
expect(yAxisLabelCollection.childNodes.length == 5).toBe(true);
426+
expect(yAxisLabelCollection.childNodes.length == 4).toBe(true);
427427
done();
428428
};
429429
chartObj.loaded = loaded;

controls/charts/spec/chart/trendlines/power.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ describe('Chart', () => {
406406
let xAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels0');
407407
expect(xAxisLabelCollection.childNodes.length == 6).toBe(true);
408408
let yAxisLabelCollection: HTMLElement = document.getElementById('containerAxisLabels1');
409-
expect(yAxisLabelCollection.childNodes.length == 5).toBe(true);
409+
expect(yAxisLabelCollection.childNodes.length == 4).toBe(true);
410410
done();
411411
};
412412
chartObj.loaded = loaded;

0 commit comments

Comments
 (0)