PreCompose Versions Save

Compose Multiplatform Navigation && State Management

1.5.8

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.7...1.5.8

1.5.7

6 months ago

What's Changed

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.6...1.5.7

1.5.6

6 months ago

What's Changed

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.5...1.5.6

1.5.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.4...1.5.5

Setup migration guide

Wrap the App()

Wrap your App with PreComposApp like this:

@Composable
fun App() {
    PreComposeApp {
        // your app's content goes here
    }
}

Android

Replace moe.tlaster.precompose.lifecycle.PreComposeActivity and moe.tlaster.precompose.lifecycle.setContent with standard AndroidX ComponentActivity and Jetpack's setContent

iOS

Replace moe.tlaster.precompose.PreComposeApplication with standard androidx.compose.ui.window.ComposeUIViewController

Desktop(JVM)

Replace moe.tlaster.precompose.PreComposeWindow with androidx.compose.ui.window.Window

Native macOS

You can still use moe.tlaster.precompose.PreComposeWindow, or replace with standard ComposeWindow

Web (Canvas)

You can still use moe.tlaster.precompose.preComposeWindow, or replace with standard androidx.compose.ui.window.ComposeWindow

1.5.4

7 months ago

What's Changed

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.3...1.5.4

1.5.3

7 months ago

What's Changed

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.2...1.5.3

1.5.2

7 months ago

What's Changed

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.1...1.5.2

1.5.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.0...1.5.1

1.5.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.4.4...1.5.0

1.5.0-rc01

9 months ago

What's Changed

Actually, releasing this during DroidKaigi.collect { #6@Tokyo } 😀

Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.5.0-beta02...1.5.0-rc01