forked from liferay/yui3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt Mlinac
committed
Jul 26, 2011
1 parent
7888277
commit f8b3c1b
Showing
3 changed files
with
47 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |