Compose Multiplatform brings auto-resizing to interop views
Briefly

Compose Multiplatform brings auto-resizing to interop views
"Also in version 1.10.0, Compose Multiplatform now uses the Web Cache API to cache successful responses for static assets and string resources. This avoids the delays associated with the browser's default cache, which validates stored content through repeated HTTP requests and can be slow on low-bandwidth connections. The cache is cleared on every app launch or page refresh to ensure resources remain consistent with the application's current state. This capability is an experimental feature."
"The Compose Hot Reload plugin now is bundled with the Compose Multiplatform Gradle plugin. Users no longer need to configure the Hot Reload plugin separately, as it is enabled by default for Compose Multiplatform projects targeting desktop. The approach to previews has been unified across platforms. Developers can now use the androidx.compose.ui.tooling.preview.Preview annotation in thecommonMainsource set. Other annotations, such as org.jetbrains.compose.ui.tooling.preview.Previewand the desktop-specific androidx.compose.desktop.ui.tooling.preview.Preview, have been deprecated."
"Navigation 3, a new library for managing navigation, is now supported on non-Android targets. The following properties inDialogPropertieshave been promoted to stable and are no longer experimental: usePlatformInsets, useSoftwareKeyboardInset, and scrimColor. Similarly, the usePlatformDefaultWidth and usePlatformInsetsproperties in PopupProperties have also been promoted to stable. The deprecation level for Popup overloads without the PopupProperties parameter has been changed to ERROR to enforce the use of the updated API."
Compose Multiplatform 1.10.0 uses the Web Cache API to cache successful responses for static assets and string resources, avoiding delays from browser cache validation that issues repeated HTTP requests on low-bandwidth connections. The cache clears on every app launch or page refresh to keep resources consistent; the capability is experimental. The Compose Hot Reload plugin is bundled with the Compose Multiplatform Gradle plugin and enabled by default for desktop projects. Previews are unified so androidx.compose.ui.tooling.preview.Preview works in commonMain and older preview annotations are deprecated. Navigation 3 is supported on non-Android targets. Several DialogProperties and PopupProperties properties are promoted to stable, Popup overloads without PopupProperties now deprecate with ERROR, and iOS supports WindowInsetsRulers.
Read at InfoWorld
Unable to calculate read time
[
|
]