Skip to content

Releases: Kotlin/kotlinx.html

kotlinx-html-0.6.6

07 Nov 12:55
Compare
Choose a tag to compare
kotlinx-html-0.6.6 Pre-release
Pre-release
[maven-release-plugin] copy for tag kotlinx-html-0.6.6

kotlinx-html-0.6.5

07 Nov 12:55
Compare
Choose a tag to compare
kotlinx-html-0.6.5 Pre-release
Pre-release
[maven-release-plugin] copy for tag kotlinx-html-0.6.5

kotlinx.html-0.4.16

17 Jul 14:28
Compare
Choose a tag to compare
kotlinx.html-0.4.16 Pre-release
Pre-release
[maven-release-plugin] copy for tag kotlinx.html-0.4.16

All tags have classes parameter

29 May 10:11
Compare
Choose a tag to compare
Pre-release

You now can simply do

div("myclass class2") {
    span("content class list") { +"test" }
}

JVM-releated bigfix release

28 May 07:11
Compare
Choose a tag to compare
Pre-release
  • Fixed stream rendering for inline and so called empty tags
  • Fixed DOM tree rendering with no pretty print

Maintenance release

27 May 09:14
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

Rebuilded with latest compiler

Bugfix release

18 May 17:07
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release

Migrate to M12: upgrade traits and enums syntax
Migrate to M12: fix broken split references

More DOM types covered by DSL

14 May 15:23
Compare
Choose a tag to compare
Pre-release
v0.3.1

Release v0.3.1

Js Natie event listeners and new org.w3c.dom API

14 May 14:58
Compare
Choose a tag to compare
  • JS native events could be added like this
document.create.div {
    onClickFunction = {
        window.alert("hey!")
    }
}
  • upgrade kotlin to 0.1-SNAPSHOT (pre M12 for now)
  • migrate to new Kotlin JS native API (org.w3c.dom.*)

0.2.2: Introduce ability to append single element and get exact tag type as …

07 May 16:59
Compare
Choose a tag to compare