Skip to content

Commit

Permalink
v28.1.37 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 31, 2024
1 parent 6285ae0 commit b13da53
Show file tree
Hide file tree
Showing 29 changed files with 172 additions and 24 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Switch

Expand Down
2 changes: 1 addition & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### DateRangePicker

Expand Down
11 changes: 10 additions & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Chart

#### Bug Fixes

- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.

## 28.1.36

### Chart

Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Circular Gauge

Expand Down
9 changes: 9 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### Diagram

#### Bug Fixes

- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.

## 28.1.36 (2024-12-24)

### Diagram
Expand Down
14 changes: 14 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### DocumentEditor

#### Bug Fixes

- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
- `#I660441` - Fixed the issue where a table became corrupt after merging cells.
- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.

## 28.1.36 (2024-12-24)

### DocumentEditor
Expand Down
28 changes: 28 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### Mention

#### Bug Fixes

- `#I666283` - Fixed an issue where the `Select` event did not trigger when using the `Tab` key for selection.

### ComboBox

#### Bug Fixes

- `#I664927` - Fixed a console error that occurred when attempting to filter data using pasted text.

### MultiSelect

#### Bug Fixes

- `#I584660` - Fixed a console error that occurred when using the `getTextByValue` method without a dataset.

- `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.

### DropDownTree

#### Bug Fixes

- `#I662775` - Resolved the empty chip element creation when setting empty string for value property in Dropdown Tree component.

## 28.1.36 (2024-12-24)

### MultiSelect
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### GanttChart

Expand Down
15 changes: 14 additions & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Grid

#### Bug fixes

- `#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.
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.

## 28.1.36

### Grid

Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inplace-editor",
"version": "21.3.7",
"version": "28.1.33",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### Uploader

#### Bug Fixes

- `#I666908` - Resolved a console error that occurred when copying an image from `Microsoft Word` and pasting it into the uploader.

## 28.1.33 (2024-12-12)

### ColorPicker
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Kanban

Expand Down
10 changes: 9 additions & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### ListBox

#### Bug Fixes

- `#I667040` - Issue with "previous and current index are not return proper values in `listbox` while drag and drop event" has been resolved.

## 28.1.33 (2024-12-12)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lists",
"version": "18.23.1",
"version": "28.1.33",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Maps

Expand Down
8 changes: 8 additions & 0 deletions components/multicolumncombobox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### MultiColumn ComboBox

#### Bug Fixes

- `#I666815` - Now the issue with value selection using complex data binding in the Multicolumn ComboBox has been resolved.

## 27.1.48 (2024-09-18)

### MultiColumn ComboBox
Expand Down
2 changes: 1 addition & 1 deletion components/multicolumncombobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
"version": "27.1.48",
"version": "28.1.33",
"description": "Essential JS 2 Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 7 additions & 1 deletion components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Tab

#### Bug Fixes

- `#I664211` - The issue with tab resizing does not work properly when the height adjust mode is set to `None` has been resolved.

### Carousel

Expand Down
2 changes: 1 addition & 1 deletion components/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Message

Expand Down
10 changes: 10 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### PDF Viewer

#### Bug Fixes

- `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages.
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
- `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.

## 28.1.36 (2024-12-24)

### PDF Viewer
Expand Down
9 changes: 8 additions & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Pivot Table

#### Bug fixes

- `#I660802` - The autofit option will now be applied correctly to the pivot table cells without any extra space.

## 28.1.36

### Pivot Table

#### Bug fixes

- `#I664290` - The server-side Excel export option will now work properly when using the server-side engine in the pivot table.
- `#I662951` - Applied number formatting will now be properly retained in the exported Excel file when exporting the pivot table using grid export.

Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### QueryBuilder

Expand Down
16 changes: 16 additions & 0 deletions components/richtexteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### RichTextEditor

#### Bug Fixes

- `#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.

- `#I659461` - Now, the link functionality works properly when pressing the `Enter` key in the Firefox browser in the Rich Text Editor.

- `#I665113` - Now, performing the enter action at the beginning of the text in Firefox works correctly without generating any console errors.

- `#I666517` - Now, the image `src` is updated properly when the `actionBegin` event argument is changed in the Rich Text Editor.

- `#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.

## 28.1.36 (2024-12-24)

### RichTextEditor
Expand Down
2 changes: 1 addition & 1 deletion components/schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Schedule

Expand Down
8 changes: 8 additions & 0 deletions components/spreadsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 28.1.37 (2024-12-31)

### Spreadsheet

#### Bug fixes

-`#I666956` - Issue with "Shift + arrow key navigation is not functioning correctly in RTL mode" has been resolved.

## 28.1.35 (2024-12-18)

### Spreadsheet
Expand Down
12 changes: 8 additions & 4 deletions components/treegrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

## [Unreleased]

## 28.1.36 (2024-12-24)
## 28.1.37 (2024-12-31)

### Tree Grid

#### Bug Fixes

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

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

## 28.1.35 (2024-12-18)

Expand Down
Loading

0 comments on commit b13da53

Please sign in to comment.