Skip to content

Commit

Permalink
v16.4.44 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 24, 2018
1 parent 489b7fc commit a03cdaa
Show file tree
Hide file tree
Showing 100 changed files with 418 additions and 113 deletions.
3 changes: 2 additions & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-base",
"version": "16.3.31",
"version": "16.4.42",
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand All @@ -19,6 +19,7 @@
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"homepage": "https://www.syncfusion.com/vue-ui-components",
"main": "./dist/ej2-vue-base.umd.min.js",
"module": "./index.js",
"readme": "ReadMe.md",
Expand Down
4 changes: 2 additions & 2 deletions 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.

6 changes: 3 additions & 3 deletions 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.

6 changes: 3 additions & 3 deletions 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": "16.4.40",
"version": "16.4.42",
"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
2 changes: 1 addition & 1 deletion components/buttons/src/check-box/checkbox.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CheckBoxComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class RadioButtonComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/src/switch/switch.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class SwitchComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
38 changes: 37 additions & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,43 @@

## [Unreleased]

## 16.4.42 (2018-12-10)
## 16.4.44 (2018-12-24)

### DatePicker

#### Bug Fixes

- Fixed the `allowEdit` issue in mobile mode.

#### New Features

- Added the Islamic DatePicker support.

### DateRangePicker

#### Bug Fixes

- Fixed the localization issue in preset `custom range` element.

### TimePicker

#### Bug Fixes

- Fixed the component destroy issue when `showClearButton` in disabled state.

### Calendar

#### New Features

- Added the Islamic calendar support.

### DateTimePicker

#### New Features

- Added the Islamic DateTimePicker support.

## 16.4.42 (2018-12-14)

### Calendar

Expand Down
2 changes: 1 addition & 1 deletion components/calendars/dist/ej2-vue-calendars.umd.min.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/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "16.4.40",
"version": "16.4.42",
"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
12 changes: 11 additions & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased]

## 16.4.42 (2018-12-10)
## 16.4.44 (2018-12-24)

### Stock Chart

#### Bug Fixes

- Console error in tooltip fixed
- Highlight of buttons in period selector is working properly.
- Height of stock chart without period selector, range navigator is working fine

## 16.4.42 (2018-12-14)

### Chart

Expand Down
2 changes: 1 addition & 1 deletion components/charts/dist/ej2-vue-charts.umd.min.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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "16.4.40",
"version": "16.4.42",
"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

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

2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-circulargauge",
"version": "16.4.40",
"version": "16.4.42",
"description": "Essential JS 2 CircularGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 4 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
- Support to render a large number of nodes and connectors in a diagram for effective performance is added.
- Template support for annotation is added.

#### Bug Fixes

- Alignment issue on complex hierarchical tree layout with complex data source is working fine.

## 16.3.33 (2018-11-20)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/dist/ej2-vue-diagrams.umd.min.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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "16.4.40",
"version": "16.4.42",
"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
12 changes: 11 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased]

## 16.4.42 (2018-12-10)
## 16.4.44 (2018-12-24)

### Document Editor

#### Bug Fixes

- Tab stop now layout properly in header and footer.
- Empty header and footer now layout properly.
- Table column span values are now updated properly.

## 16.4.40-beta (2018-12-10)

### Document Editor

Expand Down

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

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": "16.3.34",
"version": "16.4.42",
"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
10 changes: 10 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 16.4.44 (2018-12-24)

### MultiSelect

#### Bug Fixes

- Item template with checkbox combination is not working issue has been resolved.

- Value update with checkbox selection issue in reactive form has been resolved.

## 16.3.34 (2018-11-21)

### MultiSelect
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/dist/ej2-vue-dropdowns.umd.min.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/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "16.4.40",
"version": "16.4.42",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 16 additions & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

## [Unreleased]

## 16.4.42 (2018-12-10)
## 16.4.44 (2018-12-24)

### Grid

#### Bug Fixes

- Misalignment occurs when `footer aggreagate` in grid and also while editing is resolved.
- Script error thrown when reorder header template column in grid using angular is fixed.
- `RemoteSaveAdaptor` returns empty row while perform adding in Grid is resolved.
- Filtering the localized date column throws script error is fixed.
- Provided support for dynamic property change handling for `selectedRowIndex`.
- Filtering after grouping any column focuses out of the `filterbar` is resolved.
- `Deselecting` event is not triggered after double clicking a particular row and select different row is resolved.
- Column data `stringify` is not working properly when persistence enabled is resolved.

## 16.4.42 (2018-12-14)

### Grid

Expand Down
4 changes: 2 additions & 2 deletions components/grids/dist/ej2-vue-grids.umd.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/grids/dist/es6/ej2-vue-grids.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/grids/dist/es6/ej2-vue-grids.es2015.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/grids/dist/es6/ej2-vue-grids.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/grids/dist/es6/ej2-vue-grids.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "16.4.40",
"version": "16.4.42",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/grids/src/grid/grid.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class GridComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/dist/ej2-vue-heatmap.umd.min.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/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "16.4.40",
"version": "16.4.42",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit a03cdaa

Please sign in to comment.