Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/core
Open

Update dependency com.composables:core to v1.49.6#506
renovate[bot] wants to merge 1 commit intomainfrom
renovate/core

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Change Age Confidence
com.composables:core (source) 1.45.01.49.6 age confidence

Release Notes

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

v1.49.6

Compare Source

Added
  • ScrollAreaState now exposes a new isScrollInProgress property
Fixed
  • Scrollbars Thumb HideWhileIdle hides while scrolling #​114

v1.49.5

Compare Source

Added
  • Add onTextLayout parameter to Text (#​185)
  • Begin of prefixing all components with Unstyled- prefix, so it's simpler to differenciate with other design systems components.
Fixed
  • Dialog's enter animations now work correctly on iOS.

v1.49.3

Compare Source

Added

Allow customization of Platform Themes (b2c2a26)

Fixed
  • Tint TextField's contents according to LocalContentColor (1b3fb2b)
  • Fix a crash when updating BottomSheet's detents (7961afd)
  • Fix bug where Modifier.onFocusChanged wouldn't work with TextField (e3f0bd6)

v1.49.2

Compare Source

Fix some issues with the publishing plugin

v1.49.0

Compare Source

Added
  • Introduce Platform Themes. Platform Themes provide a native look and feel depending on the platform you are running on, such as platform fonts, text sizes, emojis on Web, touch indications, and interactive sizing for controls.
  • Add option to animate ColoredIndication's color changes
  • Add getter to MutableThemeProperties
Changed
  • Updated demos to use Platform Theme instead of hardcoded styles

v1.48.3

Compare Source

Fixed
  • Ensure modal is added before monitoring its state (
    fixes #​151)

v1.48.2

Compare Source

v1.48.1

Compare Source

This version splits the library into modules so that you can use only the APIs that your project needs.

All modules are now:

// 1-liner setup. Adds all Unstyled APIs
implementation("com.composables:composeunstyled:1.48.1")

// adds all component primitives
implementation("com.composables:composeunstyled-primitives:1.48.1")

// adds theming APIs
implementation("com.composables:composeunstyled-theming:1.48.1")

// core is now deprecated. it is an alias for `composeunstyled` and will go away in 2.0
implementation("com.composables:core:1.48.1")

v1.48.0

Compare Source

v1.47.2

Compare Source

Bug fixes

Other

  • 755b166 Remove verbose logs when interacting with the Sheets

Full Changelog: composablehorizons/compose-unstyled@1.47.1...1.47.2

v1.47.1

Compare Source

Bug Fixes

804a242 Fix ModalBottomSheetState is inconsistent in version 1.47.0 (Fixes #​135 thanks @​mattkula for the bug report)
e7512b5 Fix a bug that causes the sheets to pause for a split second when trying to animate to the same detent consequent times

Others

fbbd99d Update current branch before releasing, even when not on main

Full Changelog: composablehorizons/compose-unstyled@1.47.0...1.47.1

v1.47.0

Compare Source

tldr: Dynamic Detent support added and TONs of stability improvements to sheets

What's New

  • 569263c Add support for dynamic detents (#​121, thanks @​Elforama for the feature request)
  • cb874d2 Add expand/collapse/dismiss semantics to BottomSheet's DragIndication

Bug Fixes

  • d567ca6 Various ModalBottomSheet sync and race condition fixed
  • a4a44f9 Various BottomSheet offset issues fixed
  • b849509 Allow modals to be dismissed by Backpress prior to Android 28
  • 4c430ee Block back presses on ModalBottomSheet
  • 32912fe Always keep sheet content in bounds of container (#​122, thanks @​leo-beliakov for the report)

Others

  • 4e2ed6e Bottom Sheet test cases
  • 0c36132 Add TestCase.kt for grouping tests together
  • cf9171a Replace LaunchEffect with state changes in bottom sheet tests
  • c546ccb Add CLAUDE rules
  • 27080ba AssertJ to 3.42.2
  • 90af074 Gradle to 8.11.1
  • 1731aba Simplify BottomSheet tests
  • 6ad2e80 Change package to com.composeunstyled in tests
  • 0fc7999 Remove material from demo app

Installation

implementation("com.composables:core:1.47.0")

v1.46.1

Compare Source

What's Changed

  • 0b60197 Introduce new rememberColoredIndication overload with a single color
  • c7a9714 Introduce dragged color in ColoredIndication
  • c69bbb8 Add convenient ComponentInteractiveSize fun with a single parameter
  • fab75a2 Correctly assign touch and non touch interactive size in theme
  • 7cf7c5a Introduce noDefaultThemeIndication flag
  • cc38174 Remove dialog semantics from DialogPanel
  • Put demos back into the repository

Others

Installation

implementation("com.composables:core:1.46.1")

v1.46.0

Compare Source

What's New

What's Changed

  • afb26c0 Run android tests before releasing
  • bc30c69 Use NoPadding property to public API
  • f6a298a Upgrade Compose Hot Reload to 1.0.0-rc01
  • cd2f70e Add Dev configuration
  • a6a37d2 Upgrade Compose to 1.9.0 and Kotlin to 2.2.0
  • cc751cf Remove redundant option from kotlin configuration

Installation

implementation("com.composables:core:1.46.0")

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
@renovate renovate bot changed the title Update dependency com.composables:core to v1.20.0 Update dependency com.composables:core to v1.20.1 Feb 23, 2025
@IacobIonut01 IacobIonut01 moved this to Requests in Gallery Mar 16, 2025
@IacobIonut01 IacobIonut01 removed this from Gallery Mar 16, 2025
@renovate renovate bot force-pushed the renovate/core branch from fb7dd1c to f12c22b Compare April 19, 2025 17:48
@renovate renovate bot changed the title Update dependency com.composables:core to v1.20.1 Update dependency com.composables:core to v1.21.0 Apr 19, 2025
@renovate renovate bot force-pushed the renovate/core branch from f12c22b to 90cf7f6 Compare April 20, 2025 18:22
@renovate renovate bot changed the title Update dependency com.composables:core to v1.21.0 Update dependency com.composables:core to v1.22.0 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/core branch from 90cf7f6 to e9c91d5 Compare April 21, 2025 13:00
@renovate renovate bot changed the title Update dependency com.composables:core to v1.22.0 Update dependency com.composables:core to v1.23.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/core branch from e9c91d5 to 95bebd6 Compare April 21, 2025 23:32
@renovate renovate bot changed the title Update dependency com.composables:core to v1.23.0 Update dependency com.composables:core to v1.23.1 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/core branch from 95bebd6 to f9b39da Compare April 22, 2025 11:37
@renovate renovate bot changed the title Update dependency com.composables:core to v1.23.1 Update dependency com.composables:core to v1.24.0 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/core branch from f9b39da to 314bdaa Compare April 23, 2025 13:45
@renovate renovate bot changed the title Update dependency com.composables:core to v1.24.0 Update dependency com.composables:core to v1.25.0 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/core branch from 314bdaa to 3367c91 Compare April 24, 2025 19:07
@renovate renovate bot changed the title Update dependency com.composables:core to v1.25.0 Update dependency com.composables:core to v1.26.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/core branch from 3367c91 to 2b2b310 Compare April 25, 2025 20:33
@renovate renovate bot changed the title Update dependency com.composables:core to v1.26.0 Update dependency com.composables:core to v1.27.1 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/core branch from 2b2b310 to 44e7333 Compare April 26, 2025 18:26
@renovate renovate bot changed the title Update dependency com.composables:core to v1.27.1 Update dependency com.composables:core to v1.28.0 Apr 26, 2025
@renovate renovate bot force-pushed the renovate/core branch from 44e7333 to 534f800 Compare April 29, 2025 00:27
@renovate renovate bot changed the title Update dependency com.composables:core to v1.28.0 Update dependency com.composables:core to v1.29.0 Apr 29, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.33.0 Update dependency com.composables:core to v1.36.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/core branch from b89ac40 to 878cb72 Compare June 27, 2025 11:33
@renovate renovate bot changed the title Update dependency com.composables:core to v1.36.0 Update dependency com.composables:core to v1.36.1 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/core branch from 878cb72 to b040beb Compare July 12, 2025 01:01
@renovate renovate bot changed the title Update dependency com.composables:core to v1.36.1 Update dependency com.composables:core to v1.37.0 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/core branch from b040beb to 1d113aa Compare July 24, 2025 10:46
@renovate renovate bot changed the title Update dependency com.composables:core to v1.37.0 Update dependency com.composables:core to v1.38.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/core branch from 1d113aa to 3c20f7f Compare July 25, 2025 05:07
@renovate renovate bot changed the title Update dependency com.composables:core to v1.38.0 Update dependency com.composables:core to v1.38.1 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/core branch from 3c20f7f to 4ec9c7e Compare July 28, 2025 07:02
@renovate renovate bot changed the title Update dependency com.composables:core to v1.38.1 Update dependency com.composables:core to v1.39.0 Jul 28, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.39.0 Update dependency com.composables:core to v1.40.0 Aug 11, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.40.0 Update dependency com.composables:core to v1.41.0 Aug 17, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.41.0 Update dependency com.composables:core to v1.42.0 Aug 24, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.42.0 Update dependency com.composables:core to v1.43.1 Aug 31, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.43.1 Update dependency com.composables:core to v1.44.0 Sep 28, 2025
@renovate renovate bot changed the title Update dependency com.composables:core to v1.44.0 Update dependency com.composables:core to v1.45.0 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/core branch 2 times, most recently from 5d0b660 to 7cd5526 Compare October 12, 2025 08:46
@renovate renovate bot changed the title Update dependency com.composables:core to v1.45.0 Update dependency com.composables:core to v1.46.0 Oct 12, 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.

1 participant