Skip to content

Commit ed25710

Browse files
author
pipeline
committed
v19.1.55 is released
1 parent 79bf743 commit ed25710

File tree

34 files changed

+161
-25
lines changed

34 files changed

+161
-25
lines changed

components/calendars/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-calendars",
3-
"version": "17.2.48",
3+
"version": "19.1.54",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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-
## 19.1.54 (2021-03-30)
5+
## 19.1.55 (2021-04-06)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8+
## 19.1.55 (2021-04-06)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#319856` - The axis with same start and end angle will now render properly.
15+
816
## 19.1.54 (2021-03-30)
917

1018
### 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-vue-circulargauge",
3-
"version": "17.4.39",
3+
"version": "19.1.54",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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-
## 19.1.54 (2021-03-30)
5+
## 19.1.55 (2021-04-06)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,54 @@
2323
- `#315435` - Table cell width now preserved properly on editing.
2424
- `#162638` - Table background color was now updated properly on updating borders and shading.
2525

26+
## 18.4.49 (2021-03-23)
27+
28+
### Document Editor
29+
30+
#### Bug Fixes
31+
32+
- `#317061` - The merged cell table border rendering issue is resolved.
33+
- `#318283` - Resolved script error while editing the last section header.
34+
- `#310874` - The table with the merged cell is exporting properly.
35+
- `#162017` - Restart page numbering is now preserved properly on exporting.
36+
- `#316810` - Spell check script error is now resolved for layout type change.
37+
- `#163236` - Strike through and underline content are now copy-pasted properly.
38+
39+
## 18.4.48 (2021-03-16)
40+
41+
### Document Editor
42+
43+
#### Bug Fixes
44+
45+
- `#163116`, `#317496`, `#315005` - Implemented the line spacing Hanging similar to MS word.
46+
- `#317691` - Resolve the Number formatting after applying bullet formats.
47+
- `#317524` - Replace all with empty string is now working.
48+
- `#317605` - Shape with line format value null was now preserved properly.
49+
- `#317150` - Can press 'p' key in Firefox after control + a and then backspace.
50+
- Resolve hanging issue while opening document.
51+
- `#315656` - Resolve script error when importing document.
52+
53+
## 18.4.47 (2021-03-09)
54+
55+
### Document Editor
56+
57+
#### Breaking Changes
58+
59+
- The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
60+
- The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
61+
62+
#### Bug Fixes
63+
64+
- `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
65+
- `#315413`, `#317463` - Table cell is now rendered properly.
66+
- `#314467` - Find and replace is now working properly.
67+
- `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
68+
- `#316532` - ParagraphFormat is now preserved while pasting with text only option.
69+
- `#314193` - Document with charts were now preserved properly on exporting.
70+
- `#161908`, `#318321` - Added API to show/hide restrict editing pane.
71+
- `#315435` - Table cell width now preserved properly on editing.
72+
- `#162638` - Table background color was now updated properly on updating borders and shading.
73+
2674
## 18.4.46 (2021-03-02)
2775

2876
### Document Editor
@@ -48,6 +96,8 @@
4896
- `#162017` - Page number was now updated properly based on page index.
4997
- `#313821` - Table column were now layout properly.
5098
- `#311371` - While deleting the bookmark extra spaces between the text were now removed properly.
99+
- `#312082` - Resolved script error on updating TOC.
100+
- `#312306` - Hyperlink label was not added while editing the link address now.
51101

52102
## 18.4.43 (2021-02-16)
53103

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": "18.4.46",
3+
"version": "19.1.54",
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/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": "17.4.50",
3+
"version": "19.1.54",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
## 19.1.55 (2021-04-06)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
12+
513
## 19.1.54 (2021-03-30)
614

715
### Gantt

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

0 commit comments

Comments
 (0)