Releases: block/radiography
Releases · block/radiography
v2.7
v2.6
v2.5
See Change Log
v2.4.1
See Change Log
v2.4.0
v2.3.0
v2.2.0
v2.1.0
- 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
v2.0.0-beta.1
- Correctly render nodes whose descriptions are more than one line. (#42)
- Support rendering trees nested deeper than 64 levels. (#41)
- Refactor
ViewStateRenderer
andViewFilter
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)