awesome-notifications
Advanced tools
Changelog
[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
Changelog
[2.2.9] - 04.27.2018
styles.css
to style.css
to remove breaking change.Changelog
[2.2.6] - 04.03.2018
test/defaults.spec.js
for testing defaults.js
file.webpack.config.js
has been changed.defaults.js
code.lodash.defaultsdeep
dependency.