Skip to content

Commit

Permalink
bug(typings)
Browse files Browse the repository at this point in the history
- Typescript compilation was failing for implicit any conversions for object typings for the configuration of showCloseButton, timeout, iconClasses and typeClasses. The type arguments have been strengthened to make more rigid compilation happy.  This should not affect anyone who was not abusing the expected typed arguments.
Closes #150, closes #148.

- The webpack demo has been rebuilt against `[email protected]` and webpack 4.
Closes #147.
  • Loading branch information
Stabzs committed Mar 16, 2018
1 parent 1efc716 commit b3d77dd
Show file tree
Hide file tree
Showing 22 changed files with 15,159 additions and 14,659 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 5.0.1 (2018-03-16)
### BUG FIXES
* **toaster-container.component:** Typescript compilation was failing for implicit any conversions
for object typings for the configuration of showCloseButton, timeout, iconClasses and typeClasses.
The type arguments have been strengthened to make more rigid compilation happy. This should not
affect anyone who was not abusing the expected typed arguments.
Closes [#150](https://github.com/Stabzs/Angular2-Toaster/issues/150).
Closes [#148](https://github.com/Stabzs/Angular2-Toaster/issues/148).

### FEATURES
* **demos:** The webpack demo has been rebuilt against `[email protected]` and webpack 4.
Closes [#147](https://github.com/Stabzs/Angular2-Toaster/issues/147).


# 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.
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?cachedbadge=true)](https://www.npmjs.com/package/angular2-toaster)
[![npm](https://img.shields.io/npm/dt/angular2-toaster.svg?cachedbadge=true)](https://www.npmjs.com/package/angular2-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)
[![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)](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.1)](https://coveralls.io/github/Stabzs/Angular2-Toaster?branch=master)


Version ^ 5.0.0 requires either `.forRoot()` or `.forChild()` `ToasterModule` inclusion. Please
Expand Down
Loading

0 comments on commit b3d77dd

Please sign in to comment.