What's Changed
- Added HTML templates by @e5l in #255
- Replace usage js with WasmJs in README.md by @e5l in #257
- Improve Gradle build logic by @hfhbd in #258
- Use kotlin.test everywhere by @hfhbd in #259
- Replace custom time handling with kotlin.time.TimeSource by @hfhbd in #260
- Add contracts to node append and tag declaration calls by @severn-everett in #264
- Added "as" attribute for Link tag by @severn-everett in #265
- Added IE-specific values for textarea wrap attribute by @severn-everett in #266
- Reducing the amount of compiler warnings in gen-enums.kt by @severn-everett in #269
- Added "referrerpolicy", "media", and "download" attributes for "a" tag by @severn-everett in #270
- Fixing typo in area attribute by @severn-everett in #271
- Updating Github Actions and enabling cross-platform testing by @severn-everett in #272
- Improving Tag Generation by @severn-everett in #274
- Added srcset attribute to "source" tag by @severn-everett in #273
- Added "auto" value for "dir" attribute by @severn-everett in #275
- Upgrading Kotlin to 2.0.0 by @severn-everett in #282
- Reworked the validation of attribute names to better correspond to HTML standards by @severn-everett in #276
- Make attribute traits inheritable by @severn-everett in #280
- Using correct string type for input attribute "autocomplete" by @severn-everett in #278
- Support android native targets and wasm-wasi by @whyoleg in #288
New Contributors
Full Changelog: 0.11.0...0.12.0