Skip to content

Commit 174b79d

Browse files
Bump org.fxmisc.richtext:richtextfx from 0.9.2 to 0.11.7 (#281)
Bumps [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) from 0.9.2 to 0.11.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FXMisc/RichTextFX/releases">org.fxmisc.richtext:richtextfx's releases</a>.</em></p> <blockquote> <h2>0.11.7</h2> <h2>What's Changed</h2> <ul> <li>Fixes <a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1284">#1284</a> - JavaFX25 introduced getCaretShape to replace caretShape to fix by <a href="https://github.com/Symeon94"><code>@​Symeon94</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1285">FXMisc/RichTextFX#1285</a></li> <li>Fix horizontal scrolling excessive layouts by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1296">FXMisc/RichTextFX#1296</a></li> <li>JavaKeywordsDemo using multiPlainChanges by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1287">FXMisc/RichTextFX#1287</a></li> <li>Resolve <a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1293">#1293</a> - Partial fix for incorrect caret position after Undo (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1295">#1295</a>) by <a href="https://github.com/Symeon94"><code>@​Symeon94</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1295">FXMisc/RichTextFX#1295</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.6...v0.11.7">https://github.com/FXMisc/RichTextFX/compare/v0.11.6...v0.11.7</a></p> <h2>0.11.6</h2> <h2>What's Changed</h2> <ul> <li>Add gradle plugin portal by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1278">FXMisc/RichTextFX#1278</a></li> <li>TextFlowExt removed clashing getUnderlineShape method by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1283">FXMisc/RichTextFX#1283</a></li> <li>Clean java demo by <a href="https://github.com/Symeon94"><code>@​Symeon94</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1286">FXMisc/RichTextFX#1286</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.5...v0.11.6">https://github.com/FXMisc/RichTextFX/compare/v0.11.5...v0.11.6</a></p> <h2>0.11.5</h2> <h2>What's Changed</h2> <ul> <li>Fixed double underline when gap is zero by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1259">FXMisc/RichTextFX#1259</a></li> <li>TextFlowLayout fix IOOB by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1267">FXMisc/RichTextFX#1267</a></li> <li>Cleanup selection removal by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1270">FXMisc/RichTextFX#1270</a></li> <li>Cleanup caret removal by <a href="https://github.com/Jugen"><code>@​Jugen</code></a> in <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1271">FXMisc/RichTextFX#1271</a></li> <li>Bumped to Flowless 0.7.4</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.4...v0.11.5">https://github.com/FXMisc/RichTextFX/compare/v0.11.4...v0.11.5</a></p> <h2></h2> <h3>Note that this and earlier releases won't work with JavaFX 25+ due to a method clash.</h3> <h2></h2> <h2>0.11.4</h2> <p><strong>Note:</strong> that this release requires at least Java 11 or higher.</p> <p>An Automatic-Module-Name entry of &quot;<em>org.fxmisc.richtext</em>&quot; has been added to the <code>richtextfx-0.11.4.jar</code> manifest. While the fat Jar <code>richtextfx-fat-0.11.4</code> has a module-info class.</p> <p>Added double underlining by specifying the gap size. Works for both straight and wavy lines. Use &quot;-rtfx-underline-double-gap&quot; in CSS.</p> <p>See the <a href="https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md#v0114-2024-11-29">Changelog</a> for bug fixes and further details.</p> <h2>0.11.3</h2> <p><strong>Note:</strong> that this release requires at least Java 11 or higher.</p> <p>An Automatic-Module-Name entry of &quot;<em>org.fxmisc.richtext</em>&quot; has been added to the <code>richtextfx-0.11.3.jar</code> manifest. While the fat Jar <code>richtextfx-fat-0.11.3</code> has a module-info class.</p> <p>Added getStyleRange method to StyleSpans Added property to area to detect overwrite mode</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md">org.fxmisc.richtext:richtextfx's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/FXMisc/RichTextFX/tree/v0.11.7">v0.11.7</a> (2025-11-20)</h2> <p><a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.6...v0.11.7">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>JavaKeywordsDemo use multiPlainChanges with paragraph index <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1287">#1287</a></li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>TextFlowExt removed clashing getCaretShape method <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1285">#1285</a> (Thank you <a href="https://github.com/Symeon94">Symeon94</a>)</li> <li>Partial fix for incorrect caret position after Undo <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1295">#1295</a> (Thank you <a href="https://github.com/Symeon94">Symeon94</a>)</li> <li>Fixed horizontal scrolling excessive layouts <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1296">#1296</a></li> </ul> <h2><a href="https://github.com/FXMisc/RichTextFX/tree/v0.11.6">v0.11.6</a> (2025-09-01)</h2> <p><a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.5...v0.11.6">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Updated Gradle to 8.5</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>TextFlowExt removed clashing getUnderlineShape method <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1283">#1283</a></li> </ul> <h2><a href="https://github.com/FXMisc/RichTextFX/tree/v0.11.5">v0.11.5</a> (2025-04-01)</h2> <p><a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.4...v0.11.5">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Bumped Flowless to 0.7.4</li> <li>Reduce specificity of &quot;-fx-line-spacing&quot; in styled-text-area.css to allow alternative CSS override</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fixed double underline when gap is zero <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1259">#1259</a></li> <li>TextFlowLayout fixed IOOBE <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1267">#1267</a></li> <li>Selection &amp; Caret removal cleanup <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1270">#1270</a><a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1271">#1271</a></li> </ul> <h2><a href="https://github.com/FXMisc/RichTextFX/tree/v0.11.4">v0.11.4</a> (2024-11-29)</h2> <p><a href="https://github.com/FXMisc/RichTextFX/compare/v0.11.3...v0.11.4">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Added double underline <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1256">#1256</a></li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix minimum paragraph width <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1242">#1242</a></li> <li>Calc auto height on first pass using pref height <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1245">#1245</a></li> <li>ParagraphText fixed IOOBE <a href="https://redirect.github.com/FXMisc/RichTextFX/pull/1250">#1250</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FXMisc/RichTextFX/commit/428b292dd528aace3a2047996d95abfe9284509f"><code>428b292</code></a> Version 0.11.7 Release</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/3b506e1a0538ac95bed78d0a01043548c482a0cf"><code>3b506e1</code></a> ReadOnlyStyledDocumentTest quote fix up</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/5839e4775dc7d780f42219578d6f4239e9fc0f44"><code>5839e47</code></a> Resolve <a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1293">#1293</a> - Partial fix for incorrect caret position after Undo (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1295">#1295</a>) (...</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/be18bb1ccee74dccb35fa31fa4dfa376e33a5e38"><code>be18bb1</code></a> JavaKeywordsDemo use multiPlainChanges (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1287">#1287</a>)</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/8598117baa1d125c49d8978afa6cd2636783dc5d"><code>8598117</code></a> Fix horizontal scrolling excessive layouts (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1296">#1296</a>)</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/1b5a78c6578e84f18194ebf69a953ddb065db190"><code>1b5a78c</code></a> Fixes <a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1284">#1284</a> - JavaFX25 introduced getCaretShape to replace caretShape to fix ...</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/40fc429ab82b24ef53191910a386ce94b99e6401"><code>40fc429</code></a> docs(README): Add RedisFX to the project list (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1290">#1290</a>)</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/bc4374881c6d65290e90d6743f783e9718f46e55"><code>bc43748</code></a> Version 0.11.6 Release</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/87d354f6d17e5f33578a380510784c77e3053106"><code>87d354f</code></a> Clean java demo (<a href="https://redirect.github.com/FXMisc/RichTextFX/issues/1286">#1286</a>)</li> <li><a href="https://github.com/FXMisc/RichTextFX/commit/d9a402da961b666eaaafbfe5d286de6077e4ee80"><code>d9a402d</code></a> Migrate to vanniktech.maven.publish</li> <li>Additional commits viewable in <a href="https://github.com/FXMisc/RichTextFX/compare/v0.9.2...v0.11.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.fxmisc.richtext:richtextfx&package-manager=maven&previous-version=0.9.2&new-version=0.11.7)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 9762b3e commit 174b79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
<dependency>
613613
<groupId>org.fxmisc.richtext</groupId>
614614
<artifactId>richtextfx</artifactId>
615-
<version>0.9.2</version>
615+
<version>0.11.7</version>
616616
</dependency>
617617

618618
<!-- We need two incompatible versions of controlsfx, one for Java 8, and one for Java 9+ -->

0 commit comments

Comments
 (0)