Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.composables:core to v1.20.0 #506

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.composables:core 1.11.1 -> 1.20.0 age adoption passing confidence

Release Notes

composablehorizons/compose-unstyled (com.composables:core)

v1.20.0

Compare Source

What's new

  • Added 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 not Hidden. Before this version, the sheet will always be introduced to the screen from the Hidden version.

Fixes

v1.19.1

What's new

v1.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.0

v1.18.0

Compare Source

What's new

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

v1.16.1

Compare Source

What's new

Modals now correctly dismiss when pressing Back on Android (if enabled).

v1.15.0

Compare Source

Bug fixing

  • Modals' window (Modal Bottom Sheets and Dialogs) are now rendered edge-to-edge even when the device has cut outs on Android 35 (Android Docs composablehorizons/compose-unstyled@e461e32) – You might need to use the .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 required state 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

Bug Fixes

Improvements

  • ScrollArea will now consume no scroll effects unless it is required as part of the given overscrollEffect.
  • iOS overscroll bounce effect now works correctly with ScrollArea.

v1.13.0

Compare Source

What's new

Bug Fixes

Improvements

  • ScrollArea will now consume no scroll effects unless it is required as part of the given overscrollEffect.
  • iOS overscroll bounce effect now works correctly with ScrollArea.

v1.12.0

Compare Source

What's new

  • New component: ScrollArea – Scroll Area can be used to add Scrollbars to any scrollable components. (docs)
  • New component: Separators – A simple foundational separator component that shows a line to separate other components (docs)

v1.11.2

Compare Source

What's new


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency com.composables:core to v1.19.1 Update dependency com.composables:core to v1.20.0 Dec 1, 2024
@renovate renovate bot changed the title Update dependency com.composables:core to v1.20.0 fix(deps): update dependency com.composables:core to v1.20.0 Dec 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency com.composables:core to v1.20.0 Update dependency com.composables:core to v1.20.0 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants