Skip to content

Latest commit

 

History

History
235 lines (154 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

235 lines (154 loc) · 13.9 KB

Change Log

v0.7.3 (2024-05-14)

Full Changelog

  • Fixed NPE in SizeTracker (x3)

v0.7.2 (2023-10-20)

Full Changelog

  • Fix scrollbars not showing early enough when content has padding

v0.7.1 (2023-07-03)

Full Changelog

  • SizeTracker catch IOOB & NoSuchElement exceptions

v0.7.0 (2022-11-10)

Full Changelog

  • Fix first cell not showing sometimes #110
  • Take padding into account when scrolling #111
  • Fix for scrolling #112
  • Fix wrapped text scrollbar flicker #113
  • Removed scroll noise and improved bidirectional binding behavior #113

v0.6.10 (2022-06-13)

Full Changelog

  • Fix Virtualized height NPE #107
  • Fix first cell rendering #109

v0.6.9 (2022-02-24)

Full Changelog

  • Fix thin lines between cells #105
  • Fix thin lines between cells 2 #105

v0.6.8 (2022-01-27)

Full Changelog

  • Corrected swapped X & Y snapsize methods #103
  • Added auto module to jar manifest

v0.6.7 (2021-10-19)

Full Changelog

Fixed issues:

v0.6.6 (2021-09-10)

Full Changelog

Fixed issues:

  • JavaFX 17 breaks scrollbar behaviours in VirtualizedScrollPane #97

Merged pull requests:

  • Replaced bindBidirectional calls by a pair of ChangeListener to bind scrollbar coordinates and content position #98 (FredericThevenet)
  • Clean-up scrollbar position listeners on dispose #99 (FredericThevenet)

v0.6.5 (2021-07-28)

Full Changelog

Merged pull requests:

  • Crop cells only if memorizedRange is bigger than expected range #94 (TomaszChudyk)
  • Gradle 7.0.2 upgrade #95

v0.6.4 (2021-07-08)

Full Changelog

Fixed issues:

  • Improved getCellIfPresent parameter check #90

Merged pull requests:

v0.6.3 (2021-02-23)

Full Changelog

Fixed issues:

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

Merged pull requests:

  • Scrollbars height/width ceiled to nearest pixel if this region's snapToPixel property is true #82 (FredericThevenet)

v0.6.2 (2020-10-02)

Full Changelog

Fixed issues:

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

v0.6.1 (2018-04-18)

Full Changelog

Merged pull requests:

v0.6 (2017-10-08)

Full Changelog

Closed issues:

  • Regression: lengthening viewport "height" when last cell is visible does not fill extra space towards ground with more content. #51
  • If content is scrolled right, viewport does not rescroll left as the viewport size is increased #40
  • Undesired scrolling occurs when anchor cell is replaced, not deleted #39
  • Exception during layout pass (seems to cause unresponsive GUI) #37
  • Add focused pseudo css class to VirtualizedScrollPane when its content is focused #36
  • Make VirtualFlow's gravity styleable via CSS #34
  • Unneccessary lower-right corner in VirtualizedScrollPane #12

Merged pull requests:

v0.5.2 (2017-03-02)

Full Changelog

Closed issues:

  • Make VirtualizedScrollPane FXML ready #25
  • VirtualizedScrollPane Doesn't appear in the jar #18

Merged pull requests:

v0.5.1 (2016-05-16)

Full Changelog

v0.5 (2016-05-13)

Full Changelog

Closed issues:

  • Layout-dependent methods need to call layout() first. #19
  • How to programmatically scroll to Node with ScrollPane that is bound to VirtualizedScrollPane #17
  • Make overriding VirtualizedScrollpane's layoutChildren() more developer-friendly #14
  • Make VirtualFlow's scrollBars optional #9

Merged pull requests:

v0.4.7 (2015-10-31)

Full Changelog

Merged pull requests:

  • Changed estimatedScrollX/Y to return Var<Double> instead of Val<Double>. #8 (JordanMartinez)

v0.4.6 (2015-10-29)

Full Changelog

Closed issues:

  • VirtualFlow returns incorrect height of first cell when in need of layout pass #4
  • TextFlow not displayed with formatting #3

Merged pull requests:

v0.4.5 (2015-08-18)

Full Changelog

v0.4.4 (2015-05-01)

Full Changelog

Implemented enhancements:

  • Stack items from bottom #2

v0.4.3u1 (2015-02-28)

Full Changelog

v0.4.3 (2015-02-28)

Full Changelog

v0.4.2 (2015-02-24)

Full Changelog

Closed issues:

  • StackOverflowError #1

v0.4.1 (2015-02-23)

Full Changelog

v0.4 (2015-02-09)

Full Changelog

v0.3 (2014-08-12)

Full Changelog

v0.2 (2014-07-14)

Full Changelog

v0.1 (2014-07-05)

* This Change Log was automatically generated by github_changelog_generator