-
v1.4.1 [12 May. 2015]
- Fixes Prompt Dialog value handling. #59
-
v1.4.0 [22 Apr. 2015]
- Prompt dialog: Added support for changing the HTML type of the input field.
- Support percent unit in
ResizeTo
method. - Maintain document scroll position.
- Allow reusing dialog contents by not destroying the DOM, plus faster content clearing.
- Fixes the context for some callbacks.
-
v1.3.0 [14 Mar. 2015]
- New API feature: autoReset option to control whether to reset dialog size/position on window resize or not.
- Always use a copy of buttons definition. Fixes #32
-
v1.2.1 [06 Mar. 2015]
- Add default colors to core CSS, to make it easier to start a theme based on it.
- Fixes a problem with using AlertifyJS in Ember-CLI. #27
-
v1.2.0 [17 Feb. 2015]
- New API feature: closableByDimmer option.
- Published to NPM Thanks @dantman
- Support installation via
npm install alertifyjs --save
. - Support use of
require('alertifyjs')
in loaders such as Browserify.
- Support installation via
-
v1.1.0 [24 Jan. 2015]
- New API event hooks for dialog developers (onshow, onclose, onupdate)
- Support move for frameless dialogs.
- Fix Move/Resize mouse events capture when dialog contains an iframe.
-
v1.0.1 [11 Jan. 2015]
- Re-append notifier div when body content is replaced. Fixes #17
-
v1.0.0 [10 Jan. 2015]
- First official release.
-
v0.10.2 [31 Oct. 2014]
- Add missing notifier styles to Semantic/Bootstrap themes.
-
v0.10.1 [30 Oct. 2014]
- Fix ESC key handling for button-less dialogs.
-
v0.10.0 [30 Oct. 2014]
- Ability to use arrow keys to switch between dialog buttons.
- New API features:
- Frameless dialog view mode.
- Start maximized option.
- Move the dialog to a specific X,Y coordinates:
moveTo
. - Resize the dialog to a specific Width,Height :
resizeTo
.
- Fixes:
- Fix initial resizable width for IE.
- Fix resize bug when body contents height is smaller than window size.
-
v0.9.0 [14 Oct. 2014]
- New API feature: new options to determine focus element.
-
v0.8.0 [11 Oct. 2014]
- New dialog option: Basic view mode.
- Support creating button-less dialogs.
- Fixes tab cycle for Opera.
- Fixes missing focus outline for FireFox.
- Fixes prompt dialog 5-paramters constructor. Thanks @TomTasche
-
v0.7.0 [27 Sep. 2014]
- New API features :
- Close all open dialogs
- Close all open dialogs except current.
- Dismiss all open notifications
- Dismiss all open notifications except current.
- New API features :
-
v0.6.1 [22 Sep. 2014]
- Fixes Null reference error when including alertify script before body element.
-
v0.6.0 [21 Sep. 2014]
- Prefix the names of all animations with
ajs-
(Prevents collision with other frameworks) - Listen to
animationend
event instead oftransitionend
. - Isolate transition fallback timers (per instance).
- Prefix the names of all animations with
-
v0.5.0 [20 Sep. 2014]
- Notifier API now returns notification object.
- Add
get
/set
aliases for.setting
API. - New global option (
alertify.defaults.maintainFocus
:true
), controls whether to maintain active element focus or not.
-
v0.4.0 [07 Sep. 2014]
- Add touch devices support.
-
v0.3.1 [03 Sep. 2014]
- Fixes bug where transition could accidentally hide the dialog on show.
-
v0.3.0 [03 Sep. 2014]
- Fix dialog is invisible in Desktop Safari.
- Enable binding to Function Keys.
-
v0.2.0 [25 Aug. 2014]
- disable move when there is an active resize (possible when mouse up is triggered outside browser window).
- clear movable/resizable on close.
- docs enhancements.
-
v0.1.0 [12 Aug. 2014]
- Add custom
onfocus
callback. - Fix content padding.
- Add custom
-
v0.0.0 [1 Aug. 2014]
- Initial commit.