Changelog

Hint: You can trace the single developement steps in the Blog-Entries to ImageFlow. If you want to browse the codebase of this projekt you can check out the code repository of ImageFlow at GitHub.

1.3

  • Added circular mode
  • Added slideshow mode
  • Added path options imagePath and reflectPath
  • Added animationSpeed option
  • Fixed the 'one image bug' (if ImageFlow only holds one image it crashed in the IE)
  • Fixed a bug with the preloadImages option (setting it true was ignored)

1.2.1

  • Changed touch field to everything below the caption

1.2

  • Added iPhone and iPod Touch support
  • Added buttons option (toggles previous and next buttons)
  • Added imageScaling option to completely disable the dynamic scaling
  • Improved code quality of the JavaScript and the CSS

1.1

  • Added aspectRatio option (adjusts the relation between the height and width of the ImageFlow container!)
  • Added options to adjust image relations: imagesHeight, imagesM, percentOther, percentLandscape
  • Added scrollbarP option
  • Improved image resampling with the IE7 (enabled bicubic image resampling)
  • Fixed a bug that occured with the IE on document unload ("Member Not Found")

1.0.3

  • Fixed a bug that occured with the option imageFocusM

1.0.2

  • Added onClick option (open images in a new window, with Highslide JS etc.)
  • Refactored the options evaluation
  • Changed arrow key support: Now it works with all browsers, but only with one ImageFlow instance

1.0.1

  • Added preloadImages option
  • Added arrow key support (IE and Opera)
  • Bugfixing

1.0

  • ImageFlow is now object-oriented (call many ImageFlow instances on one page!)
  • Improved startup: now it is called directly after the HTML structure has been loaded
  • Improved code quality: compressable to 8KB, unobtrusive, readable etc.
  • Simplified installation and implementation
  • Added a real loading bar
  • Added options: now everything is optional
  • Added opacity
  • Added move in effect on startup
  • Added image size multiplicator on focus

0.9

  • Fixed the IE bug (Invalid Argument, line 141, character 4)
  • Fixed the selection bug (ugly text and image selection on slider dragging)
  • Fixed the back button bug (using the back button with Safari 3 or Opera sometimes crashed ImageFlow)

0.8

  • Added Safari 1.x compatibility (a very big thanks to Stephan Droste!)
  • Added image link events onclick and ondblclick: the link is directly stored in the longdesc attribute of the image tag
  • Improved image scaling: now all image formats will stay inside the main div container "imageflow"
  • Minor performance improvements

0.7

  • Added different cursor types
  • Added configuration variables
  • Changed implementation: all JavaScript is now stored inside the imageflow.js
  • Changed the captions handling: now the caption text is directly stored in the alt attribute of the image tag
  • Bugfixing

0.6

  • Added arrow key support
  • Improved usability: now it just interacts on mouse wheel events if the cursor is over the main div container "imageflow"
  • Improved div container positioning
  • Bugfixing

0.5

  • Added focus feature: now it can handle large amounts of images (>100)
  • Added scrollbar
  • Fixed display order of loading procedure

0.4

  • Added mouse wheel support
  • Added loading bar
  • Minor performance improvements

0.3

  • Added server side generated reflections
  • Minor performance improvements
  • Fixed correct scaling of square formats

0.2

  • Changed global scaling and positioning: now it scales in relation to the div container "images"

0.1

  • Improved browser compatibility
  • Added bottom alignment
  • Added correct scaling of different image formats