CHANGES.textile in apotomo-1.1.2 vs CHANGES.textile in apotomo-1.1.3

- old
+ new

@@ -1,4 +1,10 @@ +h2. 1.2 + +h3. Changes + * New signature: @TestCase#trigger(type, source, options)@. This method no longer messes around with the widget's options hash but simply passes any additional options to @evt#data@. Also, the event @source@ is now the required second argument. + + h2. 1.1.1 h3. Additions * You can now attach event handlers to other widgets simply by using the @:passing@ option: @responds_to_event :click, :passing => :root@. * If you want to debug events, just include the (WIP) @apotomo/debugging@ file and watch your server output on the console.