Skip to content

Commit c0c2f02

Browse files
authored
Merge pull request #192 from openwebf/release/0.13.1
release: 0.13.1
2 parents 233edbd + bf88518 commit c0c2f02

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

webf/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
## 0.13.0
220

321
The biggest update since the `webf/kraken` release.

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: A W3C standard compliant Web rendering engine based on Flutter.
3-
version: 0.13.0
3+
version: 0.13.1
44
homepage: https://openwebf.com
55

66
environment:

0 commit comments

Comments
 (0)