File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 2 ##
4
4
5
+ ### 2.1 ###
6
+
7
+ * Released on 2017-07-14*
8
+
9
+ - ` returnObj.value ` is correctly set to ` undefined ` if a dialog is not of "prompt" type.
10
+ - Renamed button classes (` dialog-continue-button ` → ` dialog-continue-btn ` , ` dialog-cancel-button ` → ` dialog-cancel-btn ` ).
11
+ - Removed unneeded ` data-action ` attributes on dialog buttons.
12
+ - Simplified code (increased readability).
13
+
5
14
### 2.0.1 ###
6
15
7
16
* Released on 2017-02-18*
Original file line number Diff line number Diff line change 37
37
*
38
38
* ================================================================================================
39
39
*
40
- * Version: 2.0. 1
40
+ * Version: 2.1
41
41
* Copyright (c) 2015 Matteo Bernardini
42
42
* Licensed under the MIT License (refer to the LICENSE file for further information).
43
43
*
Original file line number Diff line number Diff line change 5
5
* NB: the box-shadow and the background transparency are compatible only with browsers which support CSS3.
6
6
* You can use "prefixfree.js" to automatically add vendor prefixes. (https://github.com/LeaVerou/prefixfree)
7
7
*
8
- * Version: 2.0. 1
8
+ * Version: 2.1
9
9
* Copyright (c) 2015 Matteo Bernardini
10
10
* Licensed under the MIT License (refer to the LICENSE file for further information).
11
11
*
You can’t perform that action at this time.
0 commit comments