Skip to content

Commit 97e2c8a

Browse files
author
pipeline
committed
v21.2.8 is released
1 parent 71cbef4 commit 97e2c8a

Some content is hidden

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

53 files changed

+758
-28
lines changed

components/base/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.8 (2023-05-30)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I432022` - The issue with "Grid component triggers multiple requests on state change if the column has a field property as an empty string" has been resolved.
12+
13+
## 21.2.6 (2023-05-23)
14+
15+
### Common
16+
17+
#### Bug Fixes
18+
19+
- `#I432022` - The issue with "Grid component triggers multiple requests on state change if the column does not have field property" has been resolved.
20+
521
## 21.1.41 (2023-04-18)
622

723
### Common

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-react-base",
3-
"version": "21.2.3",
3+
"version": "21.2.8",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/component-base.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,14 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
327327
}
328328
return this.compareObjects(tempVal, tempVal2).status;
329329
}
330+
if (value1.constructor &&
331+
value1.constructor.name === value2.constructor.name &&
332+
(value1.constructor.name === 'Query' ||
333+
value1.constructor.name === 'DataManager')) {
334+
if (JSON.stringify(value1) === JSON.stringify(value2)) {
335+
return true;
336+
}
337+
}
330338
}
331339
return false;
332340
}
@@ -373,6 +381,9 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
373381
}
374382
status = false;
375383
}
384+
if (this.getModuleName() === 'grid' && propName === 'columns' && isNullOrUndefined(curObj['field'])) {
385+
curObj['field'] = undefined;
386+
}
376387
if (Object.keys(curObj).length) {
377388
diffArray.push({ index: i, value: curObj, key: propName });
378389
}

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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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.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

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-react-calendars",
3-
"version": "21.2.3",
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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

components/dropdowns/CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
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+
### Autocomplete
48+
49+
#### Bug Fixes
50+
51+
- `#I460080` - The issue "Query is not working when using autocomplete with value and categories has same string value" has been resolved.
52+
53+
## 21.2.4 (2023-05-09)
54+
55+
### ListBox
56+
57+
#### Bug Fixes
58+
59+
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
60+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
61+
562
## 21.2.3 (2023-05-03)
663

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### File Manager
8+
9+
#### Bug fixes
10+
11+
- `#I458668` - The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
12+
- `#I464322` - The issue with `fileOpen` event in the File Manager component has been resolved.
13+
514
## 21.2.3 (2023-05-03)
615

716
### File Manager

0 commit comments

Comments
 (0)