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.3] ( https://github.com/FXMisc/Flowless/tree/v0.7.3 ) (2024-05-14)
4
+ [ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.2...v0.7.3 )
5
+
6
+ - Fixed NPE in SizeTracker (x3)
7
+
3
8
## [ v0.7.2] ( https://github.com/FXMisc/Flowless/tree/v0.7.2 ) (2023-10-20)
4
9
[ Full Changelog] ( https://github.com/FXMisc/Flowless/compare/v0.7.1...v0.7.2 )
5
10
Original file line number Diff line number Diff line change @@ -75,27 +75,27 @@ Include Flowless in your project
75
75
76
76
| Group ID | Artifact ID | Version |
77
77
| :---------: | :---------: | :-----: |
78
- | org.fxmisc.flowless | flowless | 0.7.2 |
78
+ | org.fxmisc.flowless | flowless | 0.7.3 |
79
79
80
80
[ ![ 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 )
81
81
82
82
#### Gradle example
83
83
84
84
``` groovy
85
85
dependencies {
86
- implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.2 '
86
+ implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.3 '
87
87
}
88
88
```
89
89
90
90
#### Sbt example
91
91
92
92
``` scala
93
- libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.2 "
93
+ libraryDependencies += " org.fxmisc.flowless" % " flowless" % " 0.7.3 "
94
94
```
95
95
96
96
#### Manual download
97
97
98
- Download the [ 0.7.2 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.2 ) and place it on your classpath.
98
+ Download the [ 0.7.3 jar] ( https://github.com/FXMisc/Flowless/releases/tag/v0.7.3 ) and place it on your classpath.
99
99
100
100
Documentation
101
101
-------------
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.3 -SNAPSHOT'
16
+ version = ' 0.7.4 -SNAPSHOT'
17
17
18
18
repositories {
19
19
mavenCentral()
You can’t perform that action at this time.
0 commit comments