@syncfusion/ej2-angular-calendars
Version:
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 Angular
1,390 lines (698 loc) • 34.4 kB
Markdown
# Changelog
## [Unreleased]
## 30.1.37 (2025-06-25)
### DatePicker
#### New Features
- The DatePicker allows users to input date values in various valid formats, enhancing the user experience by offering flexibility in specifying date formats for parsing. A new API called `inputFormats` has been introduced to handle custom date input formats, allowing users to specify the expected format(s) for parsing date values. For example, `InputFormats = 'new string[] { "dd/MM/yyyy", "MM/dd/yyyy", "yyyy-MM-dd" }'`.
### DateTimePicker
#### New Features
- The DateTimePicker allows users to input date and time values in various valid formats, enhancing the user experience by offering flexibility in specifying date and time formats for parsing. A new API called `inputFormats` has been introduced to handle custom date and time input formats, allowing users to specify the expected format(s) for parsing date and time values. For example, `InputFormats='new string[] { "dd/MM/yyyy hh:mm", "MM/dd/yyyy HH:mm", "yyyy-MM-dd hh mm tt" }'`.
### DateRangePicker
#### New Features
- The DateRangePicker allows users to input date values in various valid formats, enhancing the user experience by offering flexibility in specifying date formats for parsing. A new API called `inputFormats` has been introduced to handle custom date input formats, allowing users to specify the expected format(s) for parsing date and time values. For example, `InputFormats='new string[] { "dd/MM/yyyy - dd/MM/yyyy", "MM/dd/yyyy - MM/dd/yyyy", "yyyy-MM-dd - yyyy-MM-dd" }'`.
## 19.3.46 (2021-10-19)
### TimePicker
#### Bug Fixes
- `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
## 19.2.44 (2021-06-30)
### DatePicker
#### New Features
- `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
### DateTimePicker
#### New Features
- `#I299471` - Now, you can enable the masked input using `enableMask` property.
### TimePicker
#### New Features
- Now, you can enable the masked input using `enableMask` property.
## 18.4.34 (2021-01-12)
### DateTimePicker
#### Bug Fixes
- `#309143` - Issue with "timepicker popup is not opened when render component with `openOnFocus` as true and click on the time icon" has been resolved.
## 18.3.52 (2020-12-01)
### Calendar
#### Bug Fixes
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
### DatePicker
#### Bug Fixes
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
### DateTimePicker
#### Bug Fixes
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
### DateRangePicker
#### Bug Fixes
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
### TimePicker
#### Bug Fixes
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
## 18.3.51 (2020-11-24)
### DatePicker
#### Bug Fixes
- `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved.
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
#### Breaking Changes
- While setting the datepicker value programmatically, the `change` event will not trigger.
### DateRangePicker
#### Bug Fixes
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
#### Breaking Changes
- While setting the daterangepicker value programmatically, the `change` event will not trigger.
### DateTimePicker
#### Bug Fixes
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
#### Breaking Changes
- While setting the datetimepicker value programmatically, the `change` event will not trigger.
### TimePicker
#### Bug Fixes
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
#### Breaking Changes
- While setting the timepicker value programmatically, the `change` event will not trigger.
### Calendar
#### Bug Fixes
- `#299743` - Issue with "week number is not updated properly in first week of the year" has been resolved.
## 18.3.40 (2020-10-13)
### DateRangePicker
#### Bug Fixes
- `#288129` - Issue with "values cannot be chosen while updating UTC time as start date and end date" has been resolved.
## 18.2.44 (2020-07-07)
### DatePicker
#### New Features
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
### DateTimePicker
#### New Features
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
### TimePicker
#### New Features
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
### DateRangePicker
#### New Features
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
## 18.1.43 (2020-04-07)
### TimePicker
#### Bug Fixes
- `#266088`- Now, you can use focusOut method inside close event.
### DateRangePicker
#### Bug Fixes
- `#263008`- Issue with "script error throws while navigating month using previous and next icon in the mobile mode" has been resolved.
## 17.4.50 (2020-02-18)
### DateRangePicker
#### Bug Fixes
- `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
### Calendar
#### Bug Fixes
- Now, selection style is applied to the previous month selected date in the current month view.
## 17.4.49 (2020-02-11)
### DateTimePicker
#### Bug Fixes
- Issue with script error throws while selecting value from popup in touch mode has been resolved.
## 17.4.47 (2020-02-05)
### DatePicker
#### Bug Fixes
- `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
### TimePicker
#### Bug Fixes
- `#261538` - Issue with script error throws while selecting value from popup in touch mode has been resolved.
## 17.4.46 (2020-01-30)
### DatePicker
#### Bug Fixes
- `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
## 17.4.43 (2020-01-14)
### Calendar
#### Bug Fixes
- Issue with "datepicker popup not opened in IE browser" has been resolved.
## 17.4.41 (2020-01-07)
### Calendar
#### Bug Fixes
- Issue with "change event triggered while again click on the selected month in month view" has been resolved.
## 17.4.40 (2019-12-24)
### DateRangePicker
#### Bug Fixes
- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
### DateTimePicker
#### Bug Fixes
- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
## 17.4.39 (2019-12-17)
### DateRangePicker
#### Bug Fixes
- `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
- `#F149064` - Issue with "script error throws while navigate month in mobile mode" has been resolved.
## 17.3.27 (2019-11-12)
### DateTimePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
### DatePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
### TimePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
### DateRangePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
undefined- `#250743` - Issue with "script error occurs while selecting values in mobile emulator" has been resolved.
## 17.3.26 (2019-11-05)
### DateTimePicker
#### New Features
- `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
### Calendar
#### New Features
- `#246049` - Now, month name, day name are capitalized for all localization.
## 17.3.19 (2019-10-22)
### TimePicker
#### Bug Fixes
- `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
## 17.2.49 (2019-09-04)
### DatePicker
#### Bug Fixes
- `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
## 17.2.41 (2019-08-14)
### DateRangePicker
#### Bug Fixes
- `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
## 17.2.36 (2019-07-24)
### DatePicker
#### Bug Fixes
- `#236828` - Resolved the `accessibility` related issue in DatePicker.
## 17.2.35 (2019-07-17)
### DatePicker
#### Bug Fixes
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
### DateRangePicker
#### Bug Fixes
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
### DateTimePicker
#### Bug Fixes
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
### TimePicker
#### Bug Fixes
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
## 17.2.34 (2019-07-11)
### DateTimePicker
#### Bug Fixes
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
## 17.2.28-beta (2019-06-27)
### Calendar
#### New Features
- #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.
### DatePicker
#### New Features
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
#### Bug Fixes
- #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
- #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
- #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.### DateRangePicker
#### New Features
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
#### Bug Fixes
- #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
### DateTimePicker
#### New Features
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
### TimePicker
#### New Features
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
## 17.1.49 (2019-05-29)
### DatePicker
#### Bug Fixes
- #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
## 17.1.48 (2019-05-21)
### Calendar
#### Bug Fixes
- #235561 - Now, you can navigate year within min and max range in decade view.
### DatePicker
#### Bug Fixes
- #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
### DateRangePicker
#### Bug Fixes
- #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
## 17.1.43 (2019-04-30)
### DatePicker
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
- #233877 - Now, you can enter the same date value after form reset.
### DateTimePicker
- #233877 - Now, you can enter the same datetime value after form reset.
## 17.1.42 (2019-04-23)
### DateRangePicker
#### Bug Fixes
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
## 17.1.41 (2019-04-16)
### DatePicker
#### Bug Fixes
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
- #F143747 - Now, you can set min and max value as null dynamically.
### DateTimePicker
#### Bug Fixes
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
### DateRangePicker
#### Bug Fixes
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
### TimePicker
#### Bug Fixes
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
- #231003 - Issue with different icon size in bootstrap theme has been fixed.
## 17.1.32-beta (2019-03-13)
### DatePicker
#### Bug Fixes
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
### DateRangePicker
#### New Features
- Now, you can move to a particular date without UI interaction using `NavigateTo` method.
- Provided option to set the start and depth level view of the calendar.
### DateTimePicker
#### New Features
- Now, you can provide datetime value as a string to the DateTimePicker.
## 16.4.55 (2019-02-27)
### DatePicker
#### Bug Fixes
- Resolved the issue with today button text not updated when dynamically change the localization of the page.
## 16.4.54 (2019-02-19)
### DatePicker
#### Bug Fixes
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
### DateRangePicker
#### Bug Fixes
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
- Now year values are shown in the selected range of decade view.
### DateTimePicker
#### Bug Fixes
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
### TimePicker
#### Bug Fixes
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
## 16.4.53 (2019-02-13)
### DatePicker
#### Bug Fixes
- Fixed the form validation class `ng-dirty` issue in Angular forms.
### DateRangePicker
#### Bug Fixes
- Fixed the form validation class `ng-dirty` issue in Angular forms.
### DateTimePicker
#### Bug Fixes
- Fixed the form validation class `ng-dirty` issue in Angular forms.
### TimePicker
#### Bug Fixes
- Fixed the form validation class `ng-dirty` issue in Angular forms.
## 16.4.52 (2019-02-05)
### Calendar
#### Bug Fixes
- Tabindex support has been provided.
### DatePicker
#### New Features
- Now, date type skeleton support has been provided for the format property.
#### Bug Fixes
- Tabindex support has been provided.
### DateTimePicker
#### New Features
- Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.
#### Bug Fixes
- Tabindex support has been provided.
### DateRangePicker
#### Bug Fixes
- Tabindex support has been provided.
### TimePicker
#### Bug Fixes
- Tabindex support has been provided.
## 17.1.1-beta (2019-01-29)
### TimePicker
#### Breaking Changes
- TimePicker pop-up will position at the center of the viewport in mobile resolution.
## 16.4.47 (2019-01-16)
### TimePicker
#### Bug Fixes
- TimePicker will allow assigning string value when type system configuration is disabled.
## 16.4.46 (2019-01-08)
### TimePicker
#### New Features
- Pop-up positioning support has been provided.
## 16.4.45 (2019-01-02)
### DatePicker
#### Bug Fixes
- DatePicker will allow assigning string value when type system configuration is disabled.
## 16.4.44 (2018-12-24)
### DatePicker
#### Bug Fixes
- Fixed the `allowEdit` issue in mobile mode.
### 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.
## 16.4.42 (2018-12-14)
### Calendar
#### New Features
- Added the Islamic calendar support.
### DatePicker
#### New Features
- Added the Islamic DatePicker support.
### DateTimePicker
#### New Features
- Added the Islamic DateTimePicker support.
## 16.4.40-beta (2018-12-10)
### DatePicker
#### Bug Fixes
- Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
### TimePicker
#### Bug Fixes
- Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
## 16.3.31 (2018-11-07)
### DatePicker
#### Bug Fixes
- Fixed the form reset issue in Internet Explorer.
### DateRangePicker
#### Bug Fixes
- Fixed the form reset issue in Internet Explorer.
## 16.3.29 (2018-10-31)
### DatePicker
#### Bug Fixes
- Added multiple class name support for the `cssClass` property.
### DateRangePicker
#### Bug Fixes
- Added multiple class name support for the `cssClass` property.
### TimePicker
#### Bug Fixes
- Added multiple class name support for the `cssClass` property.
## 16.3.27 (2018-10-23)
### DateRangePicker
#### Bug Fixes
- Fixed the form reset handler issue while destroying the component.
## 16.3.25 (2018-10-15)
### DateRangePicker
#### Bug Fixes
- Fixed the `strictMode` issue.
## 16.3.17 (2018-09-12)
### Calendar
#### New Features
- Multiple date selection support has been included.
### DateTimePicker
#### Bug Fixes
- Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
### DateRangePicker
#### Bug Fixes
- Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
### TimePicker
#### Bug Fixes
- Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
## 16.2.52 (2018-09-04)
### DateTimePicker
#### Bug Fixes
- DateTimePicker value will now accept the date values (without time) while entering value in the input element.
## 16.2.50 (2018-08-28)
### DatePicker
#### Bug Fixes
- Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
- Fixed the validation issue in mobile devices.
### DateRangePicker
#### Bug Fixes
- The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
- Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
## 16.2.47 (2018-08-07)
### DateRangePicker
#### Bug Fixes
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
- Angular form rest for the invalid value in the textbox issue has been fixed.
### DatePicker
#### Bug Fixes
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
### DateTimePicker
#### Bug Fixes
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
### Calendar
#### Bug Fixes
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
## 16.2.46 (2018-07-30)
### DatePicker
#### New Features
- Support for `allowEdit` property has been provided for DatePicker component that allows to edit the value in the input element.
#### Bug Fixes
- Float label state are not restored after resetting the form issue has been fixed.
### DateRangePicker
#### New Features
- Support for `allowEdit` property has been provided for DateRangePicker component that allows to edit the value in the input element.
### DateTimePicker
#### New Features
- Support for `allowEdit` property has been provided for DateTimePicker component that allows to edit the value in the input element.
#### Bug Fixes
- Float label state are not restored after resetting the form issue has been fixed.
### TimePicker
#### New Features
- Support for `allowEdit` property has been provided for TimePicker component that allows to edit the value in the input element.
#### Bug Fixes
- Float label state are not restored after resetting the form issue has been fixed.
## 16.2.45 (2018-07-17)
### DateRangePicker
#### New Features
- Added the custom object support for the value property with the start and end keys.
## 16.2.44 (2018-07-10)
### DateRangePicker
#### Bug Fixes
- Float label state are not restored after resetting the form issue has been fixed.
## 16.2.43 (2018-07-03)
### DateRangePicker
#### Bug Fixes
- Invalid value are not cleared in the textbox after resetting the form issue has been fixed.
## 16.2.41 (2018-06-25)
### Calendars
#### Breaking Changes
- Newly added `ColorPicker` component in input package requires `SplitButton` dependency, So now it's mandatory to include the `ej2-splitbuttons.umd.min.js` in system.js configuration if your using system.js module loader.
Update the `system.js` configuration while going with this version and above.
- Today button will act as a primary button in high contrast, bootstrap and fabric themes.
#### New Features
- Event arguments for all Calendar components has been streamlined.
### DateRangePicker
#### Breaking Changes
- `Value` parameter obtained in change event argument has been changed from `string type to array of date object` and the `string` value from the input element can be obtained from the `text` parameter of the argument.
### TimePicker
#### Breaking Changes
- In change event, the parameter `e` has been changed to `event`.
## 16.1.49 (2018-06-20)
### DateTimePicker
- TimePicker popup is not closing while clicking outside of the window issue has been fixed.
## 16.1.48 (2018-06-13)
### DateRangePicker
#### Bug Fixes
- Selection is not maintained in the month with start date in the left calendar, while performing drill down in the right calendar has been fixed.
## 16.1.45 (2018-05-23)
### DateRangePicker
#### New Features
- `DrillDown` support has been provided for DateRangePicker component that allows to quick navigate back and forth from month and year views to select a range easier.
- `Value` property support has been provided for DateRangePicker component to set a date range.
## 16.1.42 (2018-05-15)
### DateTimePicker
#### Bug Fixes
- `ngOnDestroy` related issues with destroying DateTimePicker component has been fixed.
## 16.1.38 (2018-05-02)
### Common
#### Bug Fixes
- Now, Date parser will return the `null` value while parsing invalid date string.
## 16.1.35 (2018-04-17)
### DateRangePicker
#### Bug Fixes
- `focusIn` and `focusOut` methods has been included.
- `focus` and `blur` events has been included.
## 16.1.34 (2018-04-10)
### Common
#### Bug Fixes
- Issue with Calendar date generation in `UTC+00:00` time zone has been fixed.
## 16.1.33 (2018-04-03)
### Common
#### Bug Fixes
- Rendering issue on going with `UTC+00:00` time zone has been fixed.
## 16.1.32 (2018-03-29)
### DateRangePicker
#### Bug Fixes
- DateRangePicker popup will not open while enabling the `readOnly` property.
### DateTimePicker
#### Bug Fixes
- Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
- DateTimePicker throws script error while clicking today button in IE browser has been fixed.
#### Breaking Changes
- The out of range value will be the value of the component and highlighted with error class.
### Calendar
#### Bug Fixes
- Calendar throws script error while clicking today button in IE browser has been fixed.
### DatePicker
#### Bug Fixes
- DatePicker throws script error while clicking today button in IE browser has been fixed.
### TimePicker
#### Breaking Changes
- The out of range value will be the value of the component and highlighted with error class.
## 16.1.29 (2018-03-13)
### Common
#### Bug Fixes
- `Width` property with string type value issue has been fixed.
## 16.1.28 (2018-03-09)
### DatePicker
#### Breaking Changes
- DatePicker maintains null value, while entering the out of range(min/max) issue has been fixed.
## 16.1.24 (2018-02-22)
### Common
#### Breaking Changes
- Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
- Event arguments and it's parameter values are same.
- Popup open in read-only mode issue has been fixed.
#### New Features
- High contrast theme support.
### DateRangePicker
#### New Features
- DateRangePicker rendered based on the screen resolution.
- `DateTime` support has been provided for DateRangePicker.
- Input type `date` has been handled in DateRangePicker.
### DatePicker
#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
- Focus the input when select the value from the DatePicker popup.
#### New Features
- `Today` button support has been provided for DatePicker.
- Input type `date` has been handled in DatePicker.
### TimePicker
#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
#### New Features
- Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
- Input type `time` has been handled in TimePicker.
- Added `scrollTo` support for the TimePicker which is used to set the scroll position to the given time value when no value is selected in the popup list or the given value is not present in the popup list.
### Calendar
#### Breaking Changes
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
#### New Features
- `Today` button support has been provided for Calendar.
### DateTimePicker
DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
- **Range Restriction** – Allows to select a date and time within a specified range.
- **Format** – Formatting the value displayed in a textbox.
- **Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
- **Strict Mode** - Allows to enter the only valid date and time in a textbox.
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DateTimePicker component features through the keyboard, screen readers, or other assistive technology devices.
## 15.4.26-preview (2018-01-23)
### DateRangePicker
#### Bug Fixes
- Select event will be triggered when selecting the start and end date.
## 15.4.25-preview (2018-01-09)
### DatePicker
#### Bug Fixes
- Width and form validation related issues has been fixed.
## 15.4.23-preview (2017-12-27)
### Common
#### New Features
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
#### Breaking Changes
- Modified the module bundle file name for ES6 bundling.
### DatePicker, DateRangePicker and TimePicker
#### Bug Fixes
- Popup repositions will not work while scrolling on the fixed element, this has been fixed.
## 15.4.21-preview (2017-12-08)
### DatePicker
#### Bug Fixes
- Popup position issue in mobile layout has been fixed.
## 15.4.20-preview (2017-12-01)
### Common
#### New Features
- Upgraded TypeScript version to 2.6.2
### Calendar
#### Bug Fixes
- issue on rendering the current month in European Time zone has been fixed.
### DatePicker
#### Bug Fixes
- issue on rendering the current month in European Time zone has been fixed.
- **showClearButton** - Allows to clear the textbox and model values.
- **zIndex** - allows to set the z-index value to the popup element.
### DateRangePicker
#### Bug Fixes
- **showClearButton** - Allows to clear the textbox and model values.
- **zIndex** - allows to set the z-index value to the popup element.
### TimePicker
#### Bug Fixes
- **showClearButton** - Allows to clear the textbox and model values.
- **zIndex** - allows to set the z-index value to the popup element.
## 15.4.17-preview (2017-11-13)
### Calendar
Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
- **Range Restriction** - Allows to select a date within a specified date range.
- **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
- **Customization** - Allows to customize the each day cell of the calendar.
- **Accessibility** - Provided with built-in accessibility support which helps to access all the Calendar component features through the keyboard, screen readers, or other assistive technology devices.
### DatePicker
DatePicker component for selecting or entering a date with options for disabling dates,
restricting selection and showing custom events.
- **Range Restriction** - Allows to select a date within a specified date range.
- **Format** - Formatting the value displayed in a textbox.
- **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
- **Customization** - Allows to customize the each day cell of the calendar.
- **StrictMode** - Allows to entering the only valid date in a textbox.
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DatePicker component features through the keyboard, screen readers, or other assistive technology devices.
### DateRangePicker
DateRangePicker component that allows user to select the date range from the calendar
or entering the range through the input element.
- **Presets** - Allows to define the customized predefined set of ranges.
- **Day Span** - Select the data span between the ranges to avoid excess or less date selection.
- **Range Restriction** - Control the date range selection within a specified range.
- **Format** - Formatting the value displayed in a textbox.
- **Customization** - Allows to customize the each day cell of the calendar.
- **StrictMode** - Allows to entering the only valid date in a textbox.
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DateRangePicker component features through the keyboard, screen readers, or other assistive technology devices.
### TimePicker
TimePicker component is the pre-filled dropdown list with the time values 12/24 hours format, that allows to select a time from the list.
- **Range Restriction** - Allows to select a time within a specified time range.
- **Format** - Formatting the value displayed in a textbox.
- **Step** - Provides the option to increment/decrement time value in a popup list.
- **StrictMode** - Allows to entering the only valid time in a textbox.
- **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.## 19.3.56 (2021-12-02)
### TimePicker
#### Bug Fixes
- `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
- `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
## 19.3.44 (2021-10-05)
### DateTimePicker
#### Bug Fixes
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
### DatePicker
#### Bug Fixes
- `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
## 19.2.62 (2021-09-14)
### DateTimePicker
#### Bug Fixes
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
## 19.2.47 (2021-07-13)
### DatePicker
#### Bug Fixes
- `#I334467` - Issue with "input is not disabled while disabling the `formControlName` using form group" has been resolved.
## 19.1.64 (2021-05-19)
### DateRangePicker
#### Bug Fixes
- `#I325926` - Issue with "custom range popup shows always in the presets popup while rendering the component with preset range as date time value and selecting any presets range from popup" has been resolved.
## 19.1.55 (2021-04-06)
### DatePicker
#### Bug Fixes
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
### DateRangePicker
#### Bug Fixes
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
### DateTimePicker
#### Bug Fixes
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
## 18.4.43 (2021-02-16)
### DatePicker
#### Bug Fixes
- `#314484` - Issue with "dirty and pristine are not updated properly while resetting the form" has been resolved.
## 18.4.39 (2021-01-28)
### DatePicker
#### Bug Fixes
- `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
## 18.4.35 (2021-01-19)
### Calendar
#### New Features
- `#302472` - Now, you can change the rule for defining the first week of the year using `weekRule` property.
## 18.4.31 (2020-12-22)
### DateRangePicker
#### Bug Fixes
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
## 18.3.42 (2020-10-20)
### Calendar
#### Bug Fixes
- `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
## 18.1.53 (2020-05-19)
### DatePicker
#### Bug Fixes
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.