0.8.3+3
Features
- Support window.onerror and global error event. #601
- Add HTML Head's tags, like
<head>
,<link>
,<style>
. #603 - Support customize
User-Agent
header. #604 - Remove androidx dependence. #606
- Add default margin for h1-h6 elements. #607
Bug Fixed
- Fix ios build. #629
- Fix crash caused by context has been released. #605
- Fix window.open() not working when bundleURL not exist. #612
- Fix location.href is empty when set onLoadError handler. #613
- Fix http cache should not intercept multi times. #619
- Fix input value when set to null. #623
- Fix input change event not trigger when blur. #626
- Fix keyboard not shown when keyboard dismissed and input gets focused again. #627
- Fix missing HTTP headers with fetch and xhr request. #633
- Fix error when reading local path. #635