From 64129daf5ddbab0bf37a1dccac417e8d4647bcfd Mon Sep 17 00:00:00 2001 From: pipeline Date: Wed, 31 Jan 2024 14:31:04 +0000 Subject: [PATCH] v24.2.3 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/base/src/component-base.ts | 6 ++++- components/buttons/CHANGELOG.md | 8 +++++++ components/calendars/CHANGELOG.md | 8 +++++++ components/calendars/package.json | 2 +- components/charts/package.json | 2 +- components/diagrams/CHANGELOG.md | 22 +++++++++++++++++++ components/diagrams/package.json | 2 +- components/documenteditor/package.json | 2 +- components/dropdowns/CHANGELOG.md | 2 +- components/filemanager/package.json | 2 +- components/gantt/CHANGELOG.md | 13 ++++++++++- components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 11 ++++++++++ components/grids/package.json | 2 +- components/heatmap/CHANGELOG.md | 2 +- components/inputs/package.json | 2 +- components/kanban/package.json | 2 +- components/maps/package.json | 2 +- components/navigations/CHANGELOG.md | 14 ++++++++++++ components/notifications/CHANGELOG.md | 2 +- components/notifications/package.json | 2 +- components/pdfviewer/CHANGELOG.md | 28 ++++++++++++++++++++++++ components/pivotview/CHANGELOG.md | 12 ++++++++++ components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 8 +++++++ components/querybuilder/CHANGELOG.md | 2 +- components/querybuilder/package.json | 2 +- components/richtexteditor/CHANGELOG.md | 10 +++++++++ components/richtexteditor/package.json | 2 +- components/splitbuttons/CHANGELOG.md | 2 +- components/splitbuttons/package.json | 2 +- components/spreadsheet/CHANGELOG.md | 18 +++++++-------- components/spreadsheet/package.json | 2 +- 34 files changed, 169 insertions(+), 33 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index cc03f57e1..bd5fa48dc 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### Barcode diff --git a/components/base/src/component-base.ts b/components/base/src/component-base.ts index 58ac521a8..cdfbbe49c 100644 --- a/components/base/src/component-base.ts +++ b/components/base/src/component-base.ts @@ -249,8 +249,8 @@ export class ComponentBase { for (let tagObject of tempAfterContentThis.tagObjects) { if (!isUndefined(tagObject.instance) && (tagObject.instance.isInitChanges || tagObject.instance.hasChanges || tagObject.instance.hasNewChildren)) { + let propObj: { [key: string]: Object } = {}; if (tagObject.instance.isInitChanges) { - let propObj: { [key: string]: Object } = {}; // For angular 9 compatibility // Not able to get complex directive properties reference ni Onint hook // So we have constructed property here and used @@ -337,6 +337,10 @@ export class ComponentBase { } list.isUpdated = true; } + if (/grid/.test(tempAfterContentThis.getModuleName())) { + propObj[tagObject.name] = tagObject.instance.getProperties(); + tempAfterContentThis.setProperties(propObj, tagObject.instance.isInitChanges); + } } } } diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index ee105e6cc..e4de1752b 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Switch + +#### Bug Fixes + +- `#I547814` - The issue with "Script error thrown when using toggle in angular platform" has been resolved. + ## 24.1.46 (2024-01-17) ### Checkbox diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index ce96f620d..edce66d4d 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### DateTimePicker + +#### Bug Fixes + +- `#I541657` - Fixed an issue where the change event in the DateTimePicker was firing after the first time losing focus when milliseconds were included. + ## 24.1.47 (2024-01-23) ### DateRangePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 890a11552..b35846f33 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-calendars", - "version": "24.1.44", + "version": "24.1.47", "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/package.json b/components/charts/package.json index 82f40880d..0a440cdda 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-charts", - "version": "24.1.46", + "version": "24.1.47", "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 0e5fb4f4b..2eb7b2663 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Diagram + +#### Bug Fixes + +- `#I533824` - Now, textAlign Justify is working correctly. +- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes. +- `#FB50125` - Now, symbols are rendered properly in symbol palette. + +## 24.1.47 (2024-01-23) + +### Diagram + +#### Bug Fixes + +- `#I538596` - Now, resizing group node with pivot point works fine. +- `#FB49421` - Now, selector renders at initial for multiselect tool. +- `#I534426` - Now, Complex hierarchical tree layout is working fine while injecting line routing. +- `#F186044` - Now, swimlane phase properties are dynamically updated during drag and drop operations. +- `#F185333` - Now, swimlane header properties are dynamically updated during drag and drop operations. + ## 24.1.46 (2024-01-17) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index fae968f7d..028c8b8b6 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-diagrams", - "version": "24.1.46", + "version": "24.1.47", "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/package.json b/components/documenteditor/package.json index 016073a49..8f3ec0ef1 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-documenteditor", - "version": "24.1.46", + "version": "24.1.47", "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 431130dbf..4c7899c41 100644 --- a/components/dropdowns/CHANGELOG.md +++ b/components/dropdowns/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### ListBox diff --git a/components/filemanager/package.json b/components/filemanager/package.json index f8674b1be..113ccb4eb 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-filemanager", - "version": "24.1.45", + "version": "24.1.47", "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 624942e43..695f18ad5 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### GanttChart + +#### Bug Fixes + +- `#I540355` - RTE create column not working in dialog box issue has been fixed. +- `#I543351` - The taskbar render validation not working properly issue has been fixed. + +- `F159354` - Issue in locale text of predecessor tooltip has been fixed. + ## 24.1.47 (2024-01-23) ### GanttChart @@ -12,7 +23,7 @@ - `#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. +- `#I185970` - Dynamic template updating in columns does not render issue has been fixed. ## 24.1.46 (2024-01-17) diff --git a/components/gantt/package.json b/components/gantt/package.json index 1024d4fc4..c294c79e6 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-gantt", - "version": "24.1.46", + "version": "24.1.47", "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 40b1ee844..04640673b 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Grid + +#### Bug fixes + +- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data. +- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid. +- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements. +- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved. + ## 24.1.47 (2024-01-23) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index a45d0fe3a..78ca67238 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-grids", - "version": "24.1.46", + "version": "24.1.47", "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 30072c883..20937bfac 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### HeatMap diff --git a/components/inputs/package.json b/components/inputs/package.json index e9d40613b..12f823c3a 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-inputs", - "version": "24.1.45", + "version": "24.1.47", "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/package.json b/components/kanban/package.json index 0ffc22e80..0082fed7b 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-kanban", - "version": "24.1.46", + "version": "24.1.47", "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/maps/package.json b/components/maps/package.json index 7e443b66b..e7175a567 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-maps", - "version": "24.1.41", + "version": "24.1.47", "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/CHANGELOG.md b/components/navigations/CHANGELOG.md index f801fec49..046d9db73 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Menu + +#### Bug Fixes + +- The issue with "Sub menu not opening properly while opens the next to next menu" has been resolved. + +### Tab + +#### Bug fixes + +- `#I546255` - An issue tab switching on disable item has been resolved. + ## 24.1.46 (2024-01-17) ### Menu diff --git a/components/notifications/CHANGELOG.md b/components/notifications/CHANGELOG.md index 033616e37..d569e3700 100644 --- a/components/notifications/CHANGELOG.md +++ b/components/notifications/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.1.41 (2023-12-18) ### Message diff --git a/components/notifications/package.json b/components/notifications/package.json index a714f56b3..d2d6db034 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": "24.1.41", "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 66b278273..a37000097 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,34 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### PDF Viewer + +#### Bug Fixes + +- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode. +- `#I537053` - Now, the highlight button does not appear focused even after being clicked again. +- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document. +- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes. +- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes. +- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down. +- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer. +- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%. +- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices. +- `#I533379` - Now, the freetext fill color is updated correctly. +- `#I539640` - Now, the ink annotation is rendered properly in the downloaded document in Stand-alone PDF Viewer. + +## 24.1.47 (2024-01-23) + +### PDF Viewer + +#### Bug Fixes + +- `#I537869` - Now, the text markup annotation comments are properly displayed after exporting and importing the text markup annotation. +- `#I538222` - Now, the annotations are appeared properly in the provided rotated PDF document. +- `#I536060` - Now, the form field values export programmatically when updating the `isChecked` property on checkbox. + ## 24.1.46 (2024-01-17) ### PDF Viewer diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index 8f69a478c..a67becb8b 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### PivotTable + +#### Bug fixes + +- `#I544455` - When we bind no fields to the value axis using the server-side engine, the static pivot field list will now be rendered properly. + +#### New features + +- `#F184050` - Added error handling support when fetching data from an OLAP cube using an incorrect MDX query during the pivot table's initial rendering. + ## 24.1.47 (2024-01-23) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 49501f745..6a9b35b58 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-pivotview", - "version": "24.1.46", + "version": "24.1.47", "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 d477b16fc..507233266 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Tooltip + +#### Bug Fixes + +- `#I533557` - The console error that occurs when the parent component containing the Tooltip component is removed from the DOM has been resolved. + ## 24.1.46 (2024-01-17) ### Tooltip diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index ea5931755..0e82490aa 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.1.46 (2024-01-17) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 1a17080a5..428749d26 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-querybuilder", - "version": "24.1.45", + "version": "24.1.46", "description": "Essential JS 2 QueryBuilder for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index 4cdbe6d09..e35b6b543 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### RichTextEditor + +#### Bug Fixes + +- `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly. + ## 24.1.47 (2024-01-23) ### RichTextEditor @@ -9,6 +17,8 @@ #### 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. +- `#I541522` - Now, when the window is resized to the minimum width, the Rich Text Editor's content font size is updated properly. +- `#I534094` - Now, when using the `click` event with a custom toolbar template, the Rich Text Editor works properly. ## 24.1.46 (2024-01-17) diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 3374eaab6..4e2480639 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-richtexteditor", - "version": "24.1.46", + "version": "24.1.47", "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 df428bb5a..97df77959 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.1.46 (2024-01-17) ### DropDownButton diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index 97ca873e4..8283d1f2c 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-splitbuttons", - "version": "24.1.45", + "version": "24.1.46", "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 8c9a23f11..d7cea1046 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,15 +2,6 @@ ## [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 @@ -1319,6 +1310,15 @@ 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.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.45 (2024-01-09) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index a623f16f5..45c2fffc9 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-angular-spreadsheet", - "version": "24.1.46", + "version": "24.1.47", "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",