ChangeLog in druid-ts-1.1.1 vs ChangeLog in druid-ts-1.1.2

- old
+ new

@@ -1,4 +1,19 @@ +=== Version 1.1.2 /2016-12-19 +* Enhancements + * Added #include? and #selected? to SelectList + * Added #append to TextField + * Added #wait_for_ajax support for the jQuery framework + * Added #wait_for_ajax support for the Prototype framework + * Added the ability to add new Javascript Frameworks to Druid via the #add_framework method +* Fixes + * Fixed [] methods on OrderedList and UnOrderedList so it only gets direct children + * Fixed items methods on OrderedList and UnOrderedList so it returns count of direct children +=== 2016-12-14 +* Enhancements + * Added shortcut method to check element exists + * Added #disabled? method to Element + * Added #selected_options method to SelectList === Version 1.1.1 / 2016-12-13 * Enhancements * Added ?_elements to ElementLocators so you can find all elements that match an identifier * Added ?_elements to NestedElements so you can find all elements nested within others