File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.1
2
+
3
+ ** Bug Fixed**
4
+
5
+ 1 . Fix renderBoxModel is null cause performLayout error. https://github.com/openwebf/webf/pull/187
6
+ 2 . Fix position absolute cause mistake overflow. https://github.com/openwebf/webf/pull/167
7
+ 3 . Fix var in keyframes not work. https://github.com/openwebf/webf/issues/147
8
+ 4 . Fix var in translate not work. https://github.com/openwebf/webf/issues/154
9
+ 5 . Fix unexpected token in linear-graident. https://github.com/openwebf/webf/issues/119
10
+ 6 . Fix tag element selector. https://github.com/openwebf/webf/issues/169
11
+ 7 . Fix var attribute dynamic modification exception. https://github.com/openwebf/webf/issues/144
12
+
13
+
14
+ ** Feature**
15
+
16
+ 1 . Add ` initialCookies ` params on WebF widget. https://github.com/openwebf/webf/pull/186
17
+
18
+
1
19
## 0.13.0
2
20
3
21
The biggest update since the ` webf/kraken ` release.
Original file line number Diff line number Diff line change 1
1
name : webf
2
2
description : A W3C standard compliant Web rendering engine based on Flutter.
3
- version : 0.13.0
3
+ version : 0.13.1
4
4
homepage : https://openwebf.com
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments