Skip to content

Releases: block/radiography

v2.7

24 Aug 21:31
Compare
Choose a tag to compare

v2.6

30 Apr 20:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5...v2.6

v2.5

02 Nov 22:46
Compare
Choose a tag to compare

v2.4.1

15 Sep 19:13
Compare
Choose a tag to compare

v2.4.0

23 Aug 16:23
Compare
Choose a tag to compare
  • Use Curtains instead of WindowScanner. (#136)
  • Upgrade Compose to 1.0.1 (and other dependency updates). (#141)

v2.3.0

01 Mar 23:47
Compare
Choose a tag to compare
  • Upgrade Compose to beta01. (#128)

v2.2.0

26 Jan 18:20
Compare
Choose a tag to compare
  • Don't render curly braces when they would be empty. (#108)
  • Upgrade Compose to 1.0.0-alpha09. (#117)
  • Lazily reflect the mKeyedTags field and don't crash if it's not there. (#122)

v2.1.0

15 Oct 01:12
Compare
Choose a tag to compare
  • Introduce support for rendering across subcompositions. Children of WithConstraints, LazyColumn, etc. will now be rendered. (#104)
  • Fix for bug where layout IDs to skip were queried incorrectly. (#94 – thanks @samruston!)
  • Fix grammatical errors in documentation. (#92 – thanks @androiddevnotes!)
  • Upgrade Compose to 1.0.0-alpha05. (#106)

v2.0.0

04 Sep 14:05
Compare
Choose a tag to compare
  • Use fancy drawing characters for rendering tree lines. (#83)
  • Don't include "text-length" when full text included. (#82)
  • Move internal code to internal package. (#87)
  • Rename showTextValue parameter to renderTextValue. (#90)
  • Update Compose to 1.0.0-alpha02. (#79)

v2.0.0-beta.1

02 Sep 15:48
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Correctly render nodes whose descriptions are more than one line. (#42)
  • Support rendering trees nested deeper than 64 levels. (#41)
  • Refactor ViewStateRenderer and ViewFilter API to be subclassable and more accessible from
    Java. (#44)
  • Use the × character for formatting dimensions instead of the letter x. (#49)
  • Add a sample app that uses Compose. (#53)
  • Introduce support for rendering Compose hierarchies. (#33)
  • Make SAM interfaces fun interfaces so they can be given as lambdas in Kotlin 1.4. (#47)
  • Introduce ScanScope, a more flexible way to define what to scan. (#70)