Skip to content

Commit deb69b6

Browse files
author
pipeline
committed
v23.2.4 is released
1 parent cea1bcb commit deb69b6

Some content is hidden

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

48 files changed

+341
-37
lines changed

components/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-
## 23.1.44 (2023-11-07)
5+
## 23.2.4 (2023-11-20)
66

77
### Barcode
88

components/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-angular-base",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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-
## 23.1.44 (2023-11-07)
5+
## 23.2.4 (2023-11-20)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F519481` - Issue with "Aria-Label Attribute Not Supported on Span Without Valid Role" has been resolved.
12+
13+
## 23.1.41 (2023-10-17)
614

715
### DateRangePicker
816

components/calendars/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-angular-calendars",
3-
"version": "23.1.40",
3+
"version": "23.1.41",
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. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,65 @@
22

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I504772` - It is now possible to cancel zooming using the scrollbar through the 'scrollChanged' event.
12+
13+
#### Features
14+
15+
- `#I494809` - Now steps can be applied to the line from the center, as well as from the left and right of the points.
16+
- `#I505867` - Enhanced the rendering of scatter series with a large number of data points.
17+
518
## 23.1.44 (2023-11-07)
619

720
### Chart
821

22+
#### Bug Fixes
23+
24+
- `#I495717` - Now the pdf-export module is not included by default.
25+
26+
## 23.1.43 (2023-10-31)
27+
28+
### Chart
29+
30+
#### Bug Fixes
31+
32+
- `#F184961` - The enable RTL property is now working correctly in polar chart.
33+
- `#I512713` - Now the chart series type can be updated using react hooks.
34+
35+
## 23.1.42 (2023-10-24)
36+
37+
### Chart
38+
39+
#### Bug Fixes
40+
941
- `#I510832` - Multiple trendlines for line type series are now functioning correctly.
1042
- `#I511821` - Now the data label is rendering properly in canvas mode.
1143

44+
### StockChart
45+
46+
#### Bug Fixes
47+
48+
- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.
49+
1250
## 23.1.41 (2023-10-17)
1351

1452
### RangeNavigator
1553

54+
#### Bug Fixes
55+
1656
- `#I502356` - Fixed the console error that throws when we resize the range navigator.
1757

1858
## 23.1.40 (2023-10-10)
1959

2060
### Chart
2161

62+
#### Bug Fixes
63+
2264
- `#I499384` - Now the chart series is getting focused properly after legend click.
2365

2466
## 23.1.39 (2023-10-04)

components/charts/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-angular-charts",
3-
"version": "23.1.41",
3+
"version": "23.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. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/src/chart/series.directive.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
44
import { TrendlinesDirective } from './trendlines.directive';
55
import { SegmentsDirective } from './segments.directive';
66

7-
let input: string[] = ['animation', 'bearFillColor', 'binInterval', 'border', 'boxPlotMode', 'bullFillColor', 'cardinalSplineTension', 'close', 'colorName', 'columnFacet', 'columnSpacing', 'columnWidth', 'columnWidthInPixel', 'connector', 'cornerRadius', 'dashArray', 'dataSource', 'dragSettings', 'drawType', 'emptyPointSettings', 'enableComplexProperty', 'enableSolidCandles', 'enableTooltip', 'errorBar', 'fill', 'groupName', 'high', 'intermediateSumIndexes', 'isClosed', 'legendImageUrl', 'legendShape', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'segmentAxis', 'segments', 'selectionStyle', 'showMean', 'showNormalDistribution', 'size', 'splineType', 'stackingGroup', 'sumIndexes', 'summaryFillColor', 'tooltipFormat', 'tooltipMappingName', 'trendlines', 'type', 'unSelectedStyle', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName', 'zOrder'];
7+
let input: string[] = ['animation', 'bearFillColor', 'binInterval', 'border', 'boxPlotMode', 'bullFillColor', 'cardinalSplineTension', 'close', 'colorName', 'columnFacet', 'columnSpacing', 'columnWidth', 'columnWidthInPixel', 'connector', 'cornerRadius', 'dashArray', 'dataSource', 'dragSettings', 'drawType', 'emptyPointSettings', 'enableComplexProperty', 'enableSolidCandles', 'enableTooltip', 'errorBar', 'fill', 'groupName', 'high', 'intermediateSumIndexes', 'isClosed', 'legendImageUrl', 'legendShape', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'segmentAxis', 'segments', 'selectionStyle', 'showMean', 'showNormalDistribution', 'size', 'splineType', 'stackingGroup', 'step', 'sumIndexes', 'summaryFillColor', 'tooltipFormat', 'tooltipMappingName', 'trendlines', 'type', 'unSelectedStyle', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName', 'zOrder'];
88
let outputs: string[] = [];
99
/**
1010
* Series Directive
@@ -351,6 +351,14 @@ export class SeriesDirective extends ComplexBase<SeriesDirective> {
351351
* @default ''
352352
*/
353353
public stackingGroup: any;
354+
/**
355+
* Defines the position for the steps in the step line, step area, and step range area chart types.
356+
* * Left: Steps start from the left side of the 2nd point.
357+
* * Center: Steps start between the data points.
358+
* * Right: Steps start from the right side of the 1st point.
359+
* @default 'Left'
360+
*/
361+
public step: any;
354362
/**
355363
* Defines the collection of indexes of the overall summary columns in waterfall charts.
356364
* @default []

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 23.1.44 (2023-11-07)
8+
## 23.1.38 (2023-09-26)
99

1010
### CircularGauge
1111

components/circulargauge/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-angular-circulargauge",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I499552` - Now, fit to page is working properly when current zoom is less than min-zoom.
12+
- `#F185082` - Now, the transparent fill is applied properly for swimlane lanes.
13+
- `#I513170` - The exception will no longer be thrown during the dragging of connector segments.
14+
15+
## 23.1.44 (2023-11-07)
16+
17+
### Diagram
18+
19+
#### Bug Fixes
20+
21+
- `#I508486` - Now, user-handle template is rendered properly after save and load.
22+
23+
## 23.1.43 (2023-10-31)
24+
25+
### Diagram
26+
27+
#### Bug Fixes
28+
29+
- `#I506971` - Now, Overview with html node is updated properly when we zoom-out the diagram.
30+
- `#I505963` - Now, Exception occurs due to line routing constraints enabled is resolved.
31+
32+
## 23.1.42 (2023-10-24)
33+
34+
### Diagram
35+
36+
#### Bug Fixes
37+
38+
- `#I503100` - Now, Property Change Event triggers while Z-index value get changed.
39+
- `#F184671` - Now, the overview updated properly after loading the diagram.
40+
- `#I502515` – Now, the connector overlapping is resolved when enable routing is set to true.
41+
542
## 23.1.40 (2023-10-10)
643

744
### Diagram

0 commit comments

Comments
 (0)