Skip to content

0.8.3+3

Compare
Choose a tag to compare
@andycall andycall released this 26 Aug 03:52
· 3097 commits to main since this release

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