-
Notifications
You must be signed in to change notification settings - Fork 724
Changeset
fabien-d edited this page Dec 21, 2012
·
29 revisions
Keeping track of changeset.
- animate log messages on close
- persistent notification messages setting the wait parameter to 0. e.g.
alertify.success("message", 0);
- ability to reverse button order using
alertify.set({ buttonReverse: true });
- updated test suite
- optional CSS parameter (ability to append custom CSS class to dialogs)
- bootstrap theme
alertify.bootstrap.css
- registered alertify as bower package
- reset focus to last element to have focus
- refactor library
- added
set
method - Removed direct access to
delay
andlabels
-
delay
andlabels
are now set using theset
method
*wasn't keeping track of changeset before... my bad