Bump org.jetbrains.compose.hot-reload from 1.0.0-alpha10 to 1.0.0-beta01 #64

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/org.jetbrains.compose.hot-reload-1.0.0-beta01 into master
dependabot[bot] commented 2025-06-30 06:30:53 +03:00 (Migrated from github.com)

Bumps org.jetbrains.compose.hot-reload from 1.0.0-alpha10 to 1.0.0-beta01.

Release notes

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

v1.0.0-alpha11

Changes

This is a smaller maintenance release. Adding support for coordinating upcoming changes in the Kotlin Compiler (2.2) and Compose Features (1.9).

Misc Changes

  • Updated to the new 'Compose Hot Reload Icon'
  • Fixed 'compose.reload.devToolsHeadless' not being forwarded from gradle.properties
  • Reject direct changes in the 'Compose Entry Point'; aka changes in the main function which are not Composable
  • Initial support changing resources in jars

v1.0.0-alpha10-118

Call for Feedback

This build switches Hot Reload from using 'continuous builds' to the 'explicit reload' model. Previously, anytime source code changed and was saved to disk, a daemon would have picked this up, recompiled the code and sent a 'reload' request to the application. With the 'explicit reload' model, reloading requires explicit consent from the user.

CLI usage:

Starting the application (unchanged) kmp: ./gradlew jvmRunHot --mainClass myMain jvm: ./gradlew runHot --mainClass my.Main

Requesting a recompile & reload ./gradlew reload

The continuous mode can be re-enabled on CLI using the --autoReload or --auto option e.g.: ./gradlew jvmRunHot --mainClass my.Main --auto

Note: IDE

When Hot Reload is launched from the IDE, the continuous mode is still enabled. Later implementations of an IDE plugin will take care of explicitly requesting reloads.

Other Changes

  • Fixes in devtools: Window management, fixed reload animation
  • Fixed deadlock in orchestration
  • Always show the reload counter in devtools (even when minimized)

Plugin

id("org.jetbrains.compose.hot-reload") version "1.0.0-alpha10-118"

Note: The 'dev' builds require the firework repository:

pluginManagement {
    repositories {
        maven("https://packages.jetbrains.team/maven/p/firework/dev")
    }
}

dependencyResolutionManagement {
</tr></table>

... (truncated)

Commits

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-alpha10 to 1.0.0-beta01. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-hot-reload/releases">org.jetbrains.compose.hot-reload's releases</a>.</em></p> <blockquote> <h2>v1.0.0-alpha11</h2> <h2>Changes</h2> <p>This is a smaller maintenance release. Adding support for coordinating upcoming changes in the Kotlin Compiler (2.2) and Compose Features (1.9).</p> <h2>Misc Changes</h2> <ul> <li>Updated to the new 'Compose Hot Reload Icon'</li> <li>Fixed 'compose.reload.devToolsHeadless' not being forwarded from gradle.properties</li> <li>Reject direct changes in the 'Compose Entry Point'; aka changes in the <code>main</code> function which are not Composable</li> <li>Initial support changing resources in jars</li> </ul> <h2>v1.0.0-alpha10-118</h2> <h2>Call for Feedback</h2> <p>This build switches Hot Reload from using 'continuous builds' to the 'explicit reload' model. Previously, anytime source code changed and was saved to disk, a daemon would have picked this up, recompiled the code and sent a 'reload' request to the application. With the 'explicit reload' model, reloading requires explicit consent from the user.</p> <h3>CLI usage:</h3> <p><strong>Starting the application (<em>unchanged</em>)</strong> kmp: <code>./gradlew jvmRunHot --mainClass myMain</code> jvm: <code>./gradlew runHot --mainClass my.Main</code></p> <p><strong>Requesting a recompile &amp; reload</strong> <code>./gradlew reload</code></p> <p>The continuous mode can be re-enabled on CLI using the <code>--autoReload</code> or <code>--auto</code> option e.g.: <code>./gradlew jvmRunHot --mainClass my.Main --auto</code></p> <h3>Note: IDE</h3> <p>When Hot Reload is launched from the IDE, the continuous mode is still enabled. Later implementations of an IDE plugin will take care of explicitly requesting reloads.</p> <h2>Other Changes</h2> <ul> <li>Fixes in devtools: Window management, fixed reload animation</li> <li>Fixed deadlock in orchestration</li> <li>Always show the reload counter in devtools (even when minimized)</li> </ul> <h2>Plugin</h2> <p><code>id(&quot;org.jetbrains.compose.hot-reload&quot;) version &quot;1.0.0-alpha10-118&quot;</code></p> <p>Note: The 'dev' builds require the firework repository:</p> <pre lang="kotlin"><code>pluginManagement { repositories { maven(&quot;https://packages.jetbrains.team/maven/p/firework/dev&quot;) } } <p>dependencyResolutionManagement {<br /> &lt;/tr&gt;&lt;/table&gt;<br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JetBrains/compose-hot-reload/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.compose.hot-reload&package-manager=gradle&previous-version=1.0.0-alpha10&new-version=1.0.0-beta01)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2025-07-01 09:03:52 +03:00 (Migrated from github.com)

Superseded by #67.

Superseded by #67.

Pull request closed

Sign in to join this conversation.