Skip to content

Commit 3d520a7

Browse files
author
pipeline
committed
v21.1.39 is released
1 parent be02511 commit 3d520a7

File tree

38 files changed

+200
-28
lines changed

38 files changed

+200
-28
lines changed

components/base/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-angular-base",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/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-
## 21.1.38 (2023-04-04)
5+
## 21.1.39 (2023-04-11)
66

77
### Checkbox
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-
## 21.1.38 (2023-04-04)
5+
## 21.1.39 (2023-04-11)
66

77
### DatePicker
88

components/charts/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+
## 21.1.39 (2023-04-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I451537` - Now, the column chart rectangle is properly rendering for OnTicks.
12+
- `#I452148` - The chart now renders correctly even when the x value is set to an empty string in the data source.
13+
514
## 21.1.38 (2023-04-04)
615

716
### 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-angular-charts",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 21.1.38 (2023-04-04)
8+
## 21.1.35 (2023-03-23)
99

1010
### Circular Gauge
1111

@@ -403,6 +403,14 @@ customized.
403403
- **User Interaction** - Supports interactive features like tooltip and pointer drag and drop.
404404

405405

406+
## 21.1.38 (2023-04-04)
407+
408+
### Circular Gauge
409+
410+
#### New Features
411+
412+
- `#I416334` - The entire circular gauge, including the tooltip and legend, can now be rendered in the right-to-left (RTL) direction, which may be useful in some cultures.
413+
406414
## 19.4.38 (2021-12-17)
407415

408416
### CircularGauge

components/circulargauge/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-angular-circulargauge",
3-
"version": "16.41.2",
3+
"version": "21.1.38",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 21.1.39 (2023-04-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I448343` - Now, position change event completed state is fired properly.
12+
- `#I446954` - Now, the segment does not get dragged when there is no thumb in it.
13+
514
## 21.1.37 (2023-03-29)
615

716
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#SF-442240` - Resolved the space issue while opening document.
12+
- `#SF-446434` - Resolved the border rendering issue in first page.
13+
- `#SF-442538` - Resolved the list number issue when updating table of contents.
14+
- `#SF-443314` - Resolved the script errors while delete the content with track changes enabled.
15+
- `#SF-444283` - Resolved the script error while loading mail merged document.
16+
- `#SF-448042` - Resolved the Blank page created while printing with A5 paper.
17+
- `#SF-434487` - Improved the cache logic in spell check for text with special character.
18+
19+
- `#SF-442240` - Resolved the space issue while opening document.
20+
- `#SF-446434` - Resolved the border rendering issue in first page.
21+
- `#SF-442538` - Resolved the list number issue when updating table of contents.
22+
- `#SF-443314` - Resolved the script errors while delete the content with track changes enabled.
23+
- `#SF-444283` - Resolved the script error while loading mail merged document.
24+
- `#SF-448042` - Resolved the Blank page created while printing with A5 paper.
25+
- `#SF-441437` - Resolved the dropdown form field items expanding issue.
26+
27+
#### New Features
28+
29+
- `#SF-438580` - Added support for the event `beforeAcceptRejectChanges` to prevent accepting or rejecting tracked changes.
30+
531
## 21.1.38 (2023-04-04)
632

733
### Document Editor

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-angular-documenteditor",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
55

66

77
export const inputs: string[] = ['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'];
8-
export const outputs: string[] = ['beforeCommentAction','beforePaneSwitch','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];
8+
export const outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -28,6 +28,7 @@ export const twoWays: string[] = [];
2828
export class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {
2929
public context : any;
3030
public tagObjects: any;
31+
beforeAcceptRejectChanges: any;
3132
beforeCommentAction: any;
3233
beforePaneSwitch: any;
3334
commentDelete: any;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
55

66

77
export const inputs: string[] = ['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'];
8-
export const outputs: string[] = ['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'];
8+
export const outputs: string[] = ['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'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -30,6 +30,7 @@ export class DocumentEditorComponent extends DocumentEditor implements IComponen
3030
public tagObjects: any;
3131
actionComplete: any;
3232
afterFormFieldFill: any;
33+
beforeAcceptRejectChanges: any;
3334
beforeCommentAction: any;
3435
beforeFileOpen: any;
3536
beforeFormFieldFill: any;

components/dropdowns/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+
## 21.1.39 (2023-04-11)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
12+
- `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
13+
514
## 21.1.38 (2023-04-04)
615

716
### Dropdown Tree

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-angular-dropdowns",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
12+
513
## 21.1.38 (2023-04-04)
614

715
### Gantt Chart
@@ -14,11 +22,9 @@
1422
- -`I447475`- End key is not working properly issue has been fixed.
1523
- -`#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
1624

17-
### Gantt
18-
19-
#### Bug Fixes
20-
21-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
26+
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
27+
- `#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
2228

2329
## 21.1.37 (2023-03-29)
2430

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-angular-gantt",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I443674` - Resolved the issue where the currency format was incorrect with grid excel export.
12+
- `#F175708` - Fixed the issue where the change event of the textbox component was not triggered when pressing the tab key on batch edit.
13+
- `#I432022` - Resolved the issue where the grid was being re rendered while updating state due to the use of function type property.
14+
- `#I447288` - The issue of virtual scrolling not functioning correctly when rendering the Grid at the bottom of the page has been resolved.
15+
516
## 21.1.38 (2023-04-04)
617

718
### 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-angular-grids",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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-angular-heatmap",
3-
"version": "21.1.35",
3+
"version": "21.1.37",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Shape changing event not triggered while inserting crop selection" has been resolved.
12+
513
## 21.1.37 (2023-03-29)
614

715
### Image Editor

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I436425` - The issue of 'Uploader Id being duplicated only when the uploader is rendered inside a form element' has been resolved.
12+
513
## 21.1.38 (2023-04-04)
614

715
### Range Slider

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-angular-inputs",
3-
"version": "21.1.35",
3+
"version": "21.1.38",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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+
## 21.1.39 (2023-04-11)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
`#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.
12+
13+
514
## 21.1.37 (2023-03-29)
615

716
### Kanban

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I447633` - An issue with the primary button styles of the e-icons in the ListView component has been resolved.
12+
- `#I452079` - Resolved detached elements memory leak issue in the ListView component.
13+
14+
- `#I447633` - An issue with the primary button styles of the e-icons in the ListView component has been resolved.
15+
516
## 21.1.35 (2023-03-23)
617

718
### ListView

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 21.1.38 (2023-04-04)
14+
## 21.1.39 (2023-04-11)
1515

1616
### Maps
1717

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I445794` - The issue with "Context Menu keyboard navigation is not working in scrollable page" has been resolved.
12+
- `#I446612` - The issue with "Attributes are not updated properly while directly appending the menu item" has been resolved.
13+
14+
### Tab
15+
16+
#### Bug Fixes
17+
18+
- `#I434078` - An issue with the "icon for the Tab popup mode in mobile mode" has been fixed.
19+
- `#I451561` - An issue with the "When the same selected tab is re-selected, the tab selecting event is triggered again" has been fixed.
20+
521
## 21.1.38 (2023-04-04)
622

723
### Menu

components/navigations/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-angular-navigations",
3-
"version": "21.1.37",
3+
"version": "21.1.38",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/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-
## 21.1.38 (2023-04-04)
5+
## 21.1.35 (2023-03-23)
66

77
### Message
88

components/notifications/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-angular-notifications",
3-
"version": "19.28.0",
3+
"version": "21.1.37",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)