| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/vue-toast-notification/ |
Upload File : |
# Changelog
### [0.6.1](https://github.com/ankurk91/vue-toast-notification/compare/0.6.0...0.6.1)
* Add ability to keep toast opened, [#46](https://github.com/ankurk91/vue-toast-notification/pull/46)
* Chore: upgrade to webpack 5
### [0.6.0](https://github.com/ankurk91/vue-toast-notification/compare/0.5.4...0.6.0)
* Rename `close()` method to `dismiss()`, [#39](https://github.com/ankurk91/vue-toast-notification/pull/39)
* Rename `onClose` prop to `onDismiss`
* Using BEM naming convention in CSS classes
### [0.5.4](https://github.com/ankurk91/vue-toast-notification/compare/0.5.3...0.5.4)
* Fix: type definitions, [#30](https://github.com/ankurk91/vue-toast-notification/issues/30)
### [0.5.3](https://github.com/ankurk91/vue-toast-notification/compare/0.5.2...0.5.3)
* Fix: previous release
### [0.5.2](https://github.com/ankurk91/vue-toast-notification/compare/0.5.1...0.5.2)
* Fix: previous release
### [0.5.1](https://github.com/ankurk91/vue-toast-notification/compare/0.5.0...0.5.1)
* Add type definitions
### [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