From 6a1164894b8197a9a39eaa6729fd0de7b7a4dc14 Mon Sep 17 00:00:00 2001 From: andycall Date: Tue, 11 Jul 2023 14:14:46 +0800 Subject: [PATCH] release: 0.14.1 --- webf/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ webf/pubspec.yaml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/webf/CHANGELOG.md b/webf/CHANGELOG.md index 353cb4fe0c..b774f43ca9 100644 --- a/webf/CHANGELOG.md +++ b/webf/CHANGELOG.md @@ -1,3 +1,33 @@ +## 0.14.1 + +**Features** + +1. Add CSS @font-face support. https://github.com/openwebf/webf/pull/380 +2. Support ::before/::after selector. https://github.com/openwebf/webf/pull/332 +3. Add document.elementFromPoint API. https://github.com/openwebf/webf/pull/381 +4. Support set textContent on textArea elements. https://github.com/openwebf/webf/pull/369 +5. Support receive binary data from fetch and XMLHttpRequest. https://github.com/openwebf/webf/pull/397 +6. Add support for event capture phases. https://github.com/openwebf/webf/pull/404 +7. Support change the current animation stage for transition animations. https://github.com/openwebf/webf/pull/401 +8. Add CSSStyleDeclaration.cssText support. https://github.com/openwebf/webf/pull/410 +9. Move the webf_websocket plugin into webf. https://github.com/openwebf/webf/pull/398 + +**Bug Fixed** + +1. Fix error when setting display:none for input and textarea. https://github.com/openwebf/webf/pull/369 +2. Fix focus state didn't cleared when input unmount from the DOM Tree. https://github.com/openwebf/webf/pull/369 +3. Fix defaultStyle for textarea elements. https://github.com/openwebf/webf/pull/369 +4. Fix a crash when a JSObject was finalized after the ExecutingContext was freed. https://github.com/openwebf/webf/pull/372 +5. Fix a crash when ExecutingContext is not alive at timer callbacks. https://github.com/openwebf/webf/pull/373 +6. Fix a crashed when running in multiple flutter engine instance. https://github.com/openwebf/webf/pull/377 +7. Fix the size of the input is wrong when using a unit other than px. https://github.com/openwebf/webf/pull/378 +8. Fix crashed when shutdown the app. https://github.com/openwebf/webf/pull/383 +9. Fix Resource temporarily unavailable for Hive lock file. https://github.com/openwebf/webf/pull/387 +10. Fix a memory leaks in TouchList. https://github.com/openwebf/webf/pull/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. https://github.com/openwebf/webf/pull/391 +13. Fix constructor property on DOM elements. https://github.com/openwebf/webf/pull/402 + ## 0.14.0 **Big News** diff --git a/webf/pubspec.yaml b/webf/pubspec.yaml index c9997f3fe0..59c1f03c21 100644 --- a/webf/pubspec.yaml +++ b/webf/pubspec.yaml @@ -1,6 +1,6 @@ name: webf description: Built flutter apps with HTML/CSS and JavaScript. -version: 0.14.0 +version: 0.14.1 homepage: https://openwebf.com environment: