Skip to content

Commit

Permalink
Release version 0.37.0
Browse files Browse the repository at this point in the history
Reviewed By: muraziz

Differential Revision: D22403827

fbshipit-source-id: a6bb7f958d6a2363721f8b170fbeadd39901835e
  • Loading branch information
colriot authored and facebook-github-bot committed Jul 7, 2020
1 parent bd2af90 commit d9ff179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog

## Version 0.36.1-SNAPSHOT
## Version 0.37.0

_2020-07-07_

_TBA_
* **Breaking: `TransparencyEnabledCard` is deprecated** Moved the behavior of `TransparencyEnabledCard` into `Card` when the prop `transparencyEnabled` is `true`. Please migrate your current uses because it will be removed in a few releases.
* New: Add `.duplicateChildrenStates(boolean)` method to `Component` which passes the flag to [`ViewGroup#setAddStatesFromChildren(boolean)`](https://developer.android.com/reference/android/view/ViewGroup#setAddStatesFromChildren(boolean)). When this flag is set to true, the component applies all of its children's drawable states (focused, pressed, etc.) to itself.
* New: Ability to specify the percentage of Component's width/height which should be visible to trigger Visible events. Read more in [the documentation](https://fblitho.com/docs/visibility-handling#custom-visibility-percentage).
* Fix: Fix showing vertical scrollbar with `VerticalScrollSpec`. Default behaviour is scrollbars disabled.

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


## Version 0.36.0
Expand Down
2 changes: 1 addition & 1 deletion 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.36.0
litho-version: 0.37.0
litho-snapshot-version: 0.36.1-SNAPSHOT
soloader-version: 0.9.0
flipper-version: 0.46.0
Expand Down
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.36.1-SNAPSHOT
VERSION_NAME=0.37.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 d9ff179

Please sign in to comment.