Skip to content

Commit bc1a573

Browse files
committed
bump version to 2.3.0
1 parent 968d019 commit bc1a573

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="2.3.0"></a>
2+
# 2.3.0 (2016-10-29)
3+
4+
### Bug Fixes
5+
* [169](https://github.com/mseemann/angular2-mdl/issues/169) (fix docu for snackbar and remove viewRef param from snackbar api)
6+
### Features
7+
* [143](https://github.com/mseemann/angular2-mdl/issues/143) (Dialog that starts animating from a specific element)
8+
9+
110
<a name="2.2.2"></a>
211
# 2.2.2 (2016-10-21)
312

src/lib/components/dialog/mdl-dialog.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export class MdlDialogReference {
5454
return this.internaleRef.onHide();
5555
}
5656

57+
/**
58+
* Observable that emits, if the dialog is really visible and not only created.
59+
* @returns {Observable<void>}
60+
*/
5761
public onVisible(): Observable<void> {
5862
return this.internaleRef.onVisible();
5963
}

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-mdl",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"license": "MIT",
55
"description": "Angular 2 components, directives and styles based on material design lite https://getmdl.io.",
66
"homepage": "http://mseemann.io/angular2-mdl/",

0 commit comments

Comments
 (0)