Frontend
- Fixed unnecessary recompositions by adding
equalsandhashcodelogic to KobwebModifierimplementations - Added an additional, more idiomatic Kotlin API for
Modifier.boxShadow
Silk
- Re-added
TextandTextStyleback in but with@Deprecationannotations, after previously deleting them in 0.9.13. This means if projects upgrade from v0.9.12 (or earlier) to v0.9.14 (or later), they'll get helpful warnings instead of hard errors.- All Kobweb
Textreferences should be renamed toSpanText. This was done in v0.9.13 becauseTextkept running against the very commonTextfunction in the Compose Web API.
- All Kobweb
Markdown
- Fixed a bug with the Markdown plugin on Windows (caused by platform dependent slash logic), where before it didn't generate export paths correctly for nested markdown files.
- e.g.
src\jsMain\resources\markdown\a\b\c\test.mdwill now export toa\b\c\test.html, nottest.html - Linux and Mac were fine.
- e.g.