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

Releases: kwebio/kweb-core

Fix browser history management

21 Jul 17:54
Compare
Choose a tag to compare
Pre-release

Fixes #219

Easier hyperlink hrefs, namespace support

19 Jul 15:16
Compare
Choose a tag to compare

Lots of minor bugfixes, cleanups, and kdoc improvements

09 Jul 15:26
Compare
Choose a tag to compare
0.10.8

more minor fixes and kdoc improvements, bump version for release

Fix reading of <select> option values

09 Jul 12:27
Compare
Choose a tag to compare
Pre-release
0.10.7

Hmm, this seems to be required for unit test to work

Support reading/writing checked attribute of <INPUT> elements

29 Jun 17:17
Compare
Choose a tag to compare

0.10.4

18 Jun 20:49
6e6f412
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

Fixes bug that caused immediate events to not work properly.

0.10.3

15 Jun 20:42
f38a7b4
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

Move outboundMessageCatcher from Kweb.kt to WebBrowser.kt to fix #207

Deprecate a number of functions

14 Jun 15:19
Compare
Choose a tag to compare
Pre-release
0.10.2

deprecate rather than replace

Merge setAttributeRaw into setAttribute

14 Jun 12:33
Compare
Choose a tag to compare
Pre-release

This is a minor API breaking change, setAttributeRaw has been replaced by an overload of setAttribute, classes now supports using a KVal for classes.

Batch DOM modifications to prevent flicker

08 Jun 14:23
bcd513e
Compare
Choose a tag to compare
  • DOM modifications (i.e. render() calls) are now batched to prevent flickering (#177)
  • Fixed bug that prevented adding event objects to the root document object

Learn more about Kweb here.