Skip to content

Commit

Permalink
Bump to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mttbernardini committed Jul 14, 2017
1 parent 7920ca7 commit 019e8f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version 2 ##

### 2.1 ###

*Released on 2017-07-14*

- `returnObj.value` is correctly set to `undefined` if a dialog is not of "prompt" type.
- Renamed button classes (`dialog-continue-button``dialog-continue-btn`, `dialog-cancel-button``dialog-cancel-btn`).
- Removed unneeded `data-action` attributes on dialog buttons.
- Simplified code (increased readability).

### 2.0.1 ###

*Released on 2017-02-18*
Expand Down
2 changes: 1 addition & 1 deletion dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*
* ================================================================================================
*
* Version: 2.0.1
* Version: 2.1
* Copyright (c) 2015 Matteo Bernardini
* Licensed under the MIT License (refer to the LICENSE file for further information).
*
Expand Down
2 changes: 1 addition & 1 deletion dialog_default.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* NB: the box-shadow and the background transparency are compatible only with browsers which support CSS3.
* You can use "prefixfree.js" to automatically add vendor prefixes. (https://github.com/LeaVerou/prefixfree)
*
* Version: 2.0.1
* Version: 2.1
* Copyright (c) 2015 Matteo Bernardini
* Licensed under the MIT License (refer to the LICENSE file for further information).
*
Expand Down

0 comments on commit 019e8f2

Please sign in to comment.