Releases: websmurf/vue2-notify
Releases · websmurf/vue2-notify
v1.4.0
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
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
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
- 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
- Automatic build generation when executing npm version
v1.1.3
- Fixed issue with visibility duration
v1.1.1
- 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
- Ability to override item settings when adding an item throught .notify()