ChangeLog in druid-ts-1.2.2 vs ChangeLog in druid-ts-1.2.3
- old
+ new
@@ -1,23 +1,22 @@
+=== 2017-04-24
+* Removed all direct delegateds. Now relies on method_missing to call Watir methods.
+ * You may have to change RSpec matchers to use method instead of predicate.
=== Version 1.2.2/ 2017/02-14
* Enhancements
* Added wait method to page class(wait document readystate as complete)
+ * When_visible and when_not_visible now wait for element to be present before checking
+ * Populate_page_with can populate select_list using values
+ * Remove all custom locator mappings
=== Version 1.2.1/ 2017-01-26
* Enhancements
* Added array methods to section collections
* Added ability to call style method with no parameters
* clean up frame and iframe nesting
* Update travis.yml
* Added numerous missing element types
* Added two new methods that check without throwing exception
* Update to use watir 6 instead of watir-webdriver
- * Added focused? method on element
- * Added the following methods to Element
- - outer_html
- - inner_html
- - stale?
- * Added the selected? method to Option
- * Added the append method to TextArea
=== 2017-01-25
* Enhancements
* Added list_items method to UnorderedList to get an array of children.
* Speed optimizations for UnorderedList
* Added list_items method to OrderedList to get an array of children