Skip to content

Commit 4acbc7d

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

File tree

44 files changed

+258
-33
lines changed

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

0 commit comments

Comments
 (0)