パッケージの詳細

vue-izitoast

arthurvasconcelos8.9kApache-2.01.2.1

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast

vue, izitoast, toaster, toast

readme

Vue iziToast

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast

Build Status Maintainability Test Coverage Codacy Badge Greenkeeper badge FOSSA Status

dependencies Status devDependencies Status peerDependencies Status

Latest GH Latest Release Commits since latest GH release GH Forks GH Starts GH Watchers

NPM Latest Package Release NPM Package Downloads License

cover

Table of Contents

Requirements

  • Vue: ^2.0.0
  • iziToast: lastest

Install

$ npm install vue-izitoast --save

$ yarn add vue-izitoast

Configuration

import Vue from 'vue';
import VueIziToast from 'vue-izitoast';

import 'izitoast/dist/css/iziToast.css';
or
import 'izitoast/dist/css/iziToast.min.css';

Vue.use(VueIziToast);
or
Vue.use(VueIziToast, defaultOptionsObject);

Usage

See examples in our Storybook

or Try on Edit Vue-Izitoast Example

Testing

Vue Izitoast is using Travis as CD/CI. You can check the state of our last build here Build Status.

License

FOSSA Status

Contributing

Contributors

arthurvasconcelos greenkeeper[bot] lgguzman fossabot webmcheck
arthurvasconcelos greenkeeper[bot] lgguzman fossabot webmcheck

forthebadge

Live Long and Prosper

更新履歴

Vue-izitoast Changelog

v1.2.1 (August 29, 2019)

  • #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 (August 23, 2019)

  • #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.2 (November 01, 2018)

  • Update builded files.

v1.1.1 (November 01, 2018)

  • #4 / #9 [BUGFIX] Support node 9, 10 and npm 6+.

v1.1.0 (May 18, 2018)

  • Bumped IziToast version to 1.3.0
  • #1 [BUGFIX] Update _checkEventNames where was a logical typo causing a always true check.

v1.0.1 (February 16, 2018)

  • Included code examples

v1.0.0 (January 28, 2018)

  • First release