Releases: arthurvasconcelos/vue-izitoast
Releases · arthurvasconcelos/vue-izitoast
v1.2.1
Changelog
- #23 [BUGFIX] Fixed undefined toast in Vue prototype.
- #6 [IMPROVEMENT] Improved error message of
_checkParams
to show correct method signature.
Breaking Changes
- Now Vue-izitoast is accessed through
Vue.toast
or this.$toast
.
v1.2.0
Changelog
- #16 / #17 / #20 / #22 [BUGFIX] Removed Node Engine from package.json
- [FEATURE] Implemented Types;
- [FEATURE] Implemented Tests;
- [FEATURE] Implemented Github Workflow;
- [FEATURE] Implemented Storybook and released as GH Pages;
- [FEATURE] Improves on building process;
v1.1.1
- #4 / #9 [BUGFIX] Support node 9, 10 and npm 6+.
v1.1.0
- Bumped IziToast version to 1.3.0
- #1 [BUGFIX] Update _checkEventNames where was a logical typo causing a always true check.