Skip to content

Commit

Permalink
release: 0.7.3 (#359)
Browse files Browse the repository at this point in the history
* release: 0.7.3

* release: 0.7.3+1
  • Loading branch information
andycall authored May 24, 2021
1 parent 5e6e98d commit a3948ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions kraken/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.7.3+1

* Fix: fix prebuilt binary.
## 0.7.3

**Features**

+ Feat: add network proxy interface in dart widget API https://github.com/openkraken/kraken/pull/292
+ Feat: add AsyncStorage.length method https://github.com/openkraken/kraken/pull/298
+ Feat: improve bridge call performance. https://github.com/openkraken/kraken/pull/328
+ feat: add SVGElement https://github.com/openkraken/kraken/pull/338


**Bug Fixed**
+ Fix input setting value does not take effect before adding the dom tree. https://github.com/openkraken/kraken/pull/297/files
+ Fix: remove unnecessary flushUICommand https://github.com/openkraken/kraken/pull/318
+ Fix: img lazy loading not work https://github.com/openkraken/kraken/pull/319
+ Fix: touchend crash caused by bridge https://github.com/openkraken/kraken/pull/320
+ Fix: fix target of the event agent does not point to the clicked Node https://github.com/openkraken/kraken/pull/322

**Refactor**

+ refactor: position sticky https://github.com/openkraken/kraken/pull/324

## 0.7.2+4

feat: support mouse event https://github.com/openkraken/kraken/pull/220
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.7.2+5-dev.1
version: 0.7.3+1
homepage: https://openkraken.com

environment:
Expand Down

0 comments on commit a3948ad

Please sign in to comment.