This commit is contained in:
pipeline 2024-10-29 00:23:49 +00:00
Родитель 9bcecc30c8
Коммит 7360832c03
40 изменённых файлов: 248 добавлений и 32 удалений

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Barcode

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### DateTimePicker

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

@ -2,7 +2,22 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Chart
#### Bug Fixes
- `#I640035` - The tooltips now render properly for decimal data points.
- `#I645981` - The stripline now works correctly on the logarithmic axis.
### Stock Chart
#### Bug Fixes
- `#F194807` - The series now renders properly after a data source update and legend toggle.
## 27.1.55 (2024-10-22)
### Chart

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

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

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

@ -4,6 +4,14 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### Circular Gauge
#### Bug fixes
`#I640295` - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the `dragEnd` event.
## 27.1.50 (2024-09-24)
### Circular Gauge

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

@ -2,7 +2,18 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Diagram
#### Bug Fixes
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
- `#I637207` - Nodes are now resizable via touch interactions.
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
## 27.1.55 (2024-10-22)
### Diagram

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "27.1.53",
"version": "27.1.55",
"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,7 +2,19 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### DocumentEditor
#### Bug Fixes
- `#I644412` - Resolved the issue of editor deletes all text in document.
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
- `#I640675` - Resolve script error when using track changes.
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.
## 27.1.55 (2024-10-22)
### DocumentEditor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "27.1.53",
"version": "27.1.55",
"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,37 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### ComboBox
#### Bug Fixes
- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.
### DropDownTree
- `I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.
### DropdownList
#### Bug Fixes
- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.
- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.
- `#I641587` - Fixed the issue where changes in dropdown items were not displayed correctly when filtering was enabled.
## 27.1.55 (2024-10-22)
### MultiSelect
#### Bug Fixes
- `#I639732` - Fixed an issue where removing one item using the cross icon caused all options to be removed from the select element in the DOM.
## 27.1.53 (2024-10-15)
### ListBox

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

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

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### FileManager

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

@ -2,13 +2,25 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### GanttChart
#### Bug fixes
- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
- `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
- `#I637870` - White space when expand and collapse action issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 27.1.56 (2024-10-23)
### GanttChart
#### Bug fixes
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.
## 27.1.55 (2024-10-22)

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

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

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

@ -2,6 +2,17 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### Grid
#### Bug fixes
- `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
- `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
- `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
- `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.
## 27.1.55 (2024-10-22)
### Grid

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

@ -2,7 +2,15 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Image Editor
#### Bug Fixes
- `#I910189` - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.
## 27.1.53 (2024-10-15)
### Image Editor

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

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

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

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Kanban

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

@ -12,6 +12,14 @@
### Maps
#### Bug fixes
- `#F194675` - The `panComplete` event is now functioning properly with online map providers.
## 27.1.48 (2024-09-18)
### Maps
#### New Features
- An animation transition will now occur when the data labels are first rendered.

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-maps",
"version": "16.42.7",
"version": "27.1.56",
"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",

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

@ -2,6 +2,28 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### Carousel
#### Bug Fixes
- `#I644419` - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.
### TreeView
- `#I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.
#### Bug Fixes
- `#I642832` - An issue with TreeView component when adding child nodes using `addNodes` method without passing a target has been resolved.
### Sidebar
#### Bug Fixes
- `#I643178` - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.
## 27.1.56 (2024-10-23)
### Breadcrumb

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "27.1.55",
"version": "27.1.56",
"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.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Message

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

@ -2,6 +2,18 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### PDF Viewer
#### Breaking Changes
- The `getPageDetails` API has been renamed to `getPageInfo`. Additionally, the zoom factor parameter has been removed from the `getPageInfo` API, as the zoom factor can be accessed directly through the `zoomPercentage` API.
| Existing API name| New API Name |
|------|-------------|
| `getPageDetails`| `getPageInfo`|
## 27.1.55 (2024-10-22)
### PDF Viewer

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

@ -2,7 +2,15 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### Pivot Table
#### Bug fixes
- The pivot table will now be rendered properly when creating a new report using the toolbar.
## 27.1.55 (2024-10-22)
### Pivot Table

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "27.1.53",
"version": "27.1.55",
"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,14 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### Dialog
#### Bug Fixes
- `#I28945` - Fixed an issue where the Dialog's `enableResize` property was not functioning for dynamic changes.
## 27.1.56 (2024-10-23)
### Dialog

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

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

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-progressbar",
"version": "18.15.6",
"version": "27.1.50",
"description": "Essential JS 2 ProgressBar Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,7 +2,23 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### QueryBuilder
#### Bug Fixes
- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.
## 27.1.55 (2024-10-22)
### QueryBuilder
#### Bug Fixes
- Issue with "Script error thrown while clicking on svg element within the query builder" has been fixed.
## 27.1.53 (2024-10-15)
### QueryBuilder

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

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

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

@ -2,7 +2,23 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### RichTextEditor
#### Bug Fixes
- `#I640976` - Now, the width and height attributes of the image are set with correct values instead of `auto`, when inserting and replacing the image in the Rich Text Editor.
- `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
- `#I644239` - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the `beforeDialogClose` event.
- `#I633901` - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.
- Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.
## 27.1.55 (2024-10-22)
### RichTextEditor

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

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

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

@ -2,6 +2,16 @@
## [Unreleased]
## 27.1.57 (2024-10-29)
### Schedule
#### Bug fixes
- `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
- `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
- `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
## 27.1.56 (2024-10-23)
### Schedule

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "27.1.55",
"version": "27.1.56",
"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,7 +2,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### SplitButton

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-spreadsheet",
"version": "27.1.55",
"version": "27.1.56",
"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,14 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
### Tree Grid
#### Bug Fixes
- `#F61285` - Resolved an issue with unwanted mouse wheel scrolling during row drag and drop operations.
## 27.1.55 (2024-10-22)
### Tree Grid
@ -10,6 +18,7 @@
- `#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.
- `#I637870` - White space when expand and collapse action issue has been fixed.
- `F61804` - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.

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

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

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

@ -8,7 +8,7 @@
## [Unreleased]
## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)
### TreeMap