Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 1.0.0-beta.1. #78

Merged
merged 1 commit into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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