mirror of
https://github.com/appium/appium.git
synced 2026-05-01 16:00:20 -05:00
changelog and bump to 1.0.0-beta.1 for publish
This commit is contained in:
@@ -14,15 +14,26 @@ CHANGES IN VERSION 1.0-beta1 (from 0.18.0)
|
||||
- remove deprecated mobile methods: location, fireEvent, waitForPageLoad,
|
||||
findElementNameContains, localScreenshot, getCommandTimeout, findAndAct
|
||||
- rewrite caps.md doc to use new 1.0 style caps
|
||||
- remove deprecated --merciful and --device-port flags (add
|
||||
--force-quit-instruments flag instead of -m)
|
||||
- lots of docs reorganization and prep for new publishing method
|
||||
- fix valid platform list
|
||||
- update npm deps to latest (except for express)
|
||||
- remove all deprecated "mobile: xxx" commands, except for gestures for now
|
||||
- use new native methods from WD in testsuite
|
||||
|
||||
#### iOS
|
||||
- fix bug where iOS < 7.1 would try to ask instruments for available devices
|
||||
- loosen up sudo check for authorize_ios so it can run without issue under sudo
|
||||
- rename `nonSyntheticWebClick` cap to `nativeWebTap`, and turn it off by
|
||||
default
|
||||
|
||||
#### Android
|
||||
- fix bug with XML page source where it wouldn't create the dump file correctly
|
||||
- change caps with hyphens (-) like "app-package" to be camelCased like the
|
||||
rest of Appium caps, e.g., "appPackage"
|
||||
- fix bug with custom keystore apk signing
|
||||
- allow multi actions without an element
|
||||
|
||||
#### Selendroid
|
||||
- fix command timeout bug
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"firefoxos",
|
||||
"testing"
|
||||
],
|
||||
"version": "1.0.0-beta.1+SNAPSHOT",
|
||||
"version": "1.0.0-beta.1",
|
||||
"author": "appium-discuss@googlegroups.com",
|
||||
"licenses": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user