Skip to content

Commit 682cfd1

Browse files
author
pipeline
committed
v19.1.56 is released
1 parent ed25710 commit 682cfd1

Some content is hidden

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

45 files changed

+286
-33
lines changed

components/barcodegenerator/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.56 (2021-04-13)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#316606` - "Text alignment was not proper with UPCA type barcode" issue has been fixed.
12+
513
## 18.4.30 (2020-12-17)
614

715
### Barcode

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.4.2",
3+
"version": "19.1.54",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/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-buttons",
3-
"version": "18.2.44",
3+
"version": "19.1.54",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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.56 (2021-04-13)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I321491` - Issue with "popup does not close after selected the preset value when render component with `openOnFocus` value as true" has been resolved.
12+
513
## 18.4.34 (2021-01-12)
614

715
### DateTimePicker

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": "19.1.54",
3+
"version": "19.1.55",
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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
## 19.1.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#310867` - 100% Stacking area is now working properly on browser resize.
12+
- `#318354` - Scrollbar issue for bar type series is resolved.
13+
- `#319835` - Normal distribution line in histogram series is rendering properly.
14+
15+
### Bullet chart
16+
17+
#### Bug Fixes
18+
19+
- `#318856` - Label for the negative data is now rendering properly.
20+
21+
## 19.1.54 (2021-03-30)
622

723
### Chart
824

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-vue-charts",
3-
"version": "17.2.48",
3+
"version": "19.1.54",
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/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 19.1.55 (2021-04-06)
8+
## 19.1.56 (2021-04-13)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 19.1.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
12+
- `317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
13+
14+
## 19.1.54 (2021-03-30)
615

716
### Diagram
817

components/diagrams/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-diagrams",
3-
"version": "18.4.45",
3+
"version": "19.1.54",
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

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

33
## [Unreleased]
44

5+
## 19.1.56 (2021-04-13)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I319991` - Inline form filling is now working properly in Internet Explorer.
12+
- `#319782` - Resolved script error while deleting the content.
13+
- `#I320821`, `#I320991` - Table is now drawn with proper line width.
14+
- `#I319987` - Table with merged cells now layout properly.
15+
- `#I320513` - Header content is not rendered properly.
16+
- `#I321397` - Table with merged cells is now exported properly.
17+
- `#I317683` - Exported document with footnote is no longer corrupted.
18+
- `#I313465` - Insert image renders the image properly.
19+
- `#I308899` - Track changes is now listed properly in revision pane.
20+
- `#I320270` - Table track changes is now tracked in paste.
21+
- `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
22+
- `#I319185` - Resolved left border rendering issue in merged cells.
23+
- `#I313943` - Tab character is now layout properly.
24+
- `#I313821` - Fixed layouting issue in table with preferred width type as auto.
25+
- `#F162726` - Line spacing is now updated properly.
26+
- `#I319819` - Issue with Undo/Redo in multilevel list is resolved.
27+
- `#I318381` - Comment is not added properly.
28+
- `#I317743` - Accept track changes script error is resolved.
29+
- `#I307321` - Checkbox with tab width rendered properly.
30+
- `#FB23691` - Updated the track changes behaviour in read only mode.
31+
32+
## 19.1.55 (2021-04-06)
33+
34+
### Document Editor
35+
36+
#### Bug Fixes
37+
38+
- `#I318381` - Resolved the script error in adding comments across two pages.
39+
- `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
40+
- `#I319182` - Selection issue after editing header is resolved.
41+
- `#I315240` - Shape parsing script error is resolved.
42+
- `#I319182` - Resolved the script error while editing the header/footer.
43+
- `#F163188` - Highlight color is now working properly.
44+
- `#I320821` - Resolved the script error in opening document with table.
45+
- `#319403`, `#317463` - Resolved file corruption issue while exporting the document with shapes.
46+
- `#319185` - Resolved left border rendering issue in merged cells.
47+
- `#313943` - Tab character is now layout properly.
48+
- `#313821` - Fixed layouting issue in table with preferred width type as auto.
49+
- `#318786` - Resolved the document with footnote opening issue.
50+
- Table column width is now updated properly.
51+
52+
- `#I318381` - Resolved the script error in adding comments across two pages.
53+
- `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
54+
- `#I317743` - Accept track changes script error is resolved.
55+
- `#I319182` - Selection issue after editing header is resolved.
56+
- `#I315240` - Shape parsing script error is resolved.
57+
- `#I319182` - Resolved the script error while editing the header/footer.
58+
- `#F163188` - Highlight color is now working properly.
59+
- `#I320821` - Resolved the script error in opening document with table.
60+
- `#319403`, `#317463` - Resolved file corruption issue while exporting the document with shapes.
61+
- `#319185` - Resolved left border rendering issue in merged cells.
62+
- `#313943` - Tab character is now layout properly.
63+
- `#313821` - Fixed layouting issue in table with preferred width type as auto.
64+
- Table column width is now updated properly.
65+
566
## 19.1.54 (2021-03-30)
667

768
### 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-vue-documenteditor",
3-
"version": "19.1.54",
3+
"version": "19.1.55",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.56 (2021-04-13)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#316046` - Action complete event not triggered when sort order property is given issue is fixed.
12+
- `#311323` - DataSource missing while filtering is applied issue has been resolved.
13+
- `#163935` - Previous index is wrong in drag and drop event has been fixed.
14+
15+
## 19.1.54 (2021-03-30)
16+
17+
### Dropdown Tree
18+
19+
#### Bug Fixes
20+
21+
`#317088` - The issue with "The popup is not opened for the second time in the Dropdown Tree component when it is rendered inside the Dialog" has been resolved.
22+
23+
524
## 18.4.47 (2021-03-09)
625

726
### MultiSelect

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

components/filemanager/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-filemanager",
3-
"version": "18.1.53",
3+
"version": "19.1.54",
44
"description": "Essential JS 2 FileManager Component 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.56 (2021-04-13)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
12+
513
## 19.1.55 (2021-04-06)
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": "19.1.54",
3+
"version": "19.1.55",
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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
## [Unreleased]
44

5+
## 19.1.56 (2021-04-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I319687` - Child grid row drag and drop issue has been fixed.
12+
- `#I321090` - Throws script error while using `hideSearchbox` in filter is fixed.
13+
- `#I163579` - Focus issue while render multiple inputs in column template, issue has been fixed.
14+
- `#I320238` - Change content casing of `No matches found` has been resolved.
15+
- `#I317408` - Warning error thrown when binding a data dynamically by using `asyncpipe` binding issue has been fixed.
16+
- `#I321142` - Exporting is not working properly in `foreignKeyColumn` issue has been fixed.
17+
- `#I317066, #I317853` - When we right-click the bottom row in the current view area, the grid automatically scrolls issue has been fixed.
18+
19+
## 19.1.55 (2021-04-06)
20+
21+
### Grid
22+
23+
#### Bug Fixes
24+
25+
- `#I319396,#I317406` - Incorrect click handler reference while destroying Grid has been resolved.
26+
- `#F163694` - Delete action issue with non-current view records has been fixed.
27+
- `#I291960` - Resize handler height issue while window resizing has been resolved.
28+
- `#I319831` - Column resizing line not shown issue has been fixed in `virtualization` feature.
29+
- `#I314289` - Frozen horizontal scrollbar issue has been fixed in mac browsers.
30+
- `#I318411` - column menu opens in wrong direction issue has been resolved.
31+
- `#I319726` - Pdf export issue while using `valueAccessor` in boolean column has been fixed.
32+
- `#I318892` - `checkboxOnly` selection issue while enable `rowDragandDrop` has been resolved.
33+
- `#I320238` - Header checkbox selection issue when remove pager has been fixed.
34+
- `#I318745` - infinite Scroll invoked while moving the horizontal scrollbar issue has been fixed.
35+
- `#I320328` - throws script error while updating the data in Dialog editing is fixed.
36+
- `#I300506` - Provided support to set locale texts for Boolean values in checkbox filter.
37+
538
## 19.1.54 (2021-03-30)
639

740
### 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": "19.1.54",
3+
"version": "19.1.55",
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.55 (2021-04-06)
5+
## 19.1.54 (2021-03-30)
66

77
### Heatmap
88

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

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.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
66

77
### In-place Editor
88

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.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
66

77
### Kanban
88

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": "19.1.54",
3+
"version": "19.1.55",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.1.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#309268` - Template content of ListView is not updated when updating the props date using `useState` has been fixed.
12+
13+
## 19.1.54 (2021-03-30)
614

715
### ListView
816

components/lists/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-lists",
3-
"version": "18.2.54",
3+
"version": "19.1.54",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 19.1.55 (2021-04-06)
17+
## 19.1.56 (2021-04-13)
18+
19+
### Maps
20+
21+
#### New Features
22+
23+
- `#315251` - The `opacity` property for `border` in `shapeSettings` is exposed to provide opacity for the border of the shapes.
24+
25+
#### Bug Fixes
26+
27+
- `#F163539` - The data labels will now render properly when the value of `labelPath` of `dataLabelSettings` is different from the value of `shapePropertyPath` and `shapeDataPath`.
28+
29+
## 19.1.54 (2021-03-30)
1830

1931
### Maps
2032

0 commit comments

Comments
 (0)