From 5d176ec477c1492715fcab8e238c70159e662e64 Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 1 Apr 2025 01:53:01 +0000 Subject: [PATCH] v29.1.35 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/buttons/package.json | 2 +- components/calendars/CHANGELOG.md | 2 +- components/charts/CHANGELOG.md | 17 ++ components/charts/package.json | 2 +- components/circulargauge/package.json | 2 +- components/diagrams/CHANGELOG.md | 10 ++ components/diagrams/package.json | 2 +- components/documenteditor/CHANGELOG.md | 200 +++++++++++++++++++++++ components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 2 +- components/filemanager/package.json | 2 +- components/gantt/CHANGELOG.md | 21 +++ components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 20 +++ components/grids/package.json | 2 +- components/heatmap/package.json | 2 +- components/imageeditor/CHANGELOG.md | 10 ++ components/imageeditor/package.json | 2 +- components/inputs/CHANGELOG.md | 2 +- components/interactivechat/package.json | 2 +- components/layouts/CHANGELOG.md | 8 + components/layouts/package.json | 2 +- components/lineargauge/package.json | 2 +- components/lists/CHANGELOG.md | 2 +- components/maps/CHANGELOG.md | 2 +- components/navigations/package.json | 2 +- components/notifications/package.json | 2 +- components/pdfviewer/CHANGELOG.md | 18 ++ components/pdfviewer/package.json | 2 +- components/pivotview/CHANGELOG.md | 2 +- components/popups/CHANGELOG.md | 8 + components/popups/package.json | 2 +- components/progressbar/package.json | 2 +- components/querybuilder/CHANGELOG.md | 2 +- components/ribbon/package.json | 2 +- components/richtexteditor/CHANGELOG.md | 19 +++ components/richtexteditor/package.json | 2 +- components/schedule/package.json | 2 +- components/splitbuttons/package.json | 2 +- components/spreadsheet/CHANGELOG.md | 10 ++ components/spreadsheet/package.json | 2 +- components/treegrid/CHANGELOG.md | 2 +- components/treemap/package.json | 2 +- 44 files changed, 374 insertions(+), 33 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index 77efbe40..5ccca479 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### Barcode diff --git a/components/buttons/package.json b/components/buttons/package.json index 5fd0fbc2..08930661 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-buttons", - "version": "28.1.33", + "version": "29.1.33", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index b5e12482..186a36df 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### DatePicker diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 4297ab4e..f3483adf 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,23 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### 3DChart + +#### Bug Fixes + +- `#I637725` - Now, the first label on the y-axis is positioned properly for the 100% stacking series when the x-value is empty. + +### Chart + +#### Bug Fixes + +- `#I697165` - The legend symbol fill remains unchanged, even when point color mapping is applied to the series, maintaining its original color instead of reflecting individual point colors. +- `#I703094` - Tooltip trackball now works properly for the canvas-enabled scatter type chart. +- `#I701635` - Now the column placed properly for the uneven data set. +- `#I703055` - Crosshair tooltip now updates properly when dynamically enabled or disabled. + ## 29.1.33 (2025-03-25) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index da30de7f..4a6dd055 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-charts", - "version": "28.1.33", + "version": "29.1.33", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/circulargauge/package.json b/components/circulargauge/package.json index 7d36462c..e1908091 100644 --- a/components/circulargauge/package.json +++ b/components/circulargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-circulargauge", - "version": "16.42.4", + "version": "29.1.33", "description": "Essential JS 2 CircularGauge Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index f068ecfc..89e8a38f 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Diagram + +#### Bug Fixes + +- `#I698039` - Swimlane, Phase, and Lane Header Offset is now applied correctly for header annotation positioning. +- `#I697177` - Property changes within the Connection Change event are now logged into the undo-redo history stack correctly. +- `#I700415` - Ports are now restricted within node and connector boundaries while dragging. + ## 29.1.33 (2025-03-25) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 9d0ed11b..8e0d7104 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-diagrams", - "version": "19.18.0", + "version": "29.1.33", "description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 58a34f41..89da8403 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,206 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### DocumentEditor + +#### Bug Fixes + +- `#I689728` - Fixed text shifting to the previous page when applying formatting styles to a combined paragraph. +- `#I698686` - Fixed the undo issue for merged table cells. +- `#I693506` - Fixed table header row resizing incorrectly when adding a row to the table. +- `#I693683` - Fixed the issue where the document editor remained stuck on loading and failed to open documents. +- `#I698863` - Fixed the outline rendering issue for rounded rectangle shapes. +- `#I702446` - Fixed the edit region highlight issue when switching between print and web layouts. +- `#I701024` - Fixed the malformed URI issue on Mac during document serialization. +- `#I694808` - Fixed incorrect cursor positioning when continuously pressing Enter in a table cell that extends to the next page. +- `#I698411` - Improved performance when scrolling and typing in large documents with spell check enabled. +- `#I681319` - Fixed the issue where comments were removed when selecting text before the comment's end offset. +- `#I699227`, `#I699397` - Improved editing performance when continuously typing characters. +- `#I700275` - Fixed table layout issues with repeated header rows. +- `#I697583` - Fixed missing table cell content when exporting to DOCX. +- `#I652799` - Fixed incorrect cursor positioning when selecting a column cell. +- `#I701772` - Fixed style issues in content control text. +- `#I697055` - Fixed script errors when saving a document as a blob after deleting tracked changes content. + +## 29.1.33 (2025-03-25) + +### DocumentEditor + +#### Features + +- `#I690626` - Added support for preserving hidden text when opening and exporting Word documents. + +## 28.2.12 (2025-03-19) + +### DocumentEditor + +#### Bug Fixes + +- `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments. +- `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document. +- `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times. +- `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format. +- `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container. +- `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly. +- `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button. + +## 28.2.11 (2025-03-11) + +### DocumentEditor + +#### Bug Fixes + +- `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties. +- `#I688686` - Fixed the selection issue when applying upper-case formatting to text. +- `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor. +- `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value. +- `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property. +- `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions. +- `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices. +- `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls. +- `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls. + +## 28.2.9 (2025-03-04) + +### DocumentEditor + +#### Bug Fixes + +- `#I687932` - Fixed the issue where focus was not updated to the document when selecting a comment in the comment pane. +- `#I685571`, `#I694238` - Fixed the tab element formatting issue when opening the reported document. +- `#I683091` - Fixed the issue where cell size was not reverting correctly and an extra column was created after deleting a row. +- `#I683159` - Fixed the issue where the editable region start marker was not rendering correctly when a paragraph had a right margin. +- `#I691849` - Fixed the issue where Document Editor became unresponsive when accepting all changes in SFDT files containing multiple lists copied from Word. + +## 28.2.7 (2025-02-25) + +### DocumentEditor + +#### Bug Fixes + +- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx. +- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content. +- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled. +- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes. +- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content. +- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content. + +## 28.2.6 (2025-02-18) + +### DocumentEditor + +#### Bug Fixes + +- `#I682967` - Fixed a script error that occurred when deleting content inside an edit region. +- `#I684112` - Fixed a script issue when opening a line-marker chart in Document Editor. +- `#I683052` - Fixed a bookmark insertion issue when spell check is enabled. + +## 28.2.5 (2025-02-11) + +### DocumentEditor + +#### Bug Fixes + +- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion. +- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision. +- `#I684435` - Resolved a freezing issue when accepting all tracked changes. +- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane. +- `#I679707` - Corrected the continuation of page numbers after restarting page numbering. +- `#I680995` - Fixed font rendering issues when applying the theme font to text. +- `#I687189` - Resolved caret height inconsistencies in collaborative editing. +- `#I682585` - Fixed incorrect list indentation when performing an undo action. +- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style. + +## 28.2.4 (2025-02-04) + +### DocumentEditor + +#### Bug Fixes + +- `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word. +- `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor. +- `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace. +- `#I680849` - Fixed missing split cell content when a row spans multiple pages. +- `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export. +- `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs. + +## 28.1.39 (2024-01-14) + +### DocumentEditor + +#### Bug Fixes + +- `#I660432` - Improved performance when applying formatting to an entire document. +- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows. +- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls. + +## 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 + +#### 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 + +#### Bug Fixes + +- `#I664697` - Implemented image cropping for metafile images in the Document Editor. +- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted. +- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format. +- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides. +- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor. +- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor. +- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor. +- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode. +- `#I660426` - Fixed the undo issue that occurred after merging table cells. +- `#I661535` - Resolved the issue of span elements being present in comment data. + +## 28.1.35 (2024-12-18) + +### DocumentEditor + +#### Bug Fixes + +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. +- `#I655487` - Now, table column is rendered properly when imported the exported document. +- `#I656985` - Now, oval shape is preserved properly in the document editor. +- `#I658167` - Now table row get resized properly when we resize the row fast. +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. +- `#I640675` - Resolved the document freezing issue when reject the track changes. +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. +- `#I658922` - Now, check box is rendered properly after change the value as checked. +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. +- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues. +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. + ## 27.2.4 (2024-11-26) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 7e3005d1..74c37cb5 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "28.1.33", + "version": "29.1.33", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index 1b9d7f9a..517e2429 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### DropDownTree diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 43f3c1ad..1c70bad7 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-filemanager", - "version": "18.28.1", + "version": "29.1.33", "description": "Essential JS 2 FileManager Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 594ed37b..29e689fa 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,27 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### GanttChart + +#### Bug fixes + +- `#I698597` - The issue where the task label font could not be customized using `ganttStyle` in PDF exports of the Gantt chart has been resolved. +- `#I702960` - Undo action does not work properly when drag and drop the taskbar with timeline virtualization enabled issue has been resolved. +- `#I703918` - A script error occurred when the context menu was used in resource view after adding a dependency to a newly added record issue has been resolved. +- `#I702456` - The issue, where the `rowSelecting` event did not trigger correctly when selecting a row using a checkbox, has been resolved. +- `#I698654`,`#I704950` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved. +- `#I691521` - Incorrect width update when duration is less than zero issue has been resolved. +- `#I702366` - Extra space at the end of the timeline issue has been resolved. +- `#I700246` - Console error occur while using rte component with cell edit template issue has been resolved. +- `#I702969` - The flickering issue that occurred when hovering over the filter menu option in the column menu has been resolved. +- `#I701758` - The issue where hovering over the filter in the column menu caused the filter dialog to appear under the column menu has been resolved. + +- `#I702960` - Undo action does not work properly when drag and drop the taskbar with timeline virtualization enabled issue has been resolved. +- `#I704950` - The issue of the splitter position dynamically changing, which caused a white space, has been resolved. +- `#I691521` - Incorrect width update when duration is less than zero issue has been resolved. + ## 28.2.11 (2025-03-11) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 0d732288..4e1aa04a 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 Gantt Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index c4538891..1e289c8f 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,26 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Grid + +#### Bug Fixes + +- `#I698681` - Resolved an issue where the record was getting selected when calling `closeEdit()` with `checkboxOnly` set to true. +- `#I701758` - Fixed the issue where the filter dialog appeared under the `column-menu` in the Grid. +- `#FB66390` - Resolved an issue where `getSelectedRecords()` returned an empty array instead of the selected records when `virtualization` was enabled, a column was grouped, and the dataSource had fewer records than the viewport. +- `#I691456` - Fixed the issue where the `excelAggregateQueryCellInfo` event was triggered only for aggregate cells and not for other cells in the row. +- `#I690601` - The issue where the `ToolbarTemplate` in the `childGrid` was not rendering properly has been resolved. +- `#I694635` - Fixed the issue where pressing `Alt + PageUp/PageDown` in a paginated Grid caused unexpected page navigation. +- `#I699725` - Resolved an issue where the `groupCaptionTemplate` occupied a single cell, causing an additional cell to be inserted in the exported file. +- `#F196283` - Resolved an issue where searching for decimal values starting with zero caused the leading zero to be unexpectedly removed. +- `#I659606` - Resolved an issue with inconsistent typing of `FailureEventArgs` in the Grid's `actionFailure` event. +- `#I698371` - Resolved an issue where, during `infiniteScrolling` with `lazyLoadGrouping` enabled, the content unexpectedly scrolled back to the top instead of maintaining its position. +- `#I703410` - Resolved an issue with `server-side` Excel export where the boolean column incorrectly exported the `true` value. +- `#F196296` - Resolved the issue where unsaved batch changes were lost upon filtering in the Grid. +- `#I696030` - Fixed the issue where the `filter-popup` did not move with the Grid when the parent had a fixed height and scroll overflow. + ## 29.1.33 (2025-03-25) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index ec3f6a9f..fb16da18 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-grids", - "version": "1.193.11", + "version": "29.1.33", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/heatmap/package.json b/components/heatmap/package.json index 3d2083e7..44714e12 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-heatmap", - "version": "18.14.11", + "version": "29.1.33", "description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 930d5131..5c8eb437 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Image Editor + +#### Bug Fixes + +- `#I703503` - The issue with "Redact feature not working properly in straightened image" has been resolved. +- `#I704085` - The issue with "Page crashes when changing color in freehand pen tool with custom toolbar" has been resolved. +- `#I701384` - The issue with "Error after changing outline color in text annotation" has been resolved. + ## 28.1.33 (2024-12-12) ### Image Editor diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 8a2ab311..c14d7668 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-image-editor", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 ImageEditor for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index e64a84dd..e3df62f8 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### SpeechToText diff --git a/components/interactivechat/package.json b/components/interactivechat/package.json index ca322e9d..e115d7e7 100644 --- a/components/interactivechat/package.json +++ b/components/interactivechat/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-interactive-chat", - "version": "27.1.48", + "version": "29.1.33", "description": "Essential JS 2 Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/layouts/CHANGELOG.md b/components/layouts/CHANGELOG.md index 06d03ea6..23d36584 100644 --- a/components/layouts/CHANGELOG.md +++ b/components/layouts/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Dashboard Layout + +#### Bug Fixes + +- `#I704506` - An issue with change event when adding the panel to the Dashboard Layout component has been resolved. + ## 25.1.35 (2024-03-15) ### Timeline diff --git a/components/layouts/package.json b/components/layouts/package.json index 99284914..bde87daf 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-layouts", - "version": "21.4.6", + "version": "29.1.33", "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lineargauge/package.json b/components/lineargauge/package.json index 20c3fd1a..b0fb2bb8 100644 --- a/components/lineargauge/package.json +++ b/components/lineargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-lineargauge", - "version": "16.41.0", + "version": "29.1.33", "description": "Essential JS 2 LinearGauge Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index 5c93429a..028b11cd 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### ListView diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 90829eaf..827c374c 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### Maps diff --git a/components/navigations/package.json b/components/navigations/package.json index bf681473..105b4b16 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-navigations", - "version": "22.42.3", + "version": "29.1.33", "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/notifications/package.json b/components/notifications/package.json index fe37f318..8458740e 100644 --- a/components/notifications/package.json +++ b/components/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-notifications", - "version": "21.5.2", + "version": "29.1.33", "description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 3c7e6ad5..32946168 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,24 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### PDF Viewer + +#### Bug Fixes + +- `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder. +- `#I702575` - Double quotes will no longer be removed from the text box field when reloading a downloaded document. +- `#I689380` - The file size will not increase when saving the document without making any changes. +- `#I698835` - Improved performance and reduced lag when zooming in on specific landscape PDF files. +- `#I695141` - The `documentLoadFailed` event now triggers as expected when attempting to load an invalid PDF URL. +- `#I704811` - The `formFieldAdd` event is now triggered when adding form fields programmatically to non-rendered pages. +- `#I683048` - Fixed an issue where the custom stamp image did not appear in the downloaded PDF when modified programmatically. +- `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event. +- `#I697942` - The signature and initial form field values are now correctly included in the form field collections for non-rendered pages. +- `#I707879` - The script error does not occur when the `documentId` is passed to the document path on the server side. +- `#I699776` - Fixed an issue where `PdfViewer` threw a 'Cannot read properties of undefined' error under certain conditions when module injection was not used. + ## 29.1.33 (2025-03-25) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index f2b99d2c..aa984d60 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pdfviewer", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 PDF viewer Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index 616cd117..601e8058 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### Pivot Table diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index b9fd0635..e8131466 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Dialog + +#### Bug Fixes + +- `#I697134` - The issue with improper padding for the dialog component in the fluent2-highcontrast theme has been resolved. + ## 21.1.35 (2023-03-23) ### Tooltip diff --git a/components/popups/package.json b/components/popups/package.json index 300a34f9..2aaaaf49 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-popups", - "version": "21.6.12", + "version": "29.1.33", "description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 4914b957..edce21f3 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-progressbar", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 ProgressBar Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 1064d823..5b49428c 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### QueryBuilder diff --git a/components/ribbon/package.json b/components/ribbon/package.json index 238ab3b3..d104bf71 100644 --- a/components/ribbon/package.json +++ b/components/ribbon/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-ribbon", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 753dba4f..90b362b7 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,25 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### RichTextEditor + +#### Bug Fixes + +- `#F196437` - Now, the issue with the script error that throws when pasting an Excel table into the IFrame RichTextEditor has now been resolved. +- `#I694099` - Now, plain formatting works properly, clearing the `div` elements, and works similar to 'Paste as Plain Text'. + +- `#I691787` - Now, the link drag and drop functionality works properly in the Rich Text Editor. + +- `#I694974` - Now, the enter actions works properly within the format tags in the Rich Text Editor. + +- `#I690911` - Now, the backspace action works properly in the list item in the Rich Text Editor. + +- `#I699752` - Now, the quick toolbar works properly when rendering images with captions inside tables in the Rich Text Editor. + +- Now, the issue with pressing the Enter key at the end of the list causing the list to revert has now been resolved. + ## 29.1.33 (2025-03-25) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 97a21b36..5666c0c6 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "28.1.33", + "version": "29.1.33", "description": "Essential JS 2 RichTextEditor component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/package.json b/components/schedule/package.json index 2c8e6f0d..6acf1ddb 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-schedule", - "version": "22.9.0", + "version": "29.1.33", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index 7b14a25b..1deb14d6 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-splitbuttons", - "version": "28.1.33", + "version": "29.1.33", "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 67d5d257..3d929284 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 29.1.35 (2025-04-01) + +### Spreadsheet + +#### Bug fixes + +- `#I696599` - Issue with "spreadsheet becomes unresponsive when switching to a sheet with table-referenced formulas" has been resolved. + +- `#I701855` - Issue with "column selection failed after vertical scrolling in a sheet with frozen rows" has been resolved. + ## 29.1.33 (2025-03-25) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 6d63668e..568bb6ed 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-spreadsheet", - "version": "28.1.33", + "version": "29.1.33", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index b528843f..5cd63bf4 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 29.1.33 (2025-03-25) +## 29.1.35 (2025-04-01) ### Tree Grid diff --git a/components/treemap/package.json b/components/treemap/package.json index f0eab0b4..a24fe138 100644 --- a/components/treemap/package.json +++ b/components/treemap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-treemap", - "version": "16.31.24", + "version": "29.1.33", "description": "Essential JS 2 TreeMap Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",