Skip to content

Commit

Permalink
Merge branch 'wasm-sample' of https://github.com/hoc081098/solivagant
Browse files Browse the repository at this point in the history
…into wasm-sample
  • Loading branch information
hoc081098 committed Mar 5, 2024
2 parents 404b5f9 + 76c0dc4 commit 3abd4c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@

- [JetBrains Compose Multiplatform `1.6.0`](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.0).
- [KMP ViewModel `0.7.1`](https://github.com/hoc081098/kmp-viewmodel/releases/tag/0.7.1).

### Added

- **New**: Add support for Kotlin/Wasm (`wasmJs` target) 🎉.
- **New**: Add `LenientLifecycleRegistry`, a `LifecycleRegistry` without the state checking,
and has `moveTo` method to move to a specific state. This is a flexible version of `LifecycleRegistry`.
- **New**: Add `rememberWindowLifecycleOwner()` for Desktop (JVM) platform.
- **New**: Add `SavedStateSupport.ProvideCompositionLocals` and `SavedStateSupport.ClearOnDispose`.

### Fixed
- **Fixed**: an issue where `LocalLifecycleOwner` provided the wrong `LifecycleOwner` to the content of `NavHost` composable.

## [0.1.1] - Feb 25, 2024

Expand Down

0 comments on commit 3abd4c9

Please sign in to comment.