Skip to content

Commit 462102b

Browse files
author
pipeline
committed
v17.1.42 is released
1 parent b51c227 commit 462102b

File tree

226 files changed

+2264
-844
lines changed

Some content is hidden

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

226 files changed

+2264
-844
lines changed

README.md

Lines changed: 62 additions & 78 deletions
Large diffs are not rendered by default.

controls/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+
## 17.1.42 (2019-04-23)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
12+
513
## 17.1.41 (2019-04-16)
614

715
### DatePicker

controls/calendars/dist/ej2-calendars.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.

controls/calendars/dist/ej2-calendars.umd.min.js.map

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

controls/calendars/dist/es6/ej2-calendars.es2015.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/calendars/dist/es6/ej2-calendars.es2015.js.map

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

controls/calendars/dist/es6/ej2-calendars.es5.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5101,6 +5101,10 @@ var DateRangePicker = /** @__PURE__ @class */ (function (_super) {
51015101
this.setValue();
51025102
}
51035103
else {
5104+
if (this.inputElement.value === '') {
5105+
this.startValue = null;
5106+
this.endValue = null;
5107+
}
51045108
Input.setValue('', this.inputElement, this.floatLabelType, this.showClearButton);
51055109
this.updateInput();
51065110
}

controls/calendars/dist/es6/ej2-calendars.es5.js.map

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

controls/calendars/dist/global/ej2-calendars.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.

controls/calendars/dist/global/ej2-calendars.min.js.map

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)