v0.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.
- [BREAKING] Renamed Styles: performAccessibilityAction, sendAccessibilityEvent and sendAccessibilityEventUnchecked.
- [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.