Yash-Garg / qBittorrent-Manager

[WIP] Modern qBittorrent WebUI Client for Android written in Kotlin
https://play.google.com/store/apps/details?id=dev.yashgarg.qbit
GNU General Public License v3.0
273 stars 6 forks source link

fix(deps): update dependency org.jetbrains.compose.material:material-icons-extended-desktop to v1.2.0 #121

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose.material:material-icons-extended-desktop 1.2.0-beta01 -> 1.2.0 age adoption passing confidence

Release Notes

JetBrains/compose-jb ### [`v1.2.0`](https://togithub.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#​120-October-2022) #### Common ##### Features - [Allow to use Compose on multiple Kotlin versions](https://togithub.com/JetBrains/compose-jb/pull/2366) - [`import org.jetbrains.compose.compose` is no longer needed in build.gradle.kts](https://togithub.com/JetBrains/compose-jb/pull/2215) - [Allow to use a custom Compose Compiler](https://togithub.com/JetBrains/compose-jb/pull/2347) #### Desktop ##### Features - [Support Kotlin 1.7.20](https://togithub.com/JetBrains/compose-jb/pull/2357) - [ProGuard integration for packaging](https://togithub.com/JetBrains/compose-jb/pull/2313) - [New experimental event API (onClick, onDrag, WindowInfo.keyboardModifiers)](https://togithub.com/JetBrains/compose-jb/tree/master/tutorials/Mouse_Events#new-experimental-onclick-handlers-only-for-desktop-jvm-platform) - Focus - [Make clickable, mouseClickable, toggleable request focus onClick](https://togithub.com/JetBrains/androidx/pull/257) - [Toggle a toggleable component on Space key](https://togithub.com/JetBrains/androidx/pull/262) - [Make Slider change the value with onKeyEvent for: all arrows, PgDn, PdUp, Home, End buttons](https://togithub.com/JetBrains/androidx/pull/254) - [Navigate drop down menu items using up and down arrows](https://togithub.com/JetBrains/androidx/pull/259) - [Ability to override text context menu globally](https://togithub.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#custom-text-context-menu) - [Context menu implementation for integrating into Swing applications](https://togithub.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#swing-interoperability) - [Animated image component](https://togithub.com/JetBrains/compose-jb/pull/2015) - [Show a new window/dialog on the same display](https://togithub.com/JetBrains/androidx/pull/312) - [Change default Font on MacOs to San Francisco](https://togithub.com/JetBrains/androidx/pull/296) - Support [performKeyInput](https://togithub.com/JetBrains/androidx/pull/278), [performMouseInput, performTextInput](https://togithub.com/JetBrains/androidx/pull/260) in tests. - Focus switches seamlessly between Swing and Compose components using [SwingPanel](https://togithub.com/JetBrains/androidx/pull/229) or [ComposePanel](https://togithub.com/JetBrains/androidx/pull/228) - [Documentation for how to package apps using Conveyor](https://togithub.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#available-tools) ##### Fixes - [Fix IDEA plugin compatability](https://togithub.com/JetBrains/compose-jb/pull/2318) - Fixes for Right-to-Left languages support - [LayoutDirection is detected from the system settings](https://togithub.com/JetBrains/androidx/pull/264) - [Fix RTL selection in a multiline text](https://togithub.com/JetBrains/androidx/pull/285) - [Fix cursor visual position at BiDi transition](https://togithub.com/JetBrains/androidx/pull/286) - [Fix the cursor position after the '\n' character in RTL](https://togithub.com/JetBrains/androidx/pull/268) - [In placeAutoMirrored for RTL, calculate the placement position using the placeable width respecting the constraints](https://togithub.com/JetBrains/androidx/pull/267) - [Placing the root content properly for RTL layout](https://togithub.com/JetBrains/androidx/pull/265) - TextField - [Fix the cursor position when clicking at a position after a line-break](https://togithub.com/JetBrains/androidx/pull/284) - [Fix selection with End, Home](https://togithub.com/JetBrains/androidx/pull/279) - [Fix the cursor height on a new empty line](https://togithub.com/JetBrains/androidx/pull/277) - [Fix DesktopMenu and DesktopAlertDialog to invoke dismiss callback once](https://togithub.com/JetBrains/androidx/pull/256) - [Fix a large icon in macOs menu](https://togithub.com/JetBrains/androidx/pull/248) - [Fix hover in LazyColumn](https://togithub.com/JetBrains/androidx/pull/249) - [Fix pointerHoverIcon: update icon when it's changed conditionally](https://togithub.com/JetBrains/androidx/pull/231) - [Fix focusable parameter for Window and Dialog](https://togithub.com/JetBrains/androidx/pull/225) - [Fix 2 SplitPanel minor bugs](https://togithub.com/JetBrains/compose-jb/pull/2175) - [Fix `java.lang.IllegalStateException: cannot open system clipboard` crash](https://togithub.com/JetBrains/skiko/pull/586) - [Fix `System.setProperty("skiko.renderApi", "SOFTWARE"` on macOS](https://togithub.com/JetBrains/skiko/pull/599) ##### API changes - [Deprecate experimental pointerMoveFilter in favor of onPointerEvent](https://togithub.com/JetBrains/androidx/pull/247) - [Deprecate experimental Modifier.mouseClickable in favor of Modifier.onClick](https://togithub.com/JetBrains/androidx/pull/243) #### Web ##### Features - Support Kotlin 1.7.10 - [Add support for transition in CSS api](https://togithub.com/JetBrains/compose-jb/pull/2228) - [Add missing `background-blend-mode` property](https://togithub.com/JetBrains/compose-jb/pull/2128) - [SVG: Publish custom attr functions](https://togithub.com/JetBrains/compose-jb/pull/2127) - [Add list overload for `classes`](https://togithub.com/JetBrains/compose-jb/pull/2094) - [Add support of dl, dt and dd](https://togithub.com/JetBrains/compose-jb/pull/1922) ##### Fixes - [Add pom information and license to Web artifacts](https://togithub.com/JetBrains/compose-jb/pull/2195) ##### API changes - [Deprecate 3 overloads of StyleScope.borderWidth with wrong parameter names](https://togithub.com/JetBrains/compose-jb/pull/2297) - [Remove deprecated compose.web.web-widgets from the source code](https://togithub.com/JetBrains/compose-jb/pull/2294) - [Remove unnecessary parameter for `required` attribute](https://togithub.com/JetBrains/compose-jb/pull/1988) #### Updated dependencies This version of Compose Multiplatform is based on the next Jetpack Compose libraries: - [Compiler 1.3.2](https://developer.android.com/jetpack/androidx/releases/compose-compiler#​1.3.2) - [Runtime 1.2.1](https://developer.android.com/jetpack/androidx/releases/compose-runtime#​1.2.1) - [UI 1.2.1](https://developer.android.com/jetpack/androidx/releases/compose-ui#​1.2.1) - [Foundation 1.2.1](https://developer.android.com/jetpack/androidx/releases/compose-foundation#​1.2.1) - [Material 1.2.1](https://developer.android.com/jetpack/androidx/releases/compose-material#​1.2.1) - [Material3 1.0.0-alpha14](https://developer.android.com/jetpack/androidx/releases/compose-material3#​1.0.0-alpha14)

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 has been generated by Mend Renovate. View repository job log here.