New
0.19.0
This will be the final release of Redwood for the foreseeable future. Development will be discontinued at this time.
New:
- Focus API. Redwood has a new
FocusRequesterto focus a widget.
Changed:
- Android libraries now have a minimum SDK level of 23.
- iOS x64 targets are no longer supported.
- Use AndroidX collection and Compose runtime artifacts, which are now fully multiplatform. A dependency constraint to the JetBrains Compose runtime version 1.9.0 has been added, which is the first version that is empty and itself now points to AndroidX.
Fixed:
- Don't measure the height of
RedwoodUIViewas zero when measured withsizeThatFits()orintrinsicContentSize(). We had been usingUIStackViewwhich doesn't support these functions. - Correctly signal
RedwoodUIViewsize changes of to callers who measure it withintrinsicContentSize(). - The Redwood Gradle plugin is now compatible with Gradle 9.1.
- Don't incorrectly size items to 0 when using the
Flex()modifier on aWrapcontainer.