diff --git a/kraken/CHANGELOG.md b/kraken/CHANGELOG.md index 0d676eccd1..fb45b04c0e 100644 --- a/kraken/CHANGELOG.md +++ b/kraken/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.10.4 + +**Features** + ++ Support window.innerWidth & window.innerHeight, and screen.availWidth & screen.availHeight. https://github.com/openkraken/kraken/pull/1256 + +**Bug Fixed** + ++ Fix error when using KrakenBundle.fromByteCode(). https://github.com/openkraken/kraken/pull/1245 ++ Fix DataBundle string with non latin. https://github.com/openkraken/kraken/pull/1263 + +** Others ** + ++ Change copyright to `The Kraken authors`. + ## 0.10.3 **Bug Fixed** diff --git a/kraken/pubspec.yaml b/kraken/pubspec.yaml index b23e3e34e1..22a54e232d 100644 --- a/kraken/pubspec.yaml +++ b/kraken/pubspec.yaml @@ -1,6 +1,6 @@ name: kraken description: A high-performance, web standards-compliant rendering engine. -version: 0.10.3+1 +version: 0.10.4 homepage: https://openkraken.com environment: