Skip to content

Commit 4acbc7d

Browse files
author
pipeline
committed
v27.2.5 is released
1 parent 2193742 commit 4acbc7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+258
-33
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
66

77
### Barcode
88

components/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I653576` - Now, the data label for zero will not overlap with the previous rectangle in inverted stacking series.
12+
- `#I656631` - The data label for the polar and radar series renders properly, even when it collides with the axis.
13+
- `#I657609` - Now, the legend tooltip text updates properly when changes are made in the legend render event.
14+
515
## 27.2.4 (2024-11-26)
616

717
### Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,31 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I656496` - The shadow region is no longer drawn while creating a freehand connector with `DragSegmentThumb` enabled.
12+
- `#I656689` - The resize cursor is now enabled even for phases with small widths, allowing them to be resized.
13+
- `#I657602` - Ports now rotate properly with the node after performing Group and Flip actions.
14+
- `#I655032` - The z-order of native nodes now updates properly at the UI level during undo and redo actions.
15+
516
## 27.2.4 (2024-11-26)
617

718
### Diagram
819

920
#### Bug Fixes
1021

22+
- `#I651029` - Flip and rotation transformations for image nodes are now applied in exported images.
23+
24+
## 27.2.3 (2024-11-21)
25+
26+
### Diagram
27+
28+
#### Bug Fixes
29+
1130
- `#I647572` - Image node opacity is now applied in exported images.
1231
- `#I644133` - Resolved the issue with drawing Polyline connector on iPad.
1332
- `#I644139` - Improved touch interactions for selecting and editing nodes.

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "27.2.2",
3+
"version": "27.2.4",
44
"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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I646634` - Resolved the horizontal and vertical border rendering issue when applying the cell background in the table.
12+
- `#I648872` - Resolved the issue with paragraph indentation in lists when opening .docx files in the Document Editor.
13+
- `#I647138`, `#I657678` - Resolved the font rendering issue that occurred when opening Chinese text documents in the Document Editor.
14+
- `#I647834` - Resolved the layout issue that occurred when performing undo and redo operations.
15+
- `#I649032` - Resolved the issue where table properties were not applied when a non-English locale was set in the Document Editor.
16+
- `#I651642` - Resolved the script error issue related to layout when the document has a column break.
17+
- `#I652084` - Resolved the issue with text visibility inside the table when the table has cell shading.
18+
519
## 27.2.4 (2024-11-26)
620

721
### DocumentEditor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/src/document-editor/documenteditor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
44
import { DocumentEditor, DocumentEditorModel } from '@syncfusion/ej2-documenteditor';
55

66

7-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend'];
7+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
88
export const modelProps: string[] = [];
99

1010
export const testProp: any = getProps({props: properties});

components/dropdowns/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I655507` - Fixed an issue where the selected value was not loading after scrolling the popup.
12+
13+
- `#I659840` - Fixed the issue where the Clear icon was not functioning properly.
14+
15+
### DropDownTree
16+
17+
#### Bug Fixes
18+
19+
- `#I652479` - Resolved the duplicate ID issue in the Dropdown Tree component, which is impacting accessibility.
20+
21+
- `#I658444` - Resolved the console error that occurred when selecting the `Select All` option after adding a new item to the Dropdown Tree component through the search functionality.
22+
23+
- `#F195051` - The issue with pre-selecting child nodes in the Dropdown Tree component for Remote data has been resolved.
24+
25+
- `#I656345` - The issue with child items being skipped when navigating tree items with the down arrow key while the filtering input is active in the Dropdown Tree has been resolved.
26+
527
## 27.2.4 (2024-11-26)
628

729
### MultiSelect

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I657144` - Fixed an issue with the move event arguments in the File Manager component's flat data support.
12+
- `#I656248` - Addressed an issue with search results in the File Manager component's flat data support when searching within a subdirectory.
13+
- `#I655646` - Resolved the delete operation issue while performing delete operation for nested level of folder in the File Manager component navigation pane.
14+
- `#I658910` - The issue with navigation pane not reflect the renamed item data in File Manager component has been resolved.
15+
16+
## 27.2.3 (2024-11-21)
617

718
### FileManager
819

components/filemanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "27.2.2",
3+
"version": "27.2.3",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I643775` - The `queryTaskbarInfo` event wasn't triggered for virtualization with multiple taskbars enabled and tasks in a collapsed state issue has been fixed.
12+
- `#I660550` - Work calculation not working properly while changing end Date in grid columns issue has been fixed.
13+
- `#I660532` - `SchedulingType` Value Resets to Null even we passed value issue has been fixed.
14+
- `#I652260` - Splitter persistence object is not working properly in local storage issue has been fixed.
15+
- `#I658881` - Right label is not rendered properly while giving decimal value for duration issue has been fixed.
16+
- `#I654502` - `fontFamily` is not changing in the PDF export for header and footer issue has been fixed.
17+
- `#F194824` - On expand parent records, data not aligned properly when `loadChildOnDemand` and virtualization enabled issue has been fixed.
18+
19+
- `#I652260` - Splitter persistence object is not working properly in local storage issue has been fixed.
20+
- `#I658881` - Right label is not rendered properly while giving decimal value for duration issue has been fixed.
21+
522
## 27.2.4 (2024-11-26)
623

724
### GanttChart

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I645200` - Fixed an issue where focus would get stuck on the toolbar's last element if the checkbox column was the first and set to hidden.
12+
- `#I655341` - Resolved an issue where the resize line was not appearing while resizing frozen columns.
13+
514
## 27.2.4 (2024-11-26)
615

716
### Grid

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
6+
7+
### Image Editor
8+
9+
#### Features
10+
11+
- Added new parameter, `transformCollection`, to the `drawText` method, enabling support for drawing text in multiple transformed states.
12+
13+
## 27.1.58 (2024-11-05)
614

715
### Image Editor
816

components/imageeditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "27.1.57",
3+
"version": "27.2.3",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/src/image-editor/imageeditor.component.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ export let ImageEditorComponent: DefineVueComponent<ImageEditorModel> = vueDefi
128128
deleteShape(id: string): void {
129129
return this.ej2Instances.deleteShape(id);
130130
},
131+
destroy(): void {
132+
return this.ej2Instances.destroy();
133+
},
131134
discard(): void {
132135
return this.ej2Instances.discard();
133136
},
@@ -155,8 +158,8 @@ export let ImageEditorComponent: DefineVueComponent<ImageEditorModel> = vueDefi
155158
drawRedact(type?: Object, x?: number, y?: number, width?: number, height?: number, value?: number): boolean {
156159
return this.ej2Instances.drawRedact(type, x, y, width, height, value);
157160
},
158-
drawText(x?: number, y?: number, text?: string, fontFamily?: string, fontSize?: number, bold?: boolean, italic?: boolean, color?: string, isSelected?: boolean, degree?: number, fillColor?: string, strokeColor?: string, strokeWidth?: number): boolean {
159-
return this.ej2Instances.drawText(x, y, text, fontFamily, fontSize, bold, italic, color, isSelected, degree, fillColor, strokeColor, strokeWidth);
161+
drawText(x?: number, y?: number, text?: string, fontFamily?: string, fontSize?: number, bold?: boolean, italic?: boolean, color?: string, isSelected?: boolean, degree?: number, fillColor?: string, strokeColor?: string, strokeWidth?: number, transformCollection?: Object[]): boolean {
162+
return this.ej2Instances.drawText(x, y, text, fontFamily, fontSize, bold, italic, color, isSelected, degree, fillColor, strokeColor, strokeWidth, transformCollection);
160163
},
161164
enableShapeDrawing(shapeType: Object, isEnabled: boolean): void {
162165
return this.ej2Instances.enableShapeDrawing(shapeType, isEnabled);
@@ -282,6 +285,7 @@ export type ImageEditorComponent = typeof ComponentBase & {
282285
crop(): boolean;
283286
deleteRedact(id: string): void;
284287
deleteShape(id: string): void;
288+
destroy(): void;
285289
discard(): void;
286290
drawArrow(startX?: number, startY?: number, endX?: number, endY?: number, strokeWidth?: number, strokeColor?: string, arrowStart?: Object, arrowEnd?: Object, isSelected?: boolean): boolean;
287291
drawEllipse(x?: number, y?: number, radiusX?: number, radiusY?: number, strokeWidth?: number, strokeColor?: string, fillColor?: string, degree?: number, isSelected?: boolean): boolean;
@@ -291,7 +295,7 @@ export type ImageEditorComponent = typeof ComponentBase & {
291295
drawPath(pointColl: Object[], strokeWidth?: number, strokeColor?: string, isSelected?: boolean): boolean;
292296
drawRectangle(x?: number, y?: number, width?: number, height?: number, strokeWidth?: number, strokeColor?: string, fillColor?: string, degree?: number, isSelected?: boolean, borderRadius?: number): boolean;
293297
drawRedact(type?: Object, x?: number, y?: number, width?: number, height?: number, value?: number): boolean;
294-
drawText(x?: number, y?: number, text?: string, fontFamily?: string, fontSize?: number, bold?: boolean, italic?: boolean, color?: string, isSelected?: boolean, degree?: number, fillColor?: string, strokeColor?: string, strokeWidth?: number): boolean;
298+
drawText(x?: number, y?: number, text?: string, fontFamily?: string, fontSize?: number, bold?: boolean, italic?: boolean, color?: string, isSelected?: boolean, degree?: number, fillColor?: string, strokeColor?: string, strokeWidth?: number, transformCollection?: Object[]): boolean;
295299
enableShapeDrawing(shapeType: Object, isEnabled: boolean): void;
296300
enableTextEditing(): void;
297301
export(type?: string, fileName?: string, imageQuality?: number): void;

components/inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "27.2.2",
3+
"version": "27.2.4",
44
"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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
66

77
### Kanban
88

components/layouts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
66

77
### DashboardLayout
88

components/lists/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I654492` - The issue with the dynamic data source update in ListView virtualization has been resolved.
12+
13+
## 27.2.3 (2024-11-21)
614

715
### ListView
816

components/lists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-lists",
3-
"version": "27.2.2",
3+
"version": "27.2.3",
44
"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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/multicolumncombobox/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.4 (2024-11-26)
5+
## 27.2.5 (2024-12-03)
66

77
### MultiColumn ComboBox
88

components/multicolumncombobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-multicolumn-combobox",
3-
"version": "27.2.3",
3+
"version": "27.2.4",
44
"description": "Essential JS 2 Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 27.2.5 (2024-12-03)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I649636` - An issue where the Tab `selecting` event `isInteracted` field value returned `false` in random cases upon item selection through interaction when the `allowDragAndDrop` property is enabled has been fixed.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I656345` - The issue with child items being skipped when navigating tree items with the down arrow key while the filtering input is active in the DropdownTree has been resolved.
18+
519
## 27.2.4 (2024-11-26)
620

721
### TreeView

0 commit comments

Comments
 (0)