Browse Source

Add navigation release notes (#5374)

## Release Notes
N/A
pull/5377/head v1.9.0+dev2711
Konstantin 5 months ago committed by GitHub
parent
commit
fd195ff2b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md

4
CHANGELOG.md

@ -54,6 +54,10 @@ _Changes since 1.9.0-alpha03_ @@ -54,6 +54,10 @@ _Changes since 1.9.0-alpha03_
- Added `JvmResourceReader` API and made `LocalResourceReader` public to allow providing a custom classloader for desktop target [#5334](https://github.com/JetBrains/compose-multiplatform/pull/5334)
### Navigation
- A new API was added to bind the browser navigation state with the `NavController` - `suspend fun NavController.bindToBrowserNavigation`. And the existing function `suspend fun Window.bindToNavigation` is deprecated now [#2189](https://github.com/JetBrains/compose-multiplatform-core/pull/2189)
## Fixes
### Multiple Platforms

Loading…
Cancel
Save