Skip to content

Commit

Permalink
v28.1.38 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 7, 2025
1 parent b13da53 commit 3d98848
Show file tree
Hide file tree
Showing 38 changed files with 161 additions and 31 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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### 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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### 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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### DateRangePicker

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

## [Unreleased]

## 28.1.38 (2025-01-07)

### Chart

#### Bug Fixes

- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.

### Accumulation Chart

#### Bug Fixes

- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.

## 28.1.37 (2024-12-31)

### Chart
Expand All @@ -11,7 +26,7 @@
- `#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
## 28.1.36 (2024-12-24)

### Chart

Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "28.1.35",
"version": "28.1.37",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Circular Gauge

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

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Diagram

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

## [Unreleased]

## 28.1.38 (2025-01-07)

### DocumentEditor

#### Bug Fixes

- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.

## 28.1.37 (2024-12-31)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "28.1.35",
"version": "28.1.37",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 28.1.38 (2025-01-07)

### DropDownTree

#### Bug Fixes

- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.

## 28.1.37 (2024-12-31)

### Mention
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "28.1.35",
"version": "28.1.37",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
29 changes: 28 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,38 @@

## [Unreleased]

## 28.1.38 (2025-01-07)

### GanttChart

#### Bug fixes

- `#I668777` - Toolbar visible property not working issue has been fixed.
- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
- `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed.
- `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 28.1.37 (2024-12-31)

### GanttChart

#### Bug fixes

- `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.

- `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.

## 28.1.36 (2024-12-25)

### GanttChart

#### Bug fixes

- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
- `#I666904` - When the resource unit is changed, the duration field is not updated issue has been fixed.
- `#I665780` - Baseline width not validated properly for less than one day issue has been fixed.
Expand All @@ -17,7 +43,8 @@
- `#I662513`, `#F195374` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.
- `#I666264` - Console error occurred while taskbar drag with null duration issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I664845`, `#I664429` - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
- `#I662513` - Console error thrown when scrolling in virtualization sample with `allowSelection` set to false issue has been fixed.

## 28.1.35 (2024-12-18)

Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "28.1.35",
"version": "28.1.37",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 28.1.38 (2025-01-07)

### Grid

#### Bug fixes

- `#I667386` - The issue where resizing a column with the frozen column feature enabled caused other columns to resize has been resolved.
- `#I675761` - The issue of the spinner not being displayed in the filter dialog of the grid has been resolved.

## 28.1.37 (2024-12-31)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "28.1.35",
"version": "28.1.37",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.37 (2024-12-31)
## 28.1.33 (2024-12-12)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "18.14.11",
"version": "28.1.33",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Uploader

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

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### ListBox

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

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Maps

#### Bug fixes

- `#I668862` - Markers will now render correctly at certain zoom levels when the `animationDuration` is enabled for layers in Maps.

## 28.1.33 (2024-12-12)

### Maps

Expand Down
2 changes: 1 addition & 1 deletion components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-maps",
"version": "16.42.7",
"version": "28.1.33",
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/multicolumncombobox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### MultiColumn ComboBox

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

## [Unreleased]

## 28.1.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Tab

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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### Message

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

## [Unreleased]

## 28.1.38 (2025-01-07)

### PDF Viewer

#### Bug Fixes

- `#I659553` - Now, the text field background color appears as expected.
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
- `#I666148` - Now, the page navigation now works correctly for hyperlinks pointing to pages above 100.

## 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)
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "28.1.35",
"version": "28.1.37",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 28.1.38 (2025-01-07)

### Pivot Table

#### Bug fixes

- When the 'defer layout update' option is enabled, the 'actionComplete' event will now be triggered with the correct action name in the pivot table.

## 28.1.37 (2024-12-31)

### Pivot Table
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "28.1.33",
"version": "28.1.37",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 14 additions & 0 deletions components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 28.1.38 (2025-01-07)

### Tooltip

#### Bug Fixes

- `#I661900` - Resolved console error when dynamically using `OpenDelay` with delay for the Tooltip component.

### Popup

#### Bug Fixes

- `#I664758` - Fixed an issue with the positioning of the dropdownlist popup.

## 21.1.35 (2023-03-23)

### Tooltip
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.37 (2024-12-31)
## 28.1.38 (2025-01-07)

### QueryBuilder

Expand Down
Loading

0 comments on commit 3d98848

Please sign in to comment.