Skip to content

Releases: FXMisc/Flowless

0.7.3

14 May 14:16
Compare
Choose a tag to compare

Minor update with small change to SizeTracker, fixing null pointer exceptions.

0.7.2 Release

20 Oct 05:44
Compare
Choose a tag to compare

Minor update with small fix to VirtualizedScrollPane not showing scrollbars early enough when content has padding.

0.7.1 Release

03 Jul 12:04
Compare
Choose a tag to compare

Minor update with small change to SizeTracker, catching IOOB & NoSuchElement exceptions.

0.7.0 Release

10 Nov 07:23
Compare
Choose a tag to compare

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

13 Jun 12:57
Compare
Choose a tag to compare

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

24 Feb 13:43
Compare
Choose a tag to compare

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

27 Jan 11:16
Compare
Choose a tag to compare

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

21 Oct 13:50
Compare
Choose a tag to compare

Please note that Flowless now requires Java 9

Fixed:

  • #100 Fixed horizontal scrollbar behaviour in VirtualizedScrollPane.

0.6.6 Release

10 Sep 12:04
Compare
Choose a tag to compare

Please note that Flowless now requires Java 9

Fixed:

  • #97 JavaFX 17 breaks scrollbar behaviours in VirtualizedScrollPane.

0.6.5 Release

28 Jul 14:00
Compare
Choose a tag to compare

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.