We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd95770 commit 20ffd8cCopy full SHA for 20ffd8c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 1.4.1 - 17.07.2015
13
* Add missing comma in bower.json
14
* Add example for stackable modal
package.json
@@ -2,7 +2,7 @@
"name": "css-modal",
"title": "CSS Modal",
"description": "Modals, built with pure CSS",
- "version": "1.4.1",
+ "version": "1.5.0",
"homepage": "https://github.com/drublic/css-modal",
"author": {
"name": "Hans Christian Reinl",
0 commit comments