# Changelog

### [0.5.0](https://github.com/ankurk91/vue-toast-notification/compare/0.4.1...0.5.0)
* Fix: 
    - [#26](https://github.com/ankurk91/vue-toast-notification/issues/26)
    - [#27](https://github.com/ankurk91/vue-toast-notification/issues/27)
    - [#4](https://github.com/ankurk91/vue-toast-notification/issues/4)
* Change: :warning: CSS classes has been prefixed with `v-`, if you were overriding any css class then revisit your code

### [0.4.1](https://github.com/ankurk91/vue-toast-notification/compare/0.4.0...0.4.1)
* Fix: [#24](https://github.com/ankurk91/vue-toast-notification/issues/24)

### [0.4.0](https://github.com/ankurk91/vue-toast-notification/compare/0.3.0...0.4.0)
* Add: allow html in `message` prop
* Add: `pauseOnHover` prop, disabled by default

### [0.3.0](https://github.com/ankurk91/vue-toast-notification/compare/0.2.0...0.3.0)
* Fix: issue [#18](https://github.com/ankurk91/vue-toast-notification/issues/18)
* Remove: undocumented prop `container`

### 0.1.0
* Add a new color theme along with default, [#6](https://github.com/ankurk91/vue-toast-notification/pull/6)
* See [UPGRADING.md](UPGRADING.md) for migration instructions

### 0.0.3
* Add: method to close all toast at-once

### 0.0.2
* Fix: default value for `onClose` prop

### 0.0.1
* Initial release
