npm vue-toastification 1.1.0
v1.1.0

latest releases: 2.0.0-dev.1, 2.0.0-rc.5, 2.0.0-rc.4...
4 years ago

๐Ÿงช Tests

  • 100% Test coverage! Every single line is thoroughly tested to guarantee maximum reliability (#42) (090186e), closes #41

๐Ÿš€ New features

  • Added onMounted plugin option: Makes it easy to grab the generated container vue instance. docs (#42) (c055798), closes #38

๐Ÿ”ง Bug fixes

  • hasProp only worked with objects: Now hasProp works with any component type. (#42) (c92794a), closes #40
  • False negatives on isToastContent: Fixed isToastContent to identify more Vue component types. (#42)(c92794a), closes #39
  • .update() may break: Fixed issue with .update() trying to create toasts without content. (#42)(c055798), closes #37

๐Ÿ“– Documentation

  • Added recommended way to get position and type constants: It is now recommended to use the constants POSITION.TOP_RIGHT and TYPE.SUCCESS, etc, instead of the string equivalents "top-right", "success". Import it as named imports from "vue-toastification".

Don't miss a new vue-toastification release

NewReleases is sending notifications on new releases.