|
| 1 | +## 0.14.1 |
| 2 | + |
| 3 | +**Features** |
| 4 | + |
| 5 | +1. Add CSS @font-face support. https://github.com/openwebf/webf/pull/380 |
| 6 | +2. Support ::before/::after selector. https://github.com/openwebf/webf/pull/332 |
| 7 | +3. Add document.elementFromPoint API. https://github.com/openwebf/webf/pull/381 |
| 8 | +4. Support set textContent on textArea elements. https://github.com/openwebf/webf/pull/369 |
| 9 | +5. Support receive binary data from fetch and XMLHttpRequest. https://github.com/openwebf/webf/pull/397 |
| 10 | +6. Add support for event capture phases. https://github.com/openwebf/webf/pull/404 |
| 11 | +7. Support change the current animation stage for transition animations. https://github.com/openwebf/webf/pull/401 |
| 12 | +8. Add CSSStyleDeclaration.cssText support. https://github.com/openwebf/webf/pull/410 |
| 13 | +9. Move the webf_websocket plugin into webf. https://github.com/openwebf/webf/pull/398 |
| 14 | + |
| 15 | +**Bug Fixed** |
| 16 | + |
| 17 | +1. Fix error when setting display:none for input and textarea. https://github.com/openwebf/webf/pull/369 |
| 18 | +2. Fix focus state didn't cleared when input unmount from the DOM Tree. https://github.com/openwebf/webf/pull/369 |
| 19 | +3. Fix defaultStyle for textarea elements. https://github.com/openwebf/webf/pull/369 |
| 20 | +4. Fix a crash when a JSObject was finalized after the ExecutingContext was freed. https://github.com/openwebf/webf/pull/372 |
| 21 | +5. Fix a crash when ExecutingContext is not alive at timer callbacks. https://github.com/openwebf/webf/pull/373 |
| 22 | +6. Fix a crashed when running in multiple flutter engine instance. https://github.com/openwebf/webf/pull/377 |
| 23 | +7. Fix the size of the input is wrong when using a unit other than px. https://github.com/openwebf/webf/pull/378 |
| 24 | +8. Fix crashed when shutdown the app. https://github.com/openwebf/webf/pull/383 |
| 25 | +9. Fix Resource temporarily unavailable for Hive lock file. https://github.com/openwebf/webf/pull/387 |
| 26 | +10. Fix a memory leaks in TouchList. https://github.com/openwebf/webf/pull/388 |
| 27 | +11. Fix match error for animation time. https://github.com/openwebf/webf/pull/390/files |
| 28 | +12. Fix built-in string initialized multiples and cause leaks. https://github.com/openwebf/webf/pull/391 |
| 29 | +13. Fix constructor property on DOM elements. https://github.com/openwebf/webf/pull/402 |
| 30 | + |
1 | 31 | ## 0.14.0 |
2 | 32 |
|
3 | 33 | **Big News** |
|
0 commit comments