Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps org.jetbrains.compose.hot-reload from 1.0.0-beta07 to 1.0.0-beta08.

Release notes

Sourced from org.jetbrains.compose.hot-reload's releases.

v1.0.0-beta08

Release summary

  • We fixed issues with the previously introduced 'reload effects'
  • We fixed underlying issues that showed up in very complex projects (such as JetBrains Toolbox)

DevTools

  • Publish 'ReloadEffect' APIs, allowing custom animations
  • d5de100bec36eef08ca661ab6103d8b77efedd81: Fixed glow shader | Thanks @​Nohus 🎉
  • Fix potential race condition in 'floaty' positioning
  • Fix JetBrains/compose-hot-reload#370: Reload overlay breaks autosized windows
  • Add 'compose.reload.effectsEnabled' property to disable the rendering of reload effects

Advanced changes

  • Orchestration: Load encoders from the context of the key
  • agent: Ensure that a closed orchestration, killing the app, displays the underlying cause
  • WorkerThread: Fix potential hang during shutdown while under load

Known issues

  • #363: KMP plugin in Android Studio has compatibility issues with Compose Hot Reload versions starting from 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.
Commits
  • 6d80690 Target version 1.0.0-beta08
  • c8ae4c4 ReloadEffects: Make default effects more subtle
  • b1726f3 README.md: Mention minimum required compose version (1.8.2)
  • 7536c62 WorkerThread: Ensure the regular queue to be cleaned up, as well.
  • 2626c28 Replace pendingDispatches with a single isShutdown in WorkerThread
  • a4827a4 Implement UIClassLoaderTest to test environments such as IntelliJ and Toolbox
  • aa6e6e5 agent: Ensure that a closed orchestration, killing the app, displays the unde...
  • 9977968 Implement OrchestrationStatesLincheck
  • dbc0c33 Update lincheck to v3.2
  • 455858b Orchestration: Check-in initial benchmarks
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.compose.hot-reload](https://github.com/JetBrains/compose-hot-reload) from 1.0.0-beta07 to 1.0.0-beta08.
- [Release notes](https://github.com/JetBrains/compose-hot-reload/releases)
- [Commits](JetBrains/compose-hot-reload@v1.0.0-beta07...v1.0.0-beta08)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.hot-reload
  dependency-version: 1.0.0-beta08
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 22, 2025
@YuKongA YuKongA merged commit 2aca06b into main Sep 22, 2025
6 checks passed
@YuKongA YuKongA deleted the dependabot/gradle/org.jetbrains.compose.hot-reload-1.0.0-beta08 branch September 22, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants