Skip to content

0.14.1

Compare
Choose a tag to compare
@andycall andycall released this 11 Jul 06:15
· 808 commits to main since this release
0ec4f00

Features

  1. Add CSS @font-face support. #380
  2. Support ::before/::after selector. #332
  3. Add document.elementFromPoint API. #381
  4. Support set textContent on textArea elements. #369
  5. Support receive binary data from fetch and XMLHttpRequest. #397
  6. Add support for event capture phases. #404
  7. Support change the current animation stage for transition animations. #401
  8. Add CSSStyleDeclaration.cssText support. #410
  9. Move the webf_websocket plugin into webf. #398

Bug Fixed

  1. Fix error when setting display:none for input and textarea. #369
  2. Fix focus state didn't cleared when input unmount from the DOM Tree. #369
  3. Fix defaultStyle for textarea elements. #369
  4. Fix a crash when a JSObject was finalized after the ExecutingContext was freed. #372
  5. Fix a crash when ExecutingContext is not alive at timer callbacks. #373
  6. Fix a crashed when running in multiple flutter engine instance. #377
  7. Fix the size of the input is wrong when using a unit other than px. #378
  8. Fix crashed when shutdown the app. #383
  9. Fix Resource temporarily unavailable for Hive lock file. #387
  10. Fix a memory leaks in TouchList. #388
  11. Fix match error for animation time. https://github.com/openwebf/webf/pull/390/files
  12. Fix built-in string initialized multiples and cause leaks. #391
  13. Fix constructor property on DOM elements. #402