Skip to content

fix(deps): update dependency com.composables:core to v1.43.1 - autoclosed#960

Merged
flex3r merged 1 commit intodevelopfrom
renovate/compose.unstyled
Aug 28, 2025
Merged

fix(deps): update dependency com.composables:core to v1.43.1 - autoclosed#960
flex3r merged 1 commit intodevelopfrom
renovate/compose.unstyled

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
com.composables:core (source) 1.39.0 -> 1.43.1 age confidence

Release Notes

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

v1.43.1

Compare Source

What's Changed

Introduce 3 new public APIs meant for building responsive apps.

  • 4ab6f58 Introduce Stack component
  • 6ee2ba1 Introduce defaultMinimumComponentInteractiveSize
  • da3a702 Introduce currentWindowContainerSize

PS: Docs on the site and demos will be updated eventually. For now you can check the Kotlin Doc on each API.

Installation

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

v1.43.0

Compare Source

v1.42.0

Compare Source

What's Changed

  • 2540992 Introduce stateful TextField – Stateless TextFields in Compe causes issues on some languages (Korean/Japanese) (thanks @​zsoltk for the bug report)
  • f6e6c97 Call ModalBottomSheet's onDismiss when pressing Esc or tapping outside
  • ba2174d Animate soft keyboard while dismissing the Modal (thanks @​Radiokot for the bug report)

Others

  • 178d077 Test value changes of TextField
  • b7c576a Make demo activity full screen

Installation

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

v1.41.0

Compare Source

What's new

Bug fixes

  • c2a8eff Prevent ToggleSwitch from animating its placement

Installation

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

v1.40.0

Compare Source

What's new

  • e9faeee [Android Only] Introduce resolveThemeX() API – This API allows you to read Android XML theme values directly in Jetpack Compose.
  • 6922872 Introduce strictTextColorResolutionOrder feature flag. This feature flag changes the resolved color order of Text and TextField components. When set to true the order becomes: color -> text style color -> local text style color -> local content color.
  • b77237f Add alignment and arrangment to DropdownMenuPanel
  • 79d3146 Modals will now correctly move focus to their content on Android like all other platforms.

What's Changed

  • fd06643 Update Android app demo with XML theme bridge
  • f36915f Add Theme.test.kt
  • ec173a9 Rename Indication.kt to ColoredIndication.kt
  • a333de9 Move focusRing to com.composeunstyled

Installation

implementation("com.composables:core:1.40.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 force-pushed the renovate/compose.unstyled branch from f6b1560 to 840833b Compare August 17, 2025 09:41
@renovate renovate bot changed the title fix(deps): update dependency com.composables:core to v1.40.0 fix(deps): update dependency com.composables:core to v1.41.0 Aug 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency com.composables:core to v1.41.0 fix(deps): update dependency com.composables:core to v1.42.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/compose.unstyled branch from 840833b to 598c58c Compare August 24, 2025 06:23
@renovate renovate bot force-pushed the renovate/compose.unstyled branch from 598c58c to d741175 Compare August 28, 2025 18:27
@renovate renovate bot changed the title fix(deps): update dependency com.composables:core to v1.42.0 fix(deps): update dependency com.composables:core to v1.43.1 Aug 28, 2025
@flex3r flex3r merged commit 9a81887 into develop Aug 28, 2025
4 checks passed
@flex3r flex3r deleted the renovate/compose.unstyled branch August 28, 2025 18:37
@renovate renovate bot changed the title fix(deps): update dependency com.composables:core to v1.43.1 fix(deps): update dependency com.composables:core to v1.43.1 - autoclosed Aug 28, 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