Skip to content

Commit b7cc48c

Browse files
author
pipeline
committed
v17.1.41 is released
1 parent aae7463 commit b7cc48c

Some content is hidden

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

44 files changed

+228
-46
lines changed

components/base/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+
## 17.1.41 (2019-04-16)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- #233125 Upgraded Vue Peer Dependency version from 2.5.21 to 2.6.10
12+
513
## 17.1.38 (2019-03-29)
614

715
### Common

components/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
2626
"peerDependencies": {
27-
"vue": "2.5.2 - 2.5.21"
27+
"vue": "2.5.2 - 2.6.10"
2828
},
2929
"dependencies": {
3030
"@syncfusion/ej2-base": "*"

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": "17.1.38",
3+
"version": "17.1.40",
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
12+
- #F143747 - Now, you can set min and max value as null dynamically.
13+
14+
### DateTimePicker
15+
16+
#### Bug Fixes
17+
18+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
19+
20+
### DateRangePicker
21+
22+
#### Bug Fixes
23+
24+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
25+
26+
### TimePicker
27+
28+
#### Bug Fixes
29+
30+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
31+
- #231003 Issue with different icon size in bootstrap theme has been fixed.
32+
533
## 17.1.32-beta (2019-03-13)
634

735
### DatePicker

components/calendars/src/calendar/calendar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class CalendarComponent extends ComponentBase {
9090
return this.ej2Instances.removeDate(dates);
9191
}
9292

93-
public requiredModules(): undefined {
93+
public requiredModules(): Object[] {
9494
return this.ej2Instances.requiredModules();
9595
}
9696
}

components/calendars/src/datepicker/datepicker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class DatePickerComponent extends ComponentBase {
102102
return this.ej2Instances.removeDate(dates);
103103
}
104104

105-
public requiredModules(): undefined {
105+
public requiredModules(): Object[] {
106106
return this.ej2Instances.requiredModules();
107107
}
108108

components/calendars/src/daterangepicker/daterangepicker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class DateRangePickerComponent extends ComponentBase {
8787
return this.ej2Instances.hide(event);
8888
}
8989

90-
public requiredModules(): undefined {
90+
public requiredModules(): Object[] {
9191
return this.ej2Instances.requiredModules();
9292
}
9393

components/calendars/src/datetimepicker/datetimepicker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class DateTimePickerComponent extends ComponentBase {
102102
return this.ej2Instances.removeDate(dates);
103103
}
104104

105-
public requiredModules(): undefined {
105+
public requiredModules(): Object[] {
106106
return this.ej2Instances.requiredModules();
107107
}
108108

components/charts/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+
## 17.1.41 (2019-04-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Support has been provided for multiple export in horizontal mode.
12+
513
## 17.1.40 (2019-04-09)
614

715
### Accumulation chart

components/charts/dist/ej2-vue-charts.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)