Skip to content

Commit

Permalink
Release version 0.35.0
Browse files Browse the repository at this point in the history
Summary:
Release version 0.35.0

allow-large-files

Reviewed By: colriot

Differential Revision: D21176487

fbshipit-source-id: 964a06dc4acab5d035c75b6f4f1e68e8462078c1
  • Loading branch information
adityasharat authored and facebook-github-bot committed May 1, 2020
1 parent b687fa6 commit 4afdebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Version 0.34.1-SNAPSHOT
## Version 0.35.0

_release-date_
_2020-05-01_

* **Experimental: Process Visibility events without Incremental Mount turned on.** If you used Incremental Mount only for Visibility events before, now you can turn it off!
* **Breaking: `LayoutInfo` implementations are required to implement `scrollToPositionWithOffset()`.** To avoid special casing for `LinearLayoutManager` and `StaggeredGridLayoutManager` in `RecyclerBinder` and other internal logic, a LayoutInfo implementation must now delegate to the underlying LayoutManager's scrolling by implementing `scrollToPositionWithOffset()`. Typical cases should call the LayoutManager's own implementation of `scrollToPositionWithOffset()`, or an equivalent. This creates a common interface for programmatic scrolling [a61e409](https://github.com/facebook/litho/commit/a61e409558f82a115d9c21d91c18d5cc8396d385).
Expand All @@ -26,7 +26,7 @@ _release-date_
* Fix: Fixes a bug in `ComponentUtils.isEquivalentTo()`.
* Fix: Correctly release `ComponentTree` on the main thread after `@OnDetached`.

For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.34.0...master).
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.34.0...v0.35.0).


## Version 0.34.0
Expand Down
3 changes: 1 addition & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0
litho-version: 0.35.0
litho-snapshot-version: 0.34.1-SNAPSHOT
soloader-version: 0.5.1

Expand Down Expand Up @@ -97,4 +97,3 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Project-wide Gradle settings.

VERSION_NAME=0.34.1-SNAPSHOT
VERSION_NAME=0.35.0
GROUP=com.facebook.litho
POM_URL=https://github.com/facebook/litho
POM_SCM_URL=https://github.com/facebook/litho.git
Expand Down

0 comments on commit 4afdebb

Please sign in to comment.