From aba524ba2a94c23708f224ea2a49d9420d4fe887 Mon Sep 17 00:00:00 2001 From: VodkaBears Date: Mon, 30 Nov 2015 01:44:18 +0300 Subject: [PATCH] Release v1.0.6 --- CHANGELOG.md | 4 ++++ dist/remodal-default-theme.css | 22 +++++++++++++--------- dist/remodal.css | 5 ++++- dist/remodal.js | 2 +- dist/remodal.min.js | 2 +- package.json | 2 +- 6 files changed, 24 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59cac2..473c140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.6 +* Fixed Bug on IE11 #173. +* Fixed scroll bugs in WP8. + ### 1.0.5 * Support special symbols in the 'id' attribute. diff --git a/dist/remodal-default-theme.css b/dist/remodal-default-theme.css index a1dcfe2..d4115bf 100644 --- a/dist/remodal-default-theme.css +++ b/dist/remodal-default-theme.css @@ -1,5 +1,5 @@ /* - * Remodal - v1.0.5 + * Remodal - v1.0.6 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * @@ -27,18 +27,20 @@ .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { + -webkit-animation-duration: 0.3s; + animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal-overlay.remodal-is-opening { - -webkit-animation: remodal-overlay-opening-keyframes 0.3s; - animation: remodal-overlay-opening-keyframes 0.3s; + -webkit-animation-name: remodal-overlay-opening-keyframes; + animation-name: remodal-overlay-opening-keyframes; } .remodal-overlay.remodal-is-closing { - -webkit-animation: remodal-overlay-closing-keyframes 0.3s; - animation: remodal-overlay-closing-keyframes 0.3s; + -webkit-animation-name: remodal-overlay-closing-keyframes; + animation-name: remodal-overlay-closing-keyframes; } /* Default theme styles of the wrapper */ @@ -65,18 +67,20 @@ .remodal.remodal-is-opening, .remodal.remodal-is-closing { + -webkit-animation-duration: 0.3s; + animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal.remodal-is-opening { - -webkit-animation: remodal-opening-keyframes 0.3s; - animation: remodal-opening-keyframes 0.3s; + -webkit-animation-name: remodal-opening-keyframes; + animation-name: remodal-opening-keyframes; } .remodal.remodal-is-closing { - -webkit-animation: remodal-closing-keyframes 0.3s; - animation: remodal-closing-keyframes 0.3s; + -webkit-animation-name: remodal-closing-keyframes; + animation-name: remodal-closing-keyframes; } /* Vertical align of the modal dialog */ diff --git a/dist/remodal.css b/dist/remodal.css index c17a66c..cbf6e6b 100644 --- a/dist/remodal.css +++ b/dist/remodal.css @@ -1,5 +1,5 @@ /* - * Remodal - v1.0.5 + * Remodal - v1.0.6 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * @@ -15,6 +15,9 @@ html.remodal-is-locked { overflow: hidden; + + -ms-touch-action: none; + touch-action: none; } /* Anti FOUC */ diff --git a/dist/remodal.js b/dist/remodal.js index 53d1abe..5baadda 100644 --- a/dist/remodal.js +++ b/dist/remodal.js @@ -1,5 +1,5 @@ /* - * Remodal - v1.0.5 + * Remodal - v1.0.6 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * diff --git a/dist/remodal.min.js b/dist/remodal.min.js index 59f235a..d016f64 100644 --- a/dist/remodal.min.js +++ b/dist/remodal.min.js @@ -1,5 +1,5 @@ /* - * Remodal - v1.0.5 + * Remodal - v1.0.6 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * diff --git a/package.json b/package.json index a598151..2fd1b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remodal", - "version": "1.0.5", + "version": "1.0.6", "description": "Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.", "keywords": [ "jquery-plugin",