Changelog 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Version 0.7.12
  2. * Add method to enable/disable mousewheel functionality
  3. Version 0.7.11 (2014/05/02)
  4. * Bower release!
  5. Version 0.7.10 (2014/05/02)
  6. * IE7&8 fixes
  7. * remove ui nodes on destroy
  8. * gallery-like functionality for iviewer-lightbox test page
  9. Version 0.7.9 (2014/01/05)
  10. * Grunt based release scripts
  11. * Option to fill container
  12. * DblClick event added
  13. * Zoom on double click
  14. * Move more events to the iviewer namespace
  15. Version 0.7.8 (2013/09/23)
  16. * handle MozMousePixelScroll oddness in mousewheel handler to use proper pageX
  17. and pageY event properties
  18. * replace midernizr contain function call with String::indexOf
  19. Version 0.7.7 (2013/03/12)
  20. * IE10 touch support
  21. * Widget reacts on mouse wheel not only over the image but over the whole
  22. container
  23. * Do not use jQuery.browser to detect for internet explorer filters (fixes
  24. #44)
  25. * Force img_object to trigger loaded event asynchronously in all cases (I'm
  26. looking at you, IE8)
  27. Version 0.7.6 (2013/01/26)
  28. * add public update method
  29. * immediately finish zoom animation if iage coordinates are set during it (#39)
  30. * do not remove asrc attribute from image when loading new one to prevent
  31. additional requests from some browsers (#31)
  32. Version 0.7.5 (2012/10/24)
  33. * add image load error callback
  34. * clean up DOM when widget is destoyed
  35. Version 0.7.4 (2012/08/21)
  36. * remove variable dragInitialized from the global scope
  37. Version 0.7.3 (2012/08/21)
  38. * reset max-width css property on image load to avoid breaking in the twitter bootstrap
  39. * support gesture events for iOS systems
  40. * on zoom with mouse wheel mouse position is preferred over center of image as
  41. a fixed point
  42. * on ipad zoom will prefer the center of the gesture (thx to colinbashbash!)
  43. * ipad panning stability fixes (thx to colinbashbash!)
  44. Version 0.7.2 (2012/07/20)
  45. * add mousewheel option to add possibility to disable it
  46. * add an ability to return current coordinates from the info method
  47. * [bug] Stop previous animation on the subsequent dimensions change
  48. * [bug] Round dimension and position values on zoom change to prevent
  49. coordinates distortion.
  50. Version 0.7.1 (2012/03/01)
  51. * add class iviewer_loading while image is being loaded
  52. * move closure function that deals with loaded image to
  53. the prototype to allow its expansion
  54. * reset image node attribute only after next image was
  55. loaded to remove unwanted image flickering.
  56. Version 0.7 (2012/02/17)
  57. * all callbacks are now fired with _trigger method of jQuery UI. So the first
  58. parameter in every callback now is a jquery event. Other arguments are
  59. shifted. Also, this now point to the html element, not the widget object
  60. itself.
  61. * Added info method to access some image properties from outside world
  62. * Updated lightbox example to show, how multiple files can be shown
  63. * Rotation filters are now applied event at zero angle to please IE
  64. Version 0.6 (2012/02/07)
  65. * Changelog file (eventually)
  66. * Image rotation feature
  67. * onAfterZoom is working again
  68. * onMouseMove callback is working again
  69. * Do not animation image on initial load (only zoom will be animated now)