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

components/grids/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
- `#297263` - Provided complex column filtering and sorting support with IQueryable.
1616
- `#307522` - Provided the target indicator support for drag and drop with different Grid.
1717

18+
## 18.4.49 (2021-03-23)
19+
20+
### Grid
21+
22+
#### Bug Fixes
23+
24+
- `#317578` - Throws script error while updating the template column in Batch edit mode issue has been fixed.
25+
- `#316684, #319594` - Script error when drag rows from grid to other components issue has been fixed.
26+
- `#317534` - Custom filtering not working when using filter template, has been fixed.
27+
1828
## 18.4.48 (2021-03-16)
1929

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

components/heatmap/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
### Heatmap
88

components/inplaceeditor/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
### In-place Editor
88

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-vue-inputs",
3-
"version": "18.2.56",
3+
"version": "19.1.54",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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
### Kanban
88

components/layouts/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+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#320479` - The issue with "`addPane` public method does not work when rendered with the nested splitter" has been resolved.
12+
513
## 19.1.54 (2021-03-30)
614

715
### Dashboard Layout

components/layouts/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-layouts",
3-
"version": "18.3.35",
3+
"version": "19.1.54",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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
### ListView
88

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 19.1.54 (2021-03-30)
17+
## 19.1.55 (2021-04-06)
1818

1919
### Maps
2020

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-vue-navigations",
3-
"version": "18.4.44",
3+
"version": "19.1.54",
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 Vue",
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-
## 19.1.54 (2021-03-30)
5+
## 19.1.55 (2021-04-06)
66

77
### Toast
88

components/pdfviewer/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
### PDF Viewer
88

components/pivotview/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-pivotview",
3-
"version": "18.4.30",
3+
"version": "19.1.54",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/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
### ProgressBar
88

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.55 (2021-04-06)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#317381` - The issue with predicate generation for date is fixed.
12+
513
## 19.1.54 (2021-03-30)
614

715
### QueryBuilder
816

917
#### New Features
1018

19+
- Provided Complex data binding Support.
20+
- Provided Header Template Support.
21+
- Provided model support for fields, operators and values.
22+
1123
- Provided Complex data binding Support
1224
- Provided Header Template Support
1325

26+
#### Bug Fixes
27+
28+
- `#F162988` - The issue when field has space is fixed.
29+
- `#317355` - The issue with disable the condition option when that group has single
30+
1431
## 18.4.42 (2021-02-09)
1532

1633
### QueryBuilder

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

components/richtexteditor/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-richtexteditor",
3-
"version": "18.3.35",
3+
"version": "19.1.54",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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+
## 19.1.55 (2021-04-06)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#F17228` - An issue with scheduler input field focus not working in iPad device with external keyboard has been fixed.
12+
- `#I317983` - An issue with the height of the `TimelineMonth` view is not properly applied when the `rowAutoHeight` property is enabled with scheduler height `auto` has been fixed.
13+
- `#I321711` - Duplicate events rendered in year view of schedule issue has been fixed.
14+
- `#I320945` - An issue with scheduler multiple cell selection by holding shift and mouse click throws script error has been fixed.
15+
516
## 19.1.54 (2021-03-30)
617

718
### Schedule

components/schedule/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-schedule",
3-
"version": "18.4.44",
3+
"version": "19.1.54",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.55 (2021-04-06)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- Sort formula not working properly issue resolved.
12+
- Clipboard style issue resolved.
13+
- `I316103` - Resolved the selection misalignment issue in non virtual mode.
14+
- `#I316931` - Selection alignment for wrap cell having border on 150 resolution issue has been fixed.
15+
- `#I321143` - Warning message is not showing while deleting locked cells issue has been fixed.
16+
- `#I319204` - Skipped `query` property while saving as JSON.
17+
518
## 19.1.54 (2021-03-30)
619

720
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "18.4.30",
3+
"version": "19.1.54",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)