Skip to content

Commit

Permalink
Update CHANGELOG.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
laolubenson authored Sep 13, 2020
1 parent ea2902d commit 416ee46
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##
4.2.0
- IPerformsTouchActions no longer implement (inherit) IExecuteMethod - inheritance redundancy and a cleaner interface; Resolve (#392)
- IHidesKeyboard is now exposes "key" and "strategy" overloads; Resolve (#390)
- IHidesKeyboard no longer implement (inherit) IExecuteMethod - inheritance redundancy and a cleaner interface; Resolve (#389)
Expand All @@ -8,6 +8,19 @@
- Location property under AppiumDriver is now exposable by IHasLocation interface; Resolve (#386)
- Resolve #364. Add IsKeyboardShown to IHidesKeyboard intefrace; Add IsKeyboardShown command
- Added AndroidDataMatcher selector strategy #408
- feat: add ability to send flags to PressKeyCode (#433) @akinsolb
- feat: Add image locator type (#434) @akinsolb
- feat: add missing iOS Screen recording options (#432) @akinsolb
- feat: System Bars & Display Density (#430) @akinsolb
- feat: Send sms (#431) @akinsolb
- feat: GSM Voice State (#429) @akinsolb
- feat: Set Gsm Signal Strength (#428) @akinsolb
- feat: Make GSM Call (Emulator Only) (#427) @akinsolb
- feat: Toggle Wifi (#425) @akinsolb
- feat: add Toggle Airplane Mode & INetworkActions Interface (#423) @akinsolb
- feat: Get Performance Data & Performance Data Types (#422) @akinsolb
- feat: Provide way to pass arguments to NodeJS (#417) @sparerd
- feat: Added builder pattern for creating valid ByAndroidUIAutomator statements (#410) @sparerd

## 4.1.1
- Resolved #372 by fixing the endpoint for Activating an App
Expand Down

0 comments on commit 416ee46

Please sign in to comment.