Releases: openkraken/kraken
Releases · openkraken/kraken
0.8.1
0.8.0
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
0.7.3+2
0.7.3
Features
- Feat: add network proxy interface in dart widget API #292
- Feat: add AsyncStorage.length method #298
- Feat: improve bridge call performance. #328
- feat: add SVGElement #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 #318
- Fix: img lazy loading not work #319
- Fix: touchend crash caused by bridge #320
- Fix: fix target of the event agent does not point to the clicked Node #322
Refactor
- refactor: position sticky #324
0.7.2+4
0.7.2
Break Changes
fix: change default font size from 14px to 16px #145
Bug Fixed
fix: modify customevent to event #138
fix: layout performance #155
fix: fix elements created by new operator didn't have ownerDocument. #178
fix: flex-basis rule #176
fix: transform functions split error when more than one. #196
fix: Fix the crash caused by navigation in dart #249
fix update device_info 1.0.0 #262
0.7.1
Bug Fixed
- fix: resize img wainting for img layouted#86
- fix: fix: encoding snapshots filename to compact with windows. #69
- fix: fix insertBefore crash when passing none node object. #70
- fix: windows platform support build target to Android. #88
- fix: element size not change when widget size change #90
- fix: fix navigation failed of anchor element. #95
- fix: 'kraken.methodChannel.setMethodCallHandler' override previous handler #96
- fix: repaintBoundary convert logic #111
- fix: element append order wrong with comment node exists #116
- fix: fix access Node.previousSibling crashed when target node at top of childNodes. #126
- fix: fix access Element.children crashed when contains non-element nodes in childNodes. #126
- fix: percentage resolve fail with multiple sibling exists #144
- fix: default unknow element display change to inline #133
Feature