This repository was archived by the owner on Jun 5, 2026. It is now read-only.
v0.8.1
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, andTouchscreenproperties. (#751) - Fix
Page.URL()method. (#758) - Fix
Frame.Title()method. (#761)
Improvements
- Added contributing guidelines. (#750)