Skip to content

Commit

Permalink
Release version 0.50.0 (#999)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #999

Reviewed By: adityasharat

Differential Revision: D59375970

fbshipit-source-id: ae6ccc30cec3dccf2a0f27276d83d0be418e779a
  • Loading branch information
Peng Jiang authored and facebook-github-bot committed Jul 4, 2024
1 parent 244242c commit c785ea5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,26 @@ _release-date_
* [NEW] Add new `useFirstDrawReporter` hook together with `Style.reportFirstContentDraw` for executing actions when related Component is fully rendered on the screen. Can be used to mark the end of TTRC or TTI markers.

## Version 0.50.0
_2024-07-04_

* [BREAKING] All the nested BUCK modules under litho-core deleted
* [BREAKING] Rename `SpecTransitionWithDependency`,
* Exposed `androidContext` inside of `bind{}` blocks in Primitive API
* Add Style.rotationX/Y/, Styale.translationZ
* Add visibility style
* Converted more code to Kotlin
* Numerous bug fixes.

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

## Version 0.49.1
_2024-03-13_

* [BREAKING] move litho-core-kotlin to litho-core module
* Converted more code to Kotlin

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

## Version 0.49.0

_2024-02-01_
Expand Down

0 comments on commit c785ea5

Please sign in to comment.