github JetBrains/compose-hot-reload v.1.0.0-beta04
v1.0.0-beta04

latest releases: v1.0.0-rc01+166, v1.0.0-rc01+165, v1.0.0-beta06...
one month ago

Beta04: Significant Changes

  • Stabilised Analysis API (⚠️ Read about breaking changes below)
  • Improvements to DevTools window management

Analysis

  • ⚠️ breaking: update API names
  • ⚠️ breaking: visibility changes
    • FieldInfo, MethodInfo & ScopeInfo: Mark constructor & copy as internal
    • Move MethodType to from 'ScopeInfo to MethodInfo
  • ScopeAnalyzerExtension service to allow to extend the analysis with custom information
  • Ignore service to allow contributing to ignored classes

DevTools

  • Improvements to window management: fix issues with flickering, gaining focus, etc.
  • Display build tool logo when reloading
  • 'Copy all' button in console and error screens

Other

  • Improve the dirty scope resolution algorithm: @Composable functions now act as 'dirty barrier'
  • Fix hot reload blocking the debugger from attaching to user application
  • Initial support for reloading in font resources

Full Changelog: v1.0.0-beta03...v.1.0.0-beta04

Don't miss a new compose-hot-reload release

NewReleases is sending notifications on new releases.