diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index ae0c39b2b..cc03f57e1 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) ### Barcode diff --git a/components/buttons/package.json b/components/buttons/package.json index 6e93088c3..d82868e01 100644 --- a/components/buttons/package.json +++ b/components/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-buttons", - "version": "24.1.45", + "version": "24.1.46", "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index ab31d471d..ce96f620d 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### DateRangePicker + +#### Bug Fixes + +- `#I528771` - Fixed an issue where the DateRangePicker in the `Malaysia` region was only returning a single value. + ## 24.1.44 (2024-01-03) ### TimePicker diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 8d4a388bf..fdb19820e 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### AccumulationChart + +#### Bug Fixes + +- `#I539550` - Now, the `enableSmartLabels` property in the accumulation chart is functioning correctly. + +### Chart + +#### Bug Fixes + +- `#I541520` - Now, the `startFromZero` property in the chart is working properly. + ## 24.1.46 (2024-01-17) ### Chart diff --git a/components/charts/package.json b/components/charts/package.json index 6359d4586..82f40880d 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-charts", - "version": "24.1.45", + "version": "24.1.46", "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/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 5409fa2eb..0e5fb4f4b 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -9,6 +9,7 @@ #### Bug Fixes - `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport. +- `#I533824` - Now, textAlign justify align the text at center of the node. ## 24.1.45 (2024-01-09) diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 1e642d9ee..fae968f7d 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-diagrams", - "version": "24.1.45", + "version": "24.1.46", "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 dc1d975af..8da6a3192 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### DocumentEditor + +#### Bug Fixes + +- `#I515234` - Resolved the issue in paragraph goes to page end while press enter. +- `#I533538` - Resolved the tracking issue in the revisions only protection mode. +- `#I539142` - Resolved the script error issue while pasting content. +- `#I536328` - Resolved the footnote duplicating issue. +- `#I539648` - Resolved script error issue and layout issue in the exported document. + ## 24.1.46 (2024-01-17) ### DocumentEditor diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 135d3552b..016073a49 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-documenteditor", - "version": "24.1.45", + "version": "24.1.46", "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 2ec2d382d..431130dbf 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### ListBox + +#### Bug Fixes + +- `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved. + +### ComboBox + +#### Bug Fixes + +- `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty. + ## 24.1.46 (2024-01-17) ### DropDownTree diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 1909766b0..e8c1f3ad5 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-dropdowns", - "version": "24.1.45", + "version": "24.1.46", "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 aa65edaba..25d6c9d45 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### FileManager + +#### Bug Fixes + +- `#I543790` - The issue with the breadcrumb bar of the File Manager showing an incorrect name for the Azure File service provider has been resolved. + ## 24.1.45 (2024-01-09) ### FileManager diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index d9d822744..624942e43 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### GanttChart + +#### Bug Fixes + +- `#I540518` - Can't able to drag and drop to the new resource issue has been fixed. +- `#I185970` - Dynamic template updating in columns does not render issue has been fixed. +- `#I538002` - Alignment Issue with PDF Export in React Gantt issue has been fixed. + +- `F159354` - Issue in locale text of predecessor tooltip has been fixed. + ## 24.1.46 (2024-01-17) ### GanttChart @@ -13,7 +25,7 @@ - `#I538917` - Text is not rendered properly in header while using page size issue has been fixed. - `#I185970` - Dynamic template updating in columns does not render issue has been fixed. -- `F159354` - Issue in locale text of predecessor tooltip has been fixed. +- `#I185970` - Dynamic template updating in columns does not render issue has been fixed. ## 24.1.45 (2024-01-09) diff --git a/components/gantt/package.json b/components/gantt/package.json index d0fd659dc..1024d4fc4 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "24.1.45", + "version": "24.1.46", "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 4b16b0d9b..40b1ee844 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### Grid + +#### Bug fixes + +- `#I539223` - The issue with `ellipsisWithTooltip` not working properly in the Adaptive view has been resolved. + ## 24.1.46 (2024-01-17) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index a38dfd5d3..a45d0fe3a 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-grids", - "version": "24.1.45", + "version": "24.1.46", "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 ee2b6d810..30072c883 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) ### HeatMap diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index 67666ca23..51373e3fe 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-image-editor", - "version": "24.1.45", + "version": "24.1.46", "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 2df930417..c0850c282 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### Signature + +#### Bug Fixes + +- `#F86282` - Issue with "The `getSignature` method data is not cleared after using clear method of signature" has been resolved. + ## 24.1.45 (2024-01-09) ### Signature diff --git a/components/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index bcc797180..2669677ad 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### Kanban + +#### Bug Fixes + +`#I544423` - Now, the Kanban column header title shows properly when the column is collapsed. + + ## 24.1.46 (2024-01-17) ### Kanban diff --git a/components/kanban/package.json b/components/kanban/package.json index 086f00f22..0ffc22e80 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-kanban", - "version": "24.1.45", + "version": "24.1.46", "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/lineargauge/package.json b/components/lineargauge/package.json index a5bdedd6a..9a18ee444 100644 --- a/components/lineargauge/package.json +++ b/components/lineargauge/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-lineargauge", - "version": "24.1.41", + "version": "24.1.46", "description": "Essential JS 2 LinearGauge Components for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index e313fad5a..2d4043e0b 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### ListBox + +#### Bug Fixes + +- Issue with "Script error thrown in list box while dragging the `svg` element" has been resolved. + +### ListView + +#### Bug fixes + +- `#I531520` - The ListView component's title not decoded properly same as in node text has been resolved. + ## 24.1.41 (2023-12-18) ### ListView diff --git a/components/lists/package.json b/components/lists/package.json index 5d2f0be28..0f17b19ec 100644 --- a/components/lists/package.json +++ b/components/lists/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-lists", - "version": "24.1.41", + "version": "24.1.46", "description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 9bfa8283a..4f4709811 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -11,7 +11,15 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) + +### Maps + +#### New Features + +- `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities. + +## 24.1.41 (2023-12-18) ### Maps diff --git a/components/maps/package.json b/components/maps/package.json index 2d9277fde..7e443b66b 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": "24.1.41", "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/navigations/package.json b/components/navigations/package.json index ef872fa0f..cc3772dbc 100644 --- a/components/navigations/package.json +++ b/components/navigations/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-navigations", - "version": "24.1.41", + "version": "24.1.46", "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 780a84f03..033616e37 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) ### Message diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index cb4ebc378..6feb952f6 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pdfviewer", - "version": "24.1.45", + "version": "24.1.46", "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 0d5a58776..8f69a478c 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### PivotTable + +#### Bug fixes + +- `#F186081` - With virtualization, the pivot table will now be properly displayed when using the mouse wheel to scroll. +- `#I186080` - When "DataCompression" is enabled in the Pivot table, the date formatting will now be properly maintained. + ## 24.1.46 (2024-01-17) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index b88e957ed..49501f745 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pivotview", - "version": "24.1.45", + "version": "24.1.46", "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/package.json b/components/popups/package.json index 95158b295..40b5e64ea 100644 --- a/components/popups/package.json +++ b/components/popups/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-popups", - "version": "24.1.44", + "version": "24.1.46", "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 0e82490aa..ea5931755 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 5e26a80fe..4cdbe6d09 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### RichTextEditor + +#### Bug Fixes + +- `#I542710` - Now, pressing the `tab` key in the list applies the nested list properly when the mention component is used in the Rich Text Editor. + ## 24.1.46 (2024-01-17) ### RichTextEditor @@ -10,6 +18,7 @@ - `#I537067` - Now, the content at the top is displayed properly when maximizing the Rich Text Editor with `enableFloating` set to `false`. - `#I534484` - Now, applying the bold repeatedly to the content in the Rich Text Editor works properly, and the content doesn't get deleted. +- `#I531848` - Now, pressing the space or enter key after inserting the mention list in the Rich Text Editor doesn't scroll the page. ## 24.1.45 (2024-01-09) diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 8c4bc7d47..3374eaab6 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "24.1.45", + "version": "24.1.46", "description": "Essential JS 2 RichTextEditor component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 97df77959..df428bb5a 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.46 (2024-01-17) +## 24.1.47 (2024-01-23) ### DropDownButton diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 3df73f207..8c9a23f11 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.1.47 (2024-01-23) + +### Spreadsheet + +#### Bug fixes + +- `#I866111` - Issue with "chart data is not rendered properly after hiding the columns" has been resolved. +- `#I866383` - Issue with "`unMerge` method does not work when the `showRibbon` option is set to `false`" has been resolved. + ## 24.1.41 (2023-12-18) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 178ba8f32..a623f16f5 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-spreadsheet", - "version": "24.1.45", + "version": "24.1.46", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index 0233e5f73..d16c80d66 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### Tree Grid + +#### Bug Fixes + +- `#I538969` - Fixed an issue where the `ContextMenu` with indent/outdent items was being displayed when clicking in an empty space. + ## 24.1.45 (2024-01-09) ### Tree Grid diff --git a/components/treegrid/package.json b/components/treegrid/package.json index 06612ed42..fce5502ec 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-treegrid", - "version": "24.1.45", + "version": "24.1.46", "description": "Essential JS 2 TreeGrid Component for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",