Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
2.7.0 README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith committed Feb 12, 2009
1 parent 11094a5 commit cb6acfa
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/colorpicker/README
Expand Up @@ -8,6 +8,7 @@ ColorPicker - Release Notes
* Can now set rgb config at construction for initial color
* initPicker logic broken up into methods _initElements, _initSliders,
_bindUI, and syncUI.
* Micro optimizations to color value conversions

2.6.0
* Added colorpicker-core.css (empty) for completeness
Expand Down
2 changes: 2 additions & 0 deletions src/datasource/README
Expand Up @@ -9,6 +9,8 @@ null, undefined, NaN, ""
* Added support for customizeable scope in JS Function DataSources.
* Added doBeforeGetScriptNode() as a hook to access the script URL immediately
before it is processed by the Get Utility in Script Node DataSources.
* Added parseJSONArgs instance property to allow extra params be passed to JSON.parse routine.
* XHR instances configured with responseType TYPE_HTMLTABLE now create the requisite DOM table from the XHR responseText



Expand Down
3 changes: 3 additions & 0 deletions build/json/README → src/json/README
@@ -1,5 +1,8 @@
JSON Utility - Release Notes

2.7.0
* No changes

2.6.0
* Security updates
* Architecture change to make lang.JSON object more durable
Expand Down
8 changes: 6 additions & 2 deletions src/paginator/README
@@ -1,5 +1,9 @@
Paginator Release Notes

*** version 2.6.0 ***
2.7.0
* Code trimming and restructure for better compression
* Added support for numeric strings pag.set('totalRecords','100');
* Added support for "all" value of RowsPerPageDropdown

* Initial standalone realease (extracted from DataTable)
2.6.0
* Initial standalone realease (extracted from DataTable)
8 changes: 8 additions & 0 deletions src/slider/README
Expand Up @@ -3,6 +3,14 @@ Slider - Release Notes
2.7.0
* Sliders with ticks no longer require YAHOO.util.Anim to be animated.
Still need to set slider.animated = true, however.
* Added skin images to assets/skins/sam
* Structure changes for better compression
* Event cleanup, so slideStart and slideEnd fire consistently
* DualSlider setMinValue and setMaxValue set respective Slider values in non-silent mode
* Added SOURCE_KEY_EVENT as value for valueChangeSource
* Moved SOURCE_* to statics, deprecated instance consts
* Added key support for DualSlider
* Slider recalcs the thumb center point if it is not yet set when an operation requires it (useful for Sliders with thumb div or image without declared or styled dimensions)

2.6.0
* Vertical DualSlider correctly calculates minRange
Expand Down
2 changes: 2 additions & 0 deletions src/stylesheet/README
@@ -0,0 +1,2 @@
2.7.0
* Initial beta release

0 comments on commit cb6acfa

Please sign in to comment.