Skip to content

Commit

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

Differential Revision: D26695079

fbshipit-source-id: 86067973d161847dee7d04a347935142f3de9769
  • Loading branch information
colriot authored and facebook-github-bot committed Feb 26, 2021
1 parent 04a64ee commit 6a71e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog

## Version 0.39.1-SNAPSHOT
## Version 0.40.0

_release-date_
_2021-02-26_

* **Breaking:** Change the return type of `ComponentLifecycle.resolve()` from `ComponentLayout` to `InternalNode`.
* New: Expose `visibleTop` and `visibleLeft` fields from the `VisibilityChangedEvent` to better understand which side of the component is hidden. Check out `VisibilityChangedEvent`'s javadoc for more info.
* New: Expose mounted content from the `VisibleEvent`.
* New: Lifecycle arguments are now optional in the spec. (e.g. `ComponentContext` is now optional in `@OnCreateInitialState`)

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


## Version 0.39.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.39.0
litho-version: 0.40.0
litho-snapshot-version: 0.39.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.39.1-SNAPSHOT
VERSION_NAME=0.40.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 6a71e11

Please sign in to comment.