Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
YUI 2.5.0 now available   Message List  
Reply | Forward Message #25780 of 52113 |

The YUI team has posted a new release today. YUI 2.5.0 is now available for download.

The 2.5.0 release adds 6 new components to the YUI Library:

Cookie Utility: a utility package that supports reading and writing of cookies via JavaScript; Cookie includes the concept of sub-cookies, which provides maximum use of limited cookie space.
Image Cropper:  an API that makes an image croppable with a user interface similar to those implemented in desktop applications.
Layout Manager: eases the development of full-page or element-level multi-pane UIs; each unit within the layout is resizable, collapsible, and removable.
Resize: an API which makes any block-level element resizable either directly or by proxy.
Uploader: the Flash-based file uploader developed for Yahoo! applications like Flickr is now part of YUI.  Its functionality is made accessible via a JavaScript interface; it supports multiple-file upload, access to file metadata, improved performance (versus traditional upload) on fast connections, and progress tracking.
Profiler Viewer: this component is designed to work with the Profiler; it provides a visual display of profiling data.

In addition to these new components, there are many enhancements and bug fixes included in a number of the existing library components. Most notable are the dual-thumb addition to the Slider Control and the massively upgraded DataTable Control.  DataTable updates included in this release:

• enhanced markup structure allowing greater control over many aspects of the table
• performance enhancements
• fixed header improvements for vertical scrolling
• horizontal scrolling
• drag-and-drop column reordering
• APIs that support adding, removing, showing, and hiding of columns
• a new Paginator class

Please refer to the README files included with the components that you use in your development for the full details of the changes and bug fixes that were made, or to the README digest attached for a summary of all of the 2.5.0 changes. You will also find updated documentation corresponding to the new release on the YUI Website.

As with every YUI release, a sincere "Thank you!" goes out to all of members of the YUI community who have provided feedback in the form of the bug reports, patches, and feature requests submitted to the YUI tracker components in Source Forge. The attached list summarizes the tracker items that have been resolved in the YUI 2.5.0 release. We greatly appreciate your participation in the continued enhancement of YUI and look forward to receiving your feedback as you integrate this update into your products. YDN-javascript@yahoogroups.com continues to be the preferred forum for general comments and questions. However, if you find a bug, please log the details along with a page link or sample code in the YUI bug tracker on Source Forge

Best regards,
george puckett
on behalf of the YUI development team: Adam Moore, Dav Glass, Eric Miraglia, Jenny Han Donnelly, Luke Smith, Matt Sweeney, Nate Koechley, Satyen Desai, Thomas Sha, and Todd Kloots; and contributers: Josh Tynjala, Matt Mlinac, Allen Rabinovich, and Nicholas Zakas





Wed Feb 20, 2008 6:51 pm

george.puckett
Offline Offline
Send Email Send Email

YUI Release 2.5.0 README Digest

 

This document is a summary of the 2.5.0 update information that has been added to the respective

README files included within each component folder.  Please refer the README files for the

components you are using for a full change history of each component.

 

 

Animation

¥ Enhancements

- Replaced toString overrides with static NAME property.

 

AutoComplete

¥ Bug Fixes

- Fixed bug where Mac users were not able to input "&" or "(" characters.

 

Base

¥ No changes.

 

Button

¥ Bug Fixes

- Fixed issue where returning false inside the scope of a listener for attribute "before" events (i.e "beforeCheckedChange") would not cancel the attribute's default setter.

           

Calendar

¥ Enhancements

- Prevent default event handling in CalendarNavigator enter key listener, to prevent automatic form submission when using Calendar inside a form.

- Added border, padding and margin rules to Calendar Sam Skin to protect Sam Skin's look and feel when Calendar is used with YUI base.css.

 

¥ Bug Fixes

- Added workaround to DateMath.add and subtract for Safari 2 (webkit) bug in Date.setDate(n) which doesn't handle value of n less than -128 or greater than 127 correctly.

See: http://brianary.blogspot.com/2006/03/safari-date-bug.html

 

Charts

¥ Enhancements

- Added lineSize style to series styles.

- Added showLabels substyle to xAxis and yAxis styles.

- Added more descriptive local content warning for ExternalInterface failure.

- Improved minor unit calculation.

- Added initialization flag to ensure DataSource doesn't receive multiple requests during initialization.

 

¥ Bug Fixes

- Fixed animation and marker positioning bugs

- Fixed bug that caused series definition update to fail

- Fixed bug that caused setting hex color values with # symbol to fail

 

Color Picker

¥ No changes.

 

Connection

¥ Enhancements

- setForm() can now detects HTTPS in the URI for file upload transactions.  The third, boolean argument for HTTPS when using IE is no longer necessary.

 

¥ Bug Fixes

- SF1882101.  POST transactions without a message will now have a Content-Length value set to 0 for FF 2.x.  This is accomplished by passing a value of empty string instead of null to XHR's send().  All other A-Grade browsers remain unaffected and perform correctly.

 

Container

¥ Enhancements

- Added a "hideaftersubmit" config property to Dialog, to allow the end user to configure whether or not the Dialog should be hidden after it has been submitted. By default it is set to false, to provide backwards compatibility.

- Added contextMouseOverEvent, contextMouseOutEvent and contextTriggerEvent events to Tooltip, which provide access to the context element when the user mouses over a context element, mouses out of a context element, and before a tooltip is about to be triggered (displayed) for a context element. See the API docs for these events for futher details.

- Added a "disabled" config property to Tooltip, to allow the user to dynamically disable a tooltip.

- Optimized constraintoviewport handling for Overlays which haven't been specifically positioned, so that the constraint checks aren't made before every show.

 

¥ Bug Fixes

- We now add the text resize monitor iframe to the DOM in a timeout, to help alleviate the perpetual loading indicator seen in Firefox 2.0.0.8 (Gecko 1.8.1.8) and above on Windows.

- Changed the closing script tag string used in the resize monitor, to allow container-min.js, container_core-min.js content to be used inline.

- Fixed problem with underlay size being too short in IE6 when setting up an initially visible Dialog with buttons.

- Removed overflow:auto applied to the modal mask for all browsers other than gecko/MacOS to help avoid the "missing text cursor" Gecko bug. Overflow:auto is still applied to for Gecko/MacOS to help avoid scrollbar bleedthrough, another Gecko bug (discussed in Container's known issues section).

 

Cookie Utility

¥ New component for 2.5.0.

 

Data Source

¥ Enhancements

- doBeforeCallback() - The second argument is now oFullResponse rather than oRawResponse.

- handleResponse() -

      - oCallback is now an object literal pointing to success and failure handlers and can contain scope and argument values.

      - The oCaller argument is now deprecated.

      - When callback function is passed oRequest and oParsedResponse values the oParsedResponse object now consistently returns the following values:

            - tId (Number)

            - results (Array)

            - error (Boolean)

            - totalResults (Number) (when available)

- makeConnection() -

      - oCallback is now an object literal pointing to success and failure handlers and can contain scope and argument values.

      - The oCaller argument is now deprecated.

- parseArrayData() - The second argument is now oFullResponse rather than oRawResponse.

- parseHTMLTableData() - The second argument is now oFullResponse rather than oRawResponse.

- parseJsonData() - The second argument is now oFullResponse rather than oRawResponse.

- parseTextData() - The second argument is now oFullResponse rather than oRawResponse.

- parseXMLData() - The second argument is now oFullResponse rather than oRawResponse.

- sendRequest() -

      - oCallback is now an object literal pointing to success and failure handlers and can contain scope and argument values.

      - The oCaller argument is now deprecated.

- setInterval() -

      - oCallback is now an object literal pointing to success and failure handlers and can contain scope and argument values.

      - The oCaller argument is now deprecated.

- cacheRequestEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- dataErrorEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- getCachedResponseEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- requestEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- responseCacheEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- responseEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

- responseParseEvent - oArgs.caller is now deprecated in favor of oCallback object literal.

 

Data Table

¥ Enhancements

- Introduced YAHOO.widget.Paginator to manage pagination.

- Introduced YAHOO.util.Chain to allow for progressive rendering.

- Removed APIs

    - CLASS_SCROLLBODY

    - CLASS_TABLE

    - getTableEl()

- Changed APIs

    - doBeforeLoadData(sRequest, oResponse, oPayload) - oResponse is now the converted full response (typed JSON or XML as appropriate). oPayload is now an optional data payload implementer can pass in to DataSource.sendRequest via the callback object literal.

    - formatCell() - The first argument, elCell, is now a reference to the cell liner element rather than the TD itself.

    - onDataReturnAppendRows(sRequest, oResponse, oPayload) - oResponse is now the converted full response (typed JSON or XML as appropriate). oPayload is now an optional data payload implementer can pass in to DataSource.sendRequest via the callback object literal.

    - onDataReturnInitializeTable(sRequest, oResponse, oPayload) - oResponse is now the converted full response (typed JSON or XML as appropriate). oPayload is now an optional data payload implementer can pass in to DataSource.sendRequest via the callback object literal.

    - onDataReturnInsertRows(sRequest, oResponse, oPayload) - oResponse is now the converted full response (typed JSON or XML as appropriate). oPayload is now an optional data payload implementer can pass in to DataSource.sendRequest via the callback object literal.

    - paginator - Should now be an instance of YAHOO.widget.Paginator.

    - sortedBy.dir - Use CLASS_ASC or CLASS_DESC instead of "asc" and "desc" strings.

    - Scrolling must be enabled via the configs "scrollable", "width", and "height". CSS should no longer be used to set width or height on scrollable tables.   

- Deprecated APIs

    - formatPaginatorDropdown() - Use new Paginator class.

    - formatPaginatorLinks() - Use new Paginator class.

    - formatPaginators() - Use new Paginator class.

    - refreshView() - Use render().

    - showPage() - Use new Paginator class.

    - updatePaginator() - Use new Paginator class.

    - headerCellClickEvent - Use theadCellClickEvent.

    - headerCellDblclickEvent - Use theadCellDblclickEvent.

    - headerCellMousedownEvent - Use theadCellMousedownEvent.

    - headerCellMouseoutEvent - Use theadCellMouseoutEvent.

    - headerCellMouseoverEvent - Use theadCellMouseoverEvent.

    - headerLabelClickEvent - Use theadLabelClickEvent.

    - headerLabelDblclickEvent - Use theadLabelDblclickEvent.

    - headerLabelMousedownEvent - Use theadLabelMousedownEvent.

    - headerLabelMouseoutEvent - Use theadLabelMouseoutEvent.

    - headerLabelMouseoverEvent - Use theadLabelMouseoverEvent.

    - headerRowClickEvent - Use theadRowClickEvent.

    - headerRowDblclickEvent - Use theadRowDblclickEvent.

    - headerRowMousedownEvent - Use theadRowMousedownEvent.

    - headerRowMouseoutEvent - Use theadRowMouseoutEvent.

    - headerRowMouseoverEvent - Use theadRowMouseoverEvent.

    - refreshEvent - Use renderEvent.

    - paginated - No longer used, as long as "paginator" value is an instance of Paginator class.

- RecordSet

    - updateKey() - Use updateRecordValue().

    - keyUpdateEvent - Use recordValueUpdateEvent.

- Column

    - width - Must now be a number. Strings will be ignored.

    - sortOptions.defaultOrder - Use sortOptions.defaultDir, and use CLASS_ASC or CLASS_DESC instead of "asc" and "desc" strings.

 

Dom

¥ Enhancements

- get() now correctly handles textNodes

 

Drag and Drop

¥ Enhancements

- Added CustomEvents in addition to method overrides

  (See API Docs for more information)

-  Added an IFRAME element to the proxy div (only in IE) to keep select elements and other object from bleeding through

 

Editor

¥ Bug Fixes

- Examples:

        - [1687273] - [SF 1861119 ] Flickr Example code is incorrect

- Config

        - [1556954] - [SF 1816784 ] tabbing troubles...

            Added a new config option called plainText. (See API docs for more information)

        - Removed the requirement for a textarea. If you pass the config as the first argument to the constructor the Editor will create the textarea for you.

- Internet Explorer

        - [1515145] - [SF 1807057 ] RTE _setDesignMode reloads page content

        - [1687267] - [SF 1861514 ] editorContentLoaded fires early in IE6/7

        - [1687244] - [SF 1866217 ] Editor in frameset causes "unspecified error" in IE6

        - [1687278] - [SF 1859031 ] Change Font Color on IE

        - [1687283] - [SF 1857798 ] IE7 RTE HTTPS problem

        - [1687316] - [SF 1854657 ] IE bullet/number strange behaviour

- All Browsers

        - [1687258] - [SF 1862824 ] Problem with <script> tags in editor content

        - [1687292] - [SF 1857235 ] cleanHTML function stripping closing tags

        - [1687322] - [SF 1849730 ] Multiple Editors' toolbars conflict

        - [1688270] - [SF 1867927] Editor dynamic height adjust

        - [1693656] - [SF 1870215] handleSubmit hijacks the value of the submit button

        - [1693686] - [SF 1869619] Image Modification Dialog

        - [1693719] - [SF 1850814] Editor produces faulty code

 

Element

¥ Bug Fixes

- SetAttributes now correctly handles false values

 

Event

¥ Enhancements

  - Added try/catch to getTarget to suppress errors when targeting ActiveX controls.

  - Increased the default poll interval to 20ms, and decreased poll retries to 2000 to reduce IE CPU usage.

  - onDOMReady now uses the native DOMContentLoaded event for the latest releases of WebKit since it support for it was added.

  - Restored the code that removes all listeners during the unload event to address issues caused by the way FireFox persists listeners through page refreshes.

 

Fonts

¥ No changes

 

Get

¥ Enhancements

  - autopurge no longer attempts to remove nodes that have been removed previously.

 

Grids

¥ Enhancements

- Tweaked em widths for "template presets" .yui-t1-6

- Pruned two redundant lines

 

History Manager

¥ No changes

 

Image Cropper

¥ New component for 2.5.0.

 

Image Loader

¥ Enhancements

- Group object has an addCustomTrigger() function for adding custom event triggers

- PNG background images now support custom properties for AlphaImageLoader

 

JSON

¥ Enhancements

- Restructured for customization and readability

- Extracted isValid method to test a JSON string

- Extracted dateToString method to allow overriding with custom serialization format

- Added stringToDate method to reconstitute Date instances from default JSON UTC date strings.  Use this in a filter method passed to lang.JSON.parse

 

¥ Bug fixes

- fixed walk method so filters are properly applied

 

Layout Manager

¥ New component for 2.5.0.

 

Logger

¥ No changes

 

Menu

¥ Bug Fixes

- Corrected the paths to all images in the original Menu CSS file so that checked MenuItems now render correctly.

- Clicking on a disabled MenuItem instance will no longer cause the browser to navigate to the top of the current page.

- Removed the use of the "yui-skin-sam" class name from the Menu core CSS file.

- Scrolling Menus now render correctly in IE 6 and IE 7.

- Submenus are no longer hidden then re-shown when the mouse is moving from a visible submenu back to its parent MenuItem instance.

 

Profiler

¥ No changes

 

Profiler Viewer

¥ New component for 2.5.0.

 

Reset

¥ Enhancements

- Added input,textarea,select{*font-size:100%;} to enable resizing on IE

 

Resize

¥ New component for 2.5.0.

 

Selector

¥ Enhancements

- query() now returns single node (not array) when firstOnly is true

- filter() now works with ID input

- pseudos and attributes correctly handle spaces

                                                     

Slider

¥ Enhancements

- Slider onDrag now calls fireEvents, so bg mousedown, drag, mouseup fires change events

- Slider uses new dragOnly=true property added in dragdrop

- Introduced DualSlider

 

Tab View

¥ Enhancements

- moved Tab default "title" attribute to static Tab.TITLE

 

Tree View

¥ Enhancements

- Added isLeaf property to Node that allows dynamically loaded trees to have nodes that are not dynamically loaded (without configuring dynamic load for each individual dynamic load, which was the requirement previously). 

   If set to true, dynamic loading will be disabled for the node and it will always have the leaf node presentation (rather than the expand ico

- Made CSS adjustments to work with base.css

- HTMLNode: remov ed unused property 'content', and documented the correct property 'html'.

 

Uploader

¥ New component for 2.5.0.

 

YAHOO Global

¥ Enhancements

- API doc updates

 

YUI Loader

¥ Enhancements

- Updated metadata for 2.5.0

 

¥ Bug fixes

- (from the get utility) fixed autopurge.

 

YUI Test

¥ Enhancements

- Updated test results format to include ignored tests, result types, and names.

- Introduced test result formats in JSON and XML.

- Introduced TestReporter object.

- Removed beta tag.



Source Forge ID Summary Submitted By
1776994 [#1449795] One ToolTip w/Many Context Elements-Without Title abickcgi
1850814 [#1693719] Editor produces faulty code adammw
1681490 [#1243089]Scrollable table loses heading in IE 6 when... ajones86
1798226 [#1487619] DataTable Server-Side Sorting altearius
1799339 [#1517993] Invalid Dates Sorted Incorrectly altearius
1861514 [#1687267] editorContentLoaded fires early in IE6/7 altearius
1675245 [#1544479] DataTable: Dynamic column addition anjhinz
1857235 [#1687292] cleanHTML function stripping closing tags baron_bits
1862827 [#1692383] TabView Configuration Attributes *activeIndex=0* bbiao
1862851 YAHOO.lang.JSON.parse, filter does not work benatforge
1857807 [#1692377] Using YUILoader causes NS_ERROR_DOM_NOT_FOUND_ERR bltcoder
1881890 TreeView + base.css broken bobprime
1891452 [#1744953] Typo in the menu docs bobprime
1760134 [#1404557] Inline edit datatable oArgs.newData always string caraconan
1777110 [#1431320] DateMath.add unreliable: Safari 2 for DAY & WEEK cjohngriego
1819387 [#1556926] Safari never stops loading after history navigate davesickmiller
1744213 [#1495032] Header cell "title" attribute localization davidefugazza
1802264 [#1130301] Serverside Pagination (totalRecords) dceonline
1862824 [#1687258] Problem with <script> tags in editor content dcomfort
1855814 [#1692403]IE6:Dialog shadow too short when using cfg buttons deer421
1796907 [#1518058] Don't stopEvents on non sortable column headers devasatyam
1814957 [#1544989] Column object has both parent and _parent devasatyam
1814954 [#1544479] Add ColumnSet.addColumn and deleteColumn devasatyam
1781975 [#1447121] doBeforeShowCellEditor is called after devasatyam
1786952 [#1457868] onEventSaveCellEditor devasatyam
1793303 [#1514764]editorSaveEvent:newData before convert by validato devasatyam
1835625 [#1646070] initEvent fails to fire on TYPE_HTMLTABLE devasatyam
1844094 [#1646070] initEvent cannot be listened to for local sources devasatyam
1813641 [#1602795] _onDataReturnEnhanceTable fails if no config opts devasatyam
1781019 [#1447104] arguments to responseParseEvent irrelevant devasatyam
1787037 [#1494700] break bubbling in _onTbodyClick devasatyam
1812126 [#1544763] server-side paginator example needs mending devasatyam
1828132 [#1699193] parseJsonData fails on valid field names devasatyam
1841060 [#1697979] maxCacheEntries does not work devasatyam
1823913 [#1692397] setBody assumes anything except string is DOM obj devasatyam
1889468 [#1741695] All beforeXXXXChangeEvent documented wrong devasatyam
1889475 [#1741710]fireBeforeChangeEvent doesn't append Event to name devasatyam
1819476 Horizontal scrolling dsdart
1811085 [#1544992] Can't set paginator.currentPage dsdart
1850216 [#1652833] Scrolling of menu items bug in IE7 emitchell
1805945 [#1507668] AC container re-use fails - incomplete destroy() far_neil
1840042 [#1692374] incompatibility with Gpolyline (google map) freevic
1789850 [#1465587] DataTable resizeable columns do not work on IE7 gbarta
1854657 [#1687316] IE bullet/number strange behaviour gunardiwu
1839348 [#1646108] wrong column width for datatable in IE guyd
1862107 [#1671842] Problem with CSS voice-family hack harroschmidt
1855772 [#1697954] getCell method has been removed henners8000
1832802 [#1692386]Attributes set via setAttributes can'tbe set false igierard
1816784 [#1556954] tabbing trubles... jacobfogg
1850442 [#1652819] Documentation for animation has a typo jingceawlin
1845041 [#1634052] Broken link to CSS example page kenster408
1842901 [#1556954] HMTL editor eats new lines khenriks
1745037 [#1243089] Row selecting causes header to lose position. kinsale
1845816 [#1692388] pseudo-class :contains do not accept spaces. ligaard
1703784 [#1225393] scrollable datatable 2.2.2 loses heading makokibcn
1868730 [#1691659] 2.4.1 BHM: Firefox >=2.0.0.9 Initialization Error matriarktervel
1811779 [#1544494] InitEvent needs parametr (tooltip implementation) mayjune2004
1810408 [#1544801] hidetablemessage v. 2.3.1 mayjune2004
1849730 [#1687322] Multiple Editors' toolbars conflict mikelbridge
1874082 Break up strings containing "</script>" in them mkoziel
1686132 [#1495178]assign CLASS_EDITABLE before call custom formatter mstillwell
1497686 [#150185]D&Devents should use Event.subscribe event handling mwarden
1851557 [#1655255] RTE need 'color' button for Overlay to show up namnam79
1866217 [#1687244] Editor in frameset causes "unspecified error" IE6 ncjones
1867927 Editor dynamic height adjust ncjones
1848066 [#1642234] disabled context menu-anchor keeps href attribute paolo61
1876479 pageLinks algorithm seems wrong! phanson87
1823031 [#1571989] checkbox in header cannot be checked pmouawad
1840566 [#1646043]IE6/7 datatable inside scrollable div displays bad pmouawad
1878759 Calendar localization example documentation incorrect rexxars
1807057 [#1515145] RTE _setDesignMode reloads page content rob-ballou
1740626 [#1248046] Data table's headers not aligned when scrolling roblund
1728952 [#1243213]DataTable very slow when the table have many rows. steenknudsen
1871453 [#1694601] trailing slashes in text string removed steveh_tdc
1831510 [#1699214] Datatable date editor's cal not show well in IE7 taol
1828666 [#1699118] Cannot handle JsArray with nested object taol
1857798 [#1687283] IE7 RTE HTTPS problem vahes
1859031 [#1687278] Change Font Color on IE via_bulatao
1685426 [#1225670] Datatable headers bleed thru autocomplete in IE vmorale4
1862710 [#1697917] Easy performance gain for YUI DataTable zachleat
1782416 [#1258145] DataTable (FFv20, Opera 9.23) - display issues zmische
1782390 [#1258145]DataTable-beta.js - FFv2.0 Only Error while Scroll zmische
1785431 [#1465653] DataTable - cant select text inside table zmische
1849889 [#1692402] Calendar Split Button+Navigator = form submitting zmische
1779727 [#1258145] deleteRow while scrolling, header display problem nobody
1793455 [#1258145 ] DataTable Scrolling Header Position nobody
1798587 [#1258145] scrolling bug when selection is activated nobody
1757872 [#1381570] Supplying Pagination Containers Broken nobody
1781917 [#1389939] Date editor display and default for a non-date nobody
1761569 [#1389939] null calendar date causes exception nobody
1832658 [#1600605] Error on item focus and pressing arrow keys nobody
1845543 [#1637082] YUI Loader not listing CSS modules nobody
1832815 [#1602795] TYPE_HTMLTABLE data load fails nobody
1801348 [#1518066] DataTable Inline Editing with a key strokes only nobody
1778997 [#1449692] DataTable not resorting when new data is loaded nobody
1771508 [#1494806] Record Number and Pagination nobody
1758133 [#1495003] Disable Pagination if less than one page nobody
1814607 [#1544253] alphabetical pagination nobody
1818102 [#1552222]still shows loading indication after hide() dialog nobody
1872330 [#1699348] "maxheight" Config does not allow scrolling:IE nobody
1850844 [#1692368] Submenu re-shown when menubar item is re-hovered nobody
1847406 [#1697971] config options processed after dataType is set nobody
1869845 [#1692395] getElementsBy nobody
1861119 [#1687273] Flickr Example code is incorrect nobody
1870223 [#] DOMReadyEvent should use DOMContentLoaded w/WebKit>=525 nobody
1869619 [#1693686] Image Modification Dialog nobody
1881944 [#1723146] Small documentation bug in menu nobody
1695400 [#1544331] Don't use title attribute to indentify active tab nobody
1812106 [#1544358]Layout Manager BorderLayout collapsible resizable nobody
1851893 [#1655219] Code showed on page differs from actually used nobody
1872388 [#1699292] yui-gb does not work well in IE7 nobody
1870215 [#1693656] handleSubmit hijacks the value of the submit.. nobody
1892887 [#1750598] typo on datatable dev network page nobody
1882101 [#1734696]FF2 asyncRequest w/empty POST data result:HTTP 411 nobody
1858600 [#1692387] Not working for custom attribute nobody
1847995 [#1642218] Minor documentation error in Panel page nobody
1795208 [#1517959] optional 4th argument not optional nobody


Forward
Message #25780 of 52113 |
Expand Messages Author Sort by Date

The YUI team has posted a new release today. YUI 2.5.0 <http://yuiblog.com/blog/2008/02/20/yui-250-released/> is now available for download...
georgiann puckett
george.puckett
Offline Send Email
Feb 20, 2008
6:51 pm

Congrats on the release, some very useful additions to version 2.5.0. I see no mention of the Carousel Control which was listed in the pre-announcement ...
Joe Desbonnet
jdesbonnet
Offline Send Email
Feb 20, 2008
9:23 pm

Joe, My apologies for not calling that out explicitly. Carousel development is proceeding, but we did not complete development work on it in time for 2.5.0 as...
Eric Miraglia
ericmiraglia
Online Now Send Email
Feb 20, 2008
11:45 pm

Minor sorta-bug: YAHOO.widget.Overlay.setBody (and probably ..Module.setBody) no longer accepts inputs of type DocumentFragment....
Nick Husher
nick_husher
Offline Send Email
Feb 25, 2008
5:18 pm

Hi Nick, Thanks for bringing this up. Although the method is intended to be used to either insert content via a string or a root HTMLElement (the changes to...
Satyen Desai
sdezzi
Offline Send Email
Feb 25, 2008
6:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help