|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## 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 |
4 | 22 | * Hide the close element to prevent overlay of other elements in IE
|
5 | 23 | * Remove close handler to unset window
|
6 |
| -* Include a build of the spinner CSS |
7 |
| -* Include a modal--fade by default to the output |
8 | 24 | * Bugfix: Use jQuery to subscribe to events to prevent errors with trigger
|
9 |
| -* Update word break property of modal content |
10 | 25 | * Fix bug on IE11 with close button and overlay of modal
|
11 |
| -* Add possiblility to add iframes within modal nicely |
12 | 26 | * Fix height of gallery if caption and footer are present
|
13 |
| -* Make left and right navigation buttons in gallery smaller |
14 | 27 | * Prevent scrolling of body when modal is open
|
15 |
| -* Set inital scale to 1 in visual tests |
16 | 28 | * Use correct error message in on-method, add webkit scroll momentum
|
17 | 29 | * Fix styling of visual test and center content
|
18 | 30 | * 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 |
19 | 39 | * Use !default variables so that they can be easily overridden
|
20 |
| -* Add possibility to call modal without hashchange |
21 | 40 | * Update jQuery to v1.11.1
|
22 | 41 | * Update node modules to latest version
|
23 | 42 | * 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 |
29 | 43 |
|
30 | 44 | ## 1.2.0 - 19.11.2014
|
31 | 45 | * Fix IE8 error with HTML5 video plugin
|
|
0 commit comments