Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.56 KB

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