Skip to content

Commit 2d8deb8

Browse files
author
Jason Carty
committed
Update for release
1 parent dcf1c8a commit 2d8deb8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Change to how page loading is checked in fire events.
1515
- helper event listener in fire_event now cleans itself up
1616
- remove "intelligent" wait handling in click and implement click_and_wait instead.
1717
Let the user handle the waiting.
18+
19+
0.121 Tue Sep 22 17:20:00 CET 2020
20+
- Add new mouse method that does drag and drop using XTest mouse movement

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ README
1818
README.md
1919
t/01load.t
2020
t/drag_and_drop.t
21+
t/drag_and_drop_mouse.t
2122
t/events.t
2223
t/inspector.t
2324
t/keyboard.t

lib/WWW/WebKit2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use XSLoader;
5555
use English '-no_match_vars';
5656
use POSIX qw<F_SETFD F_GETFD FD_CLOEXEC>;
5757

58-
our $VERSION = '0.12';
58+
our $VERSION = '0.121';
5959

6060
use constant DOM_TYPE_ELEMENT => 1;
6161
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;

0 commit comments

Comments
 (0)