|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 17.3.27 (2019-11-12) |
| 6 | + |
| 7 | +### DateTimePicker |
| 8 | + |
| 9 | +#### New Features |
| 10 | + |
| 11 | +- `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button. |
| 12 | + |
| 13 | +### DatePicker |
| 14 | + |
| 15 | +#### New Features |
| 16 | + |
| 17 | +- `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button. |
| 18 | + |
| 19 | +### TimePicker |
| 20 | + |
| 21 | +#### New Features |
| 22 | + |
| 23 | +- `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button. |
| 24 | + |
| 25 | +### DateRangePicker |
| 26 | + |
| 27 | +#### New Features |
| 28 | + |
| 29 | +- `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button. |
| 30 | + |
5 | 31 | ## 17.3.26 (2019-11-05)
|
6 | 32 |
|
7 | 33 | ### DateTimePicker
|
|
524 | 550 |
|
525 | 551 | #### Bug Fixes
|
526 | 552 |
|
527 |
| -- 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. |
| 553 | +- 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. |
528 | 554 |
|
529 | 555 | - Angular form rest for the invalid value in the textbox issue has been fixed.
|
530 | 556 |
|
531 | 557 | ### DatePicker
|
532 | 558 |
|
533 | 559 | #### Bug Fixes
|
534 | 560 |
|
535 |
| -- 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. |
| 561 | +- 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. |
536 | 562 |
|
537 | 563 | ### DateTimePicker
|
538 | 564 |
|
539 | 565 | #### Bug Fixes
|
540 | 566 |
|
541 |
| -- 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. |
| 567 | +- 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. |
542 | 568 |
|
543 | 569 | ### Calendar
|
544 | 570 |
|
545 | 571 | #### Bug Fixes
|
546 | 572 |
|
547 |
| -- 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. |
| 573 | +- 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. |
548 | 574 |
|
549 | 575 | ## 16.2.46 (2018-07-30)
|
550 | 576 |
|
@@ -973,4 +999,4 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
|
973 | 999 |
|
974 | 1000 | - **StrictMode** - Allows to entering the only valid time in a textbox.
|
975 | 1001 |
|
976 |
| -- **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. |
| 1002 | +- **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. |
0 commit comments