Skip to content

Releases: websmurf/vue2-notify

v1.4.0

14 May 10:37
Compare
Choose a tag to compare

New Features:
#8 Only add a message once if the add function is called multiple times with the same message (thanks @bjdelange)

Changes:
#9 Upgraded webpack and added Jest tests + coverage
#10 Added travis-ci for builds and coveralls.io for coverage reports

v1.4.0-beta1

14 May 10:29
Compare
Choose a tag to compare
v1.4.0-beta1 Pre-release
Pre-release

New Features:
#8 Only add a message once if the add function is called multiple times with the same message (thanks @bjdelange)

Changes:
#9 Upgraded webpack and added Jest tests + coverage
#10 Added travis-ci for builds and coveralls.io for coverage reports

v1.3.0

13 Nov 09:58
Compare
Choose a tag to compare

New Features:

  • #6 enter / leave - options for animation type (thanks @core01)
  • #6 closeButton configuration options (thanks @core01)
  • #6 mode - HTML or TEXT, HTML mode enables HTML interpolation in notification body (thanks @core01)
  • #6 permanent - this options makes notification permanent
  • #6 added removeAll method - use it to remove all notifications

v1.2.0

03 Nov 07:56
Compare
Choose a tag to compare
  • PR-4 added setTypes method (thanks @core01)
  • PR-4 iconClass is optional now (thanks @core01)
  • PR-4 added bottom-full, bottom-left, bottom-right, top-right positions (thanks @core01)

v1.1.4

03 Nov 07:56
Compare
Choose a tag to compare
  • Automatic build generation when executing npm version

v1.1.3

03 Nov 07:56
Compare
Choose a tag to compare
  • Fixed issue with visibility duration

v1.1.2

03 Nov 07:57
Compare
Choose a tag to compare
1.1.2

v1.1.1

03 Nov 07:59
Compare
Choose a tag to compare
  • PR-1 Exclude build dependencies (thanks @ankurk91)
  • PR-2 Define external dependencies (thanks @ankurk91)
  • PR-3 Added syntax highlighting to README.md (thanks @ankurk91)

v1.1.0

03 Nov 07:59
Compare
Choose a tag to compare
  • Ability to override item settings when adding an item throught .notify()

v1.0.1

03 Nov 07:59
Compare
Choose a tag to compare

Initial release