fix(deps): update dependency com.composables:core to v1.43.1 - autoclosed#960
Merged
fix(deps): update dependency com.composables:core to v1.43.1 - autoclosed#960
Conversation
f6b1560 to
840833b
Compare
840833b to
598c58c
Compare
598c58c to
d741175
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.39.0->1.43.1Release Notes
composablehorizons/compose-unstyled (com.composables:core)
v1.43.1Compare Source
What's Changed
Introduce 3 new public APIs meant for building responsive apps.
4ab6f58Introduce Stack component6ee2ba1Introduce defaultMinimumComponentInteractiveSizeda3a702Introduce currentWindowContainerSizePS: 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.0Compare Source
v1.42.0Compare Source
What's Changed
2540992Introduce statefulTextField– Stateless TextFields in Compe causes issues on some languages (Korean/Japanese) (thanks @zsoltk for the bug report)f6e6c97Call ModalBottomSheet's onDismiss when pressing Esc or tapping outsideba2174dAnimate soft keyboard while dismissing the Modal (thanks @Radiokot for the bug report)Others
178d077Test value changes of TextFieldb7c576aMake demo activity full screenInstallation
implementation("com.composables:core:1.42.0")v1.41.0Compare Source
What's new
8d6db3dDeprecate ThemeOverride.Bug fixes
c2a8effPrevent ToggleSwitch from animating its placementInstallation
implementation("com.composables:core:1.41.0")v1.40.0Compare Source
What's new
e9faeee[Android Only] Introduce resolveThemeX() API – This API allows you to read Android XML theme values directly in Jetpack Compose.6922872IntroducestrictTextColorResolutionOrderfeature 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.b77237fAdd alignment and arrangment to DropdownMenuPanel79d3146Modals will now correctly move focus to their content on Android like all other platforms.What's Changed
fd06643Update Android app demo with XML theme bridgef36915fAdd Theme.test.ktec173a9Rename Indication.kt to ColoredIndication.kta333de9Move focusRing to com.composeunstyledInstallation
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.
This PR was generated by Mend Renovate. View the repository job log.