Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump richtextfx from 0.10.7 to 0.10.9 #8547

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps richtextfx from 0.10.7 to 0.10.9.

Release notes

Sourced from richtextfx's releases.

0.10.9

Note: that this release is NOT Java 8 compatible, and requires at least Java 9 or higher.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to the richtextfx-0.10.9.jar manifest, while the fat Jar richtextfx-fat-0.10.9.jar has a module-info class with module name "richtextfx.fat".

Besides not being Java 8 compatible the only other difference from the previous 0.10.8 release is that this release uses Flowless 0.6.9

See the Changelog for bug fixes and further details.

0.10.8

Note: that this is the LAST release compatible with Java 8.

An Automatic-Module-Name entry of "org.fxmisc.richtext" has been added to both the richtextfx-0.10.8.jar manifest as well as the fat Jar richtextfx-fat-0.10.8.jar manifest.

This release uses Flowless 0.6.4 by default which is the last Java 8 compatible version. If you are using a newer Java version then preferably use Flowless 0.6.9 or a newer version of RichTextFX.

A notable change is CodeArea navigation behaving more like a code editor now.

See the Changelog for bug fixes and further details.

Changelog

Sourced from richtextfx's changelog.

v0.10.9 (2022-03-01)

Full Changelog

Implemented enhancements:

  • Bumped Flowless to 0.6.9
  • Compiled with Java 9

Fixed bugs:

  • Both of the following were fixed in Flowless:
  • Bug: Fixed thin horizontal lines appear between lines of text when rapidly scrolling vertically #105
  • Bug: Fixed horizontal scrolling of an area can result in large empty blocks in the upper right #106

v0.10.8 (2022-02-28)

Full Changelog

Implemented enhancements:

  • Added overwrite mode #1051
  • Added showParagraphAtCenter #1054
  • Add hasChanges to MultiChangeBuilder #1084
  • Added nextLine & prevLine, behaves like nextPage & prevPage #1086
  • Changed code area navigation to behave more like a code editor #1090

Fixed bugs:

  • Bug: Fixed getCaretBounds exception #1049
  • Bug: Fixed follow caret with selection update #1059
  • Bug: Fixed line selection off not updating #1066
  • Bug: Fixed selection shape #1067
  • Bug: Fixed InputMethodRequest getTextLocation fix #1075
  • Bug: Fixed getCharacterBoundsOnScreen when from == to #1076
  • Bug: Fixed ParagraphBox not respecting the graphic node's managed property #1079
  • Bug: Fixed wrapped lines get skipped at high DPI settings when navigating with up/down arrow keys. #1074
  • Bug: Fixed linehighlighter off on selection #1085
  • Bug: Fixed wordBreaksForward not using locale #1089
  • Bug: Reverted Flowless back to 0.6.4 for Java 8 compatibility
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
  • @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)

Bumps [richtextfx](https://github.com/FXMisc/RichTextFX) from 0.10.7 to 0.10.9.
- [Release notes](https://github.com/FXMisc/RichTextFX/releases)
- [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md)
- [Commits](FXMisc/RichTextFX@v0.10.7...v0.10.9)

---
updated-dependencies:
- dependency-name: org.fxmisc.richtext:richtextfx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@Siedlerchr Siedlerchr merged commit 91d34c2 into main Mar 7, 2022
@Siedlerchr Siedlerchr deleted the dependabot/gradle/org.fxmisc.richtext-richtextfx-0.10.9 branch March 7, 2022 14:44
Siedlerchr added a commit that referenced this pull request Mar 7, 2022
* upstream/main:
  Bump guava from 31.0.1-jre to 31.1-jre (#8543)
  Bump org.beryx.jlink from 2.24.4 to 2.25.0 (#8548)
  Bump postgresql from 42.3.2 to 42.3.3 (#8546)
  Bump richtextfx from 0.10.7 to 0.10.9 (#8547)
  Bump archunit-junit5-engine from 0.22.0 to 0.23.1 (#8545)
  Bump actions/checkout from 2 to 3 (#8542)
  Squashed 'buildres/csl/csl-styles/' changes from eb97405..8f69d4e
  Bump classgraph from 4.8.139 to 4.8.141 (#8535)
  Bump archunit-junit5-api from 0.22.0 to 0.23.1 (#8536)
  issue(8448): allow URL with + sign in entry tabs (#8508)
  Add initial telemetry development documentation (#8530)
  Add existing "Remote storage" to index
  Disable telemetry client due to incompatibilites with jakarta (#8526)
  Update to jakarta xml everywhere and update PDFbox (#8521)
  Bump flexmark-ext-gfm-tasklist from 0.62.2 to 0.64.0 (#8515)
  Bump xmlunit-core from 2.8.4 to 2.9.0 (#8519)
  Bump org.openjfx.javafxplugin from 0.0.11 to 0.0.12 (#8518)
  Bump mockito-core from 4.3.0 to 4.3.1 (#8520)
Siedlerchr added a commit that referenced this pull request Mar 7, 2022
…om.puppycrawl.tools-checkstyle-10.0

* upstream/main:
  Fix online link detection in entry editor (#8514)
  Add some JavaDoc to Fetchers
  Support two argument form of \abx@aux@cite macro in DefaultAuxParser (#8549)
  Bump guava from 31.0.1-jre to 31.1-jre (#8543)
  Bump org.beryx.jlink from 2.24.4 to 2.25.0 (#8548)
  Bump postgresql from 42.3.2 to 42.3.3 (#8546)
  Bump richtextfx from 0.10.7 to 0.10.9 (#8547)
  Bump archunit-junit5-engine from 0.22.0 to 0.23.1 (#8545)
  Bump actions/checkout from 2 to 3 (#8542)
Siedlerchr added a commit that referenced this pull request Mar 9, 2022
* upstream/main:
  Add Missing Fillers/Extractors for Supported Fields and Support Day Conversion (#8531)
  Bump checkstyle from 9.3 to 10.0 (#8544)
  Fix online link detection in entry editor (#8514)
  Add some JavaDoc to Fetchers
  Support two argument form of \abx@aux@cite macro in DefaultAuxParser (#8549)
  Bump guava from 31.0.1-jre to 31.1-jre (#8543)
  Bump org.beryx.jlink from 2.24.4 to 2.25.0 (#8548)
  Bump postgresql from 42.3.2 to 42.3.3 (#8546)
  Bump richtextfx from 0.10.7 to 0.10.9 (#8547)
  Bump archunit-junit5-engine from 0.22.0 to 0.23.1 (#8545)
  Bump actions/checkout from 2 to 3 (#8542)
  Squashed 'buildres/csl/csl-styles/' changes from eb97405..8f69d4e
  Bump classgraph from 4.8.139 to 4.8.141 (#8535)
  Bump archunit-junit5-api from 0.22.0 to 0.23.1 (#8536)

# Conflicts:
#	src/test/java/org/jabref/logic/xmp/XmpUtilReaderTest.java
Siedlerchr added a commit that referenced this pull request Mar 13, 2022
* upstream/main:
  Bump guava from 31.0.1-jre to 31.1-jre (#8543)
  Bump org.beryx.jlink from 2.24.4 to 2.25.0 (#8548)
  Bump postgresql from 42.3.2 to 42.3.3 (#8546)
  Bump richtextfx from 0.10.7 to 0.10.9 (#8547)
  Bump archunit-junit5-engine from 0.22.0 to 0.23.1 (#8545)
  Bump actions/checkout from 2 to 3 (#8542)
  Squashed 'buildres/csl/csl-styles/' changes from eb97405..8f69d4e
  Bump classgraph from 4.8.139 to 4.8.141 (#8535)
  Bump archunit-junit5-api from 0.22.0 to 0.23.1 (#8536)
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