Skip to content

Commit

Permalink
Version 0.10.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Mar 15, 2021
1 parent f4b72cb commit 4fe377e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Change Log

## [v0.10.6](https://github.com/FXMisc/RichTextFX/tree/v0.10.6) (2021-03-15)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.5...v0.10.6)

**Implemented enhancements:**

- Accommodate selection when following caret [\#933](https://github.com/FXMisc/RichTextFX/pull/933)
- Added auto height/grow property and behavior [\#944](https://github.com/FXMisc/RichTextFX/pull/944)
- Added foreign language input composition [\#985](https://github.com/FXMisc/RichTextFX/pull/985) (Thank you [xulihang](https://github.com/xulihang))
- Added paragraph folding [\#965](https://github.com/FXMisc/RichTextFX/pull/965), [\#986](https://github.com/FXMisc/RichTextFX/pull/986), [\#1000](https://github.com/FXMisc/RichTextFX/pull/1000), and [\#1007](https://github.com/FXMisc/RichTextFX/pull/1007)
- Improved page up to go to first line when visible, and page down to go to last when visible [\#983](https://github.com/FXMisc/RichTextFX/pull/983)
- Improved syntax highlighting demo efficiency [\#956](https://github.com/FXMisc/RichTextFX/pull/956), [\#962](https://github.com/FXMisc/RichTextFX/pull/962), and [\#972](https://github.com/FXMisc/RichTextFX/pull/972)
- Improved hyperlinks demo with editable hyperlinks [\#995](https://github.com/FXMisc/RichTextFX/pull/995)
- Added bracket highlighter demo [\#959](https://github.com/FXMisc/RichTextFX/pull/959) (Thank you [Pratanu Mandal](https://github.com/prat-man))
- 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](https://github.com/FXMisc/RichTextFX/pull/945)
- Bug: Fixed follow caret not showing complete line at bottom of viewport with large font [\#947](https://github.com/FXMisc/RichTextFX/pull/947)
- Bug: Fixed full line not being highlighted when text wrap is off [\#948](https://github.com/FXMisc/RichTextFX/pull/948), [\#963](https://github.com/FXMisc/RichTextFX/pull/963)
- Bug: Fixed incorrect first visible paragraph being returned when navigating backwards [\#1002](https://github.com/FXMisc/RichTextFX/pull/1002)
- Bug: Fixed line not highlighting after either the last character or the line was deleted [\#950](https://github.com/FXMisc/RichTextFX/issues/950)
- Bug: Fixed multi-paragraph insert creation [\#951](https://github.com/FXMisc/RichTextFX/pull/951) and [\#953](https://github.com/FXMisc/RichTextFX/pull/953)
- Bug: Fixed selecting text beyond the end leads to exception on Java 9 or later [\#992](https://github.com/FXMisc/RichTextFX/pull/992)
- Bug: Fixed demo ParStyle equals & indent [\#943](https://github.com/FXMisc/RichTextFX/pull/943)
- Regression: Fixed entering curly braces and brackets on OSX not working [\#968](https://github.com/FXMisc/RichTextFX/pull/968)

**Other:**

- Removed [travis.yml](https://github.com/FXMisc/RichTextFX/commit/358df2dcc5e404e1be22b2920277e5f6acd43328)

## [v0.10.5](https://github.com/FXMisc/RichTextFX/tree/v0.10.5) (2020-04-19)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.4...v0.10.5)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Table of Contents
* [Stable](#stable-release)
* [Snapshot](#snapshot-releases)
* API Documentation (Javadoc)
* [0.10.5](http://fxmisc.github.io/richtext/javadoc/0.10.5/index.html?org/fxmisc/richtext/package-summary.html)
* [0.10.6](http://fxmisc.github.io/richtext/javadoc/0.10.6/index.html?org/fxmisc/richtext/package-summary.html)
* [License](#license)
* [Contributing](./CONTRIBUTING.md)

Expand Down Expand Up @@ -147,31 +147,31 @@ Download

### Stable release

Current stable release is 0.10.5 which is a multi-release JAR that is compatible with Java 9 and UP without the need for `add-exports` or `add-opens` JVM arguments.
Current stable release is 0.10.6 which is a multi-release JAR that is compatible with Java 9 and UP without the need for `add-exports` or `add-opens` JVM arguments.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.10.5 |
| org.fxmisc.richtext | richtextfx | 0.10.6 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.5'
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.6'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.5"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.6"
```

#### Manual download

Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.10.5/richtextfx-0.10.5.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.10.5/richtextfx-fat-0.10.5.jar) and place it on your classpath.
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.10.6/richtextfx-0.10.6.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.10.6/richtextfx-fat-0.10.6.jar) and place it on your classpath.

### Snapshot releases

Expand Down

0 comments on commit 4fe377e

Please sign in to comment.