Releases: ktsn/vuex-toast
Releases · ktsn/vuex-toast
v0.1.3
Features
- support to install toast module under namespaced module (#12) (b9c2f47)
v0.1.1
Fixes
- Be compatible with Vue v2.1.7 or later
v0.1.0
Changes
- The main entry of package.json is now
vuex-toast.cjs.js
that is the commonjs bundle of vuex-toast.
Improvements
- Reduced bundle size by using Rollup instead of Webpack
- Added commonjs bundle.
v0.0.3
New
- New option
dissmissAfter
is allowed in ADD_TOAST_MESSAGE
's payload. The option override default dismissInterval
(@Loghorn)
v0.0.2
- Fix the bug that messages is not appeared on Vue >= 2.0.0-beta.6