From a4c2c9316be08a64425319f8579dc507f27ef156 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Thu, 24 Oct 2024 18:11:23 +0800 Subject: [PATCH] Fix typos in the change log --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e657c8..6ca9f898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,17 +37,17 @@ * make multiline text fields work on JS DOM * add an `isInteractiveJsDom` parameter to ListItemComponents -### Navigtion +### Navigation * initially support navigation -### ViewModl +### ViewModel * initially support ViewModel which delegates to raw UI state on Compose HTML / JS DOM ### Demo -* make the demo UI fridendly on mobile +* make the demo UI friendly on mobile ## v0.3.0 / 2024-5-10 @@ -55,4 +55,4 @@ Support Material 3. See the Updated README.md for more details. ## v0.2.0 / 2024-4-17 -The project now depends on Kobweb Silk on Kotlin/JS (Compose HTML) and there is a universal multiplatform interface for `Modifier`, scopes, etc. akin to those in `androidx.compose`. Obselete code including `ModifierOrAttrsScope` is moved to a legacy module. +The project now depends on Kobweb Silk on Kotlin/JS (Compose HTML) and there is a universal multiplatform interface for `Modifier`, scopes, etc. akin to those in `androidx.compose`. Obsolete code including `ModifierOrAttrsScope` is moved to a legacy module.