|
| 1 | +## 5.0.0 Beta 1 |
| 2 | +- chore: remove redundant pageobject feature by @akinsolb in #472 |
| 3 | +- fix: Add and test missing mobile Bys by @TroyWalshProf in #477 |
| 4 | +- fix: Allow users to connect to mobile web browsers by @TroyWalshProf in #478 |
| 5 | +- refactor!: Rename AppiumWebElement AppiumElement by @TroyWalshProf in #481 |
| 6 | + |
| 7 | +## 5.0.0 Alpha 2 |
| 8 | + |
| 9 | +- build: reenable GeneratePackageOnBuild by @akinsolb in #449 |
| 10 | +- feat: Add idempotency header to request for new sessions by @akinsolb in #450 |
| 11 | +- Settings implementation for iOS driver by @LyubomirStoimchev in #466 |
| 12 | +- refactor!: Update to work with Selenium 4 (with element factory) by @TroyWalshProf in #469 |
| 13 | +- chore: Update MobileCapabilityType to support W3C protocol by @Dor-bl in #475 |
| 14 | +- chore: drop FindElementBy* and FindElementsBy* by @TroyWalshProf in #470 |
| 15 | + |
| 16 | +## 5.0.0 Alpha |
| 17 | + |
| 18 | +- refactor: Update to work with Selenium 4 (with element factory) (#469) |
| 19 | +- Get proect to build |
| 20 | +- Use new platform setting more consistantly |
| 21 | +- Get WinAppTests kind of working |
| 22 | +- Drop one off web elements |
| 23 | +- Add 'App' as a known capablity |
| 24 | +- Transition from AddAdditionalCapability to AddAdditionalOption |
| 25 | +- Use Selenium 4 RC2 and remove extra using statements |
| 26 | +- Cleanup mobile selectors and image compare test |
| 27 | +- Fix mobile By bug |
| 28 | +- Undo local test code |
| 29 | +- Address PR comments |
| 30 | +- Add back IdempotencyHeader |
| 31 | +- PR related cleanup |
| 32 | +- Update to latest Selenium RC |
| 33 | +- Update PageObjects code to work with new Element and driver paradigm |
| 34 | +- Update tests to leverage configuration DeviceName and AddAdditionalAppiumOption |
| 35 | +- Work with web element factory |
| 36 | +- Update to work with upcoming RC4 |
| 37 | +- Move to official release as there will be no RC4 |
| 38 | +- Update copyright |
| 39 | +- Put Newtonsoft back |
| 40 | +- Use ternary operator |
| 41 | +- Remove outdated using statements |
| 42 | + |
1 | 43 | ## 4.2.0
|
2 | 44 | - IPerformsTouchActions no longer implement (inherit) IExecuteMethod - inheritance redundancy and a cleaner interface; Resolve (#392)
|
3 | 45 | - IHidesKeyboard is now exposes "key" and "strategy" overloads; Resolve (#390)
|
|
0 commit comments