Skip to content

Releases: google/pageloader

async-v2.1.2

22 Jul 16:57
Compare
Choose a tag to compare
  • add FirstByCss finder to help support recursively defined components

async-v2.0.2

18 Jul 08:59
Compare
Choose a tag to compare
  • fixed compatibility issue with webdriver's awaitChecking

async-v2.0.1

04 Apr 23:02
Compare
Choose a tag to compare

No functional change. Test Setup has been refactored to eliminate code duplication.

async-v2.0.0

10 Feb 18:02
Compare
Choose a tag to compare

No functional change, just bumping the version number.

v2.0.0-pre.14

05 Feb 14:40
Compare
Choose a tag to compare

This release separates the async and sync version of Pageloader for Dart into two separate pub packages. The async version will stay in the pageloader package, while the sync version moved to the new sync_pageloader package. This cleans up the dependencies (async Pageloader doesn't need to depend on sync_webdriver, etc) and makes it easier to deprecate sync Pageloader.

This release contains no functional change. However, if you are using the sync version, you need to update your dependencies to point to the new sync_pageloader package.

v2.0.0-pre.13

22 Jan 19:02
Compare
Choose a tag to compare
  • using webdriver's enum for mouse buttons (breaking API change)

Version 2.0.0-pre.12

07 Jan 19:07
Compare
Choose a tag to compare
  • adding focusBefore parameter to type and clear
  • add isFocused
  • add mouse down/up events to click in html.dart

v2.0.0-pre.11

08 Dec 17:48
Compare
Choose a tag to compare

add offset and getBoundingClientRect

Version 2.0.0-pre.10

03 Dec 18:57
Compare
Choose a tag to compare

add option to disable blur after typing

Version 2.0.0-pre.9

23 Nov 23:06
Compare
Choose a tag to compare

Fire input/change events from type() and clear().