diff --git a/README.md b/README.md index d604561..2c150b2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ It is using the [simple-web-notification](https://github.com/sagiegurari/simple- See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information. +### Angular 2 and Up +For angular 2 and above, it is recommanded to use the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library directly.
+It provides the same API and it is not dependend on angular. + ## Demo [Live Demo](https://sagiegurari.github.io/angular-web-notification/) @@ -108,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-09 | v1.2.10 | Maintenance | +| 2017-03-26 | v1.2.11 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/bower.json b/bower.json index 02c3b09..71d796e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.10", + "version": "1.2.11", "description": "AngularJS service for displaying web notifications.", "authors": [ "Sagie Gur-Ari " diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f5694da..4cd326a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-09 | v1.2.10 | Maintenance | +| 2017-03-26 | v1.2.11 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/package.json b/package.json index 5d81483..4443cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.10", + "version": "1.2.11", "description": "AngularJS service for displaying web notifications.", "author": { "name": "Sagie Gur-Ari", diff --git a/project/config/README-template.md b/project/config/README-template.md index 7c8217b..b608db3 100644 --- a/project/config/README-template.md +++ b/project/config/README-template.md @@ -23,6 +23,10 @@ It is using the [simple-web-notification](https://github.com/sagiegurari/simple- See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information. +### Angular 2 and Up +For angular 2 and above, it is recommanded to use the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library directly.
+It provides the same API and it is not dependend on angular. + ## Demo [Live Demo](https://sagiegurari.github.io/angular-web-notification/)