Sha256: d943299e5e8bfba109ede5bc4fcba71a8311f2fddce1e8844aed45f7e6f56d1c

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

== 0.0.3 2008-05-26
* 3 major enhancements:
  * Added support for <ul>, <ol>, <thead>, <tfoot>, <h1>, <h2>, <h3>, <h4>, <h5> and <h6> elements
  * Better support for <tbody>, <tr> and <option> elements. They are now accessible from the top level in the same way as every other element, meaning you can do ie.option(:id, 'some_id'), or ie.row(:index, 1).
  * Better HTTPS support
* 8 minor enhancements:
  * Improved CelerityViewer
  * Watir-like show methods (IE#show_divs, IE#show_tables, etc.)
  * All HTML elements now has a default how parameter, see http://celerity.rubyforge.org/wiki/wiki.pl?ListOfSupportedHtmlElementsAndTheirDefaultHowParameter
  * Raketask cleanup
  * Separated out Watir compatibility specific stuff
  * Form#submit implemented
  * Updated ATTRIBUTES constants for all element classes
  * TextField#type bug fixed

== 0.0.2 2008-05-15
* 3 major enhancements:
  * Support for multiple how => what conditions
  * Fixed performance issue with collections
  * Specs will now run on Windows
* 3 minor enhancements:
  * Benchmark scripts
  * Method generator
  * Fixed multi-byte characters issue for text fields

== 0.0.1 2008-05-07
* 1 major enhancement:
  * Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
celerity-0.0.3 History.txt