Skip to content

Commit

Permalink
Merge pull request #247 from openwebf/release/0.13.3
Browse files Browse the repository at this point in the history
release: 0.13.3
  • Loading branch information
andycall committed Feb 14, 2023
2 parents a9dc95a + 20967fe commit 763644b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions webf/CHANGELOG.md
@@ -1,3 +1,35 @@
## 0.13.3

**Features**

* Add Self Poly Inline Cache for quickjs. https://github.com/openwebf/webf/pull/227
| | master | feat/ic | |
| ------------- | ---------- | ---------- | ------ |
| Richards | 752 | 888 | +18.0% |
| Crypto | 618 | 713 | +15.3% |
| RayTrace | 807 | 833 | +3.2% |
| NavierStokes | 1497 | 1319 | -11.8% |
| DeltaBlue | 744 | 845 | +13.5% |
| Score (version 7) | 841 | 890 | +5.5% |
* Add window.getComputedStyle support. https://github.com/openwebf/webf/pull/183
* Add namespace API. https://github.com/openwebf/webf/pull/126
* The performance of `display: sliver` had been improved. https://github.com/openwebf/webf/pull/225

**Bug Fixed**

* fix: fix history pushState() API. https://github.com/openwebf/webf/pull/218
* fix: Input use leading to support line-height. https://github.com/openwebf/webf/pull/173
* fix: fix widget element unmount renderObject. https://github.com/openwebf/webf/pull/221
* fix: fix scrollable content not work when toggle display. https://github.com/openwebf/webf/pull/220
* fix: fix set background color on body element. https://github.com/openwebf/webf/pull/130
* fix: fix renderObject didn't disposed when frame update paused. https://github.com/openwebf/webf/pull/231
* fix: fix assertion when webf disposed. https://github.com/openwebf/webf/pull/228
* fix: fix CSS calc value become zero when parameter kind are same. https://github.com/openwebf/webf/issues/234
* fix: Query computed style for kebabize property name. https://github.com/openwebf/webf/pull/239
* fix: fix build error on M1 iOS simulator. https://github.com/openwebf/webf/pull/238
* fix: fix set max-height on scroller box. https://github.com/openwebf/webf/pull/216
* fix: fix animation transform have no effect when value are rotate(360deg). https://github.com/openwebf/webf/pull/184

## 0.13.2+1

* remove logs
Expand Down
2 changes: 1 addition & 1 deletion webf/pubspec.yaml
@@ -1,6 +1,6 @@
name: webf
description: Built flutter apps with HTML/CSS and JavaScript.
version: 0.13.2+1
version: 0.13.3
homepage: https://openwebf.com

environment:
Expand Down

0 comments on commit 763644b

Please sign in to comment.