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

components/diagrams/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-diagrams",
3-
"version": "23.1.40",
3+
"version": "23.1.44",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
12+
- `#I511667` - Resolved the TIFF image rendering issue with RTF file.
13+
- `#I512264` - Resolved the section Break continuous issue.
14+
- `#I513068` - Resolved script error issue while deleting the floating table.
15+
- `#I513107` - Resolved the section break continuous issue when press the delete key.
16+
- `#I504697` - Resolved the control hanging issue while opening the document.
17+
- `#I512059` - Resolved the URL image not appear issue until interact with document.
18+
- `#I509812` - Resolved the format losses issue when pasting the copied HTML text.
19+
20+
#### Features
21+
22+
- `#I491720` - Added support to set target element to append the Dialog and Context menu.
23+
- `#I499751` - Added support to display the symbol field code text in client side.
24+
- `#I501878` - Added support to preserve the carriage return character.
25+
- `#I503197` - Added API to check whether the document is empty or not.
26+
527
## 23.1.44 (2023-11-07)
628

729
### DocumentEditor

components/documenteditor/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-documenteditor",
3-
"version": "23.1.43",
3+
"version": "23.1.44",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
18+
519
## 23.1.44 (2023-11-07)
620

721
### Mention

components/dropdowns/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-dropdowns",
3-
"version": "23.1.43",
3+
"version": "23.1.44",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@
22

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I519501` - The Details dialog having incorrect values while opening it using the navigation pane in the File Manager component has been resolved.
12+
13+
### FileManager
14+
15+
#### Bug Fixes
16+
17+
- `#I506576` - The issue with the incorrect drag and drop operation in the `Details` view, with ID-based files in the File Manager component has been resolved.
18+
519
## 23.1.43 (2023-10-31)
620

721
### FileManager
822

923
#### Bug Fixes
1024

1125
- `#I503129` - The issue with the `Details` view header alignment in the File Manager component has been resolved.
26+
- `#I506586` - The issue with the sequential server-side API requests when opening searched folder in the File Manager component has been resolved.
1227

1328
## 23.1.40 (2023-10-10)
1429

components/gantt/CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,36 @@
22

33
## [Unreleased]
44

5+
## 23.2.4 (2023-11-20)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
12+
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
13+
- `#I514452` - Baseline does not render by changing date issue has been fixed.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 23.1.44 (2023-11-07)
618

719
### GanttChart
820

21+
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
22+
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
23+
24+
#### Bug Fixes
25+
26+
## 23.1.43 (2023-10-31)
27+
28+
### GanttChart
29+
930
#### Bug Fixes
1031

1132
- `#I493515` - Console error throw while Expand and collapse the parent taskbar issue has been fixed.
1233
- `#I513655` - Filter menu close as soon as the mouse is up issue has been fixed.
1334

14-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15-
1635
## 23.1.42 (2023-10-24)
1736

1837
### GanttChart

components/gantt/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-gantt",
3-
"version": "23.1.42",
3+
"version": "23.1.44",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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+
## 23.2.4 (2023-11-20)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I508354` - Cell selection is now working fine with row drag and drop.
12+
513
## 23.1.44 (2023-11-07)
614

715
### Grid

components/grids/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-grids",
3-
"version": "23.1.43",
3+
"version": "23.1.44",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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.1.43 (2023-10-31)
66

77
### FormValidator
88

components/inputs/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-inputs",
3-
"version": "23.1.42",
3+
"version": "23.1.43",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)