Skip to content

Commit

Permalink
Release version 0.49.0
Browse files Browse the repository at this point in the history
Summary: Release version 0.49.0

Reviewed By: fabiocarballo

Differential Revision: D53312537

fbshipit-source-id: 97f6a2eb337e830a6005be0371554085002b8cd1
  • Loading branch information
adityasharat authored and facebook-github-bot committed Feb 1, 2024
1 parent f928a51 commit f9a248f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Changelog

## Version 0.49.0-SNAPSHOT
## Version 0.50.0-SNAPSHOT

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

## Version 0.49.0

_2024-02-01_

* Converted more code to Kotlin.
* [NEW] Added debug event APIs for better debugging and integration with Flipper's new UI Debugger.
* [NEW] Added layout caching to improve performance.
* [BREAKING] Moved several configs from LithoConfiguration to ComponentsConfiguration.
* [BREAKING] Merged several configs from RecyclerBinderConfig and RecyclerBinderConfiguration.
* [BREAKING] Removed `Component.canResolve()` and `Component.resolve(ResolveContext, ComponentContext)` methods. All classes extending Component must now implement the new `Component.resolve(ResolveContext, ScopedComponentInfo, int, int, ComponentsLogger)` method which is always used in the resolution flow.
* [BREAKING] Rename `Style.performAccessibilityAction`, `Style.sendAccessibilityEvent` and `Style.sendAccessibilityEventUnchecked` methods.
* [BREAKING] Yoga updated to use C++ 20.
* [BREAKING] Deletes several public constructors of EventHandler.
* Overhauled the render pipeline to support custom layout systems.
* Numerous bug fixes.

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

## Version 0.48.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.49.0-SNAPSHOT
VERSION_NAME=0.49.0
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.48.0',
lithoVersion: '0.49.0',
lithoSnapshotVersion: '0.49.0-SNAPSHOT',
soloaderVersion: '0.10.5',
flipperVersion: '0.142.0',
Expand Down

0 comments on commit f9a248f

Please sign in to comment.