Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.12.0 source code.tar.gz | 2025-01-15 | 251.8 kB | |
0.12.0 source code.zip | 2025-01-15 | 298.6 kB | |
README.md | 2025-01-15 | 2.6 kB | |
Totals: 3 Items | 553.0 kB | 3 |
What's Changed
- Added HTML templates by @e5l in https://github.com/Kotlin/kotlinx.html/pull/255
- Replace usage js with WasmJs in README.md by @e5l in https://github.com/Kotlin/kotlinx.html/pull/257
- Improve Gradle build logic by @hfhbd in https://github.com/Kotlin/kotlinx.html/pull/258
- Use kotlin.test everywhere by @hfhbd in https://github.com/Kotlin/kotlinx.html/pull/259
- Replace custom time handling with kotlin.time.TimeSource by @hfhbd in https://github.com/Kotlin/kotlinx.html/pull/260
- Add contracts to node append and tag declaration calls by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/264
- Added "as" attribute for Link tag by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/265
- Added IE-specific values for textarea wrap attribute by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/266
- Reducing the amount of compiler warnings in gen-enums.kt by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/269
- Added "referrerpolicy", "media", and "download" attributes for "a" tag by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/270
- Fixing typo in area attribute by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/271
- Updating Github Actions and enabling cross-platform testing by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/272
- Improving Tag Generation by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/274
- Added srcset attribute to "source" tag by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/273
- Added "auto" value for "dir" attribute by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/275
- Upgrading Kotlin to 2.0.0 by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/282
- Reworked the validation of attribute names to better correspond to HTML standards by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/276
- Make attribute traits inheritable by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/280
- Using correct string type for input attribute "autocomplete" by @severn-everett in https://github.com/Kotlin/kotlinx.html/pull/278
- Support android native targets and wasm-wasi by @whyoleg in https://github.com/Kotlin/kotlinx.html/pull/288
New Contributors
- @hfhbd made their first contribution in https://github.com/Kotlin/kotlinx.html/pull/258
- @whyoleg made their first contribution in https://github.com/Kotlin/kotlinx.html/pull/288
Full Changelog: https://github.com/Kotlin/kotlinx.html/compare/0.11.0...0.12.0