Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(release): Version bump and changelog for 4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Dec 8, 2016
1 parent 50c29ac commit 7f443c7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 10 deletions.
39 changes: 31 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,60 @@
# 4.0.12

## Bug Fixes

- ([742f264](https://github.com/angular/protractor/commit/742f26465ca926c39bf28f03390a45030c15acf3))
fix(driverProviders): quit forked instances w/ local driver provider (#3787)

- fix driver provider quit session to not throw error and quit
- should fix sauce labs test, enabling expected conditions test with forked instance
- checked that chromedriver does not persist in the background
- add local driver test with forked instance to test suite
- organize attach session and local specs to driverProviders directory
closes #3780, closes #3779, closes #3772
- ([7d481d6](https://github.com/angular/protractor/commit/7d481d6886b39cb476b889de5d14186bda6dc066))
fix(ExpectedConditions): non-static ExpectedConditions for browser (#3766)

- Update sauce lab binary to run on travis.
- Disable expected conditions test that forks the browser. This issue appears to
not be specific to sauce labs. Also can reproduce this with a local driver
provider. Additional work is required around driver providers and the runner.
- Add TODO to enable test in the future when this is resolved.
closes #3761

# 4.0.11

## Features

- ([6ebee72](https://github.com/angular/protractor/commit/6ebee72088016085e93d268effabcbe0b3d0a70f))
- ([6ebee72](https://github.com/angular/protractor/commit/6ebee72088016085e93d268effabcbe0b3d0a70f))
feat(config): Add 'random' and 'seed' jasmine config options (#3467)

## Bug Fixes

- ([2048182](https://github.com/angular/protractor/commit/2048182206e88dd4cde0e92cfac3ed97cbe38f15))
- ([2048182](https://github.com/angular/protractor/commit/2048182206e88dd4cde0e92cfac3ed97cbe38f15))
docs(timeout): Update timeout error message and docs (#3723)

- ([f3938f9](https://github.com/angular/protractor/commit/f3938f9fcd1b91272f2f11d4d39e458576fb75b0))
- ([f3938f9](https://github.com/angular/protractor/commit/f3938f9fcd1b91272f2f11d4d39e458576fb75b0))
fix(jvmArgs): fixes jvmArgs launching selenium from config (#3698)

closes #3697

- ([21d534f](https://github.com/angular/protractor/commit/21d534fad28f84e8cef166348119387e49661227))
- ([21d534f](https://github.com/angular/protractor/commit/21d534fad28f84e8cef166348119387e49661227))
fix(types): Make element.then()'s signature more broad. (#3719)

- ([e9061b3](https://github.com/angular/protractor/commit/e9061b30c3673344d776187682d1c735aaad69f7))
- ([e9061b3](https://github.com/angular/protractor/commit/e9061b30c3673344d776187682d1c735aaad69f7))
chore(types): make plugins.ts more strongly-typed (#3685)

- ([f42e0b3](https://github.com/angular/protractor/commit/f42e0b3dc824404ac0c86364bf5de4b657cf30ea))
- ([f42e0b3](https://github.com/angular/protractor/commit/f42e0b3dc824404ac0c86364bf5de4b657cf30ea))
fix(globals): Resolve exported globals dynamically. (#3716)

fixes #3677

- ([d7fa744](https://github.com/angular/protractor/commit/d7fa74464709c532d451fdead78bc57b21956784))
- ([d7fa744](https://github.com/angular/protractor/commit/d7fa74464709c532d451fdead78bc57b21956784))
fix(util): Fix adding stack traces to Errors thrown as strings (#3687)

## Dependencies

- ([a1c8a23](https://github.com/angular/protractor/commit/a1c8a23fea3542eabeae6e7bc59f3c2ffa0fda94))
- ([a1c8a23](https://github.com/angular/protractor/commit/a1c8a23fea3542eabeae6e7bc59f3c2ffa0fda94))
chore(deps): Downgrade jasmine to 2.4.1 (#3715)

Upgrading to 2.5.2 causes #3606. We'll need to wait on a fix for jasmine/jasmine-npm#95 before
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"engines": {
"node": ">=4.2.x"
},
"version": "4.0.11"
"version": "4.0.12"
}
1 change: 0 additions & 1 deletion testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "testapp",
"version": "0.0.1",
"scripts": {
"postinstall": "npm run tsc",
"start": "npm install && node scripts/web-server.js",
"tsc": "tsc"
},
Expand Down

0 comments on commit 7f443c7

Please sign in to comment.