diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index a433e3910..053b0923a 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 4f18cdcdd..93c57faa9 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Checkbox + +#### Bug Fixes + +- `#F95768`- The issue with "Checkbox not getting checked while using `usestate` in react" has been resolved. + ## 27.1.53 (2024-10-15) ### Checkbox diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 5c762d15a..38010feaa 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### DateTimePicker diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index e10ea1a9d..11ca6474f 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Chart + +#### Bug Fixes + +- `#F188458` - Now the page scroll remains the same after clearing the series. +- `#I647466` - The zoom settings properties are now properly updated on data binding. + +### Accumulation Chart + +#### Bug Fixes + +- `I917094` - The series property now updates correctly on data binding. + ## 27.1.57 (2024-10-29) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 6e9be97af..bfbd47557 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-charts", - "version": "27.1.55", + "version": "27.1.57", "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 fa9c46eda..b815de4d7 100644 --- a/components/circulargauge/CHANGELOG.md +++ b/components/circulargauge/CHANGELOG.md @@ -4,6 +4,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Circular Gauge + +#### Bug fixes + +`#I644577` - The target element is now correctly identified in the `gaugeMouseDown` event. + ## 27.1.57 (2024-10-29) ### Circular Gauge diff --git a/components/circulargauge/package.json b/components/circulargauge/package.json index 76eef1439..711b6d22f 100644 --- a/components/circulargauge/package.json +++ b/components/circulargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-circulargauge", - "version": "27.1.50", + "version": "27.1.57", "description": "Essential JS 2 CircularGauge Components for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index b9dd6c728..0069e4fd6 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Diagram + +#### Bug Fixes + +- `#I641865` - Now, the node can be moved inside the lane when the `AllowMovingOutsideLane` constraint is applied to the nodes. + ## 27.1.57 (2024-10-29) ### Diagram @@ -10,8 +18,10 @@ - `#I637156` - Tooltip now displays properly on mobile devices with touch interactions. - `#I637207` - Nodes are now resizable via touch interactions. -- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG +- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG. - `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging. +- `#I642023`, `#I642126` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly. +- `#I642048` - Multiple selected child nodes of a Swimlane can now be properly repositioned within the same lane. ## 27.1.55 (2024-10-22) diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 95ef604b3..24863d43b 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-diagrams", - "version": "27.1.55", + "version": "27.1.57", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 33e70e76a..98e1ca076 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### DocumentEditor + +#### Bug Fixes + +- `#I914903` - Resolved the endNote layouting issue. + ## 27.1.57 (2024-10-29) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 73bfc25a1..1c4a6c7a8 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-documenteditor", - "version": "27.1.55", + "version": "27.1.57", "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 45db1a084..169990a45 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### ComboBox + +#### Bug Fixes + +- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved. + +### DropDownTree + +#### Bug Fixes + +- `#I646545` - The issue with the customTemplate property, when used as a function type in the Dropdown Tree component, has been resolved. + ## 27.1.57 (2024-10-29) ### ComboBox diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 30d93beff..f4312488d 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-dropdowns", - "version": "27.1.55", + "version": "27.1.57", "description": "Essential JS 2 DropDown Components for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md index e42012e99..fe887f2a4 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.55 (2024-10-22) ### FileManager diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 1d0b5889b..9dccfd787 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-filemanager", - "version": "27.1.53", + "version": "27.1.55", "description": "Essential JS 2 FileManager Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index e693164a9..f4797c6b2 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### GanttChart + +#### Bug fixes + +- `#645586` - Last 3 rows of the taskbar are not exported when performing PDF export with the `pageOrientation` set Portrait issue has been fixed. +- `#644812` - When adding a record, the validation for taskType as `fixedDuration` is not working properly issue has been fixed. + +- `F159354` - Issue in locale text of predecessor tooltip has been fixed. + ## 27.1.57 (2024-10-29) ### GanttChart @@ -12,7 +23,7 @@ - `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed. - `#I637870` - White space when expand and collapse action issue has been fixed. -- `F159354` - Issue in locale text of predecessor tooltip has been fixed. +- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed. ## 27.1.56 (2024-10-23) diff --git a/components/gantt/package.json b/components/gantt/package.json index c668a83dc..a8a960028 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "27.1.56", + "version": "27.1.57", "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 d89a0b77c..ae14215e9 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Grid + +#### Bug fixes + +- `I644169` - Resolved an issue where the `actionBegin` event triggers multiple times when dynamically updating the data source. +- `I645803` - Resolved an issue where the Grid displays an empty state when a grouped column contains `null` values. + ## 27.1.57 (2024-10-29) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 5c67abd7e..118dc2c57 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-grids", - "version": "27.1.55", + "version": "27.1.57", "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/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index 3bfeaf3ed..d837584b3 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Image Editor + +#### Bug Fixes + +- `#I648400` - The issue with "Script error thrown while `calling` resize public method of image editor when toolbar property was `empty`" has been resolved. + ## 27.1.57 (2024-10-29) ### Image Editor diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 2884d556d..e46ded25b 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-image-editor", - "version": "27.1.53", + "version": "27.1.57", "description": "Essential JS 2 ImageEditor for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index c3416bfeb..e919a7441 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### NumericTextBox + +#### Bug Fixes + +- `#I641562` - Fixed an issue where pasting a number with spaces resulted in a blank entry. + +## 27.1.55 (2024-10-22) + +### NumericTextBox + +#### Bug Fixes + +- `#I641562` - Fixed an issue where pasting a number with spaces resulted in a blank entry. + ## 27.1.50 (2024-09-24) ### ColorPicker diff --git a/components/inputs/package.json b/components/inputs/package.json index 0ba88f35d..672713886 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-inputs", - "version": "27.1.50", + "version": "27.1.55", "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index 4d8a7557d..8cebc90d8 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### Kanban diff --git a/components/layouts/package.json b/components/layouts/package.json index 673cecad7..8fae7d5d6 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-layouts", - "version": "27.1.53", + "version": "27.1.56", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 76c41147c..8d7db9c90 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,8 +2,22 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Tab + +#### Bug Fixes + +- `#I640676` - An issue with the Tab item selection when Tab is rendered with hidden Tab items has been fixed. + ## 27.1.57 (2024-10-29) +### ContextMenu + +#### Bug Fixes + +- `#I911927` - The issue with "The context menu popup does not close while scrolling when the open using `open` method" has been resolved. + ### Carousel #### Bug Fixes diff --git a/components/navigations/package.json b/components/navigations/package.json index 994e76649..711a2d3ce 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-navigations", - "version": "27.1.56", + "version": "27.1.57", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index 186bd444f..a0d773c21 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.48 (2024-09-18) ### Message diff --git a/components/notifications/package.json b/components/notifications/package.json index 01cb61c4e..85ba696c5 100644 --- a/components/notifications/package.json +++ b/components/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-notifications", - "version": "21.5.2", + "version": "27.1.50", "description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 5c0ff0fd1..ff80897b1 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### PDF Viewer + +#### Bug Fixes + +- `#I638740` - Now, the comment delete event is properly triggered when the parent comment `div` is deleted. +- `#I646822` - Now, the `formFieldMouseover` event includes both the form field ID and Name. +- `#I637574` - Now, the signature position is accurately rendered in the provided document upon reloading the downloaded file. +- `#I641496` - Now, the annotation signature buttons no longer overflow when the translation string is too long. + ## 27.1.57 (2024-10-29) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index ccabd3e27..02af4f9c6 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pdfviewer", - "version": "27.1.55", + "version": "27.1.57", "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 8803f7c31..d45400317 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Pivot Table + +#### Bug fixes + +- `#I645787` - Number formatting will now be applied correctly when using the number formatting popup in the pivot table. +- `#I648479` - The context menu will now appear when clicking on a value cell in the pivot table. + ## 27.1.57 (2024-10-29) ### Pivot Table diff --git a/components/pivotview/package.json b/components/pivotview/package.json index e4b9a822a..5dbdc81c5 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pivotview", - "version": "27.1.55", + "version": "27.1.57", "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 5e36bbe4e..a8835c2df 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Dialog + +#### Bug Fixes + +- `#F194699` - Fixed an issue where the scrollbar appears as soon as the modal dialog is closed. + ## 27.1.57 (2024-10-29) ### Dialog diff --git a/components/popups/package.json b/components/popups/package.json index c65d292a9..7eae048c2 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-popups", - "version": "27.1.56", + "version": "27.1.57", "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 Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index a7683b0b3..6e1ecef6d 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index ea0408e89..446f03ec1 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,26 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### RichTextEditor + +#### Bug Fixes + +- `#I644007` - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor. + +- `#I641442` - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page. + +- `#I643173` - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved. + +- `#I644738` - Now, the undo action now behaves correctly when selecting text with `Shift + Left Arrow` in the Rich Text Editor. + +- `#I637881` - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved. + +- `#I645142` - Now, When resize is set to false in `insertImageSettings`, the resize handles do not appear, and the functionality operates as expected. + +- `#I643686` - Now, the console error thrown with empty `valueTemplate` has been resolved. + ## 27.1.57 (2024-10-29) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 6fdc0349e..b15fe050b 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "27.1.55", + "version": "27.1.57", "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 3e2d9a31c..e9bdad774 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 27.1.58 (2024-11-05) + +### Schedule + +#### Bug fixes + +- `#I647902` - An issue where a script error occurred while click the close icon in print window has been resolved. + ## 27.1.57 (2024-10-29) ### Schedule diff --git a/components/schedule/package.json b/components/schedule/package.json index 4bbccb4ea..ed797016a 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-schedule", - "version": "27.1.56", + "version": "27.1.57", "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/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 8b1e548f4..7e1752dc9 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### SplitButton diff --git a/components/treemap/CHANGELOG.md b/components/treemap/CHANGELOG.md index 913bd1aa1..2cba048b1 100644 --- a/components/treemap/CHANGELOG.md +++ b/components/treemap/CHANGELOG.md @@ -8,7 +8,7 @@ ## [Unreleased] -## 27.1.57 (2024-10-29) +## 27.1.58 (2024-11-05) ### TreeMap