CHANGELOG.txt 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. fancyBox - Changelog
  2. =========
  3. ### Version 2.1.3 - October 23, 2012
  4. * Fixed #426 - Broken IE7
  5. * Fixed #423 - Background flickering on iOS
  6. * Fixed #418 - Automatically Grow/Shrink and Center
  7. * Updated the script to work with jQuery 1.6
  8. * Media helper supports YouTube video series
  9. ### Version 2.1.2 - October 15, 2012
  10. * Fixed #414 - Don't allow nextClick if there is only one item
  11. * Fixed #397 - Button helper 'Menu' not visible in IE7
  12. * Overlay can be opened/closed manually:
  13. * $.fancybox.helpers.overlay.open();
  14. * $.fancybox.helpers.overlay.open({closeClick : false});
  15. * $.fancybox.helpers.overlay.close();
  16. * Optimized for Internet Explorer 10 (Windows 8)
  17. ### Version 2.1.1 - October 01, 2012
  18. * Fixed #357 - Converting values like 'auto' in getScalar()
  19. * Fixed #358 - Updated overlay background image
  20. * New "fancybox-href" and "fancybox-title" HTML5 data-attributes (#317)
  21. * Improved helpers:
  22. * - now they can have a property 'defaults' that contains default settings
  23. * - updated vimeo and youtube parsers for media helper
  24. * Content locking now can be turned off
  25. ### Version 2.1.0 - August 20, 2012
  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 configurable
  32. * Rewritten overlay helper:
  33. * - new option "showEarly" - toggles if should be open before of after content is loaded
  34. * - Facebook-style (https://github.com/fancyapps/fancyBox/issues/24) and therefore 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. ### Version 2.0.6 - April 16, 2012
  43. * Fixed #188 - keystrokes in contenteditable
  44. * Fixed #171 - non-images should not be preloaded
  45. * Fixed #158 - 'closeClick: true' breaks gallery navigation
  46. * New "media" helper - detects and displays various media types
  47. * New option "groupAttr" - name of group selector attribute, default is "data-fancybox-group"
  48. * New feature - selector expressions in URLs, see #170
  49. * Improved 'overlay' helper to use "position: fixed"
  50. * Improved autoSize, fixed wrong height in some cases
  51. * Improved centering and iframe scrolling for iOS
  52. * Updated markup, new element '.fancybox-skin' is now used for styling
  53. ### Version 2.0.5 - February 21, 2012
  54. * Fixed #155 - easing for prev/next animations
  55. * Fixed #153 - overriding "keys" options
  56. * Fixed #147 - IE7 problem with #hash links
  57. * Fixed #130 - changing dynamically data-fancybox-group
  58. * Fixed #126 - obey minWidth/minHeight
  59. * Fixed #118 - placement of loading icon and navigation arrows
  60. * Fixed #101 - "index" option not working
  61. * Fixed #94 - "orig" option not working
  62. * Fixed #80 - does not work on IE6
  63. * Fixed #72 - can't set overlay opacity to 0
  64. * Fixed #63 - properly set gallery index
  65. * New option "autoCenter" - toggles centering on window resize or scroll, disabled for mobile devices by default
  66. * New option "autoResize" - toggles responsivity, disabled for mobile devices by default
  67. * New option "preload" - number of images to preload
  68. * New feature to target mobile/desktop browsers using CSS, see #108
  69. * Changed ajax option defaults to "{ dataType: 'html', headers: { 'X-fancyBox': true } }", see #150 and #128
  70. * Updated loading icon for IE7, IE8
  71. * Calculates height of the iframe if 'autoSize' is set to 'true' and the iframe is on the same domain as the main page
  72. ### Version 2.0.4 - December 12, 2011
  73. * Fixed #47 - fix overriding properties
  74. * New option "position" to thumbnail and button helpers
  75. ### Version 2.0.3 - November 29, 2011
  76. * Fixed #29 - broken elastic transitions
  77. ### Version 2.0.2 - November 28, 2011
  78. * Fixed slideshow
  79. * Fixed scrollbars issue when displayed a very tall image
  80. * New option "nextClick" - navigate to next gallery item when user clicks the content
  81. * New option "modal" - to disable navigation and closing
  82. * Add 'metadata' plugin support
  83. * Add ability to create groups using 'data-fancybox-group' attribute
  84. * Updated manual usage to match earlier releases
  85. ### Version 2.0.1 - November 23, 2011
  86. * Fixed keyboard events inside form elements
  87. * Fixed manual usage
  88. ### Version 2.0.0 - November 21, 2011
  89. First release - completely rewritten, many new features and updated graphics.