Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
76 lines (56 loc) · 2.67 KB

File metadata and controls

76 lines (56 loc) · 2.67 KB
id title
94F59A9E-0E31-49A3-847B-100DFAA6BCE4
Calabash 0.9.152

0.9.152 changelog

  • Initial iOS7 support. Note this must be run with the UIA support, i.e., specifying DEVICE_TARGET=simulator or DEVICE_TARGET=UDID where UDID is a USB-connected device identifier.

  • (calabash-ios-server) adds a new operation: 'orientation' to support rotation enhancements thanks to @jmoody calabash/calabash-ios-server#22

  • (calabash-ios-server) AlertView in iOS7 thanks to @olarivain calabash/calabash-ios-server#20

  • (pull 168) Optimized tableViewCell touch mechanism thanks to @mposchen calabash/calabash-ios#168

  • (pull 173) renames the build server rake tasks in calabash-cucumber/Rakefile to be compatible with Bundler::GemHelper install/build/release MIGHT REQUIRE BUILD SCRIPT UPDATES calabash/calabash-ios#173

  • (pull 174) calabash-ios console should look for local .irbrc before falling back to the .irbrc in calabash-cucumber/scripts calabash/calabash-ios#174

  • (pull 175) fix for 'Playback not found: touch_done_ios7_iphone.base64' when testing against iOS 5 + 6 targets with 'OS=ios7' calabash/calabash-ios#175

  • (pull 177) updates the Calabash::Cucumber::Device class for Xcode 5 and iOS 7 calabash/calabash-ios#177

  • (pull 178) record_end now accepts names with spaces thanks to Gardner Bickford @gardner calabash/calabash-ios#178

  • (pull 179) Device iphone_5? method crashes when called on iPad devices (see pull 177) calabash/calabash-ios#179

  • (pull 180) playback cannot be found for some combinations of OS and playback file calabash/calabash-ios#180

  • (pull 181) adds verbose error reporting when playback fails to find file calabash/calabash-ios#181

  • (pull 182) ./features/playback should be the default directory for playbacks and record_end should save to that directory if PLAYBACK_DIR is not defined calabash/calabash-ios#183

  • (pull 183) general clean up of text field input and disabled keyboard_enter_text for iOS 7 POTENTIAL BREAKING CHANGES calabash/calabash-ios#183

  • (pull 191) Swipe on ipad performs "touch" rather than "swipe" thanks to @mposchen for the fix calabash/calabash-ios#191

  • (pull 192) adds enhancements to rotation thanks to Maksym Grebenets @mgrebenets (issue 156) thanks to Mayank Jain @firesofmay (issue 72) calabash/calabash-ios#192