Skip to content

Releases: Tlaster/PreCompose

1.5.10

19 Dec 03:39
6abfc0b
Compare
Choose a tag to compare

What's Changed

  • fix crash when using swipe during navigating by @Tlaster in #213

Full Changelog: 1.5.9...1.5.10

1.5.9

15 Dec 13:57
f81c67f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.8...1.5.9

1.5.8

04 Dec 11:57
a14ef86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.7...1.5.8

1.5.7

05 Nov 09:53
45091ec
Compare
Choose a tag to compare

What's Changed

  • JVM Desktop WindowAdapter on window opened set state to active. by @Lavmee in #176

Full Changelog: 1.5.6...1.5.7

1.5.6

04 Nov 11:35
f404b76
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.5...1.5.6

1.5.5

02 Nov 14:48
f49e06a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 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

28 Sep 02:00
5f00d7e
Compare
Choose a tag to compare

What's Changed

  • Doc update and move inline composable function to jvm android only by @Tlaster in #144

Full Changelog: 1.5.3...1.5.4

1.5.3

22 Sep 23:09
d6959f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

1.5.2

21 Sep 17:26
5996978
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.5.2

1.5.1

08 Sep 05:32
0c3a662
Compare
Choose a tag to compare

What's Changed

  • fallback to jvm target 11 by @Tlaster in #122
  • Bump com.diffplug.spotless from 6.20.0 to 6.21.0 by @dependabot in #118
  • Revert "Bump com.diffplug.spotless from 6.20.0 to 6.21.0" by @Tlaster in #131
  • Bump compose to 1.5.1 and replace ComposeWindow with CanvasBasedWindow by @dsbezerra in #128

New Contributors

Full Changelog: 1.5.0...1.5.1