Skip to content

Commit 03a14fc

Browse files
author
pipeline
committed
v19.1.63 is released
1 parent 2c92ef0 commit 03a14fc

File tree

47 files changed

+238
-41
lines changed

Some content is hidden

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

47 files changed

+238
-41
lines changed

components/barcodegenerator/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.59 (2021-05-04)
5+
## 19.1.63 (2021-05-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+
13+
## 19.1.56 (2021-04-13)
614

715
### Barcode
816

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": "19.1.54",
3+
"version": "19.1.56",
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/charts/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.63 (2021-05-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#325456` - Highlight and selection issue has been fixed for multiple charts.
12+
- `#F165060` - Accumulation chart with data label is now rendering properly inside the dashboard layout.
13+
14+
#### New Features
15+
16+
- `#288255` - Improved logarithmic axis to show value less than 1.
17+
518
## 19.1.59 (2021-05-04)
619

720
### 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-vue-charts",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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.59 (2021-05-04)
8+
## 19.1.63 (2021-05-13)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I322863` - This issue "Node does not drag properly when move inside swimlane" has been fixed.
12+
- `#I326309` - This issue "While drag and move the multiple children of swimlane some children jump from one lane to another lane" has been fixed.
13+
- `#I323817` - This issue "An exception will raise when send the native node back to the group of native nodes" has been fixed.
14+
- `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
15+
- `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
16+
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
17+
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
18+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
19+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
20+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
21+
- `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
22+
- `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
23+
- `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
24+
- `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
25+
- `#317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
26+
527
## 19.1.59 (2021-05-04)
628

729
### Diagram

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

components/filemanager/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.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the File Manager component.
12+
13+
## 19.1.58 (2021-04-27)
614

715
### File Manager
816

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": "19.1.54",
3+
"version": "19.1.58",
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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,48 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Gantt
8+
9+
#### New Features
10+
11+
- `#264444, #296315` - Provided support for managing date with different time zones.
12+
- `#317529, #320843` - Provide support to cancel the merging of split tasks using client-side event.
13+
- `#307881`, `#309475`, `#325067` - Improved performance while scrolling, when predecessors are mapped.
14+
15+
- `#320843` - Provide support to cancel the merging of split tasks using client-side event.
16+
17+
#### Bug Fixes
18+
19+
- `#326155` - Issue in splitting task using public method has been fixed.
20+
- `#325948` - Issue in adding new task with empty string has been fixed.
21+
- `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
22+
23+
- `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
24+
525
## 19.1.59 (2021-05-04)
626

727
### Gantt
828

929
#### Bug Fixes
1030

31+
- `#325250` - Progress updated properly in manual scheduling.
32+
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
33+
- `#325627` - Editing works fine after when holiday is set dynamically.
34+
35+
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
36+
37+
## 19.1.58 (2021-04-27)
38+
39+
### Gantt
40+
41+
#### Bug Fixes
42+
1143
- `#324141` - Issue in tooltip rendering position has been fixed.
1244
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
1345
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
46+
- `F164497` - Issue in editing end date of a task has been fixed.
1447

1548
## 19.1.57 (2021-04-20)
1649

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

components/gantt/src/gantt/gantt.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class GanttComponent extends ComponentBase {
8787
return this.ej2Instances.addPredecessor(id, predecessorString);
8888
}
8989

90-
public addRecord(data?: Object | Object, rowPosition?: Object, rowIndex?: number): void {
90+
public addRecord(data?: Object[] | Object | Object, rowPosition?: Object, rowIndex?: number): void {
9191
return this.ej2Instances.addRecord(data, rowPosition, rowIndex);
9292
}
9393

@@ -223,7 +223,7 @@ export class GanttComponent extends ComponentBase {
223223
return this.ej2Instances.keyActionHandler(e);
224224
}
225225

226-
public mergeTask(taskId: string, segmentIndexes: undefined[]): void {
226+
public mergeTask(taskId: number | string, segmentIndexes: undefined[]): void {
227227
return this.ej2Instances.mergeTask(taskId, segmentIndexes);
228228
}
229229

@@ -323,7 +323,7 @@ export class GanttComponent extends ComponentBase {
323323
return this.ej2Instances.sortColumn(columnName, direction, isMultiSort);
324324
}
325325

326-
public splitTask(taskId: string, splitDate: Object | Object[]): void {
326+
public splitTask(taskId: number | string, splitDate: Object | Object[]): void {
327327
return this.ej2Instances.splitTask(taskId, splitDate);
328328
}
329329

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.58",
3+
"version": "19.1.59",
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/grids/src/grid/grid.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ export class GridComponent extends ComponentBase {
504504
return this.ej2Instances.selectRowsByRange(startIndex, endIndex);
505505
}
506506

507+
public serverCsvExport(url: string): void {
508+
return this.ej2Instances.serverCsvExport(url);
509+
}
510+
507511
public serverExcelExport(url: string): void {
508512
return this.ej2Instances.serverExcelExport(url);
509513
}

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.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
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": "19.1.57",
3+
"version": "19.1.59",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Kanban
8+
9+
#### New Features
10+
11+
- `#287435, #295725` - Support provided for map the `keyField` in the `column` as number type.
12+
13+
#### Bug Fixes
14+
15+
- `#I324923` - The issue with "Kanban content color not changed, when using the material-dark theme" has been resolved.
16+
- `#F160742` - The issue with "Script error thrown when drag and drop operation performed when swimlane `keyField` as non-existing field" has been resolved.
17+
- `#322742` - The issue with "Unable to drag and drop the card when `WebApiAdaptor` used on Kanban" has been resolved.
18+
519
## 19.1.59 (2021-05-04)
620

721
### Kanban

components/kanban/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-kanban",
3-
"version": "19.1.57",
3+
"version": "19.1.59",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### Splitter
8+
9+
- Provided `enablePersistence` property to persists the component's state between page reloads.
10+
- Provided `enableReversePanes` property to reorder the splitter panes.
11+
12+
## 19.1.58 (2021-04-27)
613

714
### Splitter
815

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.56",
3+
"version": "19.1.58",
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/layouts/src/splitter/splitter.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Splitter } from '@syncfusion/ej2-layouts';
44
import { PanesDirective, PaneDirective, PanesPlugin, PanePlugin } from './panesettings.directive'
55

66

7-
export const properties: string[] = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width', 'beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
7+
export const properties: string[] = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width', 'beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
88
export const modelProps: string[] = [];
99

1010
/**

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

77
### ListView
88

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": "19.1.54",
3+
"version": "19.1.56",
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/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
18+
19+
### Menu
20+
21+
#### New Features
22+
23+
- `#315809` - Delay support on hovering the menu.
24+
525
## 19.1.59 (2021-05-04)
626

727
### 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-vue-navigations",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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/navigations/src/context-menu/contextmenu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
33
import { ContextMenu } from '@syncfusion/ej2-navigations';
44

55

6-
export const properties: string[] = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
6+
export const properties: string[] = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
77
export const modelProps: string[] = [];
88

99
/**

components/navigations/src/menu/menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Menu } from '@syncfusion/ej2-navigations';
44
import { MenuItemsDirective, MenuItemDirective, MenuItemsPlugin, MenuItemPlugin } from './items.directive'
55

66

7-
export const properties: string[] = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
7+
export const properties: string[] = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
88
export const modelProps: string[] = [];
99

1010
/**

0 commit comments

Comments
 (0)