0.14.1
Features
- Add CSS
@font-face
support. #380 - Support ::before/::after selector. #332
- Add document.elementFromPoint API. #381
- Support set textContent on textArea elements. #369
- Support receive binary data from fetch and XMLHttpRequest. #397
- Add support for event capture phases. #404
- Support change the current animation stage for transition animations. #401
- Add CSSStyleDeclaration.cssText support. #410
- Move the webf_websocket plugin into webf. #398
Bug Fixed
- Fix error when setting display:none for input and textarea. #369
- Fix focus state didn't cleared when input unmount from the DOM Tree. #369
- Fix defaultStyle for textarea elements. #369
- Fix a crash when a JSObject was finalized after the ExecutingContext was freed. #372
- Fix a crash when ExecutingContext is not alive at timer callbacks. #373
- Fix a crashed when running in multiple flutter engine instance. #377
- Fix the size of the input is wrong when using a unit other than px. #378
- Fix crashed when shutdown the app. #383
- Fix Resource temporarily unavailable for Hive lock file. #387
- Fix a memory leaks in TouchList. #388
- Fix match error for animation time. https://github.com/openwebf/webf/pull/390/files
- Fix built-in string initialized multiples and cause leaks. #391
- Fix constructor property on DOM elements. #402