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.4 to 0.10.6 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2021

The following labels could not be found: type: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 30, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

0 participants