Skip to content

Commit 62589a5

Browse files
author
pipeline
committed
v20.4.48 is released
1 parent 593fa86 commit 62589a5

38 files changed

+281
-33
lines changed

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": "20.4.42",
3+
"version": "20.4.44",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
- `#I426149` - The issue "show method target parameter not works as expected" has been resolved.
8+
9+
## 20.4.44 (2023-01-18)
10+
11+
### DateRangePicker
12+
13+
#### Bug Fixes
14+
15+
- `#I428245` - The issue "selected range changes when we click outside the DateRangePicker component" has been resolved.
16+
517
## 19.3.46 (2021-10-19)
618

719
### 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-react-calendars",
3-
"version": "20.4.42",
3+
"version": "20.4.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. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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+
## 20.4.48 (2023-02-01)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- `#I423603` - Provided support to remove points with no data from shared tooltip.
12+
13+
#### Bug Fixes
14+
15+
- `#I428396` - Now, when using the overflow property, multilevel labels are wrapped based on the maximumTextWidth.
16+
- `#I430286` - Now the period selectors are updating properly with respect to the range selector.
17+
- `#I426849` - Resolved the console error in the tooltip when the data for the series is empty.
18+
519
## 20.4.44 (2023-01-18)
620

721
### 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": "20.4.43",
3+
"version": "20.4.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 20.4.48 (2023-02-01)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I427930` - The issue "BringIntoView API brings the object in large bounds into the screen viewport" has been fixed.
12+
- `#I428356` - Now, parent node position in radial tree layout is updated properly, while adding nodes dynamically.
13+
514
## 20.4.42 (2023-01-04)
615

716
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426081` - Included the Footnote while printing.
12+
- `#I426150` - Resolved the Whole Paragraph moving while entering TAB key.
13+
- `#I425934` - Resolved the Error Message while opening the document in Ms Word.
14+
- `#I430307` - Table is now pasted while pasting the copied table content.
15+
- `#I430526` - Resolved the issue while comment post a comment and removing the content.
16+
517
## 20.4.44 (2023-01-18)
618

719
### 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": "20.4.43",
3+
"version": "20.4.44",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#I429647` - Fixed an issue where a console error occurred while using the destroy method in the AutoComplete.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I412684` - Resolved the issue "No Records Found" message is not showing in Dropdown Tree while updating null data dynamically.
18+
- `#I430152` - Facing a console error while setting empty data to the Dropdown Tree has been resolved.
19+
- `#I420146` - The Placeholder alignment issue while setting the Dropdown Tree component as form control is resolved
20+
21+
### ListBox
22+
23+
#### Bug Fixes
24+
25+
- `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved
26+
527
## 20.4.42 (2023-01-04)
628

729
### Mention

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- `#FB8030` - Implemented virtualization support for the File Manager component.
12+
13+
#### Bug Fixes
14+
15+
- `#I425006` - Resolved the right click and left click selection issue while cancelling the file or folder open in the File Manager component.
16+
517
## 20.4.43 (2023-01-10)
618

719
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.44 (2023-01-18)
5+
## 20.4.48 (2023-02-01)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
12+
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
13+
- `#I428064` - Incorrect unit in timeline issue has been fixed.
14+
15+
- `#I427837` - Baseline renders with incorrect date in difference timezone issue has been fixed.
16+
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
17+
18+
## 20.4.43 (2023-01-10)
619

720
### Gantt
821

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-react-gantt",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I425349` - Grid toolbar template item focus issue has been fixed.
12+
- `#I413517` - Column menu pop-up is not properly shown with sticky header issue has been fixed.
13+
- `#I426775` - Template items disappear on edit action issue has been fixed.
14+
515
## 20.4.44 (2023-01-18)
616

717
### Grid
@@ -184,7 +194,7 @@
184194
- `#SF-362860` - Last column header cell border issue has been fixed.
185195
- `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
186196
- `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
187-
- `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
197+
- `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
188198
- `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
189199
- `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
190200

@@ -227,7 +237,7 @@
227237

228238
#### Bug Fixes
229239

230-
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
240+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
231241
- `#I357254` - Outline is displayed in excel export has been fixed.
232242
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
233243
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
@@ -443,7 +453,7 @@
443453

444454
#### Bug Fixes
445455

446-
- `#F167053` - Border misalignment when adding a row in bottom has been fixed.
456+
- `#F167053` - Border misalignment when adding a row in bottom has been fixed.
447457
- `#I336216` - Cell Selection with box mode is not working properly after filtering, has been fixed.
448458
- `#I336097, #I335284` - Virtualization Grid in flex container produce blank space issue has been fixed.
449459

@@ -530,7 +540,7 @@
530540
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
531541
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
532542
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
533-
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
543+
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
534544

535545
## 19.1.67 (2021-06-08)
536546

@@ -552,7 +562,7 @@
552562
- `#I326727` - Column resize issue with frozen right/left and aggregate has been resolved.
553563
- `#I327237` - Empty row appears while hiding/showing columns in `virtualized` grouping grid, has been fixed.
554564
- `#I299221` - Frozen part refresh issue with template column has been resolved.
555-
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.
565+
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.
556566

557567
## 19.1.65 (2021-05-25)
558568

@@ -1150,7 +1160,7 @@
11501160

11511161
#### Bug Fixes
11521162

1153-
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
1163+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
11541164

11551165
## 18.1.57 (2020-06-16)
11561166

@@ -1254,7 +1264,7 @@
12541264

12551265
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
12561266
- `#273042` - grouping after restoring the persist data issue has been resolved.
1257-
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
1267+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
12581268
- `#273238` - Missing of `headerText` property in the template data has been fixed.
12591269
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
12601270
- `#271911` - column template in angular after print issue has been resolved.
@@ -1299,7 +1309,7 @@
12991309

13001310
#### Bug Fixes
13011311

1302-
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
1312+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
13031313
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
13041314
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
13051315
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
@@ -1501,7 +1511,7 @@
15011511
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
15021512
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
15031513
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
1504-
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
1514+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
15051515
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
15061516
- `#253614` - Changed the scope of the `filterOperator` variable as public.
15071517

@@ -1535,7 +1545,7 @@
15351545

15361546
#### Breaking Changes
15371547

1538-
- Now `disableHtmlEncode` default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content `disableHtmlEncode` need to be set as false.
1548+
- Now `disableHtmlEncode` default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content `disableHtmlEncode` need to be set as false.
15391549

15401550
## 17.3.21 (2019-10-30)
15411551

@@ -1732,7 +1742,7 @@
17321742

17331743
#### Bug Fixes
17341744

1735-
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
1745+
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
17361746
- `#232272` - `RemoteSaveAdaptor` batch changes are now refreshed properly in grid when `ContractResolver` set to `DefaultContractResolver`.
17371747
- `#236337, #234622` - Child grid data is now successfully loads with query property in the `url` adaptor.
17381748
- `#236011` - Selection `api` example is now working properly in the sample browser.
@@ -1742,7 +1752,7 @@
17421752

17431753
#### Breaking Changes
17441754

1745-
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.
1755+
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.
17461756

17471757
## 17.2.28-beta (2019-06-27)
17481758

@@ -2462,15 +2472,15 @@ Interface changed for `PdfExportProperties`
24622472
#### Bug Fixes
24632473

24642474
- Column properties is not persisted after reordering columns resolved.
2465-
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
2475+
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
24662476

24672477
## 16.1.29 (2018-03-13)
24682478

24692479
### Grid
24702480

24712481
#### Bug Fixes
24722482

2473-
- `args.cancel` has included in `rowSelecting` event.
2483+
- `args.cancel` has included in `rowSelecting` event.
24742484
- Dynamically changing filter settings does not update `Filterbar` value and filter status message is resolved.
24752485
- Batch edit should close on clicking outside grid and on pressing enter or tab key is resolved.
24762486
- `updateRow` method is provided for Normal editing and Dialog editing.
@@ -2688,7 +2698,7 @@ Grid component is used to display and manipulate tabular data with configuration
26882698
- **Sorting and grouping** - Supports n levels of sorting and grouping.
26892699
- **Selection** - Provides the option to select the grid rows single or multiple.
26902700
- **Filtering** - Offers filter bar or menu , or checkbox at each column to filter data.
2691-
- **Editing** - Provides the options to dynamically insert, delete and update records.
2701+
- **Editing** - Provides the options to dynamically insert, delete and update records.
26922702
- **Virtualization** - Provides the options to load large amount of data without performance degradation.
26932703
- **Aggregates** - Provides built in types are sum , average, min, max, count.
26942704
- **Paging** - Provides the option to easily switch between pages using the pager bar.

components/inplaceeditor/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+
## 20.4.48 (2023-02-01)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I427677` - Resolved issue with `maxLength` validation rules for RTE type in In-place Editor.
12+
513
## 19.4.38 (2021-12-17)
614

715
### In-place Editor

components/inputs/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+
## 20.4.48 (2023-02-01)
6+
7+
### Signature
8+
9+
#### Bug Fixes
10+
11+
- `#F179949` - Provide the change event fires support for draw method of signature.
12+
513
## 20.4.38 (2022-12-21)
614

715
### Rating

components/kanban/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-kanban",
3-
"version": "20.4.42",
3+
"version": "20.4.44",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
12+
13+
- `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
14+
15+
16+
### Splitter
17+
18+
#### Bug Fixes
19+
20+
- `#I425916` - Fixed issue with Expand and Collapse event triggering in splitter.
21+
522
## 20.4.38 (2022-12-21)
623

724
### Dashboard Layout

0 commit comments

Comments
 (0)