Skip to content

Commit c553fc9

Browse files
author
pipeline
committed
v21.2.8 is released
1 parent 5561658 commit c553fc9

Some content is hidden

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

50 files changed

+740
-34
lines changed

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.6 (2023-05-23)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- `#I463728` - The issue with "Provide the boolean value support for radio button while using the v-model property in VUE platform" has been resolved.
12+
13+
## 21.2.5 (2023-05-16)
14+
15+
### RadioButton
16+
17+
#### Bug Fixes
18+
19+
- `#F182133` - The issue with "Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
20+
521
## 21.2.3 (2023-05-03)
622

723
### Switch

components/buttons/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-buttons",
3-
"version": "21.2.3",
3+
"version": "21.2.6",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.8 (2023-05-30)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I461842` - The performance issue with the Time picker, which was caused by the creation of the popup during component rendering has been resolved.
12+
13+
## 21.2.6 (2023-05-23)
14+
15+
### TimePicker
16+
17+
#### Bug Fixes
18+
19+
- `#SF-461465` - Issue with "Time picker dropdown width not responsive to input and icon" has been resolved.
20+
521
## 21.1.41 (2023-04-18)
622

723
### DatePicker
@@ -10,6 +26,20 @@
1026

1127
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component."
1228

29+
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component" has been resolved.
30+
31+
### DateTimePicker
32+
33+
#### Bug Fixes
34+
35+
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
36+
37+
### TimePicker
38+
39+
#### Bug Fixes
40+
41+
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
42+
1343
## 21.1.38 (2023-04-04)
1444

1545
### DatePicker
@@ -1245,6 +1275,22 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12451275
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
12461276

12471277

1278+
## 21.2.5 (2023-05-16)
1279+
1280+
### TimePicker
1281+
1282+
#### Bug Fixes
1283+
1284+
- `#454411` - Issue with "Value is not updated for timepicker component when setting programmatically" has been resolved.
1285+
1286+
## 21.2.4 (2023-05-09)
1287+
1288+
### DatePicker
1289+
1290+
#### Bug Fixes
1291+
1292+
- `#SF-459727` - Issue with "unable to prevent the datepicker popup from closing in mobile mode" has been resolved.
1293+
12481294
## 19.3.56 (2021-12-02)
12491295

12501296
### TimePicker

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": "21.1.41",
3+
"version": "21.2.6",
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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
## [Unreleased]
44

5+
## 21.2.8 (2023-05-30)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F181551` - The tooltip now displays the percentage of each stacking group.
12+
- `#F182191` - Now, tooltip values are displayed correctly when no data is given for the data point in a series.
13+
- `#I461357` - Now, zooming and selection are working properly when using both at the same time.
14+
- `#I452148` - The issue of the y-axis label overlap has been fixed.
15+
- `#I464813` - Fixed MinorGridLine to be visible even when the width is not set for MajorTickLine.
16+
- `#I463171` - Fixed issue where column width was not being set properly.
17+
- `#I462090` - Fixed an issue where startFromAxis was not working correctly for stripLine.
18+
19+
## 21.2.6 (2023-05-23)
20+
21+
### Chart
22+
23+
#### Bug Fixes
24+
25+
- `#F182033` - The marker is now proper while zooming the chart.
26+
27+
## 21.2.5 (2023-05-16)
28+
29+
### Chart
30+
31+
#### Bug Fixes
32+
33+
- `#F181976` - Now the tooltip is proper when using two axes in a chart.
34+
- `#I451537` - Now, the axis label value is correct when an interval is not given.
35+
- `#I451537` - Fixed an issue where the axis label was not displaying correctly.
36+
- `#I451537` - Now, the secondary axis label will be correctly displayed without an interval.
37+
- `#I452395` - Fixed an issue where the y-axis axis label was displaying double values.
38+
- `#I452390` - Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
39+
40+
## 21.2.4 (2023-05-09)
41+
42+
### Chart
43+
44+
#### Bug Fixes
45+
46+
- `#I457088` - Fixed the console error thrown on clicking on the legend.
47+
- `#I459170` - Now the accumulation data label is visible when using a template.
48+
549
## 21.2.3 (2023-05-03)
650

751
### Chart

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": "21.2.3",
3+
"version": "21.2.6",
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/striplines.directive.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
33

44

55

6-
let input: string[] = ['border', 'color', 'dashArray', 'end', 'horizontalAlignment', 'isRepeat', 'isSegmented', 'opacity', 'repeatEvery', 'repeatUntil', 'rotation', 'segmentAxisName', 'segmentEnd', 'segmentStart', 'size', 'sizeType', 'start', 'startFromAxis', 'text', 'textStyle', 'verticalAlignment', 'visible', 'zIndex'];
6+
let input: string[] = ['border', 'color', 'dashArray', 'end', 'horizontalAlignment', 'imageUrl', 'isRepeat', 'isSegmented', 'opacity', 'repeatEvery', 'repeatUntil', 'rotation', 'segmentAxisName', 'segmentEnd', 'segmentStart', 'size', 'sizeType', 'start', 'startFromAxis', 'text', 'textStyle', 'verticalAlignment', 'visible', 'zIndex'];
77
let outputs: string[] = [];
88
/**
99
* StripLine Directive
@@ -57,6 +57,11 @@ export class StripLineDirective extends ComplexBase<StripLineDirective> {
5757
* @default 'Middle'
5858
*/
5959
public horizontalAlignment: any;
60+
/**
61+
* The URL of the background image for the strip line.
62+
* @default ''
63+
*/
64+
public imageUrl: any;
6065
/**
6166
* isRepeat value of the strip line.
6267
* @default false

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.8 (2023-05-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I461020` - The undefined Exception will No longer thrown while dragging Swimlane after performing undo/redo on swimlane child nodes.
12+
- `#I462780` - Now, Nodes are updated properly while zoom out diagram in canvas mode.
13+
14+
## 21.2.6 (2023-05-23)
15+
16+
### Diagram
17+
18+
#### Bug Fixes
19+
20+
- `#I464229` - Now, Complex hierarchical tree layout is working fine while injecting line distribution.
21+
22+
## 21.2.5 (2023-05-16)
23+
24+
### Diagram
25+
26+
#### Bug Fixes
27+
28+
- `#I456104` - Now, swimlane child nodes are selectable after save and load.
29+
30+
## 21.2.4 (2023-05-09)
31+
32+
### Diagram
33+
34+
#### Bug Fixes
35+
36+
- `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
37+
- `#I458205` - Now, bezier connector annotation alignment is working properly.
38+
- `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
39+
540
## 21.2.3 (2023-05-03)
641

742
### 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": "21.2.3",
3+
"version": "21.2.6",
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: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,76 @@
22

33
## [Unreleased]
44

5+
## 21.2.8 (2023-05-30)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I454919` - ShowComment API is now working properly.
12+
- `#FB43366` - when track changes is enabled, chinese letters are now properly rendered.
13+
- `#I457517` - Resolved script error occurred when removing the content.
14+
- `#I454821` - Resolved the issue with document parsing in the Tika server.
15+
- `#I457688` - Resolved the selected content removing issue.
16+
- `#I457853` - Select all content is now removed properly.
17+
- `#I458134` - Table is now rendered properly without overlapping issue.
18+
- `#I459215` - Resolved Black color chart appearance while exporting as Docx.
19+
- `#I459220` - Resolved the component hanging issue on loading a document.
20+
- `#I459229` - Delete/backspace is now working for RTL last content.
21+
- `#I461305` - Resolved the style issue while pasting content from office 365.
22+
- `#I453980` - When opening the exported document with chart in Document Editor is not throwing an error.
23+
- `#I459906` - Header/Footer class is now added while converting docx/SFDT into HTML.
24+
- `#F182457` - Resolved the style issue while pasting content from office 365.
25+
26+
## 21.2.6 (2023-05-23)
27+
28+
### Document Editor
29+
30+
#### Bug Fixes
31+
32+
- `#I455945` - Resolved the issue in Shape position.
33+
- `#I457467` - Now, getStyle() API will return the paragraph format.
34+
- `#I454858` - Resolved the image missing issue in footer.
35+
- `#I451667` - Horizontal scroll bar is not update properly based on cursor position.
36+
- `#I457039` - Resolved the console error while giving accept all.
37+
- `#I453407` - Resolved the script error when loading the document with smileys.
38+
39+
#### New Features
40+
41+
- `#I448978` - Added preservation support for text wrapping break.
42+
- `#F179297` - Added navigation support between the multiple comments in a single line while clicking the comment icon.
43+
- `#I433546` - Added support to show start and end markers for restricted range.
44+
- `#I450206` - Added support to restrict maximum number of columns when creating a table.
45+
46+
## 21.2.5 (2023-05-16)
47+
48+
### Document Editor
49+
50+
#### Bug Fixes
51+
52+
- `#I449912` - Resolved layout issue while opening document.
53+
- `#I450342` - Resolved the wrong Font issue while opening a document.
54+
- `#I458331` - Resolved the paragraph combine issue when insert and delete comment.
55+
- `#I458334` - Cursor position issue is resolved when shift enter key is pressed.
56+
- `#I449581` - Resolved the script error when loading the track changes document with author field empty
57+
- `#I452303` - Layout issue is now not occurred when editing the document.
58+
- `#I452150` - Resolved the hanging issue when opening the attached document.
59+
- `#I453495` - Resolved the Overlapping issue when we do enter/page break before the shape.
60+
- `#I453196` - Resolved the issue in when perform undo action for Arabic content
61+
- `#I454659` - Resolved the issue occurred when performing track changes for Arabic content.
62+
- `#I449049` - A performance issue is resolved when typing inside the table.
63+
64+
## 21.2.4 (2023-05-09)
65+
66+
### Document Editor
67+
68+
#### Bug Fixes
69+
70+
- `#I451421` - Resolved the issue with list indentation.
71+
- `#I450834` - Resolved the Script issue while opening SFDT.
72+
- `#I452243` - Resolved the issue with modifying the style in existing styles.
73+
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
74+
575
## 21.2.3 (2023-05-03)
676

777
### Document Editor

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": "21.1.41",
3+
"version": "21.2.6",
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: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@
22

33
## [Unreleased]
44

5+
## 21.2.8 (2023-05-30)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `#I460876` - Issue with "The header and footer template are not working" has been resolved.
18+
19+
## 21.2.6 (2023-05-23)
20+
21+
### MultiSelect
22+
23+
#### Bug Fixes
24+
25+
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
26+
27+
## 21.2.5 (2023-05-16)
28+
29+
### ListBox
30+
31+
#### Bug Fixes
32+
33+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
34+
35+
### DropDownList
36+
37+
#### Bug Fixes
38+
39+
- `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
40+
41+
### ComboBox
42+
43+
#### Bug Fixes
44+
45+
- `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
46+
47+
## 21.2.4 (2023-05-09)
48+
49+
### ListBox
50+
51+
#### Bug Fixes
52+
53+
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
54+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
55+
556
## 21.2.3 (2023-05-03)
657

758
### ListBox

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

0 commit comments

Comments
 (0)