Skip to content

Commit cc335bf

Browse files
committed
v1.3.0
1 parent 0631b4d commit cc335bf

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

CHANGELOG.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
# Changelog
22

33
## HEAD
4+
5+
## 1.3.0 - 07.01.2015
6+
7+
### Breaking
8+
* Rename plugins to be more consistend and generate builds for each
9+
10+
This change might break your existing plugin integrations. In order to fix it,
11+
you might want to change the URLs to the stylesheet and JS files of plugins to
12+
match the new structure.
13+
14+
### Features
15+
* Add possiblility to add iframes within modal nicely
16+
* Add possibility to call modal without hashchange
17+
* Add new builds for all CSS files
18+
* Gallery: Add possibility to use iframes in slides
19+
* Add possibility to make modals non-stackable
20+
21+
### Bug Fixes
422
* Hide the close element to prevent overlay of other elements in IE
523
* Remove close handler to unset window
6-
* Include a build of the spinner CSS
7-
* Include a modal--fade by default to the output
824
* Bugfix: Use jQuery to subscribe to events to prevent errors with trigger
9-
* Update word break property of modal content
1025
* Fix bug on IE11 with close button and overlay of modal
11-
* Add possiblility to add iframes within modal nicely
1226
* Fix height of gallery if caption and footer are present
13-
* Make left and right navigation buttons in gallery smaller
1427
* Prevent scrolling of body when modal is open
15-
* Set inital scale to 1 in visual tests
1628
* Use correct error message in on-method, add webkit scroll momentum
1729
* Fix styling of visual test and center content
1830
* Fix issues with close button on iOS
31+
* Remove unused lt IE8 hack for scrollbars: fixes respond.js issues
32+
33+
### Improvements
34+
* Include a build of the spinner CSS
35+
* Include a modal--fade by default to the output
36+
* Update word break property of modal content
37+
* Make left and right navigation buttons in gallery smaller
38+
* Set inital scale to 1 in visual tests
1939
* Use !default variables so that they can be easily overridden
20-
* Add possibility to call modal without hashchange
2140
* Update jQuery to v1.11.1
2241
* Update node modules to latest version
2342
* Remove test CSS build from source control
24-
* Add new builds for all CSS files
25-
* Rename plugins to be more consistend and generate builds for each
26-
* Gallery: Add possibility to use iframes in slides
27-
* Add possibility to make modals non-stackable
28-
* Remove unused lt IE8 hack for scrollbars: fixes respond.js issues
2943

3044
## 1.2.0 - 19.11.2014
3145
* Fix IE8 error with HTML5 video plugin

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2014 Hans Christian Reinl, http://drublic.de
1+
Copyright (c) 2013-2015 Hans Christian Reinl, http://drublic.de
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-modal",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": [
55
"*.scss",
66
"modal.js"

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.2.0",
5+
"version": "1.3.0",
66
"homepage": "https://github.com/drublic/css-modal",
77
"author": {
88
"name": "Hans Christian Reinl",

0 commit comments

Comments
 (0)