Skip to content

Commit

Permalink
v17.4.46 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 30, 2020
1 parent af80ae3 commit 54f9dbf
Show file tree
Hide file tree
Showing 187 changed files with 1,396 additions and 130 deletions.
8 changes: 8 additions & 0 deletions components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.46 (2020-01-30)

### Barcode

#### Bug Fixes

- `F150725` - The issue "Barcode Control hasn't rendered in IE11 browser" has been fixed.

## 17.2.28-beta (2019-06-27)

### Barcode
Expand Down
2 changes: 1 addition & 1 deletion components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-barcode-generator",
"version": "17.2.48",
"version": "17.4.43",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.4.44 (2021-01-21)
## 17.4.46 (2020-01-30)

### Common

Expand Down
11 changes: 10 additions & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

## 17.4.44 (2021-01-21)
## 17.4.46 (2020-01-30)

### Chips

#### New Features

- `#256381` - Now, the `beforeClick` event triggers while clicking the chips.
- `#256381` - Now, the `selectedChips` property maintains the value field that is provided to the chip.

## 17.4.43 (2020-01-14)

### Button

Expand Down
2 changes: 1 addition & 1 deletion components/buttons/dist/ej2-vue-buttons.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/dist/ej2-vue-buttons.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es2015.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "17.4.41",
"version": "17.4.43",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/buttons/src/chips/chiplist.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ChipList } from '@syncfusion/ej2-buttons';
import { ChipsDirective, ChipDirective, ChipsPlugin, ChipPlugin } from './chips.directive'


export const properties: string[] = ['avatarIconCss', 'avatarText', 'chips', 'cssClass', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'leadingIconCss', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'click', 'created', 'delete'];
export const properties: string[] = ['avatarIconCss', 'avatarText', 'chips', 'cssClass', 'enableDelete', 'enablePersistence', 'enableRtl', 'enabled', 'leadingIconCss', 'locale', 'selectedChips', 'selection', 'text', 'trailingIconCss', 'beforeClick', 'click', 'created', 'delete'];
export const modelProps: string[] = [];

/**
Expand Down Expand Up @@ -68,7 +68,7 @@ export class ChipListComponent extends ComponentBase {
return this.ej2Instances.remove(fields);
}

public select(fields: number | number[] | Object | Object[]): void {
public select(fields: number | number[] | Object | Object[] | string[]): void {
return this.ej2Instances.select(fields);
}
}
Expand Down
14 changes: 12 additions & 2 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## [Unreleased]

## 17.4.44 (2021-01-21)
## 17.4.46 (2020-01-30)

### DatePicker

#### Bug Fixes

- `#259218` - Issue with "change event argument 'isinteracted' return as false while changing the value after given the same value twice" has been resolved.
- `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.

- `#259218` - Issue with "change event is triggered twice when enable strict mode along with format property" has been resolved.

## 17.4.43 (2020-01-14)

Expand Down Expand Up @@ -1064,6 +1066,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.


## 17.4.44 (2021-01-21)

### DatePicker

#### Bug Fixes

- `#259218` - Issue with "change event argument 'isinteracted' return as false while changing the value after given the same value twice" has been resolved.

## 17.3.14 (2019-10-03)

### DateRangePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "17.4.43",
"version": "17.4.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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 15 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 17.4.46 (2020-01-30)

### Chart

#### New Features

- `#260004` - Provided support for polar and radar column spacing.
- `#257784` - Provided support for smart rendering of X-axis rotated labels.
- `#254646` - Provided Before export event support for export in chart.

#### Bug Fixes

- `#260205` - While using animate() method one series is not removed issue is fixed now.
- `#255275` - Console error thrown when changing the trendline type from linear to exponential trendline or other types is fixed now.

## 17.4.41 (2020-01-07)

### Stock Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/dist/ej2-vue-charts.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/charts/dist/ej2-vue-charts.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/charts/dist/es6/ej2-vue-charts.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/charts/dist/es6/ej2-vue-charts.es2015.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/charts/dist/es6/ej2-vue-charts.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/charts/dist/es6/ej2-vue-charts.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "17.4.41",
"version": "17.4.43",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/charts/src/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { SelectedDataIndexesDirective, SelectedDataIndexDirective, SelectedDataI
import { IndicatorsDirective, IndicatorDirective, IndicatorsPlugin, IndicatorPlugin } from './indicators.directive'


export const properties: string[] = ['allowMultiSelection', 'annotations', 'axes', 'background', 'backgroundImage', 'border', 'chartArea', 'columns', 'crosshair', 'currencyCode', 'dataSource', 'description', 'enableAnimation', 'enableCanvas', 'enableExport', 'enablePersistence', 'enableRtl', 'enableSideBySidePlacement', 'height', 'indicators', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rows', 'selectedDataIndexes', 'selectionMode', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings', 'animationComplete', 'annotationRender', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforePrint', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'drag', 'dragComplete', 'dragEnd', 'dragStart', 'legendClick', 'legendRender', 'load', 'loaded', 'multiLevelLabelClick', 'pointClick', 'pointMove', 'pointRender', 'resized', 'scrollChanged', 'scrollEnd', 'scrollStart', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'zoomComplete'];
export const properties: string[] = ['allowMultiSelection', 'annotations', 'axes', 'background', 'backgroundImage', 'border', 'chartArea', 'columns', 'crosshair', 'currencyCode', 'dataSource', 'description', 'enableAnimation', 'enableCanvas', 'enableExport', 'enablePersistence', 'enableRtl', 'enableSideBySidePlacement', 'height', 'indicators', 'isMultiSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rows', 'selectedDataIndexes', 'selectionMode', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings', 'animationComplete', 'annotationRender', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforeExport', 'beforePrint', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'drag', 'dragComplete', 'dragEnd', 'dragStart', 'legendClick', 'legendRender', 'load', 'loaded', 'multiLevelLabelClick', 'pointClick', 'pointMove', 'pointRender', 'resized', 'scrollChanged', 'scrollEnd', 'scrollStart', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'zoomComplete'];
export const modelProps: string[] = ['dataSource'];

/**
Expand Down
25 changes: 25 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## [Unreleased]

## 17.4.46 (2020-01-30)

### Diagram

#### New Features

- `#232055` - Support has been provided to Clip/Ellipsis the annotation when textWrapping as WrapWithOverflow in the diagram.
- `#253884` - Template support for HTML node has been provided.
- `#236612`, `#242275` - The support has been provided to get the In and Out edges from ports.

#### Bug Fixes

- `#260927` - The issue "UmlClassDiagram is not updated properly in the layout" has been fixed.
- `#227953` - The exception occurred while applying line routing for the complex diagram has been fixed.
- `#259627` - The issue "Performance improvement with HTML node" has been fixed.
- `#259329` - The issue "Polyline target decorator is not aligned properly at runtime" has been fixed.
- `F149983` - The exception occurred while changing the z-index for group node at run time has been fixed.
- `259000` - The issue "ConnectionChange Event does not triggered in mouse up" has been fixed.
- `#259960` - The issue "Expand and collapse not working on the Mindmap Layout" has been fixed.
- `#260287` - The issue "left most node unable to be selected in the layout sample" has been fixed.
- `#256458` - The diagram html content is cutoff, while exporting the diagram issue has been fixed.
- `#259774` - The issue with connector and node opacity that is decreased while expanding and collapsing a ComplexHierarchicalTree layout has been fixed.
- `#259981` - Provides support to add group node children at runtime.

## 17.4.44 (2021-01-21)

### Diagram
Expand All @@ -12,6 +36,7 @@
- `#260287` - The issue "left most node unable to be selected in the layout sample" has been fixed.
- `#256458` - The diagram html content is cutoff, while exporting the diagram issue has been fixed.
- `#259774` - The issue with connector and node opacity that is decreased while expanding and collapsing a ComplexHierarchicalTree layout has been fixed.
- `#259981` - Provides support to add group node children at runtime.

## 17.4.43 (2020-01-14)

Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/dist/ej2-vue-diagrams.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/diagrams/dist/ej2-vue-diagrams.umd.min.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions components/diagrams/dist/es6/ej2-vue-diagrams.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions components/diagrams/dist/es6/ej2-vue-diagrams.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/diagrams/dist/es6/ej2-vue-diagrams.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "17.4.43",
"version": "17.4.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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 4 additions & 0 deletions components/diagrams/src/diagram/diagram.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export class DiagramComponent extends ComponentBase {
return this.ej2Instances.add(obj, group);
}

public addChildToGroup(group: Object, child: string | Object | Object): void {
return this.ej2Instances.addChildToGroup(group, child);
}

public addConnector(obj: Object): Object {
return this.ej2Instances.addConnector(obj);
}
Expand Down
17 changes: 16 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## [Unreleased]

## 17.4.44 (2021-01-21)
## 17.4.46 (2020-01-30)

### Document Editor

#### Breaking Changes

- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.

#### Bug Fixes

- `#252868` - Resolved script error when resize row to next page.
- `#259972` - Formatting is now applied properly for keep text only option in paste.
- `#258191` - Table cell width are now updated properly.
- `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.

## 17.4.43 (2020-01-14)

### Document Editor

Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "17.4.41",
"version": "17.4.43",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.46 (2020-01-30)

### MultiSelect

#### Bug Fixes

- `#261574` - Now, `isInteracted` argument updated properly in the change event while focusout.

## 17.4.44 (2021-01-21)

### ListBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/dist/ej2-vue-dropdowns.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/dropdowns/dist/ej2-vue-dropdowns.umd.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 54f9dbf

Please sign in to comment.