Update plugin compose-hot-reload to v1.0.0 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-beta09->1.0.0Release Notes
JetBrains/compose-hot-reload (org.jetbrains.compose.hot-reload)
v1.0.0Release Summary
Compose Hot Reload 1.0.0 is here 🎉. The core technology provides a stable experience, allowing you to quickly iterate on your UIs in Compose Multiplatform apps. We have worked hard to make it reliable and easy to use in any project, regardless of its size or complexity.
We'll continue improving both the IDE tooling and the underlying technology, but this release marks our commitment to:
A huge thank you to the community and early adopters who tried the alpha/beta builds and provided feedback, and to all contributors who helped reach 1.0.0 🙏.
v1.0.0-rc04Release summary
Gradle
d438588Do not resolve kotlin-stdlib inside the agent classpath. This issue caused the target app to run with a wrong version of Kotlin stdlib, causing runtime errors in some casesv1.0.0-rc03Release summary
Gradle
DevTools
v1.0.0-rc02Release summary
The Gradle plugin changed packaging and is now available on the Gradle Plugin Portal as well.
DevTools
d6ed13aDevTools: Fix DtAnimatedWindow not calling 'tryForceToFront': This fixes situations where the 'sidecar' window state was out-of-sync with the original application.v1.0.0-rc01Release summary
🔥🎆 The project is promoted to the 'RC' stage.
We are still working on convenient tooling in IntelliJ and Android Studio and will continue experimenting there. The 'core technology' of "Compose Hot Reload", however, was providing a very stable experience since early alpha releases. We have been working hard to support complex projects such as IntelliJ itself. A lot of time was spent on infrastructure and testing compatibility guarantees.
A "stable" release translates to the commitment of not breaking the workflows and user experience projects might rely on, as well as API modules keeping binary compatibility (which we have already tried keeping for quite some time)
Advanced changes
19b6f3dAvoid 'transformForStaticsInitialization' on interfaces438e83cFix memory leak inBusImpl: clean up dispatch queues on exit fromcollectConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.