Skip to content

Releases: FXMisc/Flowless

0.6.4 Release

08 Jul 10:21
Compare
Choose a tag to compare

Fixed:

  • #90 Improved getCellIfPresent parameter check.
  • #92 Fix for negative toItem variable.

0.6.3 Release

24 Feb 08:43
Compare
Choose a tag to compare

Fixed:

  • #81 VirtualizedScrollPane causes high CPU and GPU on idle with 125% screen scaling.

0.6.2 Release

02 Oct 14:45
Compare
Choose a tag to compare

Fixed:

  • #43 Bidirectional binding of length properties does not update both values correctly.
  • #60 Suspend VirtualFlow's scroll-related values until fully rendered.
  • #70 Fix cells larger than viewport layout efficiency.
  • #72 Fix SizeTracker horizontal resize.
  • #73 Keyboard paging computation error.

0.6.1

18 Apr 19:05
7eb0a6b
Compare
Choose a tag to compare

See these PRs:

v0.6: Merge pull request #50 from JordanMartinez/addDefaultMethods

13 Oct 05:12
Compare
Choose a tag to compare
Add default methods to get scroll-related properties' values

0.5.2 Release

02 Mar 21:59
Compare
Choose a tag to compare

Fixed:

  • #26 horizontal position calculation

0.5.1 Release

18 Jul 21:22
Compare
Choose a tag to compare

Minor bugfix release.

0.5 Release

13 May 04:15
Compare
Choose a tag to compare

0.4.7 Release

09 Nov 19:26
Compare
Choose a tag to compare

A minor release making estimatedScrollX/YProperty() settable.

0.4.6 Release

29 Oct 05:18
Compare
Choose a tag to compare

This is a minor release. This release newly exposes position and scrolling API (thanks to @JordanMartinez).