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 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Oct 7, 2015
1 parent c5d37c2 commit c808741
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 2.5.0
_This release contains a hotfix for windows path issues and early support for Angular2 apps_


## Features
- ([c5d37c2](https://github.com/angular/protractor/commit/c5d37c2abebf9aa9dd3324df93ac447529eea53b))
feat(lib): add useAllAngularAppRoots option

This allows waiting for all angular applications on the page, for angular2 apps only.

- ([f246880](https://github.com/angular/protractor/commit/f24688030a63c9de4ce759ac9c6fab79ef773ed5))
feat(lib): add support for waiting for angular2

Use Angular2's testability API, if present, when waiting for stability or loading a page.

Closes #2396

## Bug Fixes

- ([d6aebba](https://github.com/angular/protractor/commit/d6aebbad6e9b191fef141472887637ee4318438e))
fix(config): Fixes absolute path parsing in windows

This allows absolute paths absolute paths in to be properly parsed in windows. This should
maintain the line-number feature introduced in ff88e without breakage.

- ([04e5bfb](https://github.com/angular/protractor/commit/04e5bfbfcade0cbbef58213bc7b227b5db753d57))
chore(runner): make plugins optional param for createBrowser


# 2.4.0

_This release contains only a version update to `selenium-webdriver`, webdriver javascript bindings, and associated bug fixes._
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"start": "node testapp/scripts/web-server.js"
},
"license": "MIT",
"version": "2.4.0"
"version": "2.5.0"
}

0 comments on commit c808741

Please sign in to comment.