This is a patch release that fixes a few bugs, including one regression bug introduced in v0.8.0, adds one improvement on documentation, and does minor internal modifications.
Bugs fixed
- Fix mapping of
Page
'sKeyboard
,Mouse
, andTouchscreen
properties. (#751) - Fix
Page.URL()
method. (#758) - Fix
Frame.Title()
method. (#761)
Improvements
- Added contributing guidelines. (#750)