Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Releases: kwebio/kweb-core

0.9.11

26 May 02:25
Compare
Choose a tag to compare
0.9.11 Pre-release
Pre-release

Fixed a bug that could cause new elements to be added to the DOM in incorrect positions.

0.9.10

25 May 20:15
Compare
Choose a tag to compare
0.9.10 Pre-release
Pre-release

Fixed a bug that could cause new elements to be added to the DOM in incorrect positions.

Tidy up dependencies

25 May 03:30
Compare
Choose a tag to compare
Tidy up dependencies Pre-release
Pre-release
0.9.9

release with more modest dependency cleanup

Input element fixes

24 May 13:23
dc9865e
Compare
Choose a tag to compare
Input element fixes Pre-release
Pre-release
0.9.7

Update build.gradle

Improve server memory usage

24 May 03:35
Compare
Choose a tag to compare
Pre-release

Significantly shorten client state cache timeout, add keepalive

Temporary fix for premature dropping of ClientState in Firefox

23 May 22:25
Compare
Choose a tag to compare

Correct firefox issue

23 May 21:37
Compare
Choose a tag to compare
Correct firefox issue Pre-release
Pre-release
0.9.4

hopefully resolve #199

Reduce server memory usage

23 May 15:10
Compare
Choose a tag to compare
Pre-release
  • Server client state will now be dropped when the browser unloads the page (rather than when the websocket is dropped)
  • Fix bug in addClasses (thanks to @chandrin94).

Prevent premature dropping of ClientState

23 May 14:48
Compare
Choose a tag to compare
0.9.2

Merge branch 'master' of github.com:kwebio/kweb-core

0.9.1: Merge pull request #198 from Derek52/master

17 May 21:22
9376fbf
Compare
Choose a tag to compare

Fixes a bug that stopped WebBrowser.callJsFunction() calls from working when called with no arguments.