Skip to content

Releases: palexdev/VirtualizedFX

v25.1.10

04 Feb 15:51

Choose a tag to compare

Project

🐛 Fixed

  • ad15bc3: VFXScrollPane: content bounds should take into account the table's header (columns) otherwise the table is not fully scrollable

v25.1.9

03 Feb 10:47

Choose a tag to compare

Project

🐛 Fixed

  • 8f78fa5: VFXScrollPane: fix scroll bounds not updating for virtualized containers in some cases
  • 562a4e1: Fix missing dependencies in VFXTableHelper bindings

🔧 Misc

  • 69469b4: TableTests: check for truncation on labels in auto-size tests rather than sizes that are display-dependent

v25.1.8

28 Jan 12:05

Choose a tag to compare

Project

🔧 Misc

  • 394c21a: Update MFXCore to v25.3.3

v25.1.7

27 Jan 10:13

Choose a tag to compare

Project

🔧 Misc

  • 81d8e31: Update MFXCore to v25.3.2

v25.1.6

22 Jan 15:33

Choose a tag to compare

Project

🐛 Fixed

  • e77b694: VFXDefaultTableColumnSkin: properly handle children

v25.1.5

22 Jan 11:42

Choose a tag to compare

Project

♻️ Changed

  • 485e767: Slightly improve overlay layout algorithm

🐛 Fixed

v25.1.4

20 Jan 10:50

Choose a tag to compare

Project

♻️ Changed

  • d2b47b0: Use setAll on children lists to avoid potential memory leaks and inconsistencies

🐛 Fixed

  • 6e5ca09: Fix table columns overlay handling, in particular avoid overlays from capturing mouse events which should be directed to underlying nodes instead

v25.1.3

12 Oct 10:59

Choose a tag to compare

Project

✨ Added

  • 99439ea: VFXScrollPane: allow padding both standard and virtualized contents

v25.1.2

10 Oct 21:22

Choose a tag to compare

Project

🐛 Fixed

  • fc2d8ce: Fix scroll bars not hiding when there's no content

v25.1.1

09 Oct 20:14

Choose a tag to compare

Project

♻️ Changed

  • e631fe3: VFXScrollPaneSkin: change the VirtualScrollBinding dependency target
  • fe78082: Allow retrieving context from VFXTableColumn and VFXTableRow
  • e6b6c47: Improve smooth scrolling feel

🐛 Fixed

  • f99e5e7: VFXTableManager: invalidate position when a column is resized

🔧 Misc

  • 03576b7: Upgrade MFXCore to v25.3.0
  • 4a2a419: Update some test dependencies