Skip to content

Commit 2bd2685

Browse files
author
pipeline
committed
v28.1.37 is released
1 parent ebfb9bf commit 2bd2685

File tree

29 files changed

+138
-37
lines changed

29 files changed

+138
-37
lines changed

components/barcodegenerator/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Barcode
86

97
#### Bug Fixes

components/buttons/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Switch
86

97
#### Bug Fixes

components/calendars/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### DateRangePicker
86

97
#### Bug Fixes

components/charts/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### Chart
6+
7+
#### Bug Fixes
8+
9+
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
10+
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
11+
12+
## 28.1.36
613

714
### Chart
815

components/circulargauge/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
## [Unreleased]
66

7-
## 28.1.36 (2024-12-24)
8-
97
### Circular Gauge
108

119
#### New features

components/diagrams/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
### Diagram
6+
7+
#### Bug Fixes
8+
9+
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
10+
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
11+
512
## 28.1.36 (2024-12-24)
613

714
### Diagram

components/documenteditor/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
### DocumentEditor
6+
7+
#### Bug Fixes
8+
9+
- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
10+
- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
11+
- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
12+
- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
13+
- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
14+
- `#I660441` - Fixed the issue where a table became corrupt after merging cells.
15+
- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.
16+
517
## 28.1.36 (2024-12-24)
618

719
### DocumentEditor

components/dropdowns/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## [Unreleased]
44

5+
### Mention
6+
7+
#### Bug Fixes
8+
9+
- `#I666283` - Fixed an issue where the `Select` event did not trigger when using the `Tab` key for selection.
10+
11+
### ComboBox
12+
13+
#### Bug Fixes
14+
15+
- `#I664927` - Fixed a console error that occurred when attempting to filter data using pasted text.
16+
17+
### MultiSelect
18+
19+
#### Bug Fixes
20+
21+
- `#I584660` - Fixed a console error that occurred when using the `getTextByValue` method without a dataset.
22+
23+
- `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.
24+
25+
- `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.
26+
27+
- `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.
28+
29+
### DropDownTree
30+
31+
#### Bug Fixes
32+
33+
- `#I662775` - Resolved the empty chip element creation when setting empty string for value property in Dropdown Tree component.
34+
535
## 28.1.36 (2024-12-24)
636

737
### MultiSelect

components/gantt/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### GanttChart
86

97
#### Bug fixes

components/grids/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### Grid
6+
7+
#### Bug fixes
8+
9+
- `#I662531` - The script error that occurred when autofit was enabled in the Grid, the width of the first column was undefined, and its visibility was set to false has been resolved.
10+
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
11+
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
12+
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
13+
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
14+
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.
15+
16+
## 28.1.36
617

718
### Grid
819

components/heatmap/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### HeatMap
86

97
#### New features

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "21.3.7",
3+
"version": "28.1.33",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Uploader
6+
7+
#### Bug Fixes
8+
9+
- `#I666908` - Resolved a console error that occurred when copying an image from `Microsoft Word` and pasting it into the uploader.
10+
511
## 28.1.33 (2024-12-12)
612

713
### ColorPicker

components/kanban/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Kanban
86

97
#### Bug Fixes

components/lists/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### ListBox
6+
7+
#### Bug Fixes
8+
9+
- `#I667040` - Issue with "previous and current index are not return proper values in `listbox` while drag and drop event" has been resolved.
10+
11+
## 28.1.33 (2024-12-12)
612

713
### ListView
814

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "18.23.1",
3+
"version": "28.1.33",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
## [Unreleased]
1010

11-
## 28.1.36 (2024-12-24)
12-
1311
### Maps
1412

1513
#### New features

components/multicolumncombobox/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### MultiColumn ComboBox
6+
7+
#### Bug Fixes
8+
9+
- `#I666815` - Now the issue with value selection using complex data binding in the Multicolumn ComboBox has been resolved.
10+
511
## 27.1.48 (2024-09-18)
612

713
### MultiColumn ComboBox

components/multicolumncombobox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-multicolumn-combobox",
3-
"version": "27.1.48",
3+
"version": "28.1.33",
44
"description": "Essential JS 2 Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### Tab
6+
7+
#### Bug Fixes
8+
9+
- `#I664211` - The issue with tab resizing does not work properly when the height adjust mode is set to `None` has been resolved.
610

711
### Carousel
812

components/notifications/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Message
86

97
#### Bug Fixes

components/pdfviewer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
### PDF Viewer
6+
7+
#### Bug Fixes
8+
9+
- `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages.
10+
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
11+
- `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.
12+
513
## 28.1.36 (2024-12-24)
614

715
### PDF Viewer

components/pivotview/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Pivot Table
86

97
#### Bug fixes
108

119
- `#I660802` - The autofit option will now be applied correctly to the pivot table cells without any extra space.
10+
11+
## 28.1.36
12+
13+
### Pivot Table
14+
15+
#### Bug fixes
16+
1217
- `#I664290` - The server-side Excel export option will now work properly when using the server-side engine in the pivot table.
1318
- `#I662951` - Applied number formatting will now be properly retained in the exported Excel file when exporting the pivot table using grid export.
1419

components/querybuilder/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### QueryBuilder
86

97
- `#I925175` - Issue with "Script error occurs when opening a multi-select `popup` with `dropdown` tree mode, supported by the data manager of the query builder" has been fixed.

components/richtexteditor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
### RichTextEditor
6+
7+
#### Bug Fixes
8+
9+
- `#I665346` - Now, the table edit properties are applied properly without any errors when editing a table using the `TableEditProperties` quick toolbar option in the Rich Text Editor.
10+
11+
- `#I659461` - Now, the link functionality works properly when pressing the `Enter` key in the Firefox browser in the Rich Text Editor.
12+
13+
- `#I665113` - Now, performing the enter action at the beginning of the text in Firefox works correctly without generating any console errors.
14+
15+
- `#I666517` - Now, the image `src` is updated properly when the `actionBegin` event argument is changed in the Rich Text Editor.
16+
17+
- `#I664456` - Now, when the backspace key is pressed at the beginning of a line, it correctly merges only the adjacent lines instead of all lines in the Rich Text Editor.
18+
519
## 28.1.36 (2024-12-24)
620

721
### RichTextEditor

components/schedule/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Schedule
86

97
#### Bug fixes

components/spreadsheet/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Spreadsheet
6+
7+
#### Bug fixes
8+
9+
- `#I664340` - Issue with "columns do not scroll when autofill the cell values by dragging to the left with frozen columns" has been resolved.
10+
511
## 28.1.35 (2024-12-18)
612

713
### Spreadsheet

components/treegrid/CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Tree Grid
86

97
#### Bug Fixes
108

11-
- `I662513` - Resolved a script error that occurred when scrolling in the virtualization sample with `allowSelection` set to `false`
12-
- `I664039` - Resolved a console warning that occurred on using freeze feature in treegrid.
9+
- `#I662513` - Resolved a script error that occurred when scrolling in the virtualization sample with `allowSelection` set to `false`.
10+
- `#I664039` - Resolved a console warning that occurred on using freeze feature in treegrid.
11+
- `#I662225` - The `ClipMode` property with `EllipsisWithTooltip` is now shown properly for child records.
12+
- `#I661832` - Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled.
13+
- `#I656160` - Fixed the scrolling issue experienced when using the [LoadChildOnDemand](https://helpej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand) functionality.
14+
15+
- `#I661832` - Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled.
1316

1417
## 28.1.35 (2024-12-18)
1518

components/treemap/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
## [Unreleased]
1010

11-
## 28.1.36 (2024-12-24)
12-
1311
### TreeMap
1412

1513
#### New features

0 commit comments

Comments
 (0)