Looks like Version 1.2.0-alpha02 of compose was re...
# compose
c
Looks like Version 1.2.0-alpha02 of compose was release a few days ago A few interesting things I found: • Text selection magnifier behavior has been polished to match the platform magnifier. •
LazyColumn
LazyRow
Modifier.verticalScroll
 and other containers that use 
Modifier.scrollable
 now support mouse wheel scrolling. • Added 
excludeFromSystemGesture
 Modifiers for easy access to Android's 
setSystemGestureExclusionRects
  • Fix continuous backspace on CJK keyboards (I think this is the fix for continuous backspace not working in password fields 🤞) • Preserve scroll when items are added in lazy grid • Fix TextFieldKeyInput onValueChange (this seems to fix an issue of typing with your keyboard on an emulator) • Compose Material - Add support for action chip (not sure if this is a new chip component, but I want to check it out) • Added Material 3 divider • Added support for Material 3 progress indicators • Add experimental View.createLifecycleAwareRecomposer extension (idk what this is but it sounds interesting...) • Wear OS - Add support for Rotary Events modifiers
👍🏽 1
👍 5
f
• Fix continuous backspace on CJK keyboards (I think this is the fix for continuous backspace not working in password fields 🤞)
Nice! Maybe this will fix my problem with visual transformation. Thanks for the heads-up 👌