Skip to content

Commit

Permalink
Release version 0.50.2
Browse files Browse the repository at this point in the history
Summary: Before we move the min API to 24, we would like to push another version release

Reviewed By: kingsleyadio

Differential Revision: D63978136

fbshipit-source-id: 8ea1cf7f05335670a382c35766f53e2717f2744e
  • Loading branch information
Peng Jiang authored and facebook-github-bot committed Oct 7, 2024
1 parent 471c00f commit b90d3db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ _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.2
_2024-10-07_

* Accessibility API Improvements.
* Numerous bug fixes.

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

## Version 0.50.1
_2024-07-10_

* Update the Barebones sample version

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

## Version 0.50.0
_2024-07-10_

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.51.0-SNAPSHOT
VERSION_NAME=0.50.2
GROUP=com.facebook.litho

SONATYPE_STAGING_PROFILE=comfacebook
Expand Down
2 changes: 1 addition & 1 deletion website/versionConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// and refer to the version as: e.g. {{site.lithoVersion}}

export const site = {
lithoVersion: '0.50.0',
lithoVersion: '0.50.2',
lithoSnapshotVersion: '0.51.0-SNAPSHOT',
soloaderVersion: '0.10.5',
flipperVersion: '0.142.0',
Expand Down

0 comments on commit b90d3db

Please sign in to comment.