chore(deps): update dependency org.jetbrains.compose.hot-reload to v1.0.0-rc01 #690
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-beta05
->1.0.0-rc01
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
JetBrains/compose-hot-reload (org.jetbrains.compose.hot-reload)
v1.0.0-rc01
Release 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
19b6f3d
Avoid 'transformForStaticsInitialization' on interfaces438e83c
Fix memory leak inBusImpl
: clean up dispatch queues on exit fromcollect
v1.0.0-beta08
Release summary
DevTools
d5de100
: Fixed glow shader | Thanks @Nohus 🎉Advanced changes
Known issues
beta06
. While the core reload technology works, DevTools UI is not being loaded. The issue is caused by the older orchestration protocol version currently used in KMP for AS. Issue will be fixed in the next release of KMP for AS. As a workaround you can run the hot reload task from the CLI.v1.0.0-beta07
Release summary
This release both continues our efforts to stabilize the 'core' technology of Compose Hot Reload and introduces new changes to the DevTools UX. Binaries produced by this repository are considered the 'Compose Hot Reload Core Technology'.
DevTools
Misc
Advanced changes
The following changes are relevant for projects integrating with Compose Hot Reload (such as IntelliJ, Amper, ...)
InvalidatedComposeGroupMessage
with information about source location of the dirty scopesAck
messagesOrchestrationMessage.availableSinceVersion
and guard server/clients from unexpected messagesKnown issues
beta06
. While the core reload technology works, DevTools UI is not being loaded. The issue is caused by the older orchestration protocol version currently used in KMP for AS. Issue will be fixed in the next release of KMP for AS. As a workaround you can run the hot reload task from the CLI.v1.0.0-beta06
Release Summary
This release focuses mostly on 'core' APIs, enabling tools like Amper or the IDE to build advanced tooling for Compose Hot Reload.
This is part of the ongoing stabilization process. Binaries produced by this repository are considered the 'Compose Hot Reload Core Technology'.
DevTools
Advanced Changes
The following changes are relevant for projects integrating with Compose Hot Reload (such as IntelliJ, Amper, ...)
Orchestration
Core
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.