Skip to content

Commit 57f70b2

Browse files
committed
Version 0.11.3 Release
1 parent d78bab9 commit 57f70b2

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## [v0.11.3](https://github.com/FXMisc/RichTextFX/tree/v0.11.3) (2024-06-25)
4+
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.2...v0.11.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Added getStyleRange method to StyleSpans [\#1232](https://github.com/FXMisc/RichTextFX/pull/1232)
9+
- Add property to area to detect overwrite mode [\#1226](https://github.com/FXMisc/RichTextFX/pull/1226) (Thank you [PavelTurk](https://github.com/PavelTurk))
10+
- Bumped Flowless to 0.7.3
11+
12+
**Fixed bugs:**
13+
14+
- Fixed NoSuchElement / IndexOutOfBounds exceptions when holding Page Up/Down [\#1211](https://github.com/FXMisc/RichTextFX/pull/1211)
15+
316
## [v0.11.2](https://github.com/FXMisc/RichTextFX/tree/v0.11.2) (2023-10-22)
417
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.1...v0.11.2)
518

README.md

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

@@ -154,33 +154,33 @@ Download
154154

155155
### Stable release
156156

157-
Current stable release is 0.11.2 which is ONLY compatible with Java 11 and UP.
157+
Current stable release is 0.11.3 which is ONLY compatible with Java 11 and UP.
158158

159159
#### Maven coordinates
160160

161161
| Group ID | Artifact ID | Version |
162162
| :-----------------: | :---------: | :-----: |
163-
| org.fxmisc.richtext | richtextfx | 0.11.2 |
163+
| org.fxmisc.richtext | richtextfx | 0.11.3 |
164164

165165
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.richtext/richtextfx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.richtext/richtextfx)
166166

167167
#### Gradle example
168168

169169
```groovy
170170
dependencies {
171-
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.11.2'
171+
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.11.3'
172172
}
173173
```
174174

175175
#### Sbt example
176176

177177
```scala
178-
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.2"
178+
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.3"
179179
```
180180

181181
#### Manual download
182182

183-
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.2/richtextfx-0.11.2.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.2/richtextfx-fat-0.11.2.jar) and place it on your classpath.
183+
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.3/richtextfx-0.11.3.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.3/richtextfx-fat-0.11.3.jar) and place it on your classpath.
184184

185185
### Snapshot releases
186186

0 commit comments

Comments
 (0)