vue-awesome-notifications
Advanced tools
Changelog
[3.0.3] - 06.25.2019
confirm
now has option to hide 'Cancel' button. Read docs to learn more.Changelog
[3.0.2] - 05.08.2019
async-block
now rejects all keydownspopup
now removes focus on open. Tab
key and its combination keydowns are being omitted to keep focus trapped. Esc
key closes the window.confirm
now set focus to OK
button on open. Tab
key and its combination keydowns are handled to keep focus inside the window.Esc
key closes the window.afterDelete
method to elem
classdemo
link in docsChangelog
[3.0.0] - 04.13.2019
Massive update which changed a big part of internal logic and added some new features.
options
paramater for every public method. It used to override global options per call.options.durations
property.options.minDurations
property.options.formatError
property.alert()
method will be formatted by options.formatError
.options.messages
_addToast
method_addPopup
method_afterAsync
method_responseHandler
method, which is specific for _afterAsync
container
getter4kb
- default bundle, 3kb
- modern bundle.html
parameter of all elements, now named message
. It's no longer mandatory.options.modal.okLabel
to options.labels.confirmOk
options.modal.okLabel
to options.labels.confirmCancel
options.modal.okLabel
to options.labels.confirmCancel
options.asyncBlockMinDuration
to options.minDurations["async-block"]
options.duration
to options.durations.global
options.handleReject
to options.formatError
Modal
class changed to Popup
defaults.js
file to options.js
modal.js
file to popup.js
notify
method_runFunction
method_getContainer
methodoptions.modal.maxWidth
property, use CSS insteadindex.var.js