From cc335bff620fa9ebcd01eabecb4c4bef3a41a1f5 Mon Sep 17 00:00:00 2001 From: Hans Christian Reinl Date: Wed, 7 Jan 2015 12:26:24 +0100 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++------------ LICENSE.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 29 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ea663..0dfb813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,45 @@ # Changelog ## HEAD + +## 1.3.0 - 07.01.2015 + +### Breaking +* Rename plugins to be more consistend and generate builds for each + +This change might break your existing plugin integrations. In order to fix it, +you might want to change the URLs to the stylesheet and JS files of plugins to +match the new structure. + +### Features +* Add possiblility to add iframes within modal nicely +* Add possibility to call modal without hashchange +* Add new builds for all CSS files +* Gallery: Add possibility to use iframes in slides +* Add possibility to make modals non-stackable + +### Bug Fixes * Hide the close element to prevent overlay of other elements in IE * Remove close handler to unset window -* Include a build of the spinner CSS -* Include a modal--fade by default to the output * Bugfix: Use jQuery to subscribe to events to prevent errors with trigger -* Update word break property of modal content * Fix bug on IE11 with close button and overlay of modal -* Add possiblility to add iframes within modal nicely * Fix height of gallery if caption and footer are present -* Make left and right navigation buttons in gallery smaller * Prevent scrolling of body when modal is open -* Set inital scale to 1 in visual tests * Use correct error message in on-method, add webkit scroll momentum * Fix styling of visual test and center content * Fix issues with close button on iOS +* Remove unused lt IE8 hack for scrollbars: fixes respond.js issues + +### Improvements +* Include a build of the spinner CSS +* Include a modal--fade by default to the output +* Update word break property of modal content +* Make left and right navigation buttons in gallery smaller +* Set inital scale to 1 in visual tests * Use !default variables so that they can be easily overridden -* Add possibility to call modal without hashchange * Update jQuery to v1.11.1 * Update node modules to latest version * Remove test CSS build from source control -* Add new builds for all CSS files -* Rename plugins to be more consistend and generate builds for each -* Gallery: Add possibility to use iframes in slides -* Add possibility to make modals non-stackable -* Remove unused lt IE8 hack for scrollbars: fixes respond.js issues ## 1.2.0 - 19.11.2014 * Fix IE8 error with HTML5 video plugin diff --git a/LICENSE.md b/LICENSE.md index 97b1475..47423a6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2013-2014 Hans Christian Reinl, http://drublic.de +Copyright (c) 2013-2015 Hans Christian Reinl, http://drublic.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/bower.json b/bower.json index d7d9caa..4c8fefb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "css-modal", - "version": "1.2.0", + "version": "1.3.0", "main": [ "*.scss", "modal.js" diff --git a/package.json b/package.json index 05ebaba..826f2bd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "css-modal", "title": "CSS Modal", "description": "Modals, built with pure CSS", - "version": "1.2.0", + "version": "1.3.0", "homepage": "https://github.com/drublic/css-modal", "author": { "name": "Hans Christian Reinl",