Skip to content

0.8.0

Compare
Choose a tag to compare
@andycall andycall released this 18 Jun 12:40
· 3512 commits to main since this release

Big News

  • Kraken v0.8.0 now support flutter 2.2.0

Features

  • Support dart null safety and all dependencies had upgraded.
  • Lock Android NDK version to 21.4.7075529. #394
  • Add length value support in background-position #421

Bug Fixed

  • Fix DOM events can't bind with addEventListener #436
  • Fix error when setting element's eventHandler property to null #426
  • Fix crash when trigger touchcancel events #424
  • Fix error when reload kraken pages. #419
  • Fix element's doesn't show up when setting display: none to display: block. #405
  • Fix empty blank screen in Android / iOS physical devices launching with SDK mode. #399
  • Fix WebView (created by iframe element) can't scroll. #398
  • Fix percentage length doesn't work in flex layout box. #397
  • Fix input element's height can't set with CSS height property. #395
  • Fix crash when set element.style multiple times in a short of times. #391