equal
deleted
inserted
replaced
|
1 ImageLoader Change History |
|
2 ========================== |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * No changes. |
|
38 |
|
39 3.8.0 |
|
40 ----- |
|
41 |
|
42 * No changes. |
|
43 |
|
44 3.7.3 |
|
45 ----- |
|
46 |
|
47 * No changes. |
|
48 |
|
49 3.7.2 |
|
50 ----- |
|
51 |
|
52 * No changes. |
|
53 |
|
54 3.7.1 |
|
55 ----- |
|
56 |
|
57 * No changes. |
|
58 |
|
59 3.7.0 |
|
60 ----- |
|
61 |
|
62 * No changes. |
|
63 |
|
64 3.6.0 |
|
65 ----- |
|
66 |
|
67 * No changes. |
|
68 |
|
69 3.5.1 |
|
70 ----- |
|
71 * No changes. |
|
72 |
|
73 3.5.0 |
|
74 ----- |
|
75 * No changes. |
|
76 |
|
77 3.4.1 |
|
78 ----- |
|
79 * No changes. |
|
80 |
|
81 3.4.0 |
|
82 ----- |
|
83 * Added classNameAction option for ImgGroup. Setting to "enhanced" means that |
|
84 when using className on an <img> element, the src attribute is replaced |
|
85 rather than simply removing the class name. [Ticket #2530087] |
|
86 |
|
87 3.3.0 |
|
88 ----- |
|
89 * No changes. |
|
90 |
|
91 3.2.0 |
|
92 ----- |
|
93 * No changes. |
|
94 |
|
95 3.1.1 |
|
96 ----- |
|
97 * No changes. |
|
98 |
|
99 3.1.0 |
|
100 ----- |
|
101 * PNG image fix for IE6 [Ticket #2528448] |
|
102 * Convert deprecated Y.get calls to Y.one |
|
103 |
|
104 3.0.0 |
|
105 ----- |
|
106 * No changes. |
|
107 |
|
108 3.0.0 beta 1 |
|
109 ------------ |
|
110 * 3.0 conversion |
|
111 * New features: |
|
112 * Fold groups indicated by a distance from the fold, and images are |
|
113 loaded in cascading fashion as each reaches that distance |
|
114 Scroll and resize triggers are set automatically for these groups |
|
115 * Custom triggers can belong to the global Y instance or to any local event |
|
116 target |
|
117 * Bg, Src, and Png images are all registered with groups via the same |
|
118 "registerImage" method, and differentiated by attribute parameters |
|
119 |