Skip to content

Commit e97f197

Browse files
authored
Add ChangeLogs for 5.x.x (#518)
we were missing some changelogs for version 5. see issue 485: #485
1 parent 2477087 commit e97f197

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.MD

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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+
143
## 4.2.0
244
- IPerformsTouchActions no longer implement (inherit) IExecuteMethod - inheritance redundancy and a cleaner interface; Resolve (#392)
345
- IHidesKeyboard is now exposes "key" and "strategy" overloads; Resolve (#390)

0 commit comments

Comments
 (0)