Skip to content

Commit e78a9e3

Browse files
adityasharatfacebook-github-bot
authored andcommitted
Release version 0.47.0
Summary: Release version 0.47.0 Reviewed By: pentiumao Differential Revision: D43242518 fbshipit-source-id: 6d20900509116328b9304d4f4d3da2f2072f4b1f
1 parent beffb10 commit e78a9e3

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
# Changelog
22

3-
## Version 0.47.0-SNAPSHOT
3+
## Version 0.48.0-SNAPSHOT
44

55
_release-date_
66

7+
* TBD
8+
9+
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.47.0...master).
10+
11+
## Version 0.47.0
12+
13+
_2023-02-13_
14+
715
* [New] Adds debug overlay for to show components bounds, and interactive elements. Set the following configs to enable the feature: `debugHighlightInteractiveBounds`, `debugHighlightMountBounds`.
816
* [Deprecated] `ComponentTree.canInterruptAndMoveLayoutsBetweenThreads`, `RecyclerBinder.canInterruptAndMoveLayoutsBetweenThreads`, `ComponentTreeHolder.canInterruptAndMoveLayoutsBetweenThreads`. All of those will be removed in one of subsequent versions.
17+
* [BREAKING] Introduces several new API to replace the ComponentTree in ComponentContext.
18+
* Use `ComponentContext#getLithoTree` to get access to API previous accessed from the `ComponentTree`.
19+
* `ComponentTree` removed from the `OnError` API; Use `ComponentContext#getErrorComponentReceiver` to set the root on error.
20+
* [BREAKING] `equivalence` utility method have moved from `CommonUtils` to `EquivalenceUtils`.
21+
* The logic to trigger mount has be simplified; there are now fewer hops between LithoView and ComponentTree.
22+
23+
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.46.0...0.47.0).
924

1025
## Version 0.46.0
1126

@@ -20,7 +35,7 @@ _2023-01-05_
2035
* [Internal] State generated during layout is now collected in a different StateHandler.
2136
* [Internal] Improved reliability of rebinding EventHandlers.
2237

23-
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.45.0...master).
38+
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.45.0...v0.46.0).
2439

2540
## Version 0.45.0
2641

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.47.0-SNAPSHOT
17+
VERSION_NAME=0.47.0
1818
GROUP=com.facebook.litho
1919

2020
SONATYPE_STAGING_PROFILE=comfacebook

website/versionConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// and refer to the version as: e.g. {{site.lithoVersion}}
2323

2424
export const site = {
25-
lithoVersion: '0.46.0',
25+
lithoVersion: '0.47.0',
2626
lithoSnapshotVersion: '0.47.0-SNAPSHOT',
2727
soloaderVersion: '0.10.4',
2828
flipperVersion: '0.142.0',

0 commit comments

Comments
 (0)