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: ROADMAP.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@
8
8
2.**[DONE]** Themes: Scope custom CSS props to component selectors [#8868](https://github.com/IgniteUI/igniteui-angular/issues/8868)
9
9
3.**[DONE]** Switch thumb templatable and add indeterminate state [#8949](https://github.com/IgniteUI/igniteui-angular/issues/8949)
10
10
4.**[DONE]** IgxDateTimeEditor should support spin delta [#7169](https://github.com/IgniteUI/igniteui-angular/issues/7169)
11
-
5. Expose a column input for passing additional data/state in the template contexts of the column [#9020](https://github.com/IgniteUI/igniteui-angular/issues/9020)
11
+
5.**[DONE]**Expose a column input for passing additional data/state in the template contexts of the column [#9020](https://github.com/IgniteUI/igniteui-angular/issues/9020)
12
12
6.**[DONE]** Export Hierarchical Grid to Excel [#5848](https://github.com/IgniteUI/igniteui-angular/issues/5848)
13
-
7. Tree component [#7475](https://github.com/IgniteUI/igniteui-angular/issues/7475)
10.**[DONE]** Tabs and Bottom Nav Components Refactoring [#8793](https://github.com/IgniteUI/igniteui-angular/issues/8793)
17
-
11. Datetime and Time column types [#7678](https://github.com/IgniteUI/igniteui-angular/issues/7678)
17
+
11.**[DONE]**Datetime and Time column types [#7678](https://github.com/IgniteUI/igniteui-angular/issues/7678)
18
18
12.**[DONE]** Add detach method to IgxOverlay [#6063](https://github.com/IgniteUI/igniteui-angular/issues/6063)
19
19
13.**[DONE]** Accept ISO 8601 Date-only string as input for IgxDateTimeEditorDirective [#6994](https://github.com/IgniteUI/igniteui-angular/issues/6994)
20
20
@@ -27,7 +27,7 @@
27
27
28
28
# Previous Milestone
29
29
30
-
## Milestone 15 (Due by February, 2021)
30
+
## Milestone 15 (Released February 17th, 2021)
31
31
32
32
1.**[DONE]** Filters should support filtering by formatted value [#8009](https://github.com/IgniteUI/igniteui-angular/issues/8009)
33
33
2.**[DONE]** Support changing theme dynamically on Input Group [#8619](https://github.com/IgniteUI/igniteui-angular/issues/8619)
@@ -72,7 +72,7 @@
72
72
16.**[DONE]** Allow setting of the name of the worksheet in exported workbook in IgxExcelExporter [#7396](https://github.com/IgniteUI/igniteui-angular/issues/7396)
73
73
17.**[DONE]** Enhance behavior of the Select All checkbox in Excel Style Filtering [#6617](https://github.com/IgniteUI/igniteui-angular/issues/6617)
message="This is a snackbar with a button and action!"
30
30
actionName="Dismiss"
31
-
(onAction)="snackbar.hide()">
31
+
(onAction)="snackbar.close()">
32
32
</igx-snackbar>
33
33
```
34
34
You can set the id of the component by `id="Snackbar"`, otherwise it will be automatically generated.
35
35
36
36
You can set the title of the button by setting `actionName="Dismiss"`.
37
37
38
-
You can hide the Snackbar by using `snackbar.hide()` method.
38
+
You can hide the Snackbar by using `snackbar.close()` method.
39
39
40
40
By default, the IgxSnackbar will be automatically hidden after 4000 milliseconds. The automatic hiding behavior can be controlled via the following attributes:
41
41
-`autoHide` - whether the snackbar should be hidden after a certain time interval.
@@ -45,11 +45,11 @@ By default, the IgxSnackbar will be automatically hidden after 4000 milliseconds
0 commit comments