Skip to content

Commit

Permalink
Merge pull request #840 from openkraken/release/0.9.0
Browse files Browse the repository at this point in the history
Release/0.9.0
  • Loading branch information
answershuto committed Nov 4, 2021
2 parents 26a2c49 + 1725dfa commit 4918228
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions kraken/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
## 0.9.0-rc
## 0.9.0

**Big News**

The QuickJS engine is now landed on kraken and we decided to replace our original JavaScriptCore implementation, which can provide low latency page init time and memory usage.

**Break Changes**

+ `Kraken.defineCustomElement` API had been redesigned, now you can define both element and widget with the same API. https://github.com/openkraken/kraken/pull/792


**Features**

+ Migrate JavaScript engine from JSC to quickjs.
+ Migrate JavaScript Engine from JavaScriptCore to QuickJS.
+ Support query attributes on element from `document.querySelector` and `document.querySelectorAll`. https://github.com/openkraken/kraken/pull/747
+ Auto detect physical device type and use different scroll animation behavior. `BouncingScrollPhysics` on iOS and `ClampingScrollPhysics` on Android. https://github.com/openkraken/kraken/pull/750
+ Add empty SVGElement tags but not svg rendering, to let vue app works. https://github.com/openkraken/kraken/pull/757
+ Add Apple silicon support. https://github.com/openkraken/kraken/pull/767
+ Add Webpack HMR support. https://github.com/openkraken/kraken/pull/785


**Bug Fixed**

+ Fix async error when update src property on image element. https://github.com/openkraken/kraken/pull/759
+ Fix http-cache not updating when `last-modified` headers on HTTP request changed. https://github.com/openkraken/kraken/pull/784
+ Fix HTML tags can not use custom tags. https://github.com/openkraken/kraken/pull/790
+ Fix rendering error when append child on image elemnet. https://github.com/openkraken/kraken/pull/791
+ Fix translate negative percentage not working. https://github.com/openkraken/kraken/pull/832


## 0.8.4

Expand Down
2 changes: 1 addition & 1 deletion kraken/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kraken
description: A high-performance, web standards-compliant rendering engine.
version: 0.9.0-rc.5
version: 0.9.0
homepage: https://openkraken.com

environment:
Expand Down

0 comments on commit 4918228

Please sign in to comment.