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",

0 commit comments

Comments
 (0)