Releases: google/pageloader
async-v2.1.2
- add FirstByCss finder to help support recursively defined components
async-v2.0.2
- fixed compatibility issue with webdriver's awaitChecking
async-v2.0.1
No functional change. Test Setup has been refactored to eliminate code duplication.
async-v2.0.0
No functional change, just bumping the version number.
v2.0.0-pre.14
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
- using webdriver's enum for mouse buttons (breaking API change)
Version 2.0.0-pre.12
- adding focusBefore parameter to type and clear
- add isFocused
- add mouse down/up events to click in html.dart
v2.0.0-pre.11
add offset and getBoundingClientRect
Version 2.0.0-pre.10
add option to disable blur after typing
Version 2.0.0-pre.9
Fire input/change events from type() and clear().