fix(deps): update dependency org.jetbrains.compose.material:material-icons-extended-desktop to v1.7.3 #392
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.5.10->1.7.3Release Notes
JetBrains/compose-jb (org.jetbrains.compose.material:material-icons-extended-desktop)
v1.7.3Changes since 1.7.1
Features
Desktop
Fixes
iOS
UIKitInteropInteractionMode.Cooperativeinteraction modeUINavigationControllershould recognize correctlyDependencies
Gradle Plugin
org.jetbrains.compose, version1.7.3. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.4. Based on Jetpack Lifecycle 2.8.5Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.8.0-alpha11. Based on Jetpack Navigation 2.8.0Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.0.1. Based on Jetpack Material3 Adaptive 1.0.0v1.7.1Changes since 1.7.0
Fixes
Multiple Platforms
Modifier.clickablebinary compatibility with 1.6 on non-JVM targetsModifier.toggleableandModifier.selectablebinary compatibility with 1.6 on non-JVM targetsDateRangePickerdoesn't show confirmation button on iOS and DesktopiOS
Desktop
Dependencies
Gradle Plugin
org.jetbrains.compose, version1.7.1. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.4. Based on Jetpack Lifecycle 2.8.5Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.8.0-alpha10. Based on Jetpack Navigation 2.8.0Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.0.1. Based on Jetpack Material3 Adaptive 1.0.0v1.7.0Changes since 1.6.11
Highlights
Resources
Navigation
Web
skiko.jsis redundant in case of K/Wasm Compose Multiplatform for web applications and it can be removed from index.html files to not load redundant files.skiko.jswill be removed from the k/wasm distribution in the future releases.skiko.jsis still needed in case of K/JS Compose Multiplatform for web appsBreaking changes
iOS
UIKitViewandUIKitViewControllerinpackage androidx.compose.ui.interopare deprecated. New API are mentioned in deprecation message. Deprecated invocations should work fine unless customonResizeis used, it is disallowed now and will print a warning.InteropViewon iOS isUIRespondernow instead ofUIView. It's the first common ancestor forUIViewControllerandUIView, both of which can be integrated using iOS interop APIsCADisableMinimumFrameDurationOnPhoneis not set to true inInfo.plist. Use newly addedComposeUIViewControllerConfiguration.enforceStrictPlistSanityCheckto opt-out of this behaviorDesktop
Modifier.onExternalDraghas been deprecated in favor of the newModifier.dragAndDropTargetAndroid
Resources
compose.uiin favour of the new resource libraryFeatures
Multiple Platforms
clickablemodifier now responds to NumPadEnter and Spacebar, too, in addition to EnterLocalLifecycleOwnermoved from Compose UI tolifecycle-runtime-composeso that its Compose-based helper APIs can be used outside of Compose UIorg.jetbrains.compose.material3:material3-window-size-classmoduleorg.jetbrains.compose.material3.adaptive:adaptive*modulesmaterial3-adaptive-navigation-suiteis multiplatform nowiOS
accessibilityEnabled: Boolean = trueargument toUIKitViewandUIKitViewControllerpreferredStatusBarStyle,preferredStatysBarAnimationandprefersStatusBarHiddenare added toComposeUIViewControllerDelegateto allow status bar appearance modificationUIKitViewandUIKitViewControllerAPI inpackage androidx.compose.ui.viewinterop. Support ofonResetto reuse the interop composable emitted node and avoid excessive native views reallocations, fine-grain touches strategy control (cooperative with explicit time delay, non-cooperative where no touches are received by Compose, ignoring touches)BasicTextField(TextFieldState, ...)on iOSDesktop
RenderSettingstoComposePanel. Added a classRenderSettingswithval isVsyncEnabled: Boolean?. When set totruegives a hint to renderer implementation of the particularComposePanelto reduce the latency between the input and visual changes in exchange for possible screen tearingmoveEnabledandpositionPercentagesetters inSplitPaneStateModifier.dragAndDropSourceandModifier.dragAndDropTargetdecorationargumentResources
Bitmap ByteArray as ImageVectorandXML ByteArray as ImageVectorin the common code andSVG ByteArray as Painterin the non-android codeGradle Plugin
compose.material3AdaptiveNavigationSuiteshortcut in the gradle pluginFixes
Multiple Platforms
commonMainthat fails on Android withNoSuchMethodExceptionPopupjerking during ripple effect animationShaderBrushto part ofAnnotatedStringbrushanimation and optimized updating some visual text properties (applying time is reduced up to 40%)TextFieldwith explicitly setTextAlignmentTextFieldinsideExposedDropdownMenuBoxFontRenderingSettingsis not reflected until composition restartsiOS
ComposeUIViewController(such as when used in modal sheet presentation context with different detents)material3.ModalBottomSheetsafe area usageplatformLayers. Now extra layers (such as Dialogs and Popups) drawing is merged into a single screen size canvas. No jittering and crashes should happen with those anymore.Dialogs andPopups now have their insets calculated correctly even when the frame ofComposeUIViewControllerspawning them doesn't intersect any safe areasTextFieldimePaddingand high cpu usage when repeatedly opening and closingKeyboardon iOS"Desktop
UninitializedPropertyAccessExceptionindesktopTestComposePanel.requestFocus(), making it correctly assign focus to the first focusable childComposePanelinside a Swing application on macOS, VoiceOver will now correctly go into theComposePanelwhen traversing accessible elementsComposePanelinside a Swing application on Windows with NVDA turned on, focus will now correctly go into theComposePanelwhen traversing with (ctrl)-shift-tabWindowStatewith unspecifiedsizeinstead of crashingIndexOutOfBoundsExceptioncrash on Windows when traversing a11y elementsSelectionContaineror on the padding of aTextinside aSelectionContainerComposePanelin IntelliJ on macOsWindowStateWeb
keydownandkeyupkeys for identified keys from virtual keyboardskiko.wasmSelectionContainerResources
contextClassLoaderusage on JVM targetsGradle Plugin
Dependencies
Gradle Plugin
org.jetbrains.compose, version1.7.0. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.3. Based on Jetpack Lifecycle 2.8.5Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.8.0-alpha10. Based on Jetpack Navigation 2.8.0Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.0.0. Based on Jetpack Material3 Adaptive 1.0.0v1.6.11Changes since 1.6.10
Fixes
Multiple Platforms
TextField(singleLine=true)withIntrinsicSizeDialogcentering insideImageComposeSceneiOS
UIMenuControllerAPIDesktop
DropdownMenu/Popuppositioning when a window is moved to a screen with a different densityWeb
DatePickertext field receives illegal inputResources
Gradle Plugin
Dependencies
Gradle Plugin
org.jetbrains.compose, version1.6.11. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.0. Based on Jetpack Lifecycle 2.8.0Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.7.0-alpha07. Based on Jetpack Navigation 2.7.7v1.6.10Changes since 1.6.2
Highlights
LifecycleandViewModel. See documentation for details2.0.0-Beta05or higher is required)Breaking changes
2.0-RC2, the additionalorg.jetbrains.kotlin.plugin.composeGradle plugin is required. See the migration guideFeatures
Multiple Platforms
ui,materialandmaterial3iOS
DialogtraceHapticFeedbackon iOSLiveRegionsemantics in a11yDesktop
alwaysOnTopflag toDialogWindowBasicTextField2: #1227, #1264 full support and support for other platforms is planned for 1.7.0Web
Resources
org.jetbrains.compose.resources.multimodule.disable=trueto the rootgradle.propertiesGradle Plugin
Fixes
Multiple Platforms
NaNfont metrics by initializing typeface forTextStylePopupandDesktopMenuT::classin inline function of@ComposableDialogiOS
Pagerinvolved in scrolling processTextFieldSelectionManagerDesktop
Pagerand lazy column/row spanning)Pagerdirection detection for mouse wheelSelectionContainerSwingPanelWINDOWlayer fixes: #1181, #1185, #1187, #1189ComposePanelafter re-adding it to the hierarchyLocalLocalizationreverseLayout=trueSelectionContainerto start when drag starts below the bounds of the visible textdcomp.dllRenderExceptionwhen use OpenGL on macOSPopup/Dialogby clicking any mouse button outsideWeb
fun isCopyKeyEventsendKeytest utility function on wasm targetbuttonFlagsonly onPressandReleaseComposeWindow::resizeMouseEventtoPointerButtonmappingviewportContainertoviewportContainerIdparameter inComposeViewportResources
MethodTooLargeExceptionResclass generation if the library is declared as 'api'readResourceBytesfunction on Android if font is located under qualified directoryGradle plugin
Task with name 'podBuildGoogleMapsIphonesimulator' not foundin a project with Cococapods"Dependencies
Gradle Plugin
org.jetbrains.compose, version1.6.10. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.0. Based on Jetpack Lifecycle 2.8.0Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.7.0-alpha07. Based on Jetpack Navigation 2.7.7v1.6.2Changes since 1.6.1
Features
Common
2.0.0-RC1Fixes
iOS, Desktop, Web
FocusOwnerImpltakeFocusandreleaseFocusto prevent crash when a window is re-shownSelectionContainerto start when drag starts below the bounds of the visible textiOS
TextFieldwhen a last symbol is a carriage return symbolDependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
v1.6.1Changes since 1.6.10
Fixes
Multiple Platforms
TextField(singleLine=true)withIntrinsicSizeDialogcentering insideImageComposeSceneiOS
UIMenuControllerAPIDesktop
DropdownMenu/Popuppositioning when a window is moved to a screen with a different densityWeb
DatePickertext field receives illegal inputResources
Gradle Plugin
Dependencies
Gradle Plugin
org.jetbrains.compose, version1.6.11. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.0. Based on Jetpack Lifecycle 2.8.0Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.7.0-alpha07. Based on Jetpack Navigation 2.7.7v1.6.0Changes since 1.5.12
Highlights
An overview of highlights for this release is also available in the Compose Multiplatform documentation: What's new in 1.6.0.
Common
ResclasscomposeResourcesdir withdrawable,font,files,values/strings.xmlsupportiOS, Desktop, Web
LineHeightStyle.TrimiOS
Popups/Dialogs can now be displayed outside aViewControllerover native componentsTextinSelectionContainerby double and triple tapWeb
Desktop
SwingPanelinterop (under an experimental flag, see the link)Popups/Dialogs can now be displayed outside the main window or panel and over native components (under an experimental flag, see the link)Breaking changes
Common
compose.components.resources) changes*Main\resourcesshould be moved to*Main\composeResources\drawable,commonMain\composeResources\fontor*Main\composeResources\filesdepending on the resource typepainterResource("resource.xml")should be replaced bypainterResource(Res.drawable.resource)google()maven repository is now required. Add this tobuild.gradle.kts:repositories {
...
google()
}
If the project doesn't have it, there will be an error
Could not find androidx.annotation:annotation:...orCould not find org.jetbrains.compose.collection-internal:collection.lineHeightset is trimmed by defaultfontSizeset withoutlineHeightinsideMaterialThemehas different line heightiOS/Desktop/Web
public ComposeScenein favour of@InternalComposeUiApi MultiLayerComposeSceneiOS
Popups/Dialogs that are enabled by default, unable to draw anything out of their own bounds (for example, a shadow of the topmost container). It will be fixed in a future version, but if you're relying on this behavior, you can switch back to the old behavior by setting theplatformLayersparameter tofalse:Desktop
TooltipAreaandPointerEventWeb (k/js)
plugin:androidx.compose.compiler.plugins.kotlin:generateDecoys=true.Features
Common
runtime-saveableiOS
@Composable fun UIKitViewControllerDesktop
Web
HTML library
StyleSheetsub,supandblockquoteelementsGradle Plugin
ui-tooling-previewaliascompose.uiTestdependencycompose.components.uiUtildependencyFixes
iOS/Desktop/Web
painterResource(:DrawableResource)outside desktop Window can produceUnsatisfiedLinkError"TextLayoutResult#getLineForVerticalPositionreturns wrong value + slow performance"Fontconstructor with lazy data loadingTextLayoutResult#getLineForOffsetLayoutCoordinates.localToWindowcoordinates conversion for non-full Compose componentsiOS
SystemFonton iOSWindowInfo.containerSizewithoutplatformLayersflagDesktop
MouseInfo.getPointerInfo()returning null inWindowDraggableAreaSplitPanemakeGLNumPadEnteronDrag(matcher=changesComposePaneldoesn't calculate its preferredSize correctly when it's called before doLayout"enabledinscrollablefor mouse input](https://redirect.github.com/JetBrains/comConfiguration
📅 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 is behind base branch, 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.