From f8b3c1bd4ebc59ec549f9564e169957c1e9a8ff4 Mon Sep 17 00:00:00 2001 From: Matt Mlinac Date: Tue, 26 Jul 2011 14:22:58 -0700 Subject: [PATCH] new README.md and HISTORY.md --- src/imageloader/HISTORY.md | 42 ++++++++++++++++++++++++++++++++++++++ src/imageloader/README | 36 -------------------------------- src/imageloader/README.md | 5 +++++ 3 files changed, 47 insertions(+), 36 deletions(-) create mode 100644 src/imageloader/HISTORY.md delete mode 100644 src/imageloader/README create mode 100644 src/imageloader/README.md diff --git a/src/imageloader/HISTORY.md b/src/imageloader/HISTORY.md new file mode 100644 index 00000000000..f2e5ffde1bd --- /dev/null +++ b/src/imageloader/HISTORY.md @@ -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 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 + diff --git a/src/imageloader/README b/src/imageloader/README deleted file mode 100644 index 29ebbb06e8f..00000000000 --- a/src/imageloader/README +++ /dev/null @@ -1,36 +0,0 @@ -ImageLoader - Release Notes - -Development Master - -3.4.0 - - - Added classNameAction option for ImgGroup. Setting to "enhanced" means that when - using className on an element, the src attribute is replaced rather than - simply removing the class name. - -3.3.0 - - No change - -3.2.0 - - No change - -3.1.1 - - No change - -3.1.0 - - fix #2528448 - PNG image fix for IE6 - - 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 - diff --git a/src/imageloader/README.md b/src/imageloader/README.md new file mode 100644 index 00000000000..5210afbf7cb --- /dev/null +++ b/src/imageloader/README.md @@ -0,0 +1,5 @@ +ImageLoader +=========== + +Provides dynamic loading of images according to user-event triggers, fold +location, or time limits