Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 21ea8e4

Browse files
build(deps): Bump components-splitpane from 1.1.1 to 1.2.0 in /api-editor (#1096)
Bumps [components-splitpane](https://github.com/JetBrains/compose-jb) from 1.1.1 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-jb/releases">components-splitpane's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>Common</h2> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2366">Allow to use Compose on multiple Kotlin versions</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2215"><code>import org.jetbrains.compose.compose</code> is no longer needed in build.gradle.kts</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2347">Allow to use a custom Compose Compiler</a></li> </ul> <h2>Desktop</h2> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2357">Support Kotlin 1.7.20</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2313">ProGuard integration for packaging</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Mouse_Events#new-experimental-onclick-handlers-only-for-desktop-jvm-platform">New experimental event API (onClick, onDrag, WindowInfo.keyboardModifiers)</a></li> <li>Focus <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/257">Make clickable, mouseClickable, toggleable request focus onClick</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/262">Toggle a toggleable component on Space key</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/254">Make Slider change the value with onKeyEvent for: all arrows, PgDn, PdUp, Home, End buttons</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/259">Navigate drop down menu items using up and down arrows</a></li> </ul> </li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#custom-text-context-menu">Ability to override text context menu globally</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#swing-interoperability">Context menu implementation for integrating into Swing applications</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2015">Animated image component</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/312">Show a new window/dialog on the same display</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/296">Change default Font on MacOs to San Francisco</a></li> <li>Support <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/278">performKeyInput</a>, <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/260">performMouseInput, performTextInput</a> in tests.</li> <li>Focus switches seamlessly between Swing and Compose components using <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/229">SwingPanel</a> or <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/228">ComposePanel</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#available-tools">Documentation for how to package apps using Conveyor</a></li> </ul> <h3>Fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2318">Fix IDEA plugin compatability</a></li> <li>Fixes for Right-to-Left languages support <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/264">LayoutDirection is detected from the system settings</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/285">Fix RTL selection in a multiline text</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/286">Fix cursor visual position at BiDi transition</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/268">Fix the cursor position after the '\n' character in RTL</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/267">In placeAutoMirrored for RTL, calculate the placement position using the placeable width respecting the constraints</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/265">Placing the root content properly for RTL layout</a></li> </ul> </li> <li>TextField <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/284">Fix the cursor position when clicking at a position after a line-break</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/279">Fix selection with End, Home</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/277">Fix the cursor height on a new empty line</a></li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/256">Fix DesktopMenu and DesktopAlertDialog to invoke dismiss callback once</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/248">Fix a large icon in macOs menu</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/249">Fix hover in LazyColumn</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/231">Fix pointerHoverIcon: update icon when it's changed conditionally</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/225">Fix focusable parameter for Window and Dialog</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2175">Fix 2 SplitPanel minor bugs</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/skiko/pull/586">Fix <code>java.lang.IllegalStateException: cannot open system clipboard</code> crash</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/skiko/pull/599">Fix <code>System.setProperty(&quot;skiko.renderApi&quot;, &quot;SOFTWARE&quot;</code> on macOS</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-jb/blob/master/CHANGELOG.md">components-splitpane's changelog</a>.</em></p> <blockquote> <h1>1.2.0 (October 2022)</h1> <h2>Common</h2> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2366">Allow to use Compose on multiple Kotlin versions</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2215"><code>import org.jetbrains.compose.compose</code> is no longer needed in build.gradle.kts</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2347">Allow to use a custom Compose Compiler</a></li> </ul> <h2>Desktop</h2> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2357">Support Kotlin 1.7.20</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2313">ProGuard integration for packaging</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Mouse_Events#new-experimental-onclick-handlers-only-for-desktop-jvm-platform">New experimental event API (onClick, onDrag, WindowInfo.keyboardModifiers)</a></li> <li>Focus <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/257">Make clickable, mouseClickable, toggleable request focus onClick</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/262">Toggle a toggleable component on Space key</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/254">Make Slider change the value with onKeyEvent for: all arrows, PgDn, PdUp, Home, End buttons</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/259">Navigate drop down menu items using up and down arrows</a></li> </ul> </li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#custom-text-context-menu">Ability to override text context menu globally</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Context_Menu#swing-interoperability">Context menu implementation for integrating into Swing applications</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2015">Animated image component</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/312">Show a new window/dialog on the same display</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/296">Change default Font on MacOs to San Francisco</a></li> <li>Support <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/278">performKeyInput</a>, <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/260">performMouseInput, performTextInput</a> in tests.</li> <li>Focus switches seamlessly between Swing and Compose components using <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/229">SwingPanel</a> or <a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/228">ComposePanel</a></li> <li><a href="https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#available-tools">Documentation for how to package apps using Conveyor</a></li> </ul> <h3>Fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2318">Fix IDEA plugin compatability</a></li> <li>Fixes for Right-to-Left languages support <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/264">LayoutDirection is detected from the system settings</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/285">Fix RTL selection in a multiline text</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/286">Fix cursor visual position at BiDi transition</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/268">Fix the cursor position after the '\n' character in RTL</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/267">In placeAutoMirrored for RTL, calculate the placement position using the placeable width respecting the constraints</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/265">Placing the root content properly for RTL layout</a></li> </ul> </li> <li>TextField <ul> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/284">Fix the cursor position when clicking at a position after a line-break</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/279">Fix selection with End, Home</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/277">Fix the cursor height on a new empty line</a></li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/256">Fix DesktopMenu and DesktopAlertDialog to invoke dismiss callback once</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/248">Fix a large icon in macOs menu</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/249">Fix hover in LazyColumn</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/231">Fix pointerHoverIcon: update icon when it's changed conditionally</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/androidx/pull/225">Fix focusable parameter for Window and Dialog</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/pull/2175">Fix 2 SplitPanel minor bugs</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/skiko/pull/586">Fix <code>java.lang.IllegalStateException: cannot open system clipboard</code> crash</a></li> <li><a href="https://github-redirect.dependabot.com/JetBrains/skiko/pull/599">Fix <code>System.setProperty(&quot;skiko.renderApi&quot;, &quot;SOFTWARE&quot;</code> on macOS</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/compose-jb/commit/188abdfabddc9cf28c081516196bb48345b8033e"><code>188abdf</code></a> Refactor visual-effects and notepad</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/dcff5b2c836ef83983f0be4e03f4322c87096bb2"><code>dcff5b2</code></a> todoapp android compileSdk = 32</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/09ee6b8bc7fd9119775c3ce9de6afb77d74e19bb"><code>09ee6b8</code></a> todoapp and experimental to 1.2.0-rc02</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/308a1f170dde2ed9ac16281afd4e652a7ee02969"><code>308a1f1</code></a> Fix Todo example (<a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/issues/2391">#2391</a>)</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/eae694ad3d044eb0cacc110101d3edfc928b072f"><code>eae694a</code></a> Replace package by packageDistributionForCurrentOS (<a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/issues/2390">#2390</a>)</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/37e33fba29333cf1e6d2cab4a7ac2864e2f54ade"><code>37e33fb</code></a> Compose 1.2.0-rc02</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/00207fc59acce2503614182dbf1b7fcc78a536f3"><code>00207fc</code></a> Update CHANGELOG.md (<a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/issues/2374">#2374</a>)</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/89a334ee911d8e9351348770c9fc69b200b6cab6"><code>89a334e</code></a> Merge remote-tracking branch 'origin/master' into release/1.2</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/d5af9623f52cbb7381e3a478c9ff60a871866a90"><code>d5af962</code></a> ProGuard: require obfuscation be enabled explicitly (<a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/issues/2384">#2384</a>)</li> <li><a href="https://github.com/JetBrains/compose-jb/commit/a1a3cdc15d4d4cb1056c917f69e98621deeeaa19"><code>a1a3cdc</code></a> totoapp compose 1.2.0-rc01 (<a href="https://github-redirect.dependabot.com/JetBrains/compose-jb/issues/2387">#2387</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/compose-jb/compare/v1.1.1...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.compose.components:components-splitpane&package-manager=gradle&previous-version=1.1.1&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f18d55 commit 21ea8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-editor/desktop/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compose.desktop {
3737

3838
dependencies {
3939
implementation(compose.desktop.currentOs)
40-
implementation("org.jetbrains.compose.components:components-splitpane:1.1.1")
40+
implementation("org.jetbrains.compose.components:components-splitpane:1.2.0")
4141

4242
testImplementation(kotlin("test"))
4343
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.3")

0 commit comments

Comments
 (0)