diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index c04247fde..d5f304459 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 559001b80..dabfa520d 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Switch diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index fca175ef1..31c26a7c8 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### DateRangePicker diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 1e59b5da9..e1d8f8e0f 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -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 @@ -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 diff --git a/components/charts/package.json b/components/charts/package.json index 65c0935b1..6bea9b46f 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -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", diff --git a/components/circulargauge/CHANGELOG.md b/components/circulargauge/CHANGELOG.md index bf95a93a4..273391e53 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Circular Gauge diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 5d4c33475..0a6ee9b96 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Diagram diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 504ce1aa8..493ae58a2 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -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 diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 361ef9715..3b21346fb 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -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", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index b441a5df5..81b5eb1cd 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -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 diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 620134f40..d6198b9ae 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -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", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index afaa26fa4..ea86fb3ee 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -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. @@ -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) diff --git a/components/gantt/package.json b/components/gantt/package.json index c7cd70621..5bf4c4ca9 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -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", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index c3369433d..ba30ee1bb 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -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 diff --git a/components/grids/package.json b/components/grids/package.json index 63fff1cc1..c8c99620f 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -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", diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 5b6cc90c4..3882d87cf 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.33 (2024-12-12) ### HeatMap diff --git a/components/heatmap/package.json b/components/heatmap/package.json index fc742a6fb..f61532123 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -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", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index a14a385cb..2cdf533ca 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Uploader diff --git a/components/kanban/package.json b/components/kanban/package.json index df2bb993a..b915f980e 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -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", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index d92db82c3..135e2e693 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### ListBox diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 8c02766f0..4b267fa58 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -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 diff --git a/components/maps/package.json b/components/maps/package.json index 0543a66fd..4c497ef1d 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -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", diff --git a/components/multicolumncombobox/CHANGELOG.md b/components/multicolumncombobox/CHANGELOG.md index 9db083812..0cff9c061 100644 --- a/components/multicolumncombobox/CHANGELOG.md +++ b/components/multicolumncombobox/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### MultiColumn ComboBox diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 7ef897bb7..01333cfaf 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Tab diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index 490fdfc8b..48fa78480 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Message diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index ea0bffc3b..15d3f3e16 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,16 @@ ## [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 @@ -9,7 +19,6 @@ #### 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) diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 9eaa8c78d..9ddf8f5f5 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -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", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index cba3a1675..1e16c5579 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -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 diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 754cf9b49..e521842fb 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -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", diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index b879cbd2b..8776ca05c 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -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 diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 86f3153dc..2d03e419c 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 6ee505347..63eb9fc0d 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### RichTextEditor + +#### Bug Fixes + +- `#I668052` - Now, the Rich Text Editor works properly when using `Shift+Enter` while applying and removing formats such as bold, italic, and underline. + +- `#I642043` - Now, after pasting an image, the `afterPasteCleanup` event will be triggered properly. + ## 28.1.37 (2024-12-31) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 3af641c64..d6eb8b9fd 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "28.1.35", + "version": "28.1.37", "description": "Essential JS 2 RichTextEditor component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 8fcbf0d85..a1bd72390 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 28.1.38 (2025-01-07) + +### Schedule + +#### Bug fixes + +- `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed. +- `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed. + ## 28.1.37 (2024-12-31) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 4f5b876bf..622b9b179 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-schedule", - "version": "28.1.35", + "version": "28.1.37", "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 37d3fae01..5cbcd9f98 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Spreadsheet diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 60567f3e6..fd2a5a00b 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### Tree Grid diff --git a/components/treemap/CHANGELOG.md b/components/treemap/CHANGELOG.md index 40a7c310f..340773c44 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 28.1.37 (2024-12-31) +## 28.1.38 (2025-01-07) ### TreeMap