Update dependency com.composables:core to v1.20.0 #506
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.1
->1.20.0
Release Notes
composablehorizons/compose-unstyled (com.composables:core)
v1.20.0
Compare Source
What's new
confirmDetentChange()
callback on both Modal and non-Modal bottom sheet. Works similar to the Material Compose version and it allows you to prevent sheet from being dismissed (or changing its detent) given a specific state (https://github.com/composablehorizons/compose-unstyled/issues/45 – thanks @TheKeeperOfPie for the request)ModalBottomSheet
will be shown immediately if the initial detent is notHidden
. Before this version, the sheet will always be introduced to the screen from the Hidden version.Fixes
v1.19.1
What's new
LocalModalWindow
to get a hold of a modal'sWindow
on Android to customize as you like. See docs. Thank you @Perfomerv1.18.2
Compare Source
Bug fixes
v1.18.1
Compare Source
Fixes
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:checkDebugDuplicateClasses'.
errors introduced in 1.18.0v1.18.0
Compare Source
What's new
onDismiss
callback onDialog
andModalBottomSheet
components (composablehorizons/compose-unstyled@67a092d)decayAnimationSpec
added onBottomSheet
component (composablehorizons/compose-unstyled@49ad6f5)BottomSheet
's offset now returns the correct amount of the sheet scrolled from the bottom. (composablehorizons/compose-unstyled@61feb93)Thanks to @commonsguy for
minor fixes to Menu docs
(https://github.com/composablehorizons/compose-unstyled/pull/37)v1.17.1
Compare Source
Downgraded Compose Compiler to 2.0.10 as it was causing issues with Bottom Sheets.
v1.17.0
Compare Source
What's new
ScrollArea
withoutoverscrollEffect
parameter, as it is an experimental APIv1.16.1
Compare Source
What's new
Modal
s now correctly dismiss when pressingBack
on Android (if enabled).v1.15.0
Compare Source
Bug fixing
.displayCutoutPadding()
to your modal's contents from now on depending on your screen setup.What's new
Menu()
now has a new overload with a requiredstate
parameter. The old version has been deprecated and will be going away in a future version of the library.v1.14.0
Compare Source
What's new
overscrollEffectSides
param toScrollArea
so you can choose which sides the given overscrollEffect will work at. This is handy if you want to turn off the overscrollEffect to a specific side, such as no top overscrollEffect while working with Material'sPullToRefreshBox()
. https://github.com/composablehorizons/composables-core/issues/23positionalThreshold
andvelocityThreshold
properties onSheets
components, so you can customize the behavior fully. https://github.com/composablehorizons/composables-core/issues/20 (thanks @Perfomer for the suggestion)Bug Fixes
ModalBottomSheet
not triggering recomposition when updating properties https://github.com/composablehorizons/composables-core/issues/24 (Thanks @jtomli for the bug report)BottomSheet
sDragIndication
https://github.com/composablehorizons/composables-core/issues/21 (thanks @Nath-IS for the bug report)ScrollArea
ScrollArea
while anoverscrollEffect
is setImprovements
ScrollArea
will now consume no scroll effects unless it is required as part of the given overscrollEffect.ScrollArea
.v1.13.0
Compare Source
What's new
overscrollEffectSides
param toScrollArea
so you can choose which sides the given overscrollEffect will work at. This is handy if you want to turn off the overscrollEffect to a specific side, such as no top overscrollEffect while working with Material'sPullToRefreshBox()
. https://github.com/composablehorizons/composables-core/issues/23positionalThreshold
andvelocityThreshold
properties onSheets
components, so you can customize the behavior fully. https://github.com/composablehorizons/composables-core/issues/20 (thanks @Perfomer for the suggestion)Bug Fixes
ModalBottomSheet
not triggering recomposition when updating properties https://github.com/composablehorizons/composables-core/issues/24 (Thanks @jtomli for the bug report)BottomSheet
sDragIndication
https://github.com/composablehorizons/composables-core/issues/21 (thanks @Nath-IS for the bug report)Improvements
ScrollArea
will now consume no scroll effects unless it is required as part of the given overscrollEffect.ScrollArea
.v1.12.0
Compare Source
What's new
ScrollArea
– Scroll Area can be used to addScrollbars
to any scrollable components. (docs)Separators
– A simple foundational separator component that shows a line to separate other components (docs)v1.11.2
Compare Source
What's new
isIdle
even while being animated. composablehorizons/compose-unstyled@38a3cb9Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.