webgui/www/extras/yui/releasenotes
2012-10-24 10:40:52 -07:00
..
README.animation Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.autocomplete Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.base Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.button Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.calendar Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.carousel Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.charts Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.colorpicker Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.connection Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.container Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.cookie Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.datasource Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.datatable Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.datemath Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.dom Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.dragdrop Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.editor Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.element Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.event Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.event-simulate Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.fonts Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.get Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.grids Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.history Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.imagecropper Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.imageloader Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.json Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.layout Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.logger Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.menu Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.paginator Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.profiler Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.profilerviewer Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.progressbar Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.reset Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.reset-fonts
README.reset-fonts-grids
README.resize Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.selector Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.slider Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.storage Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.stylesheet Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.swf Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.swfdetect Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.swfstore Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.tabview Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.treeview Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.uploader Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.utilities
README.yahoo Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.yahoo-dom-event
README.yuiloader Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00
README.yuiloader-dom-event
README.yuitest Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -07:00

YUI Library - YUITest - Release Notes

2.9.0

  * Works with YUI Test Selenium Driver
  * Added JUnit XML test format.
  * Added TAP test format.
  * Added getResults() method on YAHOO.tool.TestRunner.
  * Added isRunning() method on YAHOO.tool.TestRunner.
  * Added coverage support, including getCoverage() on YAHOO.tool.TestRunner and YAHOO.tool.CoverageFormat.
  * Added getName()/setName() method to allow setting overall results name.
  * Changed master suite default name to be "yuitests" plus a timestamp.
  * Changed functionality of TestRunner when there's only one suite to run. Internally, the TestRunner uses
    a TestSuite to manage everything added via add(). Previously, this test suite was always represented
    in the results. Now, if you've only added one TestSuite to the TestRunner via add(), the specified
    TestSuite becomes the root. This may affect the reporting of test results if you're using TestReporter.
    To run tests in the old way, call TestRunner.run(true).

2.8.1

  * No changes

2.8.0

  * Fixed issues with ArrayAssert methods (trac #2528121)
  * UserAction moved into a new module: event-simulate.
  * Custom Error objects inherit from Object instead of Error.

2.7.0

  * No changes

2.6.0

  * Added failsafe mechanism for wait() - will automatically fail a test after 10 seconds if resume() isn't called.
  * Augmented wait() to allow a single argument, a timeout after which point the test should fail.
  * Fixed small bug in TestManager.
  
2.5.1

  * Fixed ObjectAssert.hasProperty() so that is correctly identifies declared properties with a value of undefined.
  * Fixed DateAssert documentation errors.
  * Added ability to include framework assertion message in addition to custom assertion message.
  * Fixed Assert.isUndefined() documentation error.
  
2.5.0
 
  * 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.
    
2.4.0

  * Changed test running from synchronous to asynchronous.
  * Added wait() and resume() methods to TestRunner to allow testing of asynchronous features.
  
2.3.1

  * No changes
  
2.3.0

  * Beta release