Skip to content

Commit 19b6302

Browse files
author
Jurgen
committed
Version 0.10.3 Release
1 parent 50ec050 commit 19b6302

2 files changed

Lines changed: 29 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [v0.10.3](https://github.com/FXMisc/RichTextFX/tree/v0.10.3) (2019-11-27)
4+
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.2...v0.10.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Added shift backspace to delete backward [\#855](https://github.com/FXMisc/RichTextFX/issues/855)
9+
- Added methods to recreate or get a paragraph graphic [\#854](https://github.com/FXMisc/RichTextFX/issues/854)
10+
- Added methods to preset the style of inserted text and paragraphs [\#864](https://github.com/FXMisc/RichTextFX/issues/864)
11+
- Added convenience API to EditActions and StyleClassedTextArea [\#868](https://github.com/FXMisc/RichTextFX/issues/868)
12+
- Added Bullet Lists to RichTextDemo [\#826](https://github.com/FXMisc/RichTextFX/issues/826)
13+
14+
**Fixed bugs:**
15+
16+
- Bug: Fixed line highlighter not adjusting to area's width changes [\#845](https://github.com/FXMisc/RichTextFX/pull/845#issuecomment-540535109)
17+
- Bug: Fixed not highlighting from beginning of line after adding text when empty [\#845](https://github.com/FXMisc/RichTextFX/pull/845#issuecomment-552252829)
18+
- Bug: Fixed line spacing not being applied between paragraphs [\#862](https://github.com/FXMisc/RichTextFX/issues/862)
19+
- Bug: Fixed anchor properties not updating correctly with listeners [\#874](https://github.com/FXMisc/RichTextFX/issues/874)
20+
21+
**Other:**
22+
23+
- Balanced linespacing above and below text for better highlighting look [\#872](https://github.com/FXMisc/RichTextFX/issues/872)
24+
- Changed styled-text-area CSS [\#738](https://github.com/FXMisc/RichTextFX/issues/738#issuecomment-555592054)
25+
326
## [v0.10.2](https://github.com/FXMisc/RichTextFX/tree/v0.10.2) (2019-08-29)
427
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.1...v0.10.2)
528

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Table of Contents
3131
* [Stable](#stable-release)
3232
* [Snapshot](#snapshot-releases)
3333
* API Documentation (Javadoc)
34-
* [0.10.2](http://fxmisc.github.io/richtext/javadoc/0.10.2/index.html?org/fxmisc/richtext/package-summary.html)
34+
* [0.10.3](http://fxmisc.github.io/richtext/javadoc/0.10.3/index.html?org/fxmisc/richtext/package-summary.html)
3535
* [License](#license)
3636
* [Contributing](./CONTRIBUTING.md)
3737

@@ -145,31 +145,31 @@ Download
145145

146146
### Stable release
147147

148-
Current stable release is 0.10.2 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.
148+
Current stable release is 0.10.3 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.
149149

150150
#### Maven coordinates
151151

152152
| Group ID | Artifact ID | Version |
153153
| :-----------------: | :---------: | :-----: |
154-
| org.fxmisc.richtext | richtextfx | 0.10.2 |
154+
| org.fxmisc.richtext | richtextfx | 0.10.3 |
155155

156156
#### Gradle example
157157

158158
```groovy
159159
dependencies {
160-
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.2'
160+
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.3'
161161
}
162162
```
163163

164164
#### Sbt example
165165

166166
```scala
167-
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.2"
167+
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.3"
168168
```
169169

170170
#### Manual download
171171

172-
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.2/richtextfx-0.10.2.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.2/richtextfx-fat-0.10.2.jar) and place it on your classpath.
172+
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.3/richtextfx-0.10.3.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.3/richtextfx-fat-0.10.3.jar) and place it on your classpath.
173173

174174
### Snapshot releases
175175

0 commit comments

Comments
 (0)