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
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,16 @@
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
5
## 6.2.0
6
+
-`igx-datePicker` selector is deprecated. Use `igx-date-picker` selector instead.
6
7
-`igxOverlay`: `OverlaySettings` now also accepts an optional `outlet` to specify the container where the overlay should be attached.
7
8
-`igxToggleAction` new `outlet` input controls the target overlay element should be attached. Provides a shortcut for `overlaySettings.outlet`.
8
9
-`IgxOverlayOutlet` directive introducedto mark an element as an `igxOverlay` outlet container. [ReadMe](https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/toggle/README.md)
9
10
-`igxButtonGroup`
10
11
- Added the ability to define buttons directly in the template
12
+
-`igx-time-picker`:
13
+
-`igxTimePickerTemplate` - new directive which should be applied on the child `<ng-template>` element when `IgxTimePickerComponent`'s input group is retemplated.
14
+
-`igx-datePicker`:
15
+
-`igxDatePickerTemplate` - new directive which should be applied on the child `<ng-template>` element when `IgxDatePickerComponent`'s input group is retemplated.
11
16
-`IgxTextHighlightDirective`: The `highlight` method now has a new optional parameter called `exactMatch` (defaults to false).
12
17
- If its value is false, all occurrences of the search text will be highlighted in the group's value.
13
18
- If its value is true, the entire group's value should equals the search text in order to be highlighted (caseSensitive argument is respected as well).
0 commit comments