Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's include what have changed in the release notes

gastsail opened this issue · comments

Hi there, I jumped from 1.4.3 to beta02 and in the release notes there is no indications that this

import moe.tlaster.precompose.PreComposeApplication

fun MainViewController() = PreComposeApplication((title = "iOS")) { App() }

Have changed to this

import moe.tlaster.precompose.PreComposeApplication

fun MainViewController() = PreComposeApplication() { App() }

For multiplatform projects , on the iOS side, the error log is still not that easy to debug, including release notes will help us migrate to recent updates more easily, thanks

We do have some release note but not API changes yet.
Thanks for point that out, and since Compose for iOS is still in alpha we might expect more API changes in the future.

Thanks a lot @Tlaster <3

hey @Tlaster this is a nice API table on kodein that you can follow for the Readme :)

https://github.com/kosi-libs/Kodein