Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Jan 7, 2015
1 parent 0631b4d commit cc335bf
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
38 changes: 26 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-modal",
"version": "1.2.0",
"version": "1.3.0",
"main": [
"*.scss",
"modal.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc335bf

Please sign in to comment.