diff --git a/CHANGELOG.md b/CHANGELOG.md index bddac28ea08..f40bb8cc978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog -## Version 0.33.1-SNAPSHOT +## Version 0.34.1-SNAPSHOT _release-date_ +## Version 0.34.0 + + +For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.34.0...master). + + +_2020-02-09_ + * **Breaking: Reconciliation for state updates is enabled by default**. Reconciliation makes state updates faster at the expense of increase in memory usage. New APIs added to explicitly disable reconciliation when an explicit `ComponentTree` is not set on the `LithoView`. Read more about it in [the documentation](http://fblitho.com/docs/reconciliation). - `LithoView.create(Context, Component, boolean)` - `LithoView.create(ComponentContext, Component, boolean)` @@ -14,8 +22,7 @@ _release-date_ * **Breaking:** Make `varArg` props effectively optional with a `Collections.EMPTY_LIST` as a default value. - -For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.33.0...master). +For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.33.0...v0.34.0). ## Version 0.33.0 diff --git a/docs/_config.yml b/docs/_config.yml index 86900cad12f..67eeb5c8e5c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,7 +35,7 @@ ghrepo: "facebook/litho" repository: "facebook/litho" # These can be used in documentation with e.g. {{site.litho-version}} -litho-version: 0.33.0 +litho-version: 0.34.0 litho-snapshot-version: 0.33.1-SNAPSHOT soloader-version: 0.5.1 diff --git a/gradle.properties b/gradle.properties index 6a3e8a1dd8d..30f96d3d0fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.33.1-SNAPSHOT +VERSION_NAME=0.34.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git