Skip to content

Commit

Permalink
feat(version)
Browse files Browse the repository at this point in the history
Full relesae of 5.0.0.  Closes #144, #129, #142, #139 and #128.
  • Loading branch information
Stabzs committed Feb 24, 2018
1 parent 24dcaea commit 9c0e174
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.0.0 (2018-02-24)
* **angular2-toaster:** Full release of 5.x.x functionality. See CHANGELOG below for details.
Closes #144, #129, #142, #139 and #128.


# 5.0.0-alpha.1 (2018-02-22)
### FEATURES
* **angular2-toaster:** The toaster.css is now generated via SCSS. Thanks to @bastienmoulia for his
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
**angular2-toaster** is an asynchronous, non-blocking, Ahead of Time Compilation-supported Angular Toaster Notification library
largely based off of [AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster).

[![npm](https://img.shields.io/npm/v/angular2-toaster.svg?maxAge=3600?cache=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/dt/angular2-toaster.svg?cache=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/v/angular2-toaster.svg?maxAge=3600?cached=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/dt/angular2-toaster.svg?cached=true)](https://www.npmjs.com/package/angular2-toaster)
[![Build Status](https://travis-ci.org/Stabzs/Angular2-Toaster.svg?branch=master)](https://travis-ci.org/Stabzs/Angular2-Toaster)
[![Coverage Status](https://coveralls.io/repos/github/Stabzs/Angular2-Toaster/badge.svg?branch=master&b=5.0.0-beta.1)](https://coveralls.io/github/Stabzs/Angular2-Toaster?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Stabzs/Angular2-Toaster/badge.svg?branch=master&b=5.0.0)](https://coveralls.io/github/Stabzs/Angular2-Toaster?branch=master)


Version ^4.0.0 now supports `@angular/animations`, which is a breaking change. Please read both
the `Getting Started` and `Animations` sections before upgrading.
Version ^ 5.0.0 requires either `.forRoot()` or `.forChild()` `ToasterModule` inclusion. Please
read the 5.x.x release notes the `Getting Started` section before upgraded.

# Demo
A dynamic Angular and Typescript demo can be found at
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-toaster",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"description": "An Angular Toaster Notification library based on AngularJS-Toaster",
"main": "bundles/angular2-toaster.umd.js",
"module": "angular2-toaster.js",
Expand Down

0 comments on commit 9c0e174

Please sign in to comment.