Skip to content

Commit

Permalink
Merge pull request #78 from square/zachklipp/beta-changelog
Browse files Browse the repository at this point in the history
Update changelog for 1.0.0-beta.1.
  • Loading branch information
zach-klippenstein authored Sep 2, 2020
2 parents a3c2b94 + cb018c3 commit 56a4774
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

Version 2.0.0-beta.1
--------------------

_2020-09-02_

* 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)

Version 2.0.0-alpha.2
---------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.radiography
VERSION_NAME=2.0.0-alpha.3-SNAPSHOT
VERSION_NAME=2.0.0-beta.1-SNAPSHOT

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 56a4774

Please sign in to comment.