Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Mar 13, 2015
1 parent da6c311 commit 63f6750
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Locators:
- findElementsByAndroidUIAutomator()

##Changelog##
*2.2.0*
- Added new TouchAction methods for LongPress, on an element, at x,y coordinates, or at an offset from within an element
- SwipeElementDirection changed. Read the documentation, it's now smarter about how/where to swipe
- Added APPIUM_VERSION MobileCapabilityType
- `sendKeyEvent()` moved from AppiumDriver to IOSDriver
- `linkText` and `partialLinkText` locators added
- setValue() moved from MobileElement to IOSElement
- Fixed Selendroid PageAnnotations

*2.1.0*
- Moved hasAppString() from AndroidDriver to AppiumDriver
- Fixes to PageFactory
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 63f6750

Please sign in to comment.