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