Skip to content

Commit

Permalink
Fix typos in the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Oct 24, 2024
1 parent 62b6b1d commit a4c2c93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
* 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

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.

0 comments on commit a4c2c93

Please sign in to comment.