Releases: Kotlin/kotlinx.html
Releases · Kotlin/kotlinx.html
kotlinx-html-0.6.6
[maven-release-plugin] copy for tag kotlinx-html-0.6.6
kotlinx-html-0.6.5
[maven-release-plugin] copy for tag kotlinx-html-0.6.5
kotlinx.html-0.4.16
[maven-release-plugin] copy for tag kotlinx.html-0.4.16
All tags have classes parameter
You now can simply do
div("myclass class2") {
span("content class list") { +"test" }
}
JVM-releated bigfix release
- Fixed stream rendering for inline and so called empty tags
- Fixed DOM tree rendering with no pretty print
Maintenance release
Rebuilded with latest compiler
Bugfix release
Migrate to M12: upgrade traits and enums syntax
Migrate to M12: fix broken split references
More DOM types covered by DSL
v0.3.1 Release v0.3.1
Js Natie event listeners and new org.w3c.dom API
- 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.*)