0.8.4
Break Changes
- Navigator.vibrate API no long support as default. #655
- Rename
kraken.setMethodCallHandler
tokraken.addMethodCallHandler
. #658 gestureClient
API migrated toGestureListener
API. #716
Features
- Support documentFragment. #641
- Add default 1em margin for
<p>
#648 - Support document.querySelector and document.querySelectorAll. #672
- Improve canvas performance when drawing pictures. #679
- Use xcframework for iOS release. #698
- Support vue-router with History API. #711
- Support
<template />
and element.innerHTML API. #713 - Support offline http cache. #723
Bug Fixed
- Fix webpack hot reload. #642
- Fix hit test with detached child render object. #651
- Fix silver conflict with overflow-y. #662
- Fix child of flex item with flex-grow not stretch. #665
- Fix auto margin in flexbox. #667
- Fix positioned element size wrong when no width/height is set. #671
- Fix scroll not working when overflowY is set to auto/scroll and overflowX not set. #681
- Fix multi frame image can replay when loading from caches. #685
- Fix main axis auto size not including margin. #702