diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index f5dd7a3c..ca16611e 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.6 (2024-02-15) +## 24.2.7 (2024-02-20) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index 85cdd5d7..7429ba29 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,13 +2,13 @@ ## [Unreleased] -## 24.2.5 (2024-02-13) +## 24.2.7 (2024-02-20) -### SpeedDial +### Button #### Bug Fixes -- `FAB` and `SpeedDial` control `readme.md` file updated. +- `#I551397` - The issue with "Tailwind theme when changing the primary text color in the button the text color is not changed" has been resolved. ## 24.2.3 (2024-01-31) diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index d3e72665..7f93cf7b 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### Chart + +#### Bug Fixes + +- `#I549266` - The Hilo open-close chart data points shape is now rendering properly. + +### StockChart + +#### Bug Fixes + +- `#I554213` - The dropdown font style has now been changed according to the selected theme. + ## 24.2.5 (2024-02-13) ### StockChart diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index a5c2ef43..7adc1644 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### Diagram + +#### Bug Fixes + +- `#I549018` - Now, the bridging is not enabled while connector visibility is false. +- `#I542327` - Now, the sendBackward and sendForward commands works fine. +- `#I527474` - Now, drawing connector from source port to target port with port id underscore works fine. + ## 24.2.5 (2024-02-13) ### Diagram diff --git a/components/diagrams/src/diagram/connectors.directive.ts b/components/diagrams/src/diagram/connectors.directive.ts index de5b0a88..f59b737e 100644 --- a/components/diagrams/src/diagram/connectors.directive.ts +++ b/components/diagrams/src/diagram/connectors.directive.ts @@ -271,7 +271,7 @@ export class ConnectorDirective extends ComplexBase { public wrapper: any; /** * Defines the visual order of the node/connector in DOM - * @default -1 + * @default Number.MIN_VALUE */ public zIndex: any; diff --git a/components/diagrams/src/diagram/nodes.directive.ts b/components/diagrams/src/diagram/nodes.directive.ts index a6fcee21..461aa704 100644 --- a/components/diagrams/src/diagram/nodes.directive.ts +++ b/components/diagrams/src/diagram/nodes.directive.ts @@ -340,7 +340,7 @@ export class NodeDirective extends ComplexBase { public wrapper: any; /** * Defines the visual order of the node/connector in DOM - * @default -1 + * @default Number.MIN_VALUE */ public zIndex: any; diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md index 726ffc8a..20554677 100644 --- a/components/documenteditor/CHANGELOG.md +++ b/components/documenteditor/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### DocumentEditor + +#### Bug Fixes + +- `#I553680` - Resolved the script error issue while click print button. +- `#I542229` - Resolved the document layout issue in Blazor. +- `#I548069` - Resolved the spell check squiggly lines render issue on print. +- `#I546222` - Resolved the script error issue while applying table border. +- `#I533544` - Resolved the table resize undo issue. +- `#I526592` - Resolved the list numbering is not continuing issue. +- `#I548595` - Resolved the text ordered incorrectly while typing in Blazor. + ## 24.2.5 (2024-02-13) ### DocumentEditor diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md index 360a004f..012a7276 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### Mention + +#### Bug Fixes + +-`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention. + + +### MultiSelect + +#### Bug Fixes + +- `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items. + ## 24.2.6 (2024-02-15) ### ListBox diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 364d2b97..337c9974 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-dropdowns", - "version": "24.2.5", + "version": "24.2.6", "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 ff9b27d8..d6338c41 100644 --- a/components/filemanager/CHANGELOG.md +++ b/components/filemanager/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.5 (2024-02-13) +## 24.2.7 (2024-02-20) ### FileManager diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 49587595..f945984a 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,12 +2,17 @@ ## [Unreleased] -## 24.2.6 (2024-02-15) +## 24.2.7 (2024-02-20) ### GanttChart #### Bug Fixes +- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed. +- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed. +- `#I543787` - The timezone properties used in the sample taskbar not render properly issue has been fixed. +- `#I550317` - Duration value getting string instead of number issue has been fixed. + - `F159354` - Issue in locale text of predecessor tooltip has been fixed. ## 24.2.5 (2024-02-13) diff --git a/components/gantt/package.json b/components/gantt/package.json index bd28d02b..32df18ee 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "24.2.5", + "version": "24.2.6", "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 dcc03724..640ad5f0 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### Grid + +#### Bug fixes + +- `#I547707` - Resolved a script error occurring when collapsing a grouped row along with `virtualization` while the grid is in edited state. +- `#FB50079` - Fixed the issue where scrolling with the Up arrow in virtual scroll caused the focus to leave and enter the column header. +- `#FB50364` - Fixed an accessibility issue with row checkboxes identified by the Accessibility Insights for Web tool. + ## 24.2.5 (2024-02-13) ### Grid diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 0719407a..4813ad43 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### HeatMap + +#### Bug fixes + +- `#I549536` - The cell value will now be properly mapped for the data source representing minutes or hours in a day in the HeatMap. + +## 24.2.6 (2024-02-15) + +### HeatMap + +#### Bug fixes + +- `#I542011` - Color will be set properly to the HeatMap cell when multiple objects are set to the palette for the same range. + ## 24.1.41 (2023-12-18) ### HeatMap diff --git a/components/heatmap/package.json b/components/heatmap/package.json index 6e43fc20..be35e2fe 100644 --- a/components/heatmap/package.json +++ b/components/heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-heatmap", - "version": "24.2.3", + "version": "24.2.6", "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/inplaceeditor/CHANGELOG.md b/components/inplaceeditor/CHANGELOG.md index 599ff7b2..fd8ec5ae 100644 --- a/components/inplaceeditor/CHANGELOG.md +++ b/components/inplaceeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### In-place Editor + +#### Bug Fixes + +- `#I540657` - Fixed issue where the PasteCleanupSettings feature was not working properly when the type was set to 'RTE'. + ## 20.4.54 (2023-03-14) ### In-place Editor diff --git a/components/inputs/package.json b/components/inputs/package.json index 95bbf883..6833b5dd 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-inputs", - "version": "24.2.5", + "version": "24.2.6", "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/maps/CHANGELOG.md b/components/maps/CHANGELOG.md index 1e8e832b..3729981e 100644 --- a/components/maps/CHANGELOG.md +++ b/components/maps/CHANGELOG.md @@ -11,7 +11,7 @@ ## [Unreleased] -## 24.2.6 (2024-02-15) +## 24.2.7 (2024-02-20) ### Maps diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index 6d9e281f..1d90a4cc 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -10,6 +10,12 @@ - `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved. +### TreeView + +#### Bug fixes + +- `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox. + ## 24.2.3 (2024-01-31) ### Menu diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 389d5133..75c267f2 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### PDF Viewer + +#### Bug Fixes + +- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document. +- `#I550522` - Now, the text search does not fail to highlight the last character on a page. +- `#I551213` - Now, the pending ajax requests were properly aborted when unloading the PDF Viewer. + ## 24.2.6 (2024-02-15) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 110d2277..d4f84071 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pdfviewer", - "version": "24.2.5", + "version": "24.2.6", "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 378f9696..e1e0466d 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.2.6 (2024-02-15) +## 24.2.7 (2024-02-20) ### PivotTable diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index cbfb0d3a..a523d937 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### RichTextEditor + +#### Bug Fixes + +- `#I552276` - Now, pasting the image after the link in the Rich Text Editor pastes the image outside the link. +- `#I552815` - Now, override a text in the Rich Text Editor anywhere it works properly. +- `#I553375` - Now, clicking the number or bullet list button in the Rich Text Editor allows the applied list to be reverted. +- `#I553814` - Now, pressing the Enter key after pasting an image in the Rich Text Editor works properly. +- `#I540536` - Now, The issue with the addition of previous format when typing after the backspace/delete action has been resolved. +- `#I544943` - Now, pasting images along with content in different languages from MS Word in the Rich Text Editor works properly. +- `#I552726` - Now, pressing the backspace key inside the list after pressing the `shift+enter` key with background color styles works properly. + ## 24.2.4 (2024-02-06) ### RichTextEditor diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 7d570fc2..8b5c3aac 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### ProgressButton + +- `#I554000` - Console error is thrown when clicking the progress button has been resolved. + ## 24.2.5 (2024-02-13) ### SplitButton diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 5e14a680..3ebe67c9 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,14 +2,6 @@ ## [Unreleased] -## 24.2.6 (2024-02-15) - -### Spreadsheet - -#### Bug fixes - -- `#I867373` - Issue with "exception is thrown while running the `ng test` command" has been resolved. - ## 24.2.4 (2024-02-06) ### Spreadsheet @@ -1326,6 +1318,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices. +## 24.2.5 (2024-02-13) + +### Spreadsheet + +#### Bug fixes + +- `#I867373` - Issue with "exception is thrown while running the `ng test` command" has been resolved. + ## 24.1.47 (2024-01-23) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 42046b90..e0159076 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-spreadsheet", - "version": "24.2.4", + "version": "24.2.5", "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 23af872e..b60ffefc 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.7 (2024-02-20) + +### Tree Grid + +#### Bug Fixes + +- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file. + ## 24.2.5 (2024-02-13) ### Tree Grid