Skip to content

Commit 82d66a9

Browse files
committed
chore(changelog): update time picker section
1 parent 6df5dec commit 82d66a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ All notable changes for each version of this project will be documented in this
106106
```html
107107
<igx-time-picker #timePicker [(value)]="time" [displayFormat]="'mediumTime'" [inputFormat]="hh:mm:ss">
108108
<label igxLabel>Time: </label>
109-
<igx-picker-toggle igxPrefix (click)="timePicker.toggle()">
109+
<igx-picker-toggle igxPrefix>
110110
alarm
111111
</igx-picker-toggle>
112-
<igx-picker-clear igxSuffix (click)="timePicker.clear()">
112+
<igx-picker-clear igxSuffix>
113113
delete
114114
</igx-picker-clear>
115115
</igx-time-picker>
@@ -120,6 +120,7 @@ All notable changes for each version of this project will be documented in this
120120
- **Breaking Change** - `vertical` is renamed to `headerOrientation`.
121121
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
122122
- **Breaking Change** - `onValidationFailed` event is renamed to `validationFailed`.
123+
- **Behavioral Change** - The dropdown/dialog displays time portions within `minValue` and `maxValue` range if set or time between 00:00 and 24:00 in the provided `inputFormat`. The displayed values for each time portion are calculated based on the items delta always starting from zero. If the `minValue` or `maxValue` does not match the items delta, the displayed values will start/end from the next/last possible value that matches the delta. Upon opening, the selected time will be the bound value. In cases when there is not a bound value, it is outside the min/max range or does not match the items delta, the selected time will be the closest possible time that matches the items delta.
123124
- `IgxDateRangePicker`
124125
- **Feature** - `value` start and end accept ISO 8601 string format.
125126
- **Feature** - The actions template now exposes the Calendar component as implicit context:

0 commit comments

Comments
 (0)