Skip to content

Commit bc970ff

Browse files
authored
Merge pull request #8103 from IgniteUI/valazhov/timepicker-new-label-readme-update-6905
feat(time-picker): Updating the readme and the changelog, #6905
2 parents ab84729 + 5617c12 commit bc970ff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
All notable changes for each version of this project will be documented in this file.
44
## 10.2.0
5-
- IgxInputGroup
5+
6+
### General
7+
- `IgxInputGroup`
68
- **Breaking Chage** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
79
- **Behavioral Change** - The styling of the input group is now dictated by the theme being used. The remaining `types` - `line`, `border`, and `box` will only have effect on the styling when used with the `material` theme. The `search` type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.
810

9-
## 10.2.0
10-
1111
### New Features
1212
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
1313
- When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
1414
- ` IGX_INPUT_GROUP_TYPE` injection token
1515
- Allows for setting an input group `type` on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a `type`.
1616
- ` IgxExcelExporterService`
1717
- Added `worksheetName` property to the `IgxExcelExporterOptions`, that allows setting the name of the worksheet.
18+
- `IgxTimePicker`
19+
- Added a custom label functionality.
1820

1921
## 10.1.0
2022

projects/igniteui-angular/src/lib/time-picker/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ The TimePicker has vertical and horizontal layout. By default the `vertical` is
4646
<igx-time-picker [vertical]="true">
4747
</igx-time-picker>
4848
```
49+
The TimePicker supports custom label. It can be set in the following way:
50+
````html
51+
<igx-time-picker>
52+
<label igxLabel> Custom label</label>
53+
</igx-time-picker>
54+
````
4955

5056
The TimePicker input group could be retemplated.
5157
```html

0 commit comments

Comments
 (0)