Skip to content

Commit 20ffd8c

Browse files
committed
v1.5.0
1 parent dd95770 commit 20ffd8c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.5.0 - 12.05.2016
4+
5+
* Make sure iframes don't interfere with modal events [fixes #199]
6+
* Fix jshint issue in modal.js
7+
* Prevented an extra loop when jQuery is present
8+
* Improved tabbableElements selector string
9+
* 9c91b30 Update node modules
10+
* 300c3ff Fix demo loading in IE8
11+
312
## 1.4.1 - 17.07.2015
413
* Add missing comma in bower.json
514
* Add example for stackable modal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "css-modal",
33
"title": "CSS Modal",
44
"description": "Modals, built with pure CSS",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"homepage": "https://github.com/drublic/css-modal",
77
"author": {
88
"name": "Hans Christian Reinl",

0 commit comments

Comments
 (0)