Skip to content

Commit

Permalink
feat(core dependencies)
Browse files Browse the repository at this point in the history
Merged in @isaacplmann PR and bumped library version.  Closes #136.
  • Loading branch information
Stabzs committed Jan 25, 2018
1 parent 69a46e6 commit 3ff097a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.2 (2018-01-24)
### FEATURES
* **angular2-toaster:** Update Angular dependencies to support 5.x.x versions. Thanks @isaacplmann!

# 4.0.1 (2017-7-16)
* **toast-container.component:** The setTimeout call now runs outside of Angular and is patched on
reentry with an `ngZone.run()` call. This should provide better performance overall and should
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
**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?cachebust=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/dt/angular2-toaster.svg?cachebust=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/v/angular2-toaster.svg?maxAge=3600?cachedbust=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/dt/angular2-toaster.svg?cachedbust=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=4.0.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=4.0.2)](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
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": "4.0.1",
"version": "4.0.2",
"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 3ff097a

Please sign in to comment.