Skip to content

0.13.2

Choose a tag to compare

@andycall andycall released this 05 Jan 06:27
· 1413 commits to main since this release
164468d

0.13.2

Features

  • Add Element.classList API support. #196
  • Add RemoteDevServerService() for remote debugging. #198

Bug Fixed

  • Fix fix call binding methods on proxies objects. #193
  • Fix input have default content padding. #194
  • Fix history.back() cause page reload. #195
  • Fix location.href never changed. #195
  • Fix CommentNode always return empty string of nodeValue. #197
  • Fix fix img width become infinity when not attached. https://github.com/openwebf/webf/pull/200/files
  • Fix unconstrained inline-block can't calculate content box size. #201
  • Fix positioned elements should be reapply when toggle display. #202
  • Fix replaced element didn't render with toggle display. #203
  • Fix view module value changed by scroll offset. #207
  • Fix initializeCookie API when twice load. #208
  • Fix gesture conflict on Android devices. #210