Skip to content

Commit 6e66791

Browse files
author
pipeline
committed
v21.1.38 is released
1 parent e31ce02 commit 6e66791

Some content is hidden

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

41 files changed

+150
-55
lines changed

components/base/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 21.1.38 (2023-04-04)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I440657` - The issue with "Unwanted element is added in Vue 3 template element" has been resolved.
12+
- `#I452080` - The issue with "Script error occurred in a Vue + Vitest testing sample" has been resolved.
13+
514
## 21.1.37 (2023-03-29)
615

716
### Common

components/base/src/component-base.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import * as Vue from 'vue';
55
import { isNullOrUndefined, extend, getValue } from '@syncfusion/ej2-base';
66

7-
function _interopRequireWildcard(obj: any) { if (obj && obj.__esModule) { return obj; } else { let newObj: any = {}; if (obj != null) { for (let key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[`${key}`] = obj[`${key}`]; } } return newObj; } }
7+
function _interopRequireWildcard(obj: any) { if (obj && obj.__esModule) { return obj; } else { let newObj: any = {}; if (obj != null) { for (let key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[`${key}`] = obj[`${key}`]; } } newObj.default = obj; return newObj; } }
88

99
const curVue: any = _interopRequireWildcard(Vue);
1010
export const isExecute: boolean = (parseInt(curVue['version']) > 2) ? false : true,
11-
aVue: any = !isExecute ? curVue : curVue['default'],
11+
aVue: any = !isExecute ? curVue : (curVue['default']['default'] ? curVue['default']['default'] : curVue['default']),
1212
gh: any = curVue['h'];
1313

1414
export let vueDefineComponent = (options: any) => { return !isExecute? aVue['defineComponent'](options) : aVue['extend'](options) };

components/base/src/template.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function compile(
3636
}
3737
// Get values for Vue 3 slot template
3838
getValues(app, context.vueInstance, root);
39-
app.mount((context.getModuleName() === 'grid') ? ("#" + pid) : ("#" + id));
39+
app.mount("#" + pid);
4040
returnEle = ele.childNodes;
4141
detach(ele);
4242
} else {
@@ -91,7 +91,7 @@ export function compile(
9191
}
9292
// Get values for Vue 3 functional template
9393
getValues(app, context.vueInstance, root);
94-
app.mount((context.getModuleName() === 'grid') ? ("#" + pid) : ("#" + id));
94+
app.mount("#" + pid);
9595
returnEle = ele.childNodes;
9696
detach(ele);
9797
} else if (typeof templateElement === "string") {

components/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 21.1.37 (2023-03-29)
5+
## 21.1.38 (2023-04-04)
66

77
### Checkbox
88

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 21.1.37 (2023-03-29)
5+
## 21.1.38 (2023-04-04)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 21.1.38 (2023-04-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I449076` - Data labels are now displayed properly in the HiloOpenClose chart.
12+
- `#I444669` - Line width of the series is now updating properly while using useState method.
13+
- `#I444557` - Legend is now rendering properly on the top position without overlapping with axis label.
14+
515
## 21.1.35 (2023-03-23)
616

717
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "20.9.12",
3+
"version": "21.1.37",
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

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
2727
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
2828
- `#I422299` - Now, swimlane child nodes is selectable after save and load.
29+
- `#I437322` - Now, drag the connector end thumb is working, while we increase handleSize value.
2930
- `#I436649` - Now, connector segment does not get split into multiple segment for top to bottom approach.
3031
- `#I440967` - Now, Free hand connector segment collection restored after save and load the diagram.
3132
- `#I441075` - Now, position change event does not get triggered while click on the swimlane header.

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "19.14.9",
3+
"version": "21.1.37",
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

+17-14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 21.1.38 (2023-04-04)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#SF-440282` - Resolved an error while trying to change font for whole document.
12+
- `#SF-441499` - Resolved the script error while opening Document.
13+
- `#SF-438842` - Header/Footer area are now resized based on the inserted image.
14+
- `#SF-441437` - Resolved the dropdown form field items expanding issue.
15+
16+
#### New Features
17+
18+
- `#I418721` - Added API to auto resize when the Document editor became visible.
19+
520
## 21.1.37 (2023-03-29)
621

722
### Document Editor
@@ -14,20 +29,6 @@
1429
- `#I436445` - Resolved the overlapping issue while opening the document.
1530
- `#I446019` - Resolved the issue in opening "Dotx" format document.
1631

17-
- `#425697` - Resolved the positioning and line spacing issue in shape document
18-
19-
#### Breaking Changes
20-
21-
- Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/vue/documentation/document-editor/how-to/optimize-sfdt).
22-
23-
#### New Features
24-
25-
- `#I249004`, `#I250933`, `#I256703`, `#I286287`, `#I290760`, `#I301513`, `#I313194`, `#I314827`, `#I316496`, `#I317964`, `#I320201`, `#I320872`, `#I327636`, `#I331310`, `#I333899`, `#I334058`, `#I334929`, `#I337202`, `#I341931`, `#I341953`, `#I345929`, `#I348344`, `#I349206`, `#I349683`, `#I349895`, `#I354081`, `#I356432` - Added support for continuous section break in DocumentEditor.
26-
- `#I422408`, `#I435125` - Optimized SFDT file to reduce the file size relative to a Docx file.
27-
- `#I330729`, `#I256794` - Added support to display bookmark start and end in DocumentEditor.
28-
- `#I333042`, `#I349829` - Added support disable the auto focus to DocumentEditor.
29-
- `#I175038` - Added API to modify the predefine styles in DocumentEditor.
30-
3132
## 21.1.35 (2023-03-23)
3233

3334
### Document Editor
@@ -36,6 +37,8 @@
3637

3738
- Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/documentation/document-editor/how-to/optimize-sfdt).
3839

40+
- Starting from version v21.1.x, the SFDT file generated in Word Processor component is optimized by default to reduce the file size. Hence, the optimized SFDT files can't be directly manipulated as JSON string. Please refer the [documentation](https://ej2.syncfusion.com/vue/documentation/document-editor/how-to/optimize-sfdt).
41+
3942
#### Bug Fixes
4043

4144
- `#425697` - Resolved the positioning and line spacing issue in shape document

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "19.61.0",
3+
"version": "21.1.37",
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-container/documenteditorcontainer.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
44
import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
55

66

7-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex', 'beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
7+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex', 'beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
88
export const modelProps: string[] = [];
99

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

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

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

66

7-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'acceptTab', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', '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', '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', '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', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend'];
88
export const modelProps: string[] = [];
99

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

components/dropdowns/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 21.1.37 (2023-03-29)
5+
## 21.1.38 (2023-04-04)
66

77
### Mention
88

components/filemanager/package.json

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

components/gantt/CHANGELOG.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@
22

33
## [Unreleased]
44

5-
## 21.1.37 (2023-03-29)
5+
## 21.1.38 (2023-04-04)
66

77
### Gantt Chart
88

99
#### Bug Fixes
1010

11-
-`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
12-
-`I435254`, `I444942`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
11+
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
12+
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
13+
- `I447465` - Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.
14+
- -`I447475`- End key is not working properly issue has been fixed.
15+
- -`#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
16+
17+
## 21.1.37 (2023-03-29)
18+
19+
### Gantt Chart
20+
21+
#### Bug Fixes
1322

23+
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
24+
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
25+
- -`I435254`, `I444942`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
1426

1527
## 21.1.35 (2023-03-23)
1628

components/gantt/package.json

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

0 commit comments

Comments
 (0)