Skip to content

Commit b13da53

Browse files
author
pipeline
committed
v28.1.37 is released
1 parent 6285ae0 commit b13da53

File tree

29 files changed

+172
-24
lines changed

29 files changed

+172
-24
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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Barcode
88

components/buttons/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Switch
88

components/calendars/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

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

716
### Chart
817

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.36 (2024-12-24)
7+
## 28.1.37 (2024-12-31)
88

99
### Circular Gauge
1010

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+
## 28.1.37 (2024-12-31)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
12+
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
13+
514
## 28.1.36 (2024-12-24)
615

716
### Diagram

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

721
### DocumentEditor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

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

735
### MultiSelect

components/gantt/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### GanttChart
88

components/grids/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#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.
12+
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
13+
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
14+
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
15+
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
16+
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.
17+
18+
## 28.1.36
619

720
### Grid
821

components/heatmap/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### HeatMap
88

components/inplaceeditor/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-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 28.1.37 (2024-12-31)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I666908` - Resolved a console error that occurred when copying an image from `Microsoft Word` and pasting it into the uploader.
12+
513
## 28.1.33 (2024-12-12)
614

715
### ColorPicker

components/kanban/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Kanban
88

components/lists/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I667040` - Issue with "previous and current index are not return proper values in `listbox` while drag and drop event" has been resolved.
12+
13+
## 28.1.33 (2024-12-12)
614

715
### ListView
816

components/lists/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-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 28.1.36 (2024-12-24)
11+
## 28.1.37 (2024-12-31)
1212

1313
### Maps
1414

components/multicolumncombobox/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+
## 28.1.37 (2024-12-31)
6+
7+
### MultiColumn ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I666815` - Now the issue with value selection using complex data binding in the Multicolumn ComboBox has been resolved.
12+
513
## 27.1.48 (2024-09-18)
614

715
### MultiColumn ComboBox

components/multicolumncombobox/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-multicolumn-combobox",
3-
"version": "27.1.48",
3+
"version": "28.1.33",
44
"description": "Essential JS 2 Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

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

713
### Carousel
814

components/notifications/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Message
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

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

717
### PDF Viewer

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Pivot Table
88

99
#### Bug fixes
1010

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

components/querybuilder/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### QueryBuilder
88

components/richtexteditor/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+
## 28.1.37 (2024-12-31)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#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.
12+
13+
- `#I659461` - Now, the link functionality works properly when pressing the `Enter` key in the Firefox browser in the Rich Text Editor.
14+
15+
- `#I665113` - Now, performing the enter action at the beginning of the text in Firefox works correctly without generating any console errors.
16+
17+
- `#I666517` - Now, the image `src` is updated properly when the `actionBegin` event argument is changed in the Rich Text Editor.
18+
19+
- `#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.
20+
521
## 28.1.36 (2024-12-24)
622

723
### RichTextEditor

components/schedule/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-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Schedule
88

components/spreadsheet/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+
## 28.1.37 (2024-12-31)
6+
7+
### Spreadsheet
8+
9+
#### Bug fixes
10+
11+
-`#I666956` - Issue with "Shift + arrow key navigation is not functioning correctly in RTL mode" has been resolved.
12+
513
## 28.1.35 (2024-12-18)
614

715
### Spreadsheet

components/treegrid/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Tree Grid
88

99
#### Bug Fixes
1010

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.
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.
13+
- `#I662225` - The `ClipMode` property with `EllipsisWithTooltip` is now shown properly for child records.
14+
- `#I661832` - Collapsed records are now displayed properly in the viewport for last set of records when virtualization is enabled.
15+
- `#I656160` - Fixed the scrolling issue experienced when using the [LoadChildOnDemand](https://helpej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand) functionality.
1316

14-
- `I662513` - Resolved a script error that occurred when scrolling in the virtualization sample with `allowSelection` set to `false`
17+
- `#I662513` - Resolved a script error that occurred when scrolling in the virtualization sample with `allowSelection` set to `false`.
18+
- `#I656160` - Fixed the scrolling issue experienced when using the [LoadChildOnDemand](https://helpej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand) functionality.
1519

1620
## 28.1.35 (2024-12-18)
1721

0 commit comments

Comments
 (0)