File: README

package info (click to toggle)
yui 2.5.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 53,800 kB
  • ctags: 12,919
  • sloc: php: 52,072; makefile: 53
file content (251 lines) | stat: -rw-r--r-- 8,288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
YUI Library Release Notes

*** version 2.4.0 ***

This release introduces five new components into YUI:

   * Selector
   * Charts Widget
   * Get Utility
   * Profiler
   * JSON Utility
   
These new components are introduced as "beta", with the exception of the Charts
Widget which is released as an experimental component.  Please see the YUI FAQ
on the definition of beta and experimental at:
http://developer.yahoo.com/yui/articles/faq/#beta

In addition to new components, you'll find updates and bug fixes throughout the
library.

*** version 2.3.1 ***

This update contains general fixes to the YUI library.  Please see the README
file for each component in the build directory for specific updates since
version 2.3.0.

*** version 2.3.0 ***

This release introduces six new components into YUI:

   * Base CSS
   * Color Picker Control
   * ImageLoader Utility
   * Rich Text Editor
   * YUI Loader Utility
   * YUI Test Utility
   
These new components are introduced as "beta", with the exception of ImageLoader
Utility which is released as an experimental component.  Please see the YUI 
FAQ on the definition of beta and experimental at:
http://developer.yahoo.com/yui/articles/faq/#beta

In addition to new components, you'll find updates and bug fixes throughout the
library.

*** version 2.2.2 ***

This update contains general fixes to the YUI library.  Please see the
README file for each component in the build directory for specific updates since
version 2.2.1.

*** version 2.2.1 ***

This update contains general fixes to the YUI library.  Please see the
README file for each component in the build directory for specific updates since
version 2.2.0.

*** version 2.2.0 ***

This release synchronizes the SourceForge version with Yahoo!'s version of YUI
-- version number 2.2.0.  Please see the following blog article for information
on this specific version increment at:
http://www.yuiblog.com/blog/2007/02/20/yui-220-released

The following new components are introduced with this release:

   * Button
   * DataTable
   * Browser History Manager

   The following components are now available as utilities:

   * Element
   * DataSource

These new components are introduced as "beta", with the exception of Browser
History Manager as an experimental component.  Please see the YUI FAQ on the
definition of beta and experimental at:
http://developer.yahoo.com/yui/articles/faq/#beta

* CSS customizations *
Calendar, Container, and Menu have been revised to allow image customizations
through their respective CSS files.  Please refer to each component's README to
see the full details on affected properties.

Additional details for fixes and updates can be found in the README files for
each updated component.  All YUI API cheatsheets have been updated for the
current version and can be found at: yui/docs/assets/cheatsheets.zip.

*** version 0.12.2 ***

This update contains general fixes to the YUI library.  Please see the
README file for each component in the build directory for specific updates since
version 0.12.1.  As part of the 0.12.2 update, a number of corrections have been
made to functional examples that were configured incorrectly in 0.12.1.

*** version 0.12.1 ***

This update contains general fixes to the YUI library.  Please see the
README file for each component in the build directory for specific updates since
version 0.12.0.

Beginning with this release, all YUI minification will be performed with JSMin(
http://www.crockford.com/javascript/jsmin.html).  Line breaks will be preserved.

*** version 0.12.0 ***

This version introduces the Tabview widget as well as general fixes to the YUI
library.  Additional details can be found in the README files for each updated
component.  All YUI API cheatsheets have been updated for the current version
and can be found at: yui/docs/assets/cheatsheets.zip.

* documentation *
The YUI API documentation format is revised with this release.  This new
format -- now a flat file structure under yui/docs/ -- implements the YUI
AutoComplete widget on the main landing page to allow keyword searching of YUI.
It also contains the full API documentation for all YUI components along with
the following categories of data for each component(if applicable):

* Inheritance hierarchy for extensions and subclasses.
* YUI dependencies
* Properties and methods
* Events
* Configuration attributes.

* concatenated files *
For convenience, three additional, minified variations of YUI are now available
for your use:

* reset-fonts-grids.css
* yahoo-dom-event.js
* utilities.js

* API changes *
There are interface changes to the Calendar widget.  Please see the 0.12.0
Calendar upgrade guide at http:// developer.yahoo.com/yui/calendar/upgrade.html
to see if this update affects your Calendar implementation and instructions on
upgrading to version 0.12.0.


*** version 0.11.4 ***

This update contains some priority bug fixes to the following components:

* Yahoo
* Container
* Drag and Drop
* Event

Additional details can be found in the README files for each updated component.

*** version 0.11.3 ***

This update contains general fixes to the YUI library.  Please see the
README file for each component in the build directory for updates and fixes
since version 0.11.2.

*** version 0.11.2 ***

This update contains a high-priority fix to Drag and Drop that prevents text
selection.  Additional details can be found in the README file for:

* Drag and Drop

*** version 0.11.1 ***

Release 0.11.1 addresses some high-priority bugs reported in the recently
released version 0.11.0. Additional details can be found in the README files for
each updated component:

* Animation
* Dom
* Drag and Drop
* Connection Manager
* Container

*** version 0.11.0 ***

This version introduces the Logger widget.  The YUI cheatsheets for version
0.11.0 and 0.10.0 are also included in this distribution under docs/assets.

Please see the README file for each component in the build directory for
updates and fixes since version 0.10.0.

*** version 0.10.0 ***

In this release, the directory structure has been modified to provide more
component organization.  This is the new format:

yui/
  |
  -- build/
  | |
  | -- dom/
  | |
  | | -- assets/
  | |
  | | -- dom.js
  | |
  -- docs/
  | |
  | -- dom/
  | |
  -- examples/
  | |
  | -- dom/
  | |
  | | -- img/

Notice there are three immediate directories under the
root YUI.  They are:

*build/*
This directory contains the source files for each YUI component, and each
component is presented as a sub-directory under build/.  Notice that there are
generally two source files: component.js and component-min.js.  The "component"
source is the raw, commented build and "component-min" is the minified version
of the same file with comments and whitespace removed.  With some components,
there is an assets sub-directory.  CSS and image dependencies for each
component are stored in its assets sub-directory.

Note: If a component makes use of images, the image source path in the
component's CSS file will point to Akamai.  The physical images are also
available in the assets/ directory for local availability.  Please modify the
CSS image references if you wish to use your own image assets.

*docs/*
This directory contains the jsdoc-generated API reference for every YUI
component.  Each component is presented as a sub-directory under docs/.

*examples/*
This directory contains functional examples for each component in the YUI
Library.  The examples are not part of the formal distribution; rather,
they provide demonstrations of each component in use.  Each example uses YUI
Library source files from the build/ directory, while all example-specific
dependencies are stored in sub-directories (e.g. examples/dom/img).
Some components, including the AutoComplete Control and Connection Manager,
make use of PHP to implement certain examples.

For example:
In yui/examples/dom, the dom.js source file and all YUI .js dependencies
are drawn from yui/build/ directories.  All other example-specific sources are
stored as sub-directories: yui/examples/dom/css and yui/examples/dom/img.

Each functional example is also available and functional on
developer.yahoo.com/yui/.  They reproduced here as part of the distribution
for your convenience.