Skip to content

Bump richtextfx from 0.10.4 to 0.10.6#7563

Merged
Siedlerchr merged 1 commit into
masterfrom
dependabot/gradle/org.fxmisc.richtext-richtextfx-0.10.6
Mar 22, 2021
Merged

Bump richtextfx from 0.10.4 to 0.10.6#7563
Siedlerchr merged 1 commit into
masterfrom
dependabot/gradle/org.fxmisc.richtext-richtextfx-0.10.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 22, 2021

Copy link
Copy Markdown
Contributor

Bumps richtextfx from 0.10.4 to 0.10.6.

Release notes

Sourced from richtextfx's releases.

0.10.6

This release features multi-release JAR files that are compatible with Java 8 and UP without the need for add-exports or add-opens JVM arguments.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has now been added to the richtextfx-0.10.6.jar manifest, while the fat Jar richtextfx-fat-0.10.6.jar listed below has a module name of "richtextfx.fat" #902.

Notable enhancements are:

  1. The addition of an auto height/grow property #944,
  2. Foreign language input composition #985, and
  3. Paragraph folding #965.

See the Changelog for bug fixes and further details.

0.10.5

This release features multi-release JAR files that are compatible with Java 8 and UP without the need for add-exports or add-opens JVM arguments.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has now been added to the richtextfx-0.10.5.jar manifest, while the fat Jar richtextfx-fat-0.10.5.jar listed below has a module name of "richtextfx.fat". #902

Notable enhancements are the addition of a suspendable undo manager (see UndoUtils) as well as the addition of getLocale and setLocale to influence BreakIterator behavior.

See the Changelog

Changelog

Sourced from richtextfx's changelog.

v0.10.6 (2021-03-15)

Full Changelog

Implemented enhancements:

  • Accommodate selection when following caret #933
  • Added auto height/grow property and behavior #944
  • Added foreign language input composition #985 (Thank you xulihang)
  • Added paragraph folding #965, #986, #1000, and #1007
  • Improved page up to go to first line when visible, and page down to go to last when visible #983
  • Improved syntax highlighting demo efficiency #956, #962, and #972
  • Improved hyperlinks demo with editable hyperlinks #995
  • Added bracket highlighter demo #959 (Thank you Pratanu Mandal)
  • Updated Appveyor to use JDK9
  • Bumped to Flowless 0.6.3
  • Bumped testfx to 4.0.16

Fixed bugs:

  • Bug: Fixed exception when trying to get paragraph bounds when caret moves #945
  • Bug: Fixed follow caret not showing complete line at bottom of viewport with large font #947
  • Bug: Fixed full line not being highlighted when text wrap is off #948, #963
  • Bug: Fixed incorrect first visible paragraph being returned when navigating backwards #1002
  • Bug: Fixed line not highlighting after either the last character or the line was deleted #950
  • Bug: Fixed multi-paragraph insert creation #951 and #953
  • Bug: Fixed selecting text beyond the end leads to exception on Java 9 or later #992
  • Bug: Fixed demo ParStyle equals & indent #943
  • Regression: Fixed entering curly braces and brackets on OSX not working #968

Other:

v0.10.5 (2020-04-19)

Full Changelog

Implemented enhancements:

  • Upgraded Gradle Maven plugin #910
  • Provide suspendable undo manager and test #914
  • Added getLocale and setLocale for BreakIterator use #920
  • Allow ALT and ALT + CONTROL (or ALTGR on Windows) accelerators #922

Fixed bugs:

  • Bug: Fixed SelectionImpl not honouring constructor range #907
  • Bug: Fixed RichTextChange reported by ReadOnlyStyledDocument replace #908
  • Bug: Fixed post undo/redo caret position #915
  • Bug: Fixed tests not on FX thread #917
  • Bug: Fixed scrollbar jump #918, also alternative fix for visibleParToAllParIndex crashing #777

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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

Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.4 to 0.10.6.
- [Release notes](https://github.com/FXMisc/RichTextFX/releases)
- [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md)
- [Commits](FXMisc/RichTextFX@v0.10.4...v0.10.6)

Signed-off-by: dependabot[bot] <support@github.com>
@Siedlerchr Siedlerchr merged commit 8fe77dd into master Mar 22, 2021
@Siedlerchr Siedlerchr deleted the dependabot/gradle/org.fxmisc.richtext-richtextfx-0.10.6 branch March 22, 2021 13:43
Siedlerchr added a commit that referenced this pull request Mar 28, 2021
* upstream/master: (191 commits)
  Fix for issue 7416: font size of the preferences dialog does not update with the rest of the GUI. (#7509)
  Fix school/instituation is printed twice (#7574)
  Dsiable notarisation until we hae an account for JabRef e.V. (#7572)
  Fix citation keys unintentionally being overwritten on import (#7443)
  Fix AuthentificationPlugin not declared in mergedModule (#7570)
  Suggestions for changes in caching latex free authors (#7301)
  Add simple Unit Tests (#7542)
  Fix drag and drop into empty library (#7555)
  Bump richtextfx from 0.10.4 to 0.10.6 (#7563)
  Bump pdfbox from 2.0.22 to 2.0.23 (#7561)
  Bump org.eclipse.jgit (#7560)
  Bump fontbox from 2.0.22 to 2.0.23 (#7562)
  Bump guava from 30.1-jre to 30.1.1-jre (#7564)
  Bump xmpbox from 2.0.22 to 2.0.23 (#7565)
  Bump hmarr/auto-approve-action from v2.0.0 to v2.1.0 (#7566)
  Add gource (#7193)
  UI: Fix for group icon (#7552)
  Fix for issue 6487: Opening BibTex file (doubleclick) from Folder with spaces not working (#7551)
  add ability to insert arxivId (#7549)
  Fixed missing trigger for linked file operations (#7548)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant