Update Admin UI libraries#4343
Open
solrbot wants to merge 3 commits intoapache:mainfrom
Open
Conversation
b464e74 to
8f025a0
Compare
fed720a to
a7bb608
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:
4.3.0->4.4.04.3.0->4.4.04.3.0->4.4.04.3.0->4.4.03.4.0->3.5.03.4.0->3.5.0Release Notes
arkivanov/MVIKotlin (com.arkivanov.mvikotlin:mvikotlin)
v4.4.0Compare Source
Versions and dependencies
Kotlin:
2.2.21Essenty:
2.5.0Module
mvikotlin-extensions-reaktiveReaktive:
2.4.0Module
mvikotlin-extensions-coroutineskotlinx.coroutines:
1.10.2arkivanov/Decompose (com.arkivanov.decompose:extensions-compose)
v3.5.0Compare Source
No changes since version 3.5.0-beta01.
Changes since version 3.4.0
Child#keytype fromAnytoStringand promote it to stable (#957)ChildPagescomposable functions exposingPagerState(#962, #963)DecomposeSettings#mainThreadCheckEnabledsetting (#964)DecomposeSettings#updatefunction (#966)DecomposeSettings#onDecomposeErrorsetting, deprecatedonDecomposeErrorcallback (#965)handleDeepLinkfunction with additional parameters for better deep link handling (#968)ChildPanelssometimes showing the Extra panel placeholder inSINGLEandDUALmodes (#948)Childrencomposable sometimes sticks when switching the stack quickly (#979)Duplicate Configurations feature is now stable
Child Stack and Child Pages navigation models now officially support duplicate configurations. The feature is disabled by default, it can be enabled via the new
DecomposeSettings#duplicateConfigurationsEnabledglobal property. See the updated docs for Child Stack and Child Pages.Changed
Child#keytype fromAnytoStringand promote it to stableThe
Child#keyproperty is now of typeString, which makes it possible to use it as a key in Compose. This fixes the occasional crash:Key XYZ was used multiple times.The new
DecomposeSettingsAPIThis release introduces the new
DecomposeSettingsAPI for global Decompose configuration. Currently it contains the following properties:duplicateConfigurationsEnabled- controls whether duplicate configurations are enabled or not.mainThreadCheckEnabled- controls whether main thread checks are enabled or not.onDecomposeError- called when a non-fatal error has occurred in Decompose. Replaces the (now deprecated) globalonDecomposeErrorcallback property.Versions and dependencies
Kotlin:
2.1.0Essenty:
2.5.0kotlinx-serialization:
1.6.3Multiplatform Compose:
1.9.3Configuration
📅 Schedule: Branch creation - Only on Sunday ( * * * * 0 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot