Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Moore committed Dec 9, 2010
1 parent 9668df6 commit 7229821
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/dump/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
YUI dump
Stringifies objects

3.3.0
* No change

3.2.0
* No change

Expand Down
3 changes: 3 additions & 0 deletions src/event-custom/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ YUI Custom Events

3.3.0
- Undocumented and poorly named 'each' method on EventHandle changed to 'batch'.
- After listeners for events fired in a defaultFn or listener are queued in the correct order.
- Added Y.Do.originalRetVal and Y.Do.currentRetVal statics accessible by Y.Do.after subscribers.
- Exposed the previously private EventTarget.parseType

3.2.0
- Fixed defaultTargetOnly publish configuration
Expand Down
3 changes: 3 additions & 0 deletions src/event-simulate/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ YUI Event Simulation Utilities
Module Name: "event-simulate"
Documentation: http://developer.yahoo.com/yui/3/event

3.3.0
* Updated to work with IE9's DOM2 implementation.

3.2.0
* No changes.

Expand Down
5 changes: 4 additions & 1 deletion src/event/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ YUI Event Utility
- The raw DOM event is no longer double wrapped (was e._event._event)
- event-focus now uses xhtml-friendly feature test to fork for IE
- new event-hover module providing node.on('hover', in, out)
- e.button/e.which normalization.
- e.which normalized for key operations as well.
- Split out IE-specific code into event-base-ie conditional module.


3.2.0
Expand All @@ -37,7 +40,7 @@ YUI Event Utility

3.1.1
- fired fireOnce listeners are executed synchronously

3.1.0
- Removed deprecated 'delegate' custom event. As of 3.1 use the delegate method on a Node instance or Y instance.
- Updated the event-focus submodule so that the specialized focus and blur events that enable the focus and blur events to bubble do not apply when adding focus and blur events to the window object.
Expand Down
3 changes: 3 additions & 0 deletions src/oop/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
YUI OOP Utilities
Provides inheritance and object modification utilities

3.3.0
* Clone doesn't fail on DOM objects in IE.

3.2.0
* No change

Expand Down
7 changes: 5 additions & 2 deletions src/substitute/README
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
YUI substitute
A string templating utility

3.3.0
* No change

3.2.0
* No change to this utility, but Y.Lang.sub was added to the YUI core. This
is a lightweight version of the substitute utility that follows the same
templating syntax, but lacks recursive replacements, object dumping, and
string formatting. The advantage is that it is very small, and available
in the YUI core -- perhaps the regular expression implementation will be
in the YUI core -- perhaps the regular expression implementation will be
faster than the string manipulation that happens in substitute in some
situations.

Expand All @@ -15,7 +18,7 @@ YUI substitute

3.1.0
* substitute has a 'recurse' option to support nested templates (the previous
default behavior). Normal operation is now a single level substitution which
default behavior). Normal operation is now a single level substitution which
is tolerant of brackets in the replacement string.

3.0.0
Expand Down
2 changes: 2 additions & 0 deletions src/yui/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The YUI Global
Core

3.3.0
* Added fast path for repeat calls to use() with the same arguments.
* ES5 methods such as Object.create will be used instead of the corresponding YUI implementation when appropriate.
* Added a destroy method
* Added YUI.GlobalConfig -- three stage configuration (YUI.GlobalConfig --> YUI_Config --> instance configs)
is helpful in non-browser environments for supplying an overarching config for the YUI container.
Expand Down

0 comments on commit 7229821

Please sign in to comment.