Skip to content

Commit

Permalink
Preparation for 3.0.0 release (#157)
Browse files Browse the repository at this point in the history
* Preparation for 3.0.0 release

* Clean up

* Grammatical fixes

* Merge all v3 in changelog
  • Loading branch information
mk13 committed Aug 7, 2018
1 parent 34dfacb commit 19f45cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## 3.0.0-beta.1

## 3.0.0

- Added `lookup` constructor that can also be delegated as another constructor.
- Improved HtmlMouse to send more accurate mouse events. `moveTo` API changed.
- Added `clickOutside()` API to PageLoaderElement.
- Lint fixes and suppression in generated code.
- Remove unnecessary usages of `new` and `const`.
- Bump `webdriver` to v2.0.0.
- Update to the latest `source_gen`. This generator can now be used with other
generators that want to write to .g.dart files without a manual build script.
- Breaking: The `header` builder option is no longer supported.

## 3.0.0-beta

- `@EnsureTag` is marked as deprecated. Will be removed in a future
release.
- Add listeners into `WebdriverPageLoaderElement` if searching for
descendants.
- Add `@ByCheckTag()` as a convenience annotation that can be used
in place of `@ByTagName(...)`.

## 3.0.0-alpha

- Dart 2 compatible version that uses code generation instead of
mirrors.
- Dropped `@FirstByCss()` annotation class. Use `@First(ByCss(...))`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pageloader

version: 3.0.0-dev
version: 3.0.0

authors:
- Marc Fisher II (emeritus) <[email protected]>
Expand All @@ -23,7 +23,7 @@ dependencies:
matcher: ^0.12.0+1
quiver: '>=0.29.0 <3.0.0'
source_gen: ^0.9.0
webdriver: ^2.0.0-beta+1
webdriver: ^2.0.0

dev_dependencies:
build_runner: ^0.10.0
Expand Down

0 comments on commit 19f45cf

Please sign in to comment.