File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v0.7.4] ( https://github.com/FXMisc/Flowless/tree/v0.7.4 ) (2025-03-25)
4+ [ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.3...v0.7.4 )
5+
6+ - Fix scroll thumb jumps ahead and returns back [ \# 124] ( https://github.com/FXMisc/Flowless/pull/127 )
7+ (Note that this reverts changes made in an effort to make scroll listeners less noisy.)
8+
39## [ v0.7.3] ( https://github.com/FXMisc/Flowless/tree/v0.7.3 ) (2024-05-14)
410[ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.2...v0.7.3 )
511
Original file line number Diff line number Diff line change @@ -75,27 +75,27 @@ Include Flowless in your project
7575
7676| Group ID | Artifact ID | Version |
7777| :---------: | :---------: | :-----: |
78- | org.fxmisc.flowless | flowless | 0.7.3 |
78+ | org.fxmisc.flowless | flowless | 0.7.4 |
7979
8080[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless )
8181
8282#### Gradle example
8383
8484``` groovy
8585dependencies {
86- implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.3 '
86+ implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.4 '
8787}
8888```
8989
9090#### Sbt example
9191
9292``` scala
93- libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.3 "
93+ libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.4 "
9494```
9595
9696#### Manual download
9797
98- Download the [ 0.7.3 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.3 ) and place it on your classpath.
98+ Download the [ 0.7.4 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.4 ) and place it on your classpath.
9999
100100Documentation
101101-------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313 id ' signing'
1414}
1515
16- version = ' 0.7.4 -SNAPSHOT'
16+ version = ' 0.7.5 -SNAPSHOT'
1717
1818repositories {
1919 mavenCentral()
You can’t perform that action at this time.
0 commit comments