Releases: FXMisc/Flowless
Releases · FXMisc/Flowless
0.7.3
Minor update with small change to SizeTracker, fixing null pointer exceptions.
0.7.2 Release
Minor update with small fix to VirtualizedScrollPane not showing scrollbars early enough when content has padding.
0.7.1 Release
Minor update with small change to SizeTracker, catching IOOB & NoSuchElement exceptions.
0.7.0 Release
Note that this release significantly changes scrolling event behavior.
Fixed:
- #110 Fix first cell not showing sometimes
- #111 Take padding into account when scrolling
- #112 Fix for scrolling
- #113 Fix wrapped text scrollbar flicker
- #113 Removed scroll noise and improved bidirectional binding behavior
0.6.10 Release
Please note that Flowless now requires Java 9
Fixed:
- #107 Fix Virtualized height NPE
- #109 Fix first cell not always rendering correctly
0.6.9 Release
Please note that Flowless now requires Java 9
Fixed:
- #105 Thin horizontal lines appear between lines of text at some positions when scrolling vertically
- #106 Fix thin lines between cells and right side empty blocks when scrolling vertically
0.6.8 Release
Please note that Flowless now requires Java 9
Fixed:
- #103 Corrected swapped X & Y snapsize methods
- Added auto module to jar manifest
0.6.7 Release
Please note that Flowless now requires Java 9
Fixed:
- #100 Fixed horizontal scrollbar behaviour in VirtualizedScrollPane.
0.6.6 Release
Please note that Flowless now requires Java 9
Fixed:
- #97 JavaFX 17 breaks scrollbar behaviours in VirtualizedScrollPane.
0.6.5 Release
Please note that Flowless now requires Java 9
Fixed:
- #94 Crop cells only if memorizedRange is bigger than expected range.
- #95 Gradle 7.0.2 upgrade.