Skip to content

Commit 6a71e11

Browse files
colriotfacebook-github-bot
authored andcommitted
Release version 0.40.0
Reviewed By: muraziz Differential Revision: D26695079 fbshipit-source-id: 86067973d161847dee7d04a347935142f3de9769
1 parent 04a64ee commit 6a71e11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22

3-
## Version 0.39.1-SNAPSHOT
3+
## Version 0.40.0
44

5-
_release-date_
5+
_2021-02-26_
66

77
* **Breaking:** Change the return type of `ComponentLifecycle.resolve()` from `ComponentLayout` to `InternalNode`.
88
* 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.
99
* New: Expose mounted content from the `VisibleEvent`.
1010
* New: Lifecycle arguments are now optional in the spec. (e.g. `ComponentContext` is now optional in `@OnCreateInitialState`)
1111

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

1414

1515
## Version 0.39.0

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ghrepo: "facebook/litho"
3535
repository: "facebook/litho"
3636

3737
# These can be used in documentation with e.g. {{site.litho-version}}
38-
litho-version: 0.39.0
38+
litho-version: 0.40.0
3939
litho-snapshot-version: 0.39.1-SNAPSHOT
4040
soloader-version: 0.9.0
4141
flipper-version: 0.46.0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Project-wide Gradle settings.
1616

17-
VERSION_NAME=0.39.1-SNAPSHOT
17+
VERSION_NAME=0.40.0
1818
GROUP=com.facebook.litho
1919
POM_URL=https://github.com/facebook/litho
2020
POM_SCM_URL=https://github.com/facebook/litho.git

0 commit comments

Comments
 (0)