Colton Idle
04/07/2023, 5:19 AMSheetState now has optional skipHiddenState parameter
• rememberStandardBottomSheetState now has optional skipHiddenState parameter
• BottomSheetScaffold now has a defined Hidden anchor, though it is disabled by default
• SheetState.requireOffset documentation has been updated
• BottomSheetDefaults.MinimizedShape has been renamed as BottomSheetDefaults.HiddenShape (I839f4, b/273870234)
• ModalBottomSheet and BottomSheetScaffold drag handle semantics are now merged. (I05afb)
• BottomSheetScaffold modifier, containerColor and contentColor parameters now only affect content.
• BottomSheetScaffold nestedScroll for sheet content now implements flings. (I992cb)
other compose artifacts Version 1.5.0-alpha02
• New experimental API to support lookahead in SubcomposeLayout. This will allow SubcomposeLayout to function properly in a LookaheadScope. More out-of-the-box support for specific subtypes of SubcomposeLayout will come soon.
• New SubcomposeLayout API that takes an additional intermediate measure policy for handling measure/layout logic during lookahead-based animations. (I017d3)
• 👀 Added the InsertTextAtCursor semantics action for text fields. (I11ed5) (gotta check this out. seems useful)
• Adds support for cross axis spacing/arrangement using the verticalArrangement in FlowRow and horizontalArrangement in FlowColumn. We also remove the top-level verticalAlignment and horizontalAlignment in FlowRow/FlowColumn. Developers can use Modifier.align instead. This reduces confusion between the naming conventions of verticalAlignment and verticalArrangement. (I87b60, b/268365538)
• Added support for fixed size cells in LazyGrid and arranging them with cross axis arrangement. (I83ed9, b/235121277, b/267942510)
• Added support for fixed size lanes in LazyStaggeredGrid and arranging them with cross axis arrangement. (I7d519)
• Fixed a bug where BottomSheetScaffold would crash when provided with empty content for slots. (Ib24a5, b/235588730)
• Fixes PullRefreshIndicator intercepting clicks / pointer events (2494256, b/271777421)
• some interesting runtime/slottable stuff if you're interested in that stuff
sidenote, since #compose and #compose-android are a thing... maybe i split these up. hrmshikasd
04/07/2023, 6:43 AMChuck Jazdzewski [G]
04/07/2023, 4:28 PMfrancisco
04/07/2023, 6:21 PMColton Idle
04/07/2023, 7:04 PMfrancisco
04/07/2023, 8:19 PMAutofillNode but only works with native android login 😞
Not sure if 1password needs to update or compose
https://bryanherbst.com/2021/04/13/compose-autofill/francisco
04/07/2023, 10:28 PMZach Klippenstein (he/him) [MOD]
04/07/2023, 10:45 PMColton Idle
04/09/2023, 2:14 AM