Skip to content

Commit 019e8f2

Browse files
committed
Bump to v2.1
1 parent 7920ca7 commit 019e8f2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Version 2 ##
44

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+
514
### 2.0.1 ###
615

716
*Released on 2017-02-18*

dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
* ================================================================================================
3939
*
40-
* Version: 2.0.1
40+
* Version: 2.1
4141
* Copyright (c) 2015 Matteo Bernardini
4242
* Licensed under the MIT License (refer to the LICENSE file for further information).
4343
*

dialog_default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* NB: the box-shadow and the background transparency are compatible only with browsers which support CSS3.
66
* You can use "prefixfree.js" to automatically add vendor prefixes. (https://github.com/LeaVerou/prefixfree)
77
*
8-
* Version: 2.0.1
8+
* Version: 2.1
99
* Copyright (c) 2015 Matteo Bernardini
1010
* Licensed under the MIT License (refer to the LICENSE file for further information).
1111
*

0 commit comments

Comments
 (0)