This commit is contained in:
pipeline 2024-10-22 03:22:07 +00:00
Родитель 02cd8867b0
Коммит f57e679dd3
40 изменённых файлов: 206 добавлений и 31 удалений

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Barcode

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Checkbox

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

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### DateTimePicker
#### Bug Fixes
- `#I632734` - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.
## 27.1.51 (2024-09-30)
### DateTimePicker

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

@ -2,6 +2,25 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Chart
#### Bug Fixes
- `#I641213` - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
- `#I641366` - The border for the multi-pane chart now renders correctly in canvas mode.
- `#I640624` - The Moving Average trendline now functions as expected when the period is set to one.
- `#I642177` - The `columnWidthInPixel` property now works correctly in the transposed stacked column chart.
- `#I638097` - The scrollbar now functions properly during data binding.
- `#I644765` - Series now renders properly when the axis interval is zero.
### Accumulation Chart
#### Bug Fixes
- `#I642553` - The legend text size now updates correctly when resizing the accumulation chart.
## 27.1.53 (2024-10-15)
### Chart

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "27.1.52",
"version": "27.1.53",
"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,16 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Diagram
#### Bug Fixes
- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
- `#I638627` - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
- `#I595572`, `#I632276` - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.
## 27.1.53 (2024-10-15)
### Diagram

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "27.1.52",
"version": "27.1.53",
"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,19 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### DocumentEditor
#### Bug Fixes
- `#I636914` - Now track changes working as expected when using collaboration.
- `#I641336` - Resolved the text overlap issue in document uploading.
- `#I636876` - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
- `#I638548` - Resolved the issue of document stays loading.
- `#I637068` - Now proper font family is updated for splitted Chinese text.
- `#I618565` - Now text get highlighted properly if user clicks on comment.
## 27.1.53 (2024-10-15)
### DocumentEditor
@ -24,6 +37,9 @@
- `#I632911` - Resolved console warning for missing modules in document editor.
- `#I630998` - Now able to add text after a content control when no other element is next to it.
- `#I622732` - Resolved script error while delete content after search text.
- `#I624123` - Resolved the footnote overlap with table issue in document editor.
- `#I635035` - Now Content control has been exported properly in document editor.
- `#I633148` - Resolved the issue multiple spell check triggered when inserting text.
#### Features

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "27.1.52",
"version": "27.1.53",
"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,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### ListBox

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

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### FileManager
#### Bug Fixes
- `#I641183` - Resolved the flat data navigation path and rename arguments issues in File Manager component.
## 27.1.53 (2024-10-15)
### FileManager

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "27.1.52",
"version": "27.1.53",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,19 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### GanttChart
#### Bug fixes
- `#I639460` - Console error occurred when clicking `fittoproject` issue has been fixed.
- `#I643327` - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
- `#I641833` - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
- `#I637794`,`#I637841` - Pdf export issue with baselines not working properly issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 27.1.53 (2024-10-15)
### GanttChart
@ -17,7 +30,8 @@
- `#I635774` - Portrait mode not working in pdf export while using `A0` page size issue has been fixed.
- `#I632226` - Performance delay occur during load time issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I634857` - Parent dependency validation is not working properly issue has been fixed.
- `#I632226` - Performance delay occur during load time issue has been fixed.
## 27.1.52 (2024-10-08)

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

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

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

@ -2,6 +2,19 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Grid
#### Bug fixes
- `#I642129` - The script error that occurred when adding a new row with a `dateonly` column in `Batch` edit mode has been resolved.
- `#I643285` - The script error caused by the pager when using a custom locale has been resolved.
- `#I641645` - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
- `#I638401` - In `AdaptiveUI` Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
- `#I641453` - Fixed an issue where unsupported characters were present in the `pt` and `pt-BR` localization JSON files.
- `#F194581` - Fixed an issue where the `Excel` filter in the grid was not functioning correctly when localization was enabled.
## 27.1.53 (2024-10-15)
### Grid

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "27.1.52",
"version": "27.1.53",
"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,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Image Editor

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.50 (2024-09-24)
### ColorPicker

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "27.1.48",
"version": "27.1.50",
"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]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### AI AssistView

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Kanban

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### DashboardLayout

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

@ -8,7 +8,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Maps

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

@ -2,6 +2,22 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Stepper
#### Bug Fixes
- `#I592870` - Now the issue with unable to navigate to the next step when the step's disabled state is dynamically updated in linear mode has been resolved.
- `#I640774` - Now the issue with progress bar misalignment during dynamic updates of the step label has been resolved.
### Tab
#### Bug Fixes
- `#I640676` - An issue with the arguments returned in the `selected` event of the Tab when using the `removeTab` method with hidden Tab items has been fixed.
## 27.1.53 (2024-10-15)
### Stepper

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "27.1.52",
"version": "27.1.53",
"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]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Message

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

@ -2,6 +2,17 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### PDF Viewer
#### Bug Fixes
- `#I638745` - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
- `#I637865` - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
- `#I637742` - Now, the annotations are not missing, and no script errors occur when `enableThumbnail` and `isThumbnailViewOpen` are enabled.
- `#I634412` - Now, the stamp annotation is no longer missing when printing the imported annotations.
## 27.1.53 (2024-10-15)
### PDF Viewer
@ -16,6 +27,7 @@
- `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
- `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
- `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
- `#I631265` - Now, the signature is correctly saved in the downloaded document provided by the customer.
- `#I635120` - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the `editAnnotation` method, are now functioning correctly.
- `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
- `#I635119` - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.

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

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

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

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Pivot Table
#### Bug fixes
- `#I640765` - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.
## 27.1.53 (2024-10-15)
### Pivot Table

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

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

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-popups",
"version": "27.1.50",
"version": "27.1.53",
"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",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### QueryBuilder

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

@ -2,6 +2,30 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### RichTextEditor
#### Bug Fixes
- `#I628053` - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.
- `#I553157` - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.
- `#I640949` - Now, image duplication is prevented when `shiftEnterKey` is pressed on a paragraph in the Rich Text Editor.
- `#I639924` - Now, the format toolbar will be updated properly when the cursor is in front of the table.
- `#I640818` - Now, being typed with zero-width-space works without any console error.
- `#I640976` - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to `auto`, after insertion and replacement in the Rich Text Editor.
- `#I639718` - Now, when `enableResize` is set to true, the IFrame editor resize event will be unbound properly.
- `#I637651` - Now, the issue where the editor was lagging after inserting a mention value has been resolved.
- `#I641503` - Now the cutting and pasting list works properly in the rich text editor.
## 27.1.52 (2024-10-08)
### RichTextEditor

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

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Schedule
#### Bug fixes
- `#I592841` - An issue where resizing was not functioning correctly in timeline views when using the `startHour` and `endHour` properties has been resolved.
## 27.1.53 (2024-10-15)
### Schedule

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "27.1.52",
"version": "27.1.53",
"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,14 +2,13 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### Spreadsheet
#### Bug fixes
- `#I635267` - Issue with "custom date formats change to short date when copying from Excel to a spreadsheet
" has been resolved.
- `#I633166` - Issue with "exported excel retains the most recently applied conditional formatting rule when multiple conditional formats are applied to the same range" has been resolved.
## 27.1.52 (2024-10-08)
@ -1345,7 +1344,16 @@ The Spreadsheet is an user interactive component to organize and analyze data in
- **Save:** Provides option to save spreadsheet data as excel file.
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
- **Localization:** Provides inherent support to localize the UI.
- **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.## 27.1.48 (2024-09-18)
- **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.## 27.1.53 (2024-10-15)
### Spreadsheet
#### Bug fixes
- `#I635267` - Issue with "custom date formats change to short date when copying from Excel to a spreadsheet
" has been resolved.
## 27.1.48 (2024-09-18)
### Spreadsheet

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

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

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

@ -2,6 +2,17 @@
## [Unreleased]
## 27.1.55 (2024-10-22)
### Tree Grid
#### Bug Fixes
- `#I625060` - Fixed an issue where the delete action would not function correctly when the expand/collapse icon was clicked repeatedly.
- `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.
- `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.
## 27.1.53 (2024-10-15)
### Tree Grid

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

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

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

@ -8,7 +8,7 @@
## [Unreleased]
## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)
### TreeMap