Skip to content

Commit

Permalink
new README.md and HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mlinac committed Jul 26, 2011
1 parent 7888277 commit f8b3c1b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 36 deletions.
42 changes: 42 additions & 0 deletions src/imageloader/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
ImageLoader Change History
==========================

3.4.0
-----
* Added classNameAction option for ImgGroup. Setting to "enhanced" means that
when using className on an <img> element, the src attribute is replaced
rather than simply removing the class name. [Ticket #2530087]

3.3.0
-----
* No change

3.2.0
-----
* No change

3.1.1
-----
* No change

3.1.0
-----
* PNG image fix for IE6 [Ticket #2528448]
* Convert deprecated Y.get calls to Y.one

3.0.0
-----
* No change

3.0.0 beta 1
------------
* 3.0 conversion
* New features:
* Fold groups indicated by a distance from the fold, and images are
loaded in cascading fashion as each reaches that distance
Scroll and resize triggers are set automatically for these groups
* Custom triggers can belong to the global Y instance or to any local event
target
* Bg, Src, and Png images are all registered with groups via the same
"registerImage" method, and differentiated by attribute parameters

36 changes: 0 additions & 36 deletions src/imageloader/README

This file was deleted.

5 changes: 5 additions & 0 deletions src/imageloader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ImageLoader
===========

Provides dynamic loading of images according to user-event triggers, fold
location, or time limits

0 comments on commit f8b3c1b

Please sign in to comment.