|
| 1 | +# 5.1.2 |
| 2 | + |
| 3 | +## Features |
| 4 | + |
| 5 | +- ([dd2ccbb](https://github.com/angular/protractor/commit/dd2ccbb1b73b7c90647837cd1c4f6b16b3f6b0ac)) |
| 6 | + feat(saucelabs): Add Sauce Labs protocol customization support |
| 7 | + |
| 8 | +## Fixes |
| 9 | + |
| 10 | +- ([1a47076](https://github.com/angular/protractor/commit/1a47076875395648038a39fcd258a77bfcabe05c)) |
| 11 | + fix(ci): Use latest pip on CircleCI |
| 12 | + |
| 13 | +- ([fd59c78](https://github.com/angular/protractor/commit/fd59c78407ced4f17e1b4ed4451ce463439aa3c9)) |
| 14 | + fix(elementexplorer): Set script breakpoints with cross-platform safe paths. |
| 15 | + |
| 16 | + Fixes #4011 |
| 17 | + |
| 18 | +- ([1250278](https://github.com/angular/protractor/commit/12502784b306cbedca8684486c31eeb361da5897)) |
| 19 | + fix(cli): Correctly parse list chromeOptions |
| 20 | + |
| 21 | + Chromedriver requires that certain options always be passed as an array. Optimist passes |
| 22 | + --single-option as a string instead of an array which is invalid. This ensures that we always pass |
| 23 | + an array, even if a single option is passed via the cli. |
| 24 | + |
| 25 | + Fixes #4050 |
| 26 | + |
| 27 | +- ([183cd80](https://github.com/angular/protractor/commit/183cd803254f7a3ccb3a8650e8ef06b4fff03446)) |
| 28 | + fix(browser): Fix browser.angularAppRoot() |
| 29 | + |
| 30 | + By default, it wasn't returning anything. Now it returns a promise that resolves to |
| 31 | + internalAngularAppRoot. Fixes #4233 |
| 32 | + |
| 33 | +- ([bd534fb](https://github.com/angular/protractor/commit/bd534fb8b2dfaca9072914dc84ad662891a8c7b2)) |
| 34 | + fix: Add "stackTrace" option to allowedNames in cli.ts |
| 35 | + |
| 36 | + This fixes a problem I encountered similar to #4196 - where `stackTrace` is listed as an option |
| 37 | + but an error is given saying it's an "unknown extra flag" |
| 38 | + |
| 39 | +- ([8249167](https://github.com/angular/protractor/commit/82491678de71b43311ea68d496ff807e1c72ee5e)) |
| 40 | + fix: export Runner, not just its type. (#4227) |
| 41 | + |
| 42 | +- ([0eb5b76](https://github.com/angular/protractor/commit/0eb5b7608e4bfb770878fe443d97ed9aa426c070)) |
| 43 | + fix(navigation): ignore unknown JS errors in IE (#4149) |
| 44 | + |
| 45 | + The `err` object doesn't have the `code` property any more (Selenium Server Standalone 3.3.1 + |
| 46 | + IEDriver win32 3.3.0), so we need a new way to detect those errors. See #841 |
| 47 | +- ([4752ad1](https://github.com/angular/protractor/commit/4752ad1287af536c6dd442dd8c74546f978627d9)) |
| 48 | + chore(examples): Fix TSC issues with exampleTypescript (#4132) |
| 49 | + |
| 50 | + |
| 51 | +## Dependencies |
| 52 | + |
| 53 | +- ([a0a1fac](https://github.com/angular/protractor/commit/a0a1fac8568f2bfbd6d5721db438aed390e30d23)) |
| 54 | + chore(deps): Updating webdriver-manager and jasminewd2 |
| 55 | + |
| 56 | + |
1 | 57 | # 5.1.1
|
2 | 58 |
|
3 | 59 | ## Features
|
|
0 commit comments