This commit is contained in:
pipeline 2024-02-13 02:18:28 +00:00
Родитель 7225355a49
Коммит 2ceb1f89c8
43 изменённых файлов: 239 добавлений и 26 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
## 24.2.5 (2024-02-13)
### Barcode

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### SpeedDial
#### Bug Fixes
- `FAB` and `SpeedDial` control `readme.md` file updated.
## 24.2.3 (2024-01-31)
### Switch

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### DatePicker
#### Bug Fixes
- `#I860067` - Resolved an issue where users were unable to focus on the Today button using the Tab key.
## 24.2.3 (2024-01-31)
### DateTimePicker

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### StockChart
#### Bug Fixes
- `#I549996` - Now, the stock chart axis labels render properly.
## 24.2.4 (2024-02-06)
### Chart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### Diagram
#### Bug Fixes
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
## 24.2.4 (2024-02-06)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,18 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### DocumentEditor
#### Bug Fixes
- `#I554171` - Resolved the document corruption in save as blob exported document.
- `#I544606` - Resolved the arabic text selection issue when selecting justified rtl paragraph.
- `#I544673` - Resolved the page number field text update issue.
- `#I543368` - Resolved the numbers of each section has been changed to roman numerals issue.
- `#I543923` - Resolved the extra table is being displayed on the first page.
## 24.2.4 (2024-02-06)
### DocumentEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,21 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### DropdownList
#### Bug Fixes
- `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
### MultiSelect
#### Bug Fixes
- `#I552553` - Issue with "Multiselect box mode, the selected value is not clear while using backspace" has been resolved.
- `#I545627` - Resolved an issue where the "aria-label" in Multiselect was not being read by JAWS.
## 24.2.4 (2024-02-06)
### ListBox

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### FileManager
#### Bug Fixes
- `#I553140` - The high risk vulnerability issue with 'unset-value' dependency in the FileManager component is resolved.
## 24.1.47 (2024-01-23)
### FileManager

Просмотреть файл

@ -2,6 +2,19 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### GanttChart
#### Bug Fixes
- `#I544540` - Offset value not calculated properly issue has been fixed.
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
- `#I551289` - The zoom in action before horizontal scroll, after the zoom action triggers, alignment issues occur issue has been fixed.
- `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 24.2.4 (2024-02-06)
### GanttChart
@ -13,7 +26,7 @@
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
## 24.2.3 (2024-01-31)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### Grid
#### Bug fixes
- `#I545865` - Resolved the issue where the grid aggregate value was not updating correctly after filtering and editing.
- `#I545552` - The Excel filter is not displaying the advanced filtering sub menu items when selecting number/text/date filtering options on mobile and tablet devices.
## 24.2.4 (2024-02-06)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### Image Editor
#### Bug Fixes
- The issue with "Shape Settings not updated properly for annotations" has been resolved.
- `#I550096` - The issue with "The Image Editor rendered over a dialog, reloads the page while selecting the browse here content of the image editor" has been resolved.
## 24.2.4 (2024-02-06)
### Image Editor
@ -11,6 +20,7 @@
- The issue with "Undo redo not proper with annotations and frame" has been resolved.
- The issue with "Toolbar updating event argument values are not updated properly" has been resolved.
- The issue with "Text area is unable to deselect while placing an external text area with Image Editor" has been resolved.
- The issue with "Slider mouse up event not proper" has been resolved.
## 24.1.46 (2024-01-17)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-image-editor",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -261,3 +261,11 @@ The In-place Editor component is used to edit and update the input value dynamic
- **Globalization** - Provides right to left and localization support.
## 24.2.4 (2024-02-06)
### In-place Editor
#### Bug Fixes
- `#I540657` - Fixed issue where the PasteCleanupSettings feature was not working properly when the type was set to 'RTE'.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inplace-editor",
"version": "21.3.6",
"version": "24.2.4",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### MaskedTextBox
#### Bug Fixes
- `#FB49729` - Issue with "Console error occurs When Submitting the Form" has been resolved.
## 24.2.4 (2024-02-06)
### Uploader

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
## 24.2.5 (2024-02-13)
### Dashboard Layout

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-lists",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -11,7 +11,7 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
## 24.2.5 (2024-02-13)
### Maps

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 24.2.4 (2024-02-06)
## 24.2.5 (2024-02-13)
### Toast

Просмотреть файл

@ -2,6 +2,19 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### PDF Viewer
#### Bug Fixes
- `#I543533` - Now, the `annotationPropertiesChange` event is triggered when updating the freetext annotation value for the first time.
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
- `#I549061` - Now, the text markup selection is working properly in mobile devices.
- `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
- `#I542451` - Now, the background color of the freeText annotation does not appear as black after downloading the document in a Stand-alone PDF Viewer.
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
## 24.2.4 (2024-02-06)
### PDF Viewer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,18 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### PivotTable
#### Bug fixes
- `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
- `#I548199` - When using the server-side engine, the "SaveAs" toolbar option will now work properly in the pivot table with a CSV data source.
- `#I548188` - Filter dialog members will now be properly sorted for date type fields in the pivot table.
- `#I549549` - The number formatting dialog will not be closed unnecessarily when you click the overlay in the pivot table.
- `#I548580` - When using the server-side engine, drill-through data for calculated field values in the pivot table will now be properly displayed.
## 24.2.4 (2024-02-06)
### PivotTable

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### Tooltip
#### Bug Fixes
- `#I549075` - The issue with positioning when using the container property in the Tooltip component has been resolved.
### Dialog
#### Bug Fixes
- `#I543788` - Issue with "The NVDA reader is not reading the content of the dialog" has been resolved.
## 24.2.3 (2024-01-31)
### Tooltip

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### ProgressBar
#### Bug Fixes
- `#I548132` - Optimized the inline style of the progress bar.
## 23.2.6 (2023-11-28)
### ProgressBar

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### QueryBuilder
#### Bug Fixes
- `#I545248` - Issue with QueryBuilder validation message removed when navigating away from the QueryBuilder control has been fixed.
- `#F186129` - Issue with tooltip rendering twice in the operator field while using validateFields method has been fixed.
## 24.1.46 (2024-01-17)
### QueryBuilder

Просмотреть файл

@ -8,9 +8,7 @@
#### Bug Fixes
- `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.
- `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly.
- `#I539510` - Now, when an empty string `value` is loaded, the cursor will not focus automatically in the Rich Text Editor.
- `#F183065` - Now, applying the mention by using the '&' keyword in the text editor is now properly working.
## 24.2.3 (2024-01-31)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-richtexteditor",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### SplitButton
#### Bug Fixes
- `#I552152` - Issue in "Split button select event not triggered while using keyboard action" has been resolved.
## 24.1.46 (2024-01-17)
### DropDownButton

Просмотреть файл

@ -2,6 +2,22 @@
## [Unreleased]
## 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.2.4 (2024-02-06)
### Spreadsheet
#### Bug Fixes
- Issue with "formula returns the wrong result when performing an arithmetic expression with a negative sign" has been resolved.
## 24.1.41 (2023-12-18)
### Spreadsheet

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-spreadsheet",
"version": "24.2.3",
"version": "24.2.4",
"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",

Просмотреть файл

@ -6,7 +6,7 @@ import { SheetsDirective } from './sheets.directive';
import { DefinedNamesDirective } from './definednames.directive';
export const inputs: string[] = ['activeSheetIndex','allowAutoFill','allowCellFormatting','allowChart','allowConditionalFormat','allowDataValidation','allowDelete','allowEditing','allowFiltering','allowFindAndReplace','allowFreezePane','allowHyperlink','allowImage','allowInsert','allowMerge','allowNumberFormatting','allowOpen','allowResizing','allowSave','allowScrolling','allowSorting','allowUndoRedo','allowWrap','autoFillSettings','cellStyle','cssClass','currencyCode','definedNames','enableClipboard','enableContextMenu','enableKeyboardNavigation','enableKeyboardShortcut','enablePersistence','enableRtl','height','isProtected','locale','openUrl','password','saveUrl','scrollSettings','selectionSettings','sheets','showAggregate','showFormulaBar','showRibbon','showSheetTabs','width'];
export const outputs: string[] = ['actionBegin','actionComplete','afterHyperlinkClick','afterHyperlinkCreate','beforeCellFormat','beforeCellRender','beforeCellSave','beforeCellUpdate','beforeConditionalFormat','beforeDataBound','beforeHyperlinkClick','beforeHyperlinkCreate','beforeOpen','beforeSave','beforeSelect','beforeSort','cellEdit','cellEditing','cellSave','contextMenuBeforeClose','contextMenuBeforeOpen','contextMenuItemSelect','created','dataBound','dataSourceChanged','dialogBeforeOpen','fileMenuBeforeClose','fileMenuBeforeOpen','fileMenuItemSelect','openComplete','openFailure','queryCellInfo','saveComplete','select','sortComplete'];
export const outputs: string[] = ['actionBegin','actionComplete','afterHyperlinkClick','afterHyperlinkCreate','beforeCellFormat','beforeCellRender','beforeCellSave','beforeCellUpdate','beforeConditionalFormat','beforeDataBound','beforeHyperlinkClick','beforeHyperlinkCreate','beforeOpen','beforeSave','beforeSelect','beforeSort','cellEdit','cellEdited','cellEditing','cellSave','contextMenuBeforeClose','contextMenuBeforeOpen','contextMenuItemSelect','created','dataBound','dataSourceChanged','dialogBeforeOpen','fileMenuBeforeClose','fileMenuBeforeOpen','fileMenuItemSelect','openComplete','openFailure','queryCellInfo','saveComplete','select','sortComplete'];
export const twoWays: string[] = [''];
/**
@ -47,6 +47,7 @@ export class SpreadsheetComponent extends Spreadsheet implements IComponentBase
beforeSelect: any;
beforeSort: any;
cellEdit: any;
cellEdited: any;
cellEditing: any;
cellSave: any;
contextMenuBeforeClose: any;

Просмотреть файл

@ -2,6 +2,25 @@
## [Unreleased]
## 24.2.5 (2024-02-13)
### Tree Grid
#### Bug Fixes
- `#F50215` - Filtering not working on navigating to another page when all records are collapsed.
- `#F50218` - Fixed the issue where the `RowSelecting` and `RowSelected` events were triggered twice when selecting a row using the keyboard down arrow.
- `#F50385` - Fixed the misalignment issue with column header text when filtering and using the row drag and drop feature.
- `#F50301` - Fixed an issue where the `AddRecord` method was not functioning correctly after reaching level 2.
## 24.2.4 (2024-02-06)
### Tree Grid
#### Bug Fixes
- `#I546807` - Fixed issue where filtering was not working when navigating to another page when all records were collapsed.
## 24.1.46 (2024-01-17)
### Tree Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-treegrid",
"version": "24.2.3",
"version": "24.2.4",
"description": "Essential JS 2 TreeGrid Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",