You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Changelog
2
2
3
-
## Version 0.39.1-SNAPSHOT
3
+
## Version 0.40.0
4
4
5
-
_release-date_
5
+
_2021-02-26_
6
6
7
7
***Breaking:** Change the return type of `ComponentLifecycle.resolve()` from `ComponentLayout` to `InternalNode`.
8
8
* 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.
9
9
* New: Expose mounted content from the `VisibleEvent`.
10
10
* New: Lifecycle arguments are now optional in the spec. (e.g. `ComponentContext` is now optional in `@OnCreateInitialState`)
11
11
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).
0 commit comments