You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@ All notable changes for each version of this project will be documented in this
4
4
## 10.2.0
5
5
6
6
### General
7
+
-`IgxDatePicker`
8
+
- Added `aria-labelledby` property for the input field. This will ensure the users of assistive technologies will also know what component is used for, upon input focus.
7
9
-`IgxInputGroup`
8
10
-**Breaking Change** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
9
11
-**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.
10
12
-`IgxOverlay`
11
13
-**Breaking Change** - `target` property in `PositionSettings` has been deprecated. You can set the attaching target for the component to show in `OverlaySettings` instead.
12
14
-`IgxSelect`
13
15
- Added `aria-labelledby` property for the items list container(marked as `role="listbox"`). This will ensure the users of assistive technologies will also know what the list items container is used for, upon opening.
14
-
-`IgxDatePicker`
15
-
-**Breaking Change** - Deprecated the `label`and `labelVisibility` properties.
16
+
-`IgxDatePicker`
17
+
-**Breaking Change** - Deprecated the `label`property.
16
18
17
19
18
20
### New Features
@@ -23,7 +25,7 @@ All notable changes for each version of this project will be documented in this
23
25
-` IgxExcelExporterService`
24
26
- Added `worksheetName` property to the `IgxExcelExporterOptions`, that allows setting the name of the worksheet.
25
27
-`IgxDatePicker`
26
-
- The `labelVisibility` and the `label` property have been deprecated and now a custom label is set by nesting a <labeligxLabel></label> inside the <igx-date-picker><igx-date-picker> tags.
28
+
- The the `label` property have been deprecated and a custom label can also be set by nesting a <labeligxLabel></label> inside the <igx-date-picker><igx-date-picker> tags.
27
29
-`IgxTimePicker`
28
30
- Added a custom label functionality.
29
31
-`IgxCalendar` and `IgxDatePicker` - new `showWeekNumbers` input, that allows showing of the week number at left side of content area.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/date-picker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ DatePicker with cancel and today buttons
41
41
</igx-date-picker>
42
42
```
43
43
44
-
The DatePicker's custom label can be set in the way shown below. If `labelVisibility` is set to `false` and a custom label is not used, a default one will be set.
44
+
The DatePicker's custom label can be set in two ways, either by changing the `label` property or in the way shown below.
0 commit comments