Skip to content

Releases: google/pageloader

Version 3.0.0

07 Aug 01:52
19f45cf
Compare
Choose a tag to compare

A strongly typed implementation of PageLoader for Dart and does not depend on dart:mirrors (removed in Dart v2.0.0). Boilerplate code and usage of Pageloader is significantly changed; refer to README.md for more details.

@EnsureTag is marked as deprecated. Will be removed in a future release.

v3.0.0-beta release

16 Jul 02:28
07aed0b
Compare
Choose a tag to compare
v3.0.0-beta release Pre-release
Pre-release

@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(...).

v3.0.0-alpha release

23 May 22:33
7b1db22
Compare
Choose a tag to compare
v3.0.0-alpha release Pre-release
Pre-release

A strongly typed implementation of PageLoader for Dart and does not depend on dart:mirrors, which is slated for removal in Dart 2.0. Boilerplate code and usage of Pageloader is significantly changed; refer to README.md for more details.

Version 2.2.7

05 Oct 18:48
Compare
Choose a tag to compare
Version 2.2.7 Pre-release
Pre-release

Strong mode fixes for sync PageLoader.

async-v2.2.4

12 Jan 00:44
Compare
Choose a tag to compare
  • Add seleniumAttributes and deprecate attributes.
  • Use bazel for testing.

async-v2.2.4

18 Nov 18:20
Compare
Choose a tag to compare
  • Remove broken KeyEvent use
  • Added docs to PageLoaderElement

async-v2.2.3

23 Sep 18:03
Compare
Choose a tag to compare
  • remove unnecessary casts
  • Make getInstance a generic method

async-v2.2.2

14 Sep 21:07
Compare
Choose a tag to compare
  • strong mode fixes
  • added changelog

async-v2.2.1

17 Aug 14:19
Compare
Choose a tag to compare
  • Fix more strong-mode errors.

async-v2.2.0

16 Aug 21:56
Compare
Choose a tag to compare
  • Fix some strong mode errors.