Colton Idle
03/23/2022, 9:11 PMADJUST_RESIZE . WOOOOOOOOOOOOOOOOOO Thanks @Zach Klippenstein (he/him) [MOD] 😄
• Added RequestFocus semantics action to request focus on the focusable target.
• FocusOrder has now been merged into FocusProperties and focusProperties() now has all the capabilities of focusOrder(). FocusOrder and focusOrder() have been deprecated. focusOrder() that accepts a focusRequester should be replaced with a focusRequester() modifier in combination with focusProperties(). This allows the modifiers to have a stronger separation of concerns.
• WindowInsets.asPaddingValues(Density) was added to allow developers to do the conversion without needing to be in composition.
• Updated parsing of vector drawables to support auto mirroring to flip the content of a VectorPainter if the current layout direction is RTL.
• Scroll modifiers (Modifier.verticalScroll(),Modifier.horizontalScroll(), and Modifier.scrollable()) will now scroll to keep the focused composable visible if the scroll area is resized and the focused composable was previously visible.
• Upgrading both RecyclerView and Compose will now result in much better scrolling performance for RecyclerViews with Compose views as children.
• Reference devices added to the Devices list for @Preview (I071c9)
• compose-ui: Add ambientShadowColor and spotShadowColor properties to GraphicsLayerScope (I1ba1a, b/160665122)
• Plural resources are now supported via the pluralStringResource functions. (Ib2f23, b/191375123)
• Material3 - Added support for Material 3 text fields. (I795cc, b/199377790)Zach Klippenstein (he/him) [MOD]
03/23/2022, 9:13 PMZach Klippenstein (he/him) [MOD]
03/23/2022, 9:15 PMdivid3d
03/23/2022, 11:10 PMZach Klippenstein (he/him) [MOD]
03/23/2022, 11:36 PMFunkyMuse
03/24/2022, 7:22 AMlsiret
03/26/2022, 2:30 AMColton Idle
03/28/2022, 2:42 AM