Skip to content

Releases: openkraken/kraken

0.8.1

16 Jul 03:41
7827dc7
Compare
Choose a tag to compare

Features

  • input element not support maxlength property #450
  • support em and rem CSS length #475

Bug Fixed

  • remove same origin policy for xhr #463
  • fix error when scroll to top in silver box #468
  • fix js contextId allocate order error #474 #477

0.8.0

18 Jun 12:40
Compare
Choose a tag to compare

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

03 Jun 09:52
Compare
Choose a tag to compare

Features

  • Input element now support type=password options #377

Bug Fixed

  • Fix event can't bubble to document element #380
  • fix: fix bridge crash with getStringProperty on InputElement. #386

0.7.3

24 May 08:29
a3948ad
Compare
Choose a tag to compare

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

Refactor

  • refactor: position sticky #324

0.7.2+4

08 May 05:18
Compare
Choose a tag to compare

Bug Fixed

feat: support mouse event #220
fix: event bubble not works properly #264
fix: return value of Event.stopPropagation() should be undefined #284
fix/text node value #279
fix: fix kraken.methodChannel.setMethodCallHandler did't get called before kraken.invokeMethod called #289

0.7.2

30 Apr 12:38
Compare
Choose a tag to compare

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

09 Apr 04:41
Compare
Choose a tag to compare

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

  • feat: support Node.ownerDocument #107
  • feat: support vmin and vmax #109
  • feat: support css none value #129
  • feat: suport Event.initEvent() and Document.createEvent() #130
  • feat: Add block element: h1-h6 main header aside. #133
  • feat: Add inline element: small i code samp... #133

0.7.0

19 Mar 10:13
09ccc57
Compare
Choose a tag to compare

Bug Fixed

  • fix: zIndex set fail #45
  • fix: border radius percentage #50
  • fix: create text node empty string has height #52
  • fix: cached percentage image has no size #54
  • fix: fix set property to window did't refer to globalThis #60
  • fix: box-shadow #66

Feature

  • Feat: resize if viewport changed #47