Skip to content

Releases: ktsn/vuex-toast

v0.1.3

16 Feb 03:59
b9c2f47
Compare
Choose a tag to compare

Features

  • support to install toast module under namespaced module (#12) (b9c2f47)

v0.1.2

17 Sep 07:01
Compare
Choose a tag to compare

Features

  • add support html message (fix #6) (3a7e233)

v0.1.1

11 Jan 16:45
Compare
Choose a tag to compare

Fixes

  • Be compatible with Vue v2.1.7 or later

v0.1.0

14 Dec 12:15
Compare
Choose a tag to compare

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

14 Dec 00:27
Compare
Choose a tag to compare

New

  • New option dissmissAfter is allowed in ADD_TOAST_MESSAGE's payload. The option override default dismissInterval (@Loghorn)

v0.0.2

24 Aug 08:44
Compare
Choose a tag to compare
  • Fix the bug that messages is not appeared on Vue >= 2.0.0-beta.6