Skip to content

Commit 0ec4f00

Browse files
authored
Merge pull request #413 from openwebf/release/0.14.1
release: 0.14.1
2 parents f9ff72c + 6a11648 commit 0ec4f00

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

webf/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
## 0.14.0
232

333
**Big News**

webf/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webf
22
description: Built flutter apps with HTML/CSS and JavaScript.
3-
version: 0.14.0
3+
version: 0.14.1
44
homepage: https://openwebf.com
55

66
environment:

0 commit comments

Comments
 (0)