OLD | NEW |
(Empty) | |
| 1 fancyBox - Changelog |
| 2 ========= |
| 3 |
| 4 ### Version 2.1.2 - October 15, 2012 |
| 5 |
| 6 * Fixed #414 - Don't allow nextClick if there is only one item |
| 7 * Fixed #397 - Button helper 'Menu' not visible in IE7 |
| 8 * Overlay can be opened/closed manually: |
| 9 * $.fancybox.helpers.overlay.open(); |
| 10 * $.fancybox.helpers.overlay.open({closeClick : false}); |
| 11 * $.fancybox.helpers.overlay.close(); |
| 12 * Optimized for Internet Explorer 10 (Windows 8) |
| 13 |
| 14 ### Version 2.1.1 - October 01, 2012 |
| 15 |
| 16 * Fixed #357 - Converting values like 'auto' in getScalar() |
| 17 * Fixed #358 - Updated overlay background image |
| 18 * New "fancybox-href" and "fancybox-title" HTML5 data-attributes (#317) |
| 19 * Improved helpers: |
| 20 * - now they can have a property 'defaults' that contains default settings |
| 21 * - updated vimeo and youtube parsers for media helper |
| 22 * Content locking now can be turned off |
| 23 |
| 24 ### Version 2.1.0 - August 20, 2012 |
| 25 |
| 26 * Fixed #103 - DOM element re-injection after closing |
| 27 * Fixed #188 - navigation keys inside editable content |
| 28 * New animation directions (see https://github.com/fancyapps/fancyBox/issues/233
#issuecomment-5512453) |
| 29 * New option "iframe" - it is now possible to separate scrolling for iframe and
wrapping element; choose to preload |
| 30 * New option "swf" - brings back functionality from fancyBox v1 |
| 31 * Improved media helper - better support for vimeo and youtube; links are now co
nfigurable |
| 32 * Rewritten overlay helper: |
| 33 * - new option "showEarly" - toggles if should be open before of after conte
nt is loaded |
| 34 * - Facebook-style (https://github.com/fancyapps/fancyBox/issues/24) and the
refore uses image for background |
| 35 * Option "padding" accepts array (e.g., padding: [15, 50, 10, 5]) |
| 36 * One of dimensions (width or height) can now be set to "auto" (option "autoSize
" needs to be "false") |
| 37 * Updated callbacks: |
| 38 * - "beforeClose" is now called only once |
| 39 * - "afterLoad" receives current and previous object as arguments |
| 40 * Method "$.fancybox.update();" recalculates content width/height |
| 41 * Updated to work with jQuery v1.8 |
| 42 |
| 43 ### Version 2.0.6 - April 16, 2012 |
| 44 |
| 45 * Fixed #188 - keystrokes in contenteditable |
| 46 * Fixed #171 - non-images should not be preloaded |
| 47 * Fixed #158 - 'closeClick: true' breaks gallery navigation |
| 48 * New "media" helper - detects and displays various media types |
| 49 * New option "groupAttr" - name of group selector attribute, default is "data-fa
ncybox-group" |
| 50 * New feature - selector expressions in URLs, see #170 |
| 51 * Improved 'overlay' helper to use "position: fixed" |
| 52 * Improved autoSize, fixed wrong height in some cases |
| 53 * Improved centering and iframe scrolling for iOS |
| 54 * Updated markup, new element '.fancybox-skin' is now used for styling |
| 55 |
| 56 ### Version 2.0.5 - February 21, 2012 |
| 57 |
| 58 * Fixed #155 - easing for prev/next animations |
| 59 * Fixed #153 - overriding "keys" options |
| 60 * Fixed #147 - IE7 problem with #hash links |
| 61 * Fixed #130 - changing dynamically data-fancybox-group |
| 62 * Fixed #126 - obey minWidth/minHeight |
| 63 * Fixed #118 - placement of loading icon and navigation arrows |
| 64 * Fixed #101 - "index" option not working |
| 65 * Fixed #94 - "orig" option not working |
| 66 * Fixed #80 - does not work on IE6 |
| 67 * Fixed #72 - can't set overlay opacity to 0 |
| 68 * Fixed #63 - properly set gallery index |
| 69 * New option "autoCenter" - toggles centering on window resize or scroll, disabl
ed for mobile devices by default |
| 70 * New option "autoResize" - toggles responsivity, disabled for mobile devices by
default |
| 71 * New option "preload" - number of images to preload |
| 72 * New feature to target mobile/desktop browsers using CSS, see #108 |
| 73 * Changed ajax option defaults to "{ dataType: 'html', headers: { 'X-fancyBox':
true } }", see #150 and #128 |
| 74 * Updated loading icon for IE7, IE8 |
| 75 * Calculates height of the iframe if 'autoSize' is set to 'true' and the iframe
is on the same domain as the main page |
| 76 |
| 77 ### Version 2.0.4 - December 12, 2011 |
| 78 |
| 79 * Fixed #47 - fix overriding properties |
| 80 * New option "position" to thumbnail and button helpers |
| 81 |
| 82 |
| 83 ### Version 2.0.3 - November 29, 2011 |
| 84 |
| 85 * Fixed #29 - broken elastic transitions |
| 86 |
| 87 |
| 88 ### Version 2.0.2 - November 28, 2011 |
| 89 |
| 90 * Fixed slideshow |
| 91 * Fixed scrollbars issue when displayed a very tall image |
| 92 * New option "nextClick" - navigate to next gallery item when user clicks the co
ntent |
| 93 * New option "modal" - to disable navigation and closing |
| 94 * Add 'metadata' plugin support |
| 95 * Add ability to create groups using 'data-fancybox-group' attribute |
| 96 * Updated manual usage to match earlier releases |
| 97 |
| 98 |
| 99 ### Version 2.0.1 - November 23, 2011 |
| 100 |
| 101 * Fixed keyboard events inside form elements |
| 102 * Fixed manual usage |
| 103 |
| 104 |
| 105 ### Version 2.0.0 - November 21, 2011 |
| 106 |
| 107 First release - completely rewritten, many new features and updated graphics. |
OLD | NEW |