File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v0.7.2] ( https://github.com/FXMisc/Flowless/tree/v0.7.2 ) (2023-10-20)
4
+ [ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.1...v0.7.2 )
5
+
6
+ - Fix scrollbars not showing early enough when content has padding
7
+
3
8
## [ v0.7.1] ( https://github.com/FXMisc/Flowless/tree/v0.7.1 ) (2023-07-03)
4
9
[ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.0...v0.7.1 )
5
10
Original file line number Diff line number Diff line change @@ -75,25 +75,25 @@ Include Flowless in your project
75
75
76
76
| Group ID | Artifact ID | Version |
77
77
| :---------: | :---------: | :-----: |
78
- | org.fxmisc.flowless | flowless | 0.7.1 |
78
+ | org.fxmisc.flowless | flowless | 0.7.2 |
79
79
80
80
#### Gradle example
81
81
82
82
``` groovy
83
83
dependencies {
84
- implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.1 '
84
+ implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.2 '
85
85
}
86
86
```
87
87
88
88
#### Sbt example
89
89
90
90
``` scala
91
- libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.1 "
91
+ libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.2 "
92
92
```
93
93
94
94
#### Manual download
95
95
96
- Download the [ 0.7.1 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.1 ) and place it on your classpath.
96
+ Download the [ 0.7.2 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.2 ) and place it on your classpath.
97
97
98
98
Documentation
99
99
-------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
id ' signing'
14
14
}
15
15
16
- version = ' 0.7.2 -SNAPSHOT'
16
+ version = ' 0.7.3 -SNAPSHOT'
17
17
18
18
repositories {
19
19
mavenCentral()
You can’t perform that action at this time.
0 commit comments